/*
 *  Grey
 */
/* 
 * Rundl Blue (primary colour)
 */
/* 
 * Orange (warning/pending)
 */
/* 
 * Green (success/completion)
 */
/* 
 * Red (failure/cancel/delete)
 */
/* 
 * Purple (accent colour)
 */
/*
 * Background colours
 */
/*
 * Divider colours
 */
/*! 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 */
  text-decoration: underline;
  /* 2 */
  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; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

a:focus {
  outline: 0; }

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

html {
  font-size: 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  height: 100%;
  color: #798c9c;
  background-color: #eff1f3;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dee3e8;
  margin: 1em 0;
  padding: 0; }

/*
 * Bourbon
 */
/*
 * Bootstrap
 */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'jarc';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-chevron-left:before {
  content: "\e908"; }

.glyphicon-chevron-right:before {
  content: "\e909"; }

.glyphicon-chevron-up:before {
  content: "\e90a"; }

.glyphicon-chevron-down:before {
  content: "\e904"; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

/*table {
  background-color: $table-bg;
}
th {
  text-align: left;
}*/
/*.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: $line-height-computed;
  // Cells
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        padding: $table-cell-padding;
        line-height: $line-height-base;
        vertical-align: top;
        border-top: 1px solid $table-border-color;
      }
    }
  }
  // Bottom align for column headings
  > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid $table-border-color;
  }
  // Remove top border from thead by default
  > caption + thead,
  > colgroup + thead,
  > thead:first-child {
    > tr:first-child {
      > th,
      > td {
        border-top: 0;
      }
    }
  }
  // Account for multiple tbody instances
  > tbody + tbody {
    border-top: 2px solid $table-border-color;
  }

  // Nesting
  .table {
    background-color: $body-bg;
  }
}*/
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

/*.table-bordered {
  border: 1px solid $table-border-color;
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        border: 1px solid $table-border-color;
      }
    }
  }
  > thead > tr {
    > th,
    > td {
      border-bottom-width: 2px;
    }
  }
}*/
/*.table-striped {
  > tbody > tr:nth-child(odd) {
    > td,
    > th {
      background-color: $table-bg-accent;
    }
  }
}*/
/*.table-hover {
  > tbody > tr:hover {
    > td,
    > th {
      background-color: $table-bg-hover;
    }
  }
}*/
/*table col[class*="col-"] {
  position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
  float: none;
  display: table-column;
}
table {
  td,
  th {
    &[class*="col-"] {
      position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
      float: none;
      display: table-cell;
    }
  }
}*/
/*@include table-row-variant('active', $table-bg-active);
@include table-row-variant('success', $state-success-bg);
@include table-row-variant('info', $state-info-bg);
@include table-row-variant('warning', $state-warning-bg);
@include table-row-variant('danger', $state-danger-bg);*/
/*.table-responsive {
  @media screen and (max-width: $screen-xs-max) {
    width: 100%;
    margin-bottom: ($line-height-computed * 0.75);
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid $table-border-color;
    -webkit-overflow-scrolling: touch;

    // Tighten up spacing
    > .table {
      margin-bottom: 0;

      // Ensure the content doesn't wrap
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th,
          > td {
            white-space: nowrap;
          }
        }
      }
    }

    // Special overrides for the bordered tables
    > .table-bordered {
      border: 0;

      // Nuke the appropriate borders so that the parent can handle them
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th:first-child,
          > td:first-child {
            border-left: 0;
          }
          > th:last-child,
          > td:last-child {
            border-right: 0;
          }
        }
      }

      // Only nuke the last row's bottom-border in `tbody` and `tfoot` since
      // chances are there will be only one `tr` in a `thead` and that would
      // remove the border altogether.
      > tbody,
      > tfoot {
        > tr:last-child {
          > th,
          > td {
            border-bottom: 0;
          }
        }
      }

    }
  }
}*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-primary {
  color: #fff;
  background-color: #178dee;
  border-color: #107fda; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f72c2;
    border-color: #0c5ea1; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #178dee;
    border-color: #107fda; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.44);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.44);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }

.progress {
  overflow: hidden;
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3da8ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

Account for lower percentages
.progress-bar[aria-valuenow="1"], Account for lower percentages
.progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

Account for lower percentages
.progress-bar[aria-valuenow="0"] {
  color: #31373d;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

/*
 * Select2
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 3px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@media (max-width: 599.98px) {
  .app-drawer-open,
  .sidebar-open {
    height: 100vh;
    overflow-y: hidden; } }

.r-b-surface {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  width: 100%;
  height: 100%; }

@media (max-width: 599.98px) {
  .app-drawer-open .r-b-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 399;
    background-color: rgba(0, 0, 0, 0.4); } }

.r-b-app-drawer {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  z-index: 400;
  overflow: hidden;
  position: relative;
  -webkit-transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .r-b-app-drawer > .r-inner {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden; }
  .r-b-app-drawer.r-m-expanded {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 240px;
    -ms-flex: 1 0 240px;
    flex: 1 0 240px; }
  @media (max-width: 599.98px) {
    .r-b-app-drawer {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 240px;
      pointer-events: none; }
      .r-b-app-drawer > .r-inner {
        will-change: transform;
        -webkit-transform: translate3d(-103%, 0, 0);
        transform: translate3d(-103%, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        -webkit-transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out; }
      .r-b-app-drawer.r-m-expanded {
        pointer-events: auto; }
        .r-b-app-drawer.r-m-expanded > .r-inner {
          -webkit-transform: none;
          transform: none;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-perspective: 1000;
          perspective: 1000; } }

.r-b-app {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-width: 0; }

.r-b-app-header {
  z-index: 300;
  width: 100%; }
  .r-b-app-header.r-m-sticky {
    position: absolute;
    top: -65px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
    .app-header-stuck .r-b-app-header.r-m-sticky {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000; }
  .is-embedded .r-b-app-header {
    display: none; }

.r-b-app-aside {
  width: 100%;
  background-color: #fff;
  z-index: 301; }

.r-b-app-main {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-height: 0;
  position: relative; }

.r-b-content {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .r-b-content::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-b-content::-webkit-scrollbar-thumb {
    background: #bbbebf;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-b-content::-webkit-scrollbar-track {
    background: #dee3e8;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-b-content::-webkit-scrollbar-button {
    display: none; }
  @media (max-width: 599.98px) {
    .sidebar-open .r-b-content {
      display: none; } }

.r-b-sidebar {
  display: none;
  overflow: visible;
  z-index: 100;
  min-width: 1px; }
  @media (max-width: 1919.98px) {
    .r-b-sidebar {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; } }
  @media (max-width: 599.98px) {
    .r-b-sidebar {
      width: 100%;
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }
  @media (min-width: 600px) {
    .r-b-sidebar {
      width: 484px;
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 484px;
      -ms-flex: 0 0 484px;
      flex: 0 0 484px; } }
  @media (min-width: 2160px) {
    .r-b-sidebar {
      width: 640px;
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 640px;
      -ms-flex: 0 0 640px;
      flex: 0 0 640px; } }
  .sidebar-open .r-b-sidebar {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
  .r-b-sidebar .r-sb-inner {
    position: relative;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.r-b-content-header > .r-inner {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ; }
  .r-b-content-header > .r-inner .r-container {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }

.r-b-content-nav {
  flex: none; }
  .app-header-stuck .r-b-content-nav.r-m-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0; }
    .app-header-stuck .r-b-content-nav.r-m-sticky + .r-b-content-body .r-m-sticky-container .r-sticky-item {
      top: 74px; }

.r-b-content-body {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.r-b-content-header > .r-inner,
.r-b-content-nav > .r-inner,
.r-b-content-body > .r-inner {
  position: relative;
  max-width: 1600px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto; }

.r-b-content-header.r-m-constrained > .r-inner,
.r-b-content-nav.r-m-constrained > .r-inner,
.r-b-content-body.r-m-constrained > .r-inner {
  max-width: 624px; }

.r-b-content-header.r-m-indent > .r-inner,
.r-b-content-nav.r-m-indent > .r-inner,
.r-b-content-body.r-m-indent > .r-inner {
  max-width: 1024px; }

.r-b-content-header.r-m-fluid > .r-inner,
.r-b-content-nav.r-m-fluid > .r-inner,
.r-b-content-body.r-m-fluid > .r-inner {
  max-width: 100%; }

.r-b-app-footer {
  position: relative;
  margin-top: 16px; }

.r-grid .r-cell {
  position: relative;
  float: left;
  display: block;
  margin-top: 8px; }

.r-grid.r-m-spacer .r-cell {
  margin-top: 16px; }

.r-grid.r-cols-1 .r-cell {
  width: 100%;
  float: none; }

.r-grid.r-cols-1 .r-cell:nth-child(-n+1) {
  margin-top: 0; }

.r-grid.r-cols-2 .r-cell {
  width: 50%; }
  .r-grid.r-cols-2 .r-cell:nth-child(even) {
    padding-left: 4px; }
  .r-grid.r-cols-2 .r-cell:nth-child(odd) {
    padding-right: 4px; }

.r-grid.r-cols-2 .r-cell:nth-child(-n+2) {
  margin-top: 0; }

.r-grid.r-cols-2 .r-cell:nth-child(2n+1) {
  clear: left; }

.r-grid.r-cols-3 .r-cell {
  width: 33.3333333%; }

.r-grid.r-cols-3 .r-cell:nth-child(3n+3) {
  padding-left: 4px; }

.r-grid.r-cols-3 .r-cell:nth-child(3n+2) {
  padding-left: 4px;
  padding-right: 4px; }

.r-grid.r-cols-3 .r-cell:nth-child(3n+1) {
  padding-right: 4px; }

.r-grid.r-cols-3 .r-cell:nth-child(-n+3) {
  margin-top: 0; }

.r-grid.r-cols-3 .r-cell:nth-child(3n+1) {
  clear: left; }

.r-grid.r-cols-4 .r-cell {
  width: 25%; }

.r-grid.r-cols-4 .r-cell:nth-child(4n+4) {
  padding-right: 0;
  padding-left: 4px; }

.r-grid.r-cols-4 .r-cell:nth-child(4n+2), .r-grid.r-cols-4 .r-cell:nth-child(4n+3) {
  padding-left: 4px;
  padding-right: 4px; }

.r-grid.r-cols-4 .r-cell:nth-child(4n+1) {
  padding-right: 4px; }

.r-grid.r-cols-4 .r-cell:nth-child(-n+4) {
  margin-top: 0; }

.r-grid.r-cols-4 .r-cell:nth-child(4n+1) {
  clear: left; }

.r-grid.r-cols-5 .r-cell {
  width: 20%; }

.r-grid.r-cols-5 .r-cell:nth-child(5n+5) {
  padding-left: 4px; }

.r-grid.r-cols-5 .r-cell:nth-child(5n+2), .r-grid.r-cols-5 .r-cell:nth-child(5n+3), .r-grid.r-cols-5 .r-cell:nth-child(5n+4) {
  padding-left: 4px;
  padding-right: 4px; }

.r-grid.r-cols-5 .r-cell:nth-child(5n+1) {
  padding-right: 4px; }

.r-grid.r-cols-5 .r-cell:nth-child(-n+5) {
  margin-top: 0; }

.r-grid.r-cols-5 .r-cell:nth-child(5n+1) {
  clear: left; }

.r-grid.r-cols-6 .r-cell {
  width: 16.6666666666%; }

.r-grid.r-cols-6 .r-cell:nth-child(6n+6) {
  padding-left: 4px; }

.r-grid.r-cols-6 .r-cell:nth-child(6n+2), .r-grid.r-cols-6 .r-cell:nth-child(6n+3), .r-grid.r-cols-6 .r-cell:nth-child(6n+4), .r-grid.r-cols-6 .r-cell:nth-child(6n+5) {
  padding-left: 4px;
  padding-right: 4px; }

.r-grid.r-cols-6 .r-cell:nth-child(6n+1) {
  padding-right: 4px; }

.r-grid.r-cols-6 .r-cell:nth-child(-n+6) {
  margin-top: 0; }

.r-grid.r-cols-6 .r-cell:nth-child(6n+1) {
  clear: left; }

.r-flex-grid {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  .r-flex-grid.r-cols-1 {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .r-flex-grid.r-cols-1 .r-cell:nth-child(-n+2) {
      margin: 0 auto; }
  .r-flex-grid .r-cell:nth-child(2n+1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .r-flex-grid .r-cell:nth-child(-n+2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

.r-grid.r-cols-2 .r-cell.r-m-divider:nth-child(even) {
  border-left: 1px solid #dee3e8;
  padding-left: 12px; }

.r-content-header {
  position: relative;
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*
     * Responsive
     */
  /*
     * Label style header
     */
  /*
     * Background
     */
  /*
     * Size sml
     */ }
  .r-content-header .r-marker2 + .r-header-main {
    margin-left: 8px; }
  .r-content-header .r-header-main {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0; }
    .r-content-header .r-header-main + .r-header-aside {
      margin-left: 8px; }
  .r-content-header .r-header-aside {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-width: 0;
    margin-left: auto;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .r-content-header h1.has-controls {
    display: block;
    margin: 6px 0;
    padding: 0 48px;
    overflow: hidden; }
  .r-content-header.r-m-cover {
    padding: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
    .r-content-header.r-m-cover .r-header-main {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
    @media (max-width: 959.98px) {
      .r-content-header.r-m-cover {
        height: 200px; } }
    @media (min-width: 960px) and (max-width: 1439.98px) {
      .r-content-header.r-m-cover {
        height: 240px; } }
    @media (min-width: 1440px) and (max-width: 1919.98px) {
      .r-content-header.r-m-cover {
        height: 280px; } }
    @media (min-width: 1920px) {
      .r-content-header.r-m-cover {
        height: 320px; } }
    @media (min-width: 2160px) {
      .r-content-header.r-m-cover {
        height: 360px; } }
    .r-content-header.r-m-cover.r-m-has-bg {
      position: relative;
      overflow: hidden; }
      .r-content-header.r-m-cover.r-m-has-bg .r-header-bg {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        -webkit-transition: transform 0.35s ease;
        transition: transform 0.35s ease; }
        .r-content-header.r-m-cover.r-m-has-bg .r-header-bg.r-m-edge-bg {
          width: 300px;
          height: 300px;
          transform: rotate(45deg);
          bottom: -150px;
          right: -150px; }
          @media (max-width: 1439.98px) {
            .r-content-header.r-m-cover.r-m-has-bg .r-header-bg.r-m-edge-bg {
              width: 200px;
              height: 200px;
              bottom: -100px;
              right: -100px; } }
      .r-content-header.r-m-cover.r-m-has-bg .r-header-main {
        position: relative; }
  .r-content-header.r-m-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .r-content-header.r-m-wrap .r-header-main {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      .r-content-header.r-m-wrap .r-header-main + .r-header-aside {
        margin-bottom: 8px;
        margin-left: 0; }
  .r-content-header.r-m-label {
    margin-bottom: 8px !important;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .r-content-header.r-m-label .r-header-main > h1 {
      font-size: 13px !important;
      color: #798c9c;
      font-weight: 600; }
    .r-content-header.r-m-label .r-header-main > .t {
      font-size: 11px;
      color: #94a7b8;
      line-height: 1; }
  .r-content-header.r-m-solid {
    background-color: #fafbfd;
    border-bottom: 1px solid #eff1f3; }
  .r-content-header.r-m-sml {
    padding: 8px !important; }

.r-brand-wrapper {
  position: relative; }
  .r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg {
    color: #fafbfd;
    text-shadow: 1px 1px #272c30; }
    .r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg h1, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg h2, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-dark-bg .r-name {
      color: inherit; }
  .r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg {
    color: #272c30;
    text-shadow: 1px 1px #c9d3db; }
    .r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg h1, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg h2, .r-brand-wrapper.r-m-floor-fade .r-content.r-m-light-bg .r-name {
      color: inherit; }
  .r-brand-wrapper.r-m-floor-fade::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.12), transparent 40%);
    content: ' ';
    z-index: 1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  @media (max-width: 599.98px) {
    .r-brand-wrapper.r-m-textbox .r-content .r-textbox.r-m-ellipsis {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .r-brand-wrapper.r-m-textbox .r-content .t {
    display: inline;
    padding: 3px 6px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 0.938rem;
    line-height: 1.625rem; }
  .r-brand-wrapper.r-m-textbox .r-content.r-m-dark-bg .t {
    background-color: rgba(250, 251, 253, 0.92);
    color: #31373d; }
  .r-brand-wrapper.r-m-textbox .r-content.r-m-light-bg .t {
    background-color: rgba(49, 55, 61, 0.92);
    color: #fafbfd; }
  .r-brand-wrapper .r-container,
  .r-brand-wrapper .r-header-section {
    z-index: 1; }

.r-marker {
  float: left;
  margin-right: 8px;
  text-align: center; }
  .r-marker + .r-content {
    overflow: hidden; }

.r-marker2 {
  position: relative;
  line-height: 1; }

.r-item-actions {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 3px; }
  .r-item-actions::before {
    width: 100%;
    right: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0; }
  .r-item-actions.r-m-shadow {
    background-color: inherit;
    /*
         * Turns off shadow until hover over some parent.
         */ }
    .r-item-actions.r-m-shadow::before {
      background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0), white);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }
    .r-item-actions.r-m-shadow.r-m-discreet {
      background-color: transparent;
      /*
             * No hover on mobile. needs to be on.
             */ }
      .r-item-actions.r-m-shadow.r-m-discreet::before {
        background: transparent; }
      @media (any-pointer: coarse) {
        .r-item-actions.r-m-shadow.r-m-discreet {
          background-color: inherit; }
          .r-item-actions.r-m-shadow.r-m-discreet::before {
            background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0), white);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), white); } }

.r-embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .r-embed-responsive::before {
    display: block;
    content: " ";
    padding-top: 56.25%;
    /* 16:9 */ }
  .r-embed-responsive .r-embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .r-embed-responsive .r-thumb-wrapper .r-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 5px;
    -webkit-border-radius: 5px; }
  .r-embed-responsive .r-thumb-wrapper .r-btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 72px;
    width: 72px;
    margin-left: -36px;
    margin-top: -36px;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat; }
  .r-embed-responsive .r-embed-placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #dee3e8;
    border-radius: 5px;
    -webkit-border-radius: 5px; }
    .r-embed-responsive .r-embed-placeholder .r-form-control {
      max-width: 250px; }
    .r-embed-responsive .r-embed-placeholder .r-help {
      color: #fff; }

.r-img-content {
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.r-text-frame {
  max-width: 624px; }
  .r-text-frame.is-expandable .r-text.is-collapsed::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }
  .r-text-frame.is-expandable .r-text.is-expanded {
    max-height: inherit !important;
    overflow: visible !important;
    height: auto !important; }
  .r-text-frame .r-text-expand-btn {
    font-size: 0.75rem;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: initial; }

.collapsed .r-m-markdown {
  display: block; }
  .collapsed .r-m-markdown::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px; }
  .collapsed .r-m-markdown.r-m-fade-white::after {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
    background: linear-gradient(rgba(255, 255, 255, 0), white); }
  .collapsed .r-m-markdown.r-fade-grey-2::after {
    background: -webkit-linear-gradient(rgba(239, 241, 243, 0), #eff1f3);
    background: linear-gradient(rgba(239, 241, 243, 0), #eff1f3); }
  .r-mdl-content-body .collapsed .r-m-markdown.r-fade-grey-2::after {
    background: -webkit-linear-gradient(rgba(239, 241, 243, 0), #e9eeed);
    background: linear-gradient(rgba(239, 241, 243, 0), #e9eeed); }
  .collapsed .r-m-markdown.r-fade-grey-1::after {
    background: -webkit-linear-gradient(rgba(250, 251, 253, 0), #fafbfd);
    background: linear-gradient(rgba(250, 251, 253, 0), #fafbfd); }
  .collapsed .r-m-markdown.r-fade-primary-1::after {
    background: -webkit-linear-gradient(rgba(240, 246, 255, 0), #f0f6ff);
    background: linear-gradient(rgba(240, 246, 255, 0), #f0f6ff); }

.r-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
        word-break: break-all;
    }
    @else {
        word-break: $wrap;
    }*/
  position: relative;
  /*
     * Markdown
     */
  /*
     * Quote text. Has lead-in icon.
     */
  /*
     * Editable text
     */ }
  .r-text.r-text-xml {
    white-space: pre-wrap;
    font-family: Monaco, Consolas, "Courier New", monospace;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .r-text p, .r-text ul, .r-text ol, .r-text dl {
    font-size: inherit;
    line-height: inherit; }
  .r-text p + p, .r-text p + ul, .r-text p + ol, .r-text p + dl, .r-text ul + ol, .r-text ol + ul, .r-text ul + p, .r-text ol + p, .r-text dl + p {
    margin-top: 0.875em; }
  .r-text.r-m-markdown p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    /*@if $wrap == break-word {
        word-break: break-all;
    }
    @else {
        word-break: $wrap;
    }*/ }
  .r-text.r-m-markdown ol, .r-text.r-m-markdown ul {
    list-style: inherit;
    padding-left: 25px;
    margin-left: 0;
    text-align: left; }
  .r-text.r-m-markdown ol {
    list-style-type: decimal; }
  .r-text.r-m-markdown ul {
    list-style-type: disc; }
  .r-text.r-m-markdown li {
    float: none !important; }
  .r-text.r-m-markdown em {
    font-style: italic; }
  .r-text.r-m-quoted::before {
    font-size: 1.75rem;
    color: #dee3e8; }
  .r-text.is-editable::after {
    -webkit-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s;
    margin-left: 4px;
    font-size: 0.75rem;
    color: inherit;
    opacity: 0.3; }
    .r-m-xsml.r-text.is-editable::after {
      font-size: 10px; }
  .r-text.is-editable:hover::after {
    opacity: 1; }

.r-i + .t {
  margin-left: 0.375rem; }

.r-i.r-m-svg {
  display: inline-block;
  fill: currentColor;
  width: 24px;
  height: 24px;
  vertical-align: middle; }

.r-no-data {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px; }
  .r-no-data .r-card-header.r-icon .r-i {
    font-size: 2.5rem;
    color: #178dee;
    opacity: 0.9; }
  .r-no-data .r-card-header + .r-card-body {
    margin-top: 12px; }
  .r-no-data .r-no-data-description > .t {
    color: #31373d;
    font-size: 0.938rem;
    font-style: italic; }
  .r-no-data.r-m-prominent {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 1024px; }
    .r-no-data.r-m-prominent .r-card-header.r-icon {
      background-image: url("https://demo.rundl.com/1.4/Content/images/no-data.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 300px;
      padding-top: 20px;
      padding-bottom: 20px; }
    @media (max-height: 667px) {
      .r-no-data.r-m-prominent .r-card-header.r-m-has-img {
        min-height: 300px; } }
    @media (min-height: 667.1px) and (max-height: 1024px) {
      .r-no-data.r-m-prominent .r-card-header.r-m-has-img {
        min-height: 500px; } }
    @media (min-height: 1024.1px) {
      .r-no-data.r-m-prominent .r-card-header.r-m-has-img {
        min-height: 570px; } }
    .r-no-data.r-m-prominent .r-card-header + .r-card-body {
      margin-top: 16px; }
    .r-no-data.r-m-prominent r-card-footer {
      margin-top: 16px; }

.r-progressbar-line-container {
  width: 100%;
  height: 8px; }
  .r-progressbar-line-container svg {
    height: inherit;
    width: inherit; }

.r-progressbar-circle-container .r-progressbar-label {
  text-align: center;
  font-size: 0.938rem;
  line-height: 1; }
  .r-progressbar-circle-container .r-progressbar-label::after {
    display: block;
    content: '%';
    color: #94a7b8;
    font-size: 0.75rem; }

.r-progressbar-circle-container.r-m-middled {
  position: absolute !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.r-progressbar-circle-container.r-m-xsml {
  width: 32px;
  height: 32px; }
  .r-progressbar-circle-container.r-m-xsml .r-progressbar-label {
    font-size: 0.625rem; }
    .r-progressbar-circle-container.r-m-xsml .r-progressbar-label::after {
      font-size: 8px; }

.r-progressbar-circle-container.r-m-small {
  width: 48px;
  height: 48px; }

.r-progressbar-circle-container.r-m-medium {
  width: 50px;
  height: 50px; }

.r-progressbar-circle-container.r-m-large {
  width: 75px;
  height: 75px; }
  .r-progressbar-circle-container.r-m-large .r-progressbar-label {
    font-size: 1.25rem; }
    .r-progressbar-circle-container.r-m-large .r-progressbar-label::after {
      font-size: 16px; }

.r-progressbar-circle-container.r-m-hidden .r-progressbar-label {
  display: none; }

.r-rich-composer {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: border-color 0.15s linear 0s;
  transition: border-color 0.15s linear 0s; }
  .r-rich-composer.r-m-no-border {
    border: none;
    padding: 0; }
  .r-rich-composer.r-input-error {
    border-color: #f5c024 !important; }
  .r-rich-composer .r-content-editor {
    display: block;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
    .r-rich-composer .r-content-editor .r-form-control {
      border: none;
      overflow-y: hidden !important;
      padding: 0; }
  .r-rich-composer .r-content-picker {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 4px; }
  .r-rich-composer + .r-validation {
    width: 100%; }

.r-controls {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -8px;
  line-height: 1; }
  .r-controls .r-control {
    margin-left: 8px; }
    .r-controls .r-control + .r-control.r-m-bullet:before {
      content: "\00b7";
      margin-right: 8px; }
  .r-controls.r-m-actions {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .r-controls.r-m-actions .r-control {
      width: 72px;
      text-align: center; }
  .r-controls.r-m-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px; }
    .r-controls.r-m-wrap .r-control {
      margin: 8px; }

.r-control {
  position: relative; }
  .r-control .r-btn-icon + .t {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2; }

.r-floating-action {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2; }
  .r-floating-action .r-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22); }
  @media (min-width: 600px) {
    .sidebar-open .r-floating-action {
      right: 500px; } }
  @media (min-width: 2160px) {
    .sidebar-open .r-floating-action {
      right: 656px; } }

.tooltip,
.ui-tooltip {
  position: absolute;
  display: block;
  visibility: visible;
  padding: 5px;
  opacity: 0;
  z-index: 4000; }
  .tooltip.in,
  .ui-tooltip.in {
    opacity: 1; }
  .tooltip.top,
  .ui-tooltip.top {
    margin-top: -2px; }
    .tooltip.top .tooltip-arrow,
    .ui-tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #272c30; }
  .tooltip.right,
  .ui-tooltip.right {
    margin-left: 2px; }
    .tooltip.right .tooltip-arrow,
    .ui-tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 5px solid #272c30; }
  .tooltip.bottom,
  .ui-tooltip.bottom {
    margin-top: 2px; }
    .tooltip.bottom .tooltip-arrow,
    .ui-tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #272c30; }
  .tooltip.left,
  .ui-tooltip.left {
    margin-left: -2px; }
    .tooltip.left .tooltip-arrow,
    .ui-tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #272c30; }
  .tooltip .tooltip-inner,
  .tooltip .ui-tooltip-content,
  .ui-tooltip .tooltip-inner,
  .ui-tooltip .ui-tooltip-content {
    color: #fafbfd;
    text-align: center;
    text-decoration: none;
    background-color: #272c30;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    max-width: 200px;
    padding: 8px 12px;
    word-break: break-word;
    width: max-content; }
  .tooltip .tooltip-arrow,
  .ui-tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0; }

.r-status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  background-color: #f5c024;
  visibility: hidden;
  opacity: 0; }
  .r-status-indicator.r-is-active {
    visibility: visible;
    opacity: 1; }
  .r-status-indicator.r-m-sml {
    width: 8px;
    height: 8px; }
  .r-status-indicator.r-m-danger {
    background-color: #d95b45; }
  .r-status-indicator.r-m-info {
    background-color: #178dee; }
  .r-control .r-status-indicator {
    position: absolute;
    z-index: 1;
    top: -2px;
    right: -4px; }
    .r-control .r-status-indicator.r-m-sml {
      top: 1px;
      right: 2px; }

.r-status-icon {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: #94a7b8; }
  .r-status-icon .r-i::before {
    display: block;
    font-size: 0.75rem; }
  .r-btn-sml + .r-status-icon {
    width: 16px;
    height: 16px; }
    .r-btn-sml + .r-status-icon .r-i::before {
      font-size: 0.625rem; }
  .r-control .r-status-icon,
  .r-context-selector .r-status-icon,
  .r-avatar .r-status-icon {
    position: absolute;
    right: -4px;
    top: -2px;
    z-index: 1; }

.r-timeline .r-tl-event {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ; }
  .r-timeline .r-tl-event .r-marker2 {
    position: relative;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-width: 18px;
    min-height: inherit; }
  .r-timeline .r-tl-event .r-tl-line {
    border-right: 4px solid #dee3e8; }
  .r-timeline .r-tl-event .r-tl-icon {
    position: absolute;
    z-index: 1;
    right: -6px;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff; }
    .r-timeline .r-tl-event .r-tl-icon .r-tag.r-m-xsml {
      height: 16px; }
      .r-timeline .r-tl-event .r-tl-icon .r-tag.r-m-xsml.r-m-circle {
        width: 16px; }
      .r-timeline .r-tl-event .r-tl-icon .r-tag.r-m-xsml.r-m-outline {
        border-width: 3px;
        border-color: #dee3e8; }
  .r-timeline .r-tl-event .r-tl-event-main {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 5px 0 14px 20px;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0; }
  .r-timeline .r-tl-event .r-tl-event-section {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0; }
    .r-timeline .r-tl-event .r-tl-event-section:nth-child(2) {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-align: end;
      -moz-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex: 0;
      flex-shrink: 0; }
    .r-timeline .r-tl-event .r-tl-event-section .r-title {
      font-size: 0.875rem; }
  .r-timeline .r-tl-event.r-is-active .r-tl-icon {
    right: -10px; }
  .r-timeline .r-tl-event.r-m-active-event:nth-last-child(2) {
    min-height: 60px; }
  .r-timeline .r-tl-event.r-m-active-event .r-tl-line {
    border-right-style: dotted; }
  .r-timeline .r-tl-event.r-m-active-event .r-tl-icon {
    right: -14px; }
  .r-timeline .r-tl-event.r-m-active-event .r-tl-event-main {
    padding-top: 12px;
    padding-bottom: 10px; }
  .r-timeline .r-tl-event.r-m-current-event .r-tl-line {
    border-right-style: dotted; }
  .r-timeline .r-tl-event.r-m-current-event .r-tl-icon {
    top: 12px; }
  .r-timeline .r-tl-event.r-m-current-event .r-tl-event-main {
    padding-top: 16px; }
  .r-timeline .r-tl-event.r-m-current-event .r-tl-event-section .r-title {
    max-height: calc(2.4em); }
    .r-timeline .r-tl-event.r-m-current-event .r-tl-event-section .r-title .r-name {
      max-height: 2.4em;
      overflow: hidden;
      display: block; }
  .r-timeline .r-tl-event.r-m-wrap .r-tl-event-main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .r-timeline .r-tl-event.r-m-wrap .r-tl-event-section {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .r-timeline .r-tl-event.r-m-wrap .r-tl-event-section + .r-tl-event-section {
      margin-top: 4px; }

.r-expander {
  width: 100%; }
  .r-expander .r-expander-trigger {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
    .r-expander .r-expander-trigger.r-content-header {
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .r-expander .r-expander-trigger .r-btn .fi-arrow-down::before {
      -webkit-transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out;
      display: inline-block; }
  .r-expander .r-expander-content {
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
    max-height: 7000px;
    overflow: hidden; }
  .r-expander .r-expander-trigger.r-m-hidden.r-content-header {
    margin-bottom: 0 !important; }
  .r-expander .r-expander-trigger.r-m-hidden .fi-arrow-down::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

.expanded div[data-expander-toggles] .r-btn + .r-btn {
  margin-left: 0; }

.r-dots-light {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fafbfd' fill-opacity='0.08' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E"); }

.r-dots-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23272c30' fill-opacity='0.08' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E"); }

.r-waves-light {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23fafbfd' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.r-waves-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23272c30' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.r-pluses-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23272c30' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.r-spinner-wrapper {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .r-spinner-wrapper.r-m-global {
    position: fixed;
    top: 68px;
    left: calc(50% - 21px);
    width: 42px;
    z-index: 4000;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    border-radius: 8000px;
    -webkit-border-radius: 8000px; }
    .r-spinner-wrapper.r-m-global .r-spinner {
      width: 33px;
      height: 33px;
      margin: 5px; }

.r-spinner {
  border-width: 0.4em;
  border-style: solid;
  border-color: #eaeaea;
  border-left-color: #178dee;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  width: 38px;
  height: 38px;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: loadSpin;
  -moz-animation-name: loadSpin;
  -ms-animation-name: loadSpin;
  animation-name: loadSpin;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; } }

@-moz-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; } }

@-ms-keyframes loadSpin {
  .r-spinner 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .r-spinner 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; } }

@-o-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; } }

@keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; } }
  .r-spinner.r-m-large {
    border-width: 0.7em;
    width: 200px;
    height: 200px; }
  .r-spinner.r-m-small {
    border-width: 0.2em;
    width: 32px;
    height: 32px; }

.r-title,
.r-subtitle,
.r-metadata {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
        word-break: break-all;
    }
    @else {
        word-break: $wrap;
    }*/
  line-height: 1.2;
  min-width: 0px; }

.r-title + .r-subtitle,
.r-title + .r-metadata {
  margin-top: 4px; }

.r-title.r-m-tagged h1 {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 4px; }
  .r-title.r-m-tagged h1 .r-tag {
    margin-left: 4px; }

.r-subtitle + .r-subtitle {
  margin-top: 4px; }

.r-subtitle + .r-metadata {
  margin-top: 6px; }

.r-title + .r-text,
.r-subtitle + .r-text {
  margin-top: 8px; }

.r-metadata + .r-metadata {
  margin-top: 4px; }

a {
  color: #3da8ff;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  a.r-is-disabled:hover, a.r-is-disabled:focus {
    text-decoration: none; }

h1 a,
h1 .fA, h2 a,
h2 .fA, h3 a,
h3 .fA, h4 a,
h4 .fA, h5 a,
h5 .fA, h6 a,
h6 .fA, .r-name a,
.r-name .fA {
  color: inherit;
  font-size: inherit; }

.t a {
  cursor: pointer; }

a.r-name:hover {
  cursor: pointer; }

.r-btn-group {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ; }
  .r-btn-group > .r-btn {
    border-radius: 0;
    -webkit-border-radius: 0; }
    .r-btn-group > .r-btn + .r-btn.r-m-outline {
      border-left-width: 0; }
    .r-btn-group > .r-btn:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .r-btn-group > .r-btn:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-left-width: 1px !important; }
    .r-btn-group > .r-btn + .r-btn {
      margin-left: 0; }

button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-indent: 0;
  font-family: inherit;
  cursor: pointer; }

.r-btn {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear, opacity 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear, opacity 0.15s linear, color 0.15s linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  vertical-align: middle;
  /*
     * Fill one row
     */
  /*
     * Remove circle rounding
     */
  /*
     * Hollow style
     */
  /*
     * Make button look like input field
     */
  /*
     * Add title font
     */
  /*
     * Anchor as button
     */
  /*
     * Turn standard button into icon button. Used in settings dropdown
     */
  /*
     * Hide icon by default. Show on hover
     */ }
  .r-btn + .r-btn {
    margin-left: 6px; }
  .r-btn[style*="display: none"],
  .r-btn[style*="display: none"] + .r-btn {
    margin-left: 0px; }
  .r-btn:disabled, .r-btn.r-is-disabled {
    zoom: 1;
    opacity: 0.76;
    cursor: not-allowed; }
  .r-btn.r-is-busy:disabled .t {
    background-image: url("https://demo.rundl.com/1.4/Content/images/loading_med.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    color: transparent; }
  .r-btn.r-m-block {
    width: 100%; }
  .r-btn.r-m-square {
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-btn.r-m-outline {
    border-width: 1px;
    border-style: solid; }
  .r-btn.r-m-input {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.938rem;
    font-weight: inherit;
    font-weight: initial;
    line-height: inherit; }
    .r-btn.r-m-input .t {
      color: #31373d;
      letter-spacing: inherit; }
    .r-input-error.r-btn.r-m-input {
      border-color: #f5c024; }
  .r-btn.r-m-title .t {
    font-family: "Nunito", sans-serif;
    letter-spacing: 1px; }
  a.r-btn:hover, a.r-btn:focus {
    text-decoration: none; }
  .r-btn.r-m-hide-text .t {
    display: none; }
  .r-btn.r-m-discreet:enabled .r-i::before {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    @media (any-pointer: coarse) {
      .r-btn.r-m-discreet:enabled .r-i::before {
        opacity: 1; } }
  .r-btn.r-m-discreet:enabled:hover:enabled .r-i::before, .r-btn.r-m-discreet:enabled:active:enabled .r-i::before, .r-btn.r-m-discreet:enabled:focus:enabled .r-i::before {
    opacity: 1 !important; }
  .r-btn.r-m-dropdown.r-btn-plain::after, .r-btn.r-m-dropdown.r-btn-standard::after {
    font-size: 70%;
    margin-left: 4px;
    opacity: 0.5;
    font-family: "jarc" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out; }
  .r-btn.r-m-dropdown.r-btn-plain::before, .r-btn.r-m-dropdown.r-btn-standard::before {
    content: none; }
  .r-btn.r-m-dropdown.r-btn-plain.r-m-toggle::after, .r-btn.r-m-dropdown.r-btn-standard.r-m-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .r-btn.r-m-dropdown.r-btn-icon .r-i {
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out; }
  .r-btn.r-m-dropdown.r-btn-icon.r-m-toggle .r-i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

/*
 *  1. Plain button. 
 */
.r-btn-plain {
  display: inline;
  -webkit-backface-visibility: hidden;
  white-space: normal;
  text-align: left;
  vertical-align: initial; }

/*
 *  2. Standard button
 */
.r-btn-standard {
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 8000px;
  -webkit-border-radius: 8000px;
  font-weight: 600; }
  .r-btn-standard .t {
    letter-spacing: .0892857143em;
    opacity: 0.95; }
    .r-btn-standard .t + .r-i {
      margin-left: 0.375rem; }
  .r-btn-standard.r-m-transparent {
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }

/*
 *  3. Icon button
 */
.r-btn-icon {
  border-radius: 8000px;
  -webkit-border-radius: 8000px; }
  .r-btn-icon .r-i::before {
    display: block; }

/*
 *  4. Card button
 */
.r-btn.r-m-card {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
  .r-btn.r-m-card .r-i + .t {
    font-size: 0.938rem;
    margin-top: 12px;
    margin-left: 0; }
  .r-btn.r-m-card .r-i::before,
  .r-btn.r-m-card .t {
    display: block; }
  .r-btn.r-m-card.r-m-dashed {
    border-style: dashed; }
    .r-btn.r-m-card.r-m-dashed:hover {
      border-style: solid; }
  .r-btn.r-m-card.r-m-xsmall {
    width: 180px;
    height: 120px; }
    .r-btn.r-m-card.r-m-xsmall .r-i {
      font-size: 2rem; }
  .r-btn.r-m-card.r-m-small {
    width: 234px;
    height: 156px; }
    .r-btn.r-m-card.r-m-small .r-i {
      font-size: 3rem; }

.r-btn-plain {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .r-btn-plain.r-success {
    color: #44ca6c !important; }
  .r-btn-plain.r-danger {
    color: #d95b45 !important; }
  .r-btn-plain.r-danger-500 {
    color: #db6651 !important; }
  .r-btn-plain.r-info {
    color: #178dee !important; }
  .r-btn-plain.r-default {
    color: #798c9c !important; }
  .r-btn-plain.r-neutral {
    color: #3da8ff !important; }
  .r-btn-plain.r-warning {
    color: #f5c024 !important; }
  .r-btn-plain.r-warning-700 {
    color: #ce9909 !important; }
  .r-btn-plain.r-warning-900 {
    color: #a37a00 !important; }
  .r-btn-plain.r-meta {
    color: #31373d !important; }
  .r-btn-plain.r-splash {
    color: #5f427b !important; }
  .r-btn-plain.r-splash-100 {
    color: #d4ccdb !important; }
  .r-btn-plain.r-splash-600 {
    color: #5f427b !important; }
  .r-btn-plain.r-splash-900 {
    color: #34174f !important; }
  .r-btn-plain.r-light {
    color: #94a7b8 !important; }
  .r-btn-plain.r-light-1 {
    color: #dee3e8 !important; }
  .r-btn-plain.r-white {
    color: #fff !important; }
  .r-btn-plain:hover, .r-btn-plain:disabled {
    opacity: 0.78; }

.r-btn-standard,
.r-btn-icon {
  background-color: #eff1f3;
  color: #798c9c; }
  .r-btn-standard.r-m-outline,
  .r-btn-icon.r-m-outline {
    border-color: #dee3e8; }
  .r-btn-standard:hover,
  .r-btn-icon:hover {
    background-color: #dee3e8; }
  .r-btn-standard:active, .r-btn-standard:focus, .r-btn-standard.r-is-active,
  .r-btn-icon:active,
  .r-btn-icon:focus,
  .r-btn-icon.r-is-active {
    color: #31373d;
    background-color: #c9d3db; }
  .r-btn-standard:hover:disabled, .r-btn-standard:active:disabled, .r-btn-standard:focus:disabled,
  .r-btn-icon:hover:disabled,
  .r-btn-icon:active:disabled,
  .r-btn-icon:focus:disabled {
    background-color: #eff1f3; }
  .r-btn-standard.r-m-outline.r-is-active,
  .r-btn-icon.r-m-outline.r-is-active {
    border-color: #94a7b8; }
  .r-btn-standard.r-m-outline, .r-btn-standard.r-m-transparent,
  .r-btn-icon.r-m-outline,
  .r-btn-icon.r-m-transparent {
    background-color: transparent; }
    .r-btn-standard.r-m-outline:hover, .r-btn-standard.r-m-transparent:hover,
    .r-btn-icon.r-m-outline:hover,
    .r-btn-icon.r-m-transparent:hover {
      background-color: rgba(239, 241, 243, 0.92); }
    .r-btn-standard.r-m-outline:active, .r-btn-standard.r-m-outline:focus, .r-btn-standard.r-m-outline.r-is-active, .r-btn-standard.r-m-outline.r-is-active:disabled, .r-btn-standard.r-m-transparent:active, .r-btn-standard.r-m-transparent:focus, .r-btn-standard.r-m-transparent.r-is-active, .r-btn-standard.r-m-transparent.r-is-active:disabled,
    .r-btn-icon.r-m-outline:active,
    .r-btn-icon.r-m-outline:focus,
    .r-btn-icon.r-m-outline.r-is-active,
    .r-btn-icon.r-m-outline.r-is-active:disabled,
    .r-btn-icon.r-m-transparent:active,
    .r-btn-icon.r-m-transparent:focus,
    .r-btn-icon.r-m-transparent.r-is-active,
    .r-btn-icon.r-m-transparent.r-is-active:disabled {
      background-color: rgba(222, 227, 232, 0.84); }
    .r-btn-standard.r-m-outline:disabled, .r-btn-standard.r-m-transparent:disabled,
    .r-btn-icon.r-m-outline:disabled,
    .r-btn-icon.r-m-transparent:disabled {
      background-color: transparent; }
  .r-btn-standard.r-meta,
  .r-btn-icon.r-meta {
    background-color: #31373d;
    color: #94a7b8; }
    .r-btn-standard.r-meta.r-m-outline,
    .r-btn-icon.r-meta.r-m-outline {
      border-color: #31373d; }
    .r-btn-standard.r-meta:hover,
    .r-btn-icon.r-meta:hover {
      background-color: #272c30; }
    .r-btn-standard.r-meta:active, .r-btn-standard.r-meta:focus,
    .r-btn-icon.r-meta:active,
    .r-btn-icon.r-meta:focus {
      background-color: #272c30; }
    .r-btn-standard.r-meta:hover:disabled, .r-btn-standard.r-meta:active:disabled, .r-btn-standard.r-meta:focus:disabled,
    .r-btn-icon.r-meta:hover:disabled,
    .r-btn-icon.r-meta:active:disabled,
    .r-btn-icon.r-meta:focus:disabled {
      background-color: #31373d; }
    .r-btn-standard.r-meta.r-m-outline, .r-btn-standard.r-meta.r-m-transparent,
    .r-btn-icon.r-meta.r-m-outline,
    .r-btn-icon.r-meta.r-m-transparent {
      background-color: transparent;
      color: #31373d; }
      .r-btn-standard.r-meta.r-m-outline:hover, .r-btn-standard.r-meta.r-m-transparent:hover,
      .r-btn-icon.r-meta.r-m-outline:hover,
      .r-btn-icon.r-meta.r-m-transparent:hover {
        background-color: #eff1f3; }
      .r-btn-standard.r-meta.r-m-outline:active, .r-btn-standard.r-meta.r-m-outline:focus, .r-btn-standard.r-meta.r-m-transparent:active, .r-btn-standard.r-meta.r-m-transparent:focus,
      .r-btn-icon.r-meta.r-m-outline:active,
      .r-btn-icon.r-meta.r-m-outline:focus,
      .r-btn-icon.r-meta.r-m-transparent:active,
      .r-btn-icon.r-meta.r-m-transparent:focus {
        background-color: #dee3e8; }
      .r-btn-standard.r-meta.r-m-outline:hover:disabled, .r-btn-standard.r-meta.r-m-outline:active:disabled, .r-btn-standard.r-meta.r-m-outline:focus:disabled, .r-btn-standard.r-meta.r-m-transparent:hover:disabled, .r-btn-standard.r-meta.r-m-transparent:active:disabled, .r-btn-standard.r-meta.r-m-transparent:focus:disabled,
      .r-btn-icon.r-meta.r-m-outline:hover:disabled,
      .r-btn-icon.r-meta.r-m-outline:active:disabled,
      .r-btn-icon.r-meta.r-m-outline:focus:disabled,
      .r-btn-icon.r-meta.r-m-transparent:hover:disabled,
      .r-btn-icon.r-meta.r-m-transparent:active:disabled,
      .r-btn-icon.r-meta.r-m-transparent:focus:disabled {
        background-color: transparent; }
  .r-btn-standard.r-meta-flip,
  .r-btn-icon.r-meta-flip {
    background-color: #dee3e8;
    color: #31373d; }
    .r-btn-standard.r-meta-flip:hover,
    .r-btn-icon.r-meta-flip:hover {
      background-color: #c9d3db; }
    .r-btn-standard.r-meta-flip:active, .r-btn-standard.r-meta-flip:focus,
    .r-btn-icon.r-meta-flip:active,
    .r-btn-icon.r-meta-flip:focus {
      background-color: #94a7b8; }
    .r-btn-standard.r-meta-flip:hover:disabled, .r-btn-standard.r-meta-flip:active:disabled, .r-btn-standard.r-meta-flip:focus:disabled,
    .r-btn-icon.r-meta-flip:hover:disabled,
    .r-btn-icon.r-meta-flip:active:disabled,
    .r-btn-icon.r-meta-flip:focus:disabled {
      background-color: #dee3e8; }
  .r-btn-standard.r-success,
  .r-btn-icon.r-success {
    background-color: #44ca6c;
    color: #f7fdf8; }
    .r-btn-standard.r-success.r-m-outline,
    .r-btn-icon.r-success.r-m-outline {
      border-color: #44ca6c; }
    .r-btn-standard.r-success:hover,
    .r-btn-icon.r-success:hover {
      background-color: #58d07c; }
    .r-btn-standard.r-success:active, .r-btn-standard.r-success:focus,
    .r-btn-icon.r-success:active,
    .r-btn-icon.r-success:focus {
      background-color: #6adc87; }
    .r-btn-standard.r-success:hover:disabled, .r-btn-standard.r-success:active:disabled, .r-btn-standard.r-success:focus:disabled,
    .r-btn-icon.r-success:hover:disabled,
    .r-btn-icon.r-success:active:disabled,
    .r-btn-icon.r-success:focus:disabled {
      background-color: #44ca6c; }
    .r-btn-standard.r-success.r-m-outline, .r-btn-standard.r-success.r-m-transparent,
    .r-btn-icon.r-success.r-m-outline,
    .r-btn-icon.r-success.r-m-transparent {
      background-color: transparent;
      color: #44ca6c; }
      .r-btn-standard.r-success.r-m-outline:hover:disabled, .r-btn-standard.r-success.r-m-outline:active:disabled, .r-btn-standard.r-success.r-m-outline:focus:disabled, .r-btn-standard.r-success.r-m-transparent:hover:disabled, .r-btn-standard.r-success.r-m-transparent:active:disabled, .r-btn-standard.r-success.r-m-transparent:focus:disabled,
      .r-btn-icon.r-success.r-m-outline:hover:disabled,
      .r-btn-icon.r-success.r-m-outline:active:disabled,
      .r-btn-icon.r-success.r-m-outline:focus:disabled,
      .r-btn-icon.r-success.r-m-transparent:hover:disabled,
      .r-btn-icon.r-success.r-m-transparent:active:disabled,
      .r-btn-icon.r-success.r-m-transparent:focus:disabled {
        background-color: transparent; }
    .r-btn-standard.r-success.r-m-transparent:hover,
    .r-btn-icon.r-success.r-m-transparent:hover {
      background-color: #edf8ef; }
    .r-btn-standard.r-success.r-m-transparent:active, .r-btn-standard.r-success.r-m-transparent:focus,
    .r-btn-icon.r-success.r-m-transparent:active,
    .r-btn-icon.r-success.r-m-transparent:focus {
      background-color: #cbf0d3; }
    .r-btn-standard.r-success.r-m-outline:hover,
    .r-btn-icon.r-success.r-m-outline:hover {
      background-color: rgba(68, 202, 108, 0.08); }
    .r-btn-standard.r-success.r-m-outline:active, .r-btn-standard.r-success.r-m-outline:focus,
    .r-btn-icon.r-success.r-m-outline:active,
    .r-btn-icon.r-success.r-m-outline:focus {
      background-color: rgba(68, 202, 108, 0.16); }
  .r-btn-standard.r-success-flip,
  .r-btn-icon.r-success-flip {
    background-color: #cbf0d3;
    color: #099f36; }
    .r-btn-standard.r-success-flip:hover,
    .r-btn-icon.r-success-flip:hover {
      background-color: #98ebb1; }
    .r-btn-standard.r-success-flip:active, .r-btn-standard.r-success-flip:focus,
    .r-btn-icon.r-success-flip:active,
    .r-btn-icon.r-success-flip:focus {
      background-color: #6adc87; }
    .r-btn-standard.r-success-flip:hover:disabled, .r-btn-standard.r-success-flip:active:disabled, .r-btn-standard.r-success-flip:focus:disabled,
    .r-btn-icon.r-success-flip:hover:disabled,
    .r-btn-icon.r-success-flip:active:disabled,
    .r-btn-icon.r-success-flip:focus:disabled {
      background-color: #cbf0d3; }
  .r-btn-standard.r-danger,
  .r-btn-icon.r-danger {
    background-color: #d95b45;
    color: #fff6f5; }
    .r-btn-standard.r-danger.r-m-outline,
    .r-btn-icon.r-danger.r-m-outline {
      border-color: #d95b45; }
    .r-btn-standard.r-danger:hover,
    .r-btn-icon.r-danger:hover {
      background-color: #db6651; }
    .r-btn-standard.r-danger:active, .r-btn-standard.r-danger:focus,
    .r-btn-icon.r-danger:active,
    .r-btn-icon.r-danger:focus {
      background-color: #f8826d; }
    .r-btn-standard.r-danger:hover:disabled, .r-btn-standard.r-danger:active:disabled, .r-btn-standard.r-danger:focus:disabled,
    .r-btn-icon.r-danger:hover:disabled,
    .r-btn-icon.r-danger:active:disabled,
    .r-btn-icon.r-danger:focus:disabled {
      background-color: #d95b45; }
    .r-btn-standard.r-danger.r-m-outline, .r-btn-standard.r-danger.r-m-transparent,
    .r-btn-icon.r-danger.r-m-outline,
    .r-btn-icon.r-danger.r-m-transparent {
      background-color: transparent;
      color: #d95b45; }
      .r-btn-standard.r-danger.r-m-outline:hover, .r-btn-standard.r-danger.r-m-transparent:hover,
      .r-btn-icon.r-danger.r-m-outline:hover,
      .r-btn-icon.r-danger.r-m-transparent:hover {
        background-color: #fff6f5; }
      .r-btn-standard.r-danger.r-m-outline:active, .r-btn-standard.r-danger.r-m-outline:focus, .r-btn-standard.r-danger.r-m-transparent:active, .r-btn-standard.r-danger.r-m-transparent:focus,
      .r-btn-icon.r-danger.r-m-outline:active,
      .r-btn-icon.r-danger.r-m-outline:focus,
      .r-btn-icon.r-danger.r-m-transparent:active,
      .r-btn-icon.r-danger.r-m-transparent:focus {
        background-color: #feeae7; }
      .r-btn-standard.r-danger.r-m-outline:hover:disabled, .r-btn-standard.r-danger.r-m-outline:active:disabled, .r-btn-standard.r-danger.r-m-outline:focus:disabled, .r-btn-standard.r-danger.r-m-transparent:hover:disabled, .r-btn-standard.r-danger.r-m-transparent:active:disabled, .r-btn-standard.r-danger.r-m-transparent:focus:disabled,
      .r-btn-icon.r-danger.r-m-outline:hover:disabled,
      .r-btn-icon.r-danger.r-m-outline:active:disabled,
      .r-btn-icon.r-danger.r-m-outline:focus:disabled,
      .r-btn-icon.r-danger.r-m-transparent:hover:disabled,
      .r-btn-icon.r-danger.r-m-transparent:active:disabled,
      .r-btn-icon.r-danger.r-m-transparent:focus:disabled {
        background-color: transparent; }
  .r-btn-standard.r-danger-flip,
  .r-btn-icon.r-danger-flip {
    background-color: #ffad9e;
    color: #93220b; }
    .r-btn-standard.r-danger-flip:hover,
    .r-btn-icon.r-danger-flip:hover {
      background-color: #f8826d; }
    .r-btn-standard.r-danger-flip:active, .r-btn-standard.r-danger-flip:focus,
    .r-btn-icon.r-danger-flip:active,
    .r-btn-icon.r-danger-flip:focus {
      background-color: #db6651; }
    .r-btn-standard.r-danger-flip:hover:disabled, .r-btn-standard.r-danger-flip:active:disabled, .r-btn-standard.r-danger-flip:focus:disabled,
    .r-btn-icon.r-danger-flip:hover:disabled,
    .r-btn-icon.r-danger-flip:active:disabled,
    .r-btn-icon.r-danger-flip:focus:disabled {
      background-color: #ffad9e; }
  .r-btn-standard.r-info,
  .r-btn-icon.r-info {
    background-color: #178dee;
    color: #e6f7ff; }
    .r-btn-standard.r-info.r-m-outline,
    .r-btn-icon.r-info.r-m-outline {
      border-color: #178dee; }
    .r-btn-standard.r-info:hover,
    .r-btn-icon.r-info:hover {
      background-color: #3e9fef; }
    .r-btn-standard.r-info:active, .r-btn-standard.r-info:focus,
    .r-btn-icon.r-info:active,
    .r-btn-icon.r-info:focus {
      background-color: #6ab4f0; }
    .r-btn-standard.r-info:hover:disabled, .r-btn-standard.r-info:active:disabled, .r-btn-standard.r-info:focus:disabled,
    .r-btn-icon.r-info:hover:disabled,
    .r-btn-icon.r-info:active:disabled,
    .r-btn-icon.r-info:focus:disabled {
      background-color: #178dee; }
    .r-btn-standard.r-info.r-m-outline, .r-btn-standard.r-info.r-m-transparent,
    .r-btn-icon.r-info.r-m-outline,
    .r-btn-icon.r-info.r-m-transparent {
      background-color: transparent;
      color: #178dee; }
      .r-btn-standard.r-info.r-m-outline:hover:disabled, .r-btn-standard.r-info.r-m-outline:active:disabled, .r-btn-standard.r-info.r-m-outline:focus:disabled, .r-btn-standard.r-info.r-m-transparent:hover:disabled, .r-btn-standard.r-info.r-m-transparent:active:disabled, .r-btn-standard.r-info.r-m-transparent:focus:disabled,
      .r-btn-icon.r-info.r-m-outline:hover:disabled,
      .r-btn-icon.r-info.r-m-outline:active:disabled,
      .r-btn-icon.r-info.r-m-outline:focus:disabled,
      .r-btn-icon.r-info.r-m-transparent:hover:disabled,
      .r-btn-icon.r-info.r-m-transparent:active:disabled,
      .r-btn-icon.r-info.r-m-transparent:focus:disabled {
        background-color: transparent; }
    .r-btn-standard.r-info.r-m-outline:hover,
    .r-btn-icon.r-info.r-m-outline:hover {
      background-color: rgba(23, 141, 238, 0.08); }
    .r-btn-standard.r-info.r-m-outline:active, .r-btn-standard.r-info.r-m-outline:focus,
    .r-btn-icon.r-info.r-m-outline:active,
    .r-btn-icon.r-info.r-m-outline:focus {
      background-color: rgba(23, 141, 238, 0.16); }
    .r-btn-standard.r-info.r-m-transparent:hover,
    .r-btn-icon.r-info.r-m-transparent:hover {
      background-color: #f0f6ff; }
    .r-btn-standard.r-info.r-m-transparent:active, .r-btn-standard.r-info.r-m-transparent:focus,
    .r-btn-icon.r-info.r-m-transparent:active,
    .r-btn-icon.r-info.r-m-transparent:focus {
      background-color: #e6f7ff; }
  .r-btn-standard.r-info-flip,
  .r-btn-icon.r-info-flip {
    background-color: #e6f7ff;
    color: #04599f; }
    .r-btn-standard.r-info-flip:hover,
    .r-btn-icon.r-info-flip:hover {
      background-color: #c3e1f9; }
    .r-btn-standard.r-info-flip:active, .r-btn-standard.r-info-flip:focus,
    .r-btn-icon.r-info-flip:active,
    .r-btn-icon.r-info-flip:focus {
      background-color: #6ab4f0; }
    .r-btn-standard.r-info-flip:hover:disabled, .r-btn-standard.r-info-flip:active:disabled, .r-btn-standard.r-info-flip:focus:disabled,
    .r-btn-icon.r-info-flip:hover:disabled,
    .r-btn-icon.r-info-flip:active:disabled,
    .r-btn-icon.r-info-flip:focus:disabled {
      background-color: #e6f7ff; }
  .r-btn-standard.r-warning,
  .r-btn-icon.r-warning {
    background-color: #f5c024;
    color: #fffdf5; }
    .r-btn-standard.r-warning.r-m-outline,
    .r-btn-icon.r-warning.r-m-outline {
      border-color: #f5c024; }
    .r-btn-standard.r-warning:hover,
    .r-btn-icon.r-warning:hover {
      background-color: #f5c024; }
    .r-btn-standard.r-warning:active, .r-btn-standard.r-warning:focus,
    .r-btn-icon.r-warning:active,
    .r-btn-icon.r-warning:focus {
      background-color: #f9edaa; }
    .r-btn-standard.r-warning:hover:disabled, .r-btn-standard.r-warning:active:disabled, .r-btn-standard.r-warning:focus:disabled,
    .r-btn-icon.r-warning:hover:disabled,
    .r-btn-icon.r-warning:active:disabled,
    .r-btn-icon.r-warning:focus:disabled {
      background-color: #f5c024; }
    .r-btn-standard.r-warning.r-m-outline, .r-btn-standard.r-warning.r-m-transparent,
    .r-btn-icon.r-warning.r-m-outline,
    .r-btn-icon.r-warning.r-m-transparent {
      background-color: transparent;
      color: #f5c024; }
      .r-btn-standard.r-warning.r-m-outline:hover, .r-btn-standard.r-warning.r-m-transparent:hover,
      .r-btn-icon.r-warning.r-m-outline:hover,
      .r-btn-icon.r-warning.r-m-transparent:hover {
        background-color: #fefae7; }
      .r-btn-standard.r-warning.r-m-outline:active, .r-btn-standard.r-warning.r-m-outline:focus, .r-btn-standard.r-warning.r-m-transparent:active, .r-btn-standard.r-warning.r-m-transparent:focus,
      .r-btn-icon.r-warning.r-m-outline:active,
      .r-btn-icon.r-warning.r-m-outline:focus,
      .r-btn-icon.r-warning.r-m-transparent:active,
      .r-btn-icon.r-warning.r-m-transparent:focus {
        background-color: #f9edaa; }
      .r-btn-standard.r-warning.r-m-outline:hover:disabled, .r-btn-standard.r-warning.r-m-outline:active:disabled, .r-btn-standard.r-warning.r-m-outline:focus:disabled, .r-btn-standard.r-warning.r-m-transparent:hover:disabled, .r-btn-standard.r-warning.r-m-transparent:active:disabled, .r-btn-standard.r-warning.r-m-transparent:focus:disabled,
      .r-btn-icon.r-warning.r-m-outline:hover:disabled,
      .r-btn-icon.r-warning.r-m-outline:active:disabled,
      .r-btn-icon.r-warning.r-m-outline:focus:disabled,
      .r-btn-icon.r-warning.r-m-transparent:hover:disabled,
      .r-btn-icon.r-warning.r-m-transparent:active:disabled,
      .r-btn-icon.r-warning.r-m-transparent:focus:disabled {
        background-color: transparent; }
  .r-btn-standard.r-warning-flip,
  .r-btn-icon.r-warning-flip {
    background-color: #f9edaa;
    color: #a37a00; }
    .r-btn-standard.r-warning-flip:hover,
    .r-btn-icon.r-warning-flip:hover {
      background-color: #f9edaa; }
    .r-btn-standard.r-warning-flip:active, .r-btn-standard.r-warning-flip:focus,
    .r-btn-icon.r-warning-flip:active,
    .r-btn-icon.r-warning-flip:focus {
      background-color: #f5c024; }
    .r-btn-standard.r-warning-flip:hover:disabled, .r-btn-standard.r-warning-flip:active:disabled, .r-btn-standard.r-warning-flip:focus:disabled,
    .r-btn-icon.r-warning-flip:hover:disabled,
    .r-btn-icon.r-warning-flip:active:disabled,
    .r-btn-icon.r-warning-flip:focus:disabled {
      background-color: #fefae7; }
  .r-btn-standard.r-white,
  .r-btn-icon.r-white {
    background-color: #fff;
    color: #798c9c; }
    .r-btn-standard.r-white.r-m-outline,
    .r-btn-icon.r-white.r-m-outline {
      border-color: #dee3e8; }
    .r-btn-standard.r-white:hover,
    .r-btn-icon.r-white:hover {
      background-color: #fafbfd; }
    .r-btn-standard.r-white:active, .r-btn-standard.r-white:focus, .r-btn-standard.r-white.r-is-active,
    .r-btn-icon.r-white:active,
    .r-btn-icon.r-white:focus,
    .r-btn-icon.r-white.r-is-active {
      background-color: #dee3e8; }
    .r-btn-standard.r-white:hover:disabled, .r-btn-standard.r-white:active:disabled, .r-btn-standard.r-white:focus:disabled,
    .r-btn-icon.r-white:hover:disabled,
    .r-btn-icon.r-white:active:disabled,
    .r-btn-icon.r-white:focus:disabled {
      background-color: #fff; }
    .r-btn-standard.r-white.r-m-outline:hover,
    .r-btn-icon.r-white.r-m-outline:hover {
      background-color: rgba(250, 251, 253, 0.92); }
    .r-btn-standard.r-white.r-m-outline:active, .r-btn-standard.r-white.r-m-outline:focus, .r-btn-standard.r-white.r-m-outline.r-is-active, .r-btn-standard.r-white.r-m-outline.r-is-active:disabled,
    .r-btn-icon.r-white.r-m-outline:active,
    .r-btn-icon.r-white.r-m-outline:focus,
    .r-btn-icon.r-white.r-m-outline.r-is-active,
    .r-btn-icon.r-white.r-m-outline.r-is-active:disabled {
      background-color: rgba(250, 251, 253, 0.84); }
    .r-btn-standard.r-white.r-m-outline.r-is-active,
    .r-btn-icon.r-white.r-m-outline.r-is-active {
      border-color: #94a7b8;
      color: #31373d; }
    .r-btn-standard.r-white.r-m-transparent,
    .r-btn-icon.r-white.r-m-transparent {
      background-color: transparent; }
      .r-btn-standard.r-white.r-m-transparent:hover,
      .r-btn-icon.r-white.r-m-transparent:hover {
        background-color: rgba(250, 251, 253, 0.08); }
      .r-btn-standard.r-white.r-m-transparent:active, .r-btn-standard.r-white.r-m-transparent:focus, .r-btn-standard.r-white.r-m-transparent.r-is-active, .r-btn-standard.r-white.r-m-transparent.r-is-active:disabled,
      .r-btn-icon.r-white.r-m-transparent:active,
      .r-btn-icon.r-white.r-m-transparent:focus,
      .r-btn-icon.r-white.r-m-transparent.r-is-active,
      .r-btn-icon.r-white.r-m-transparent.r-is-active:disabled {
        background-color: rgba(250, 251, 253, 0.16); }
      .r-btn-standard.r-white.r-m-transparent:disabled,
      .r-btn-icon.r-white.r-m-transparent:disabled {
        background-color: transparent; }
  .r-btn-standard.r-splash,
  .r-btn-icon.r-splash {
    background-color: #5f427b;
    color: #d4ccdb; }
    .r-btn-standard.r-splash.r-m-outline,
    .r-btn-icon.r-splash.r-m-outline {
      border-color: #5f427b; }
    .r-btn-standard.r-splash:hover,
    .r-btn-icon.r-splash:hover {
      background-color: #7d6595; }
    .r-btn-standard.r-splash:active, .r-btn-standard.r-splash:focus,
    .r-btn-icon.r-splash:active,
    .r-btn-icon.r-splash:focus {
      background-color: #a393b4; }
    .r-btn-standard.r-splash:hover:disabled, .r-btn-standard.r-splash:active:disabled, .r-btn-standard.r-splash:focus:disabled,
    .r-btn-icon.r-splash:hover:disabled,
    .r-btn-icon.r-splash:active:disabled,
    .r-btn-icon.r-splash:focus:disabled {
      background-color: #5f427b; }
    .r-btn-standard.r-splash.r-m-outline, .r-btn-standard.r-splash.r-m-transparent,
    .r-btn-icon.r-splash.r-m-outline,
    .r-btn-icon.r-splash.r-m-transparent {
      background-color: transparent;
      color: #5f427b; }
      .r-btn-standard.r-splash.r-m-outline:hover, .r-btn-standard.r-splash.r-m-transparent:hover,
      .r-btn-icon.r-splash.r-m-outline:hover,
      .r-btn-icon.r-splash.r-m-transparent:hover {
        background-color: #d4ccdb; }
      .r-btn-standard.r-splash.r-m-outline:active, .r-btn-standard.r-splash.r-m-outline:focus, .r-btn-standard.r-splash.r-m-transparent:active, .r-btn-standard.r-splash.r-m-transparent:focus,
      .r-btn-icon.r-splash.r-m-outline:active,
      .r-btn-icon.r-splash.r-m-outline:focus,
      .r-btn-icon.r-splash.r-m-transparent:active,
      .r-btn-icon.r-splash.r-m-transparent:focus {
        background-color: #a393b4; }
      .r-btn-standard.r-splash.r-m-outline:hover:disabled, .r-btn-standard.r-splash.r-m-outline:active:disabled, .r-btn-standard.r-splash.r-m-outline:focus:disabled, .r-btn-standard.r-splash.r-m-transparent:hover:disabled, .r-btn-standard.r-splash.r-m-transparent:active:disabled, .r-btn-standard.r-splash.r-m-transparent:focus:disabled,
      .r-btn-icon.r-splash.r-m-outline:hover:disabled,
      .r-btn-icon.r-splash.r-m-outline:active:disabled,
      .r-btn-icon.r-splash.r-m-outline:focus:disabled,
      .r-btn-icon.r-splash.r-m-transparent:hover:disabled,
      .r-btn-icon.r-splash.r-m-transparent:active:disabled,
      .r-btn-icon.r-splash.r-m-transparent:focus:disabled {
        background-color: transparent; }
  .r-btn-standard.r-splash-flip,
  .r-btn-icon.r-splash-flip {
    background-color: #d4ccdb;
    color: #34174f; }

/*
 * PLAIN DEFAULT. inherit from text if not sized. override button height.
 */
.r-btn-plain {
  font-size: inherit;
  line-height: inherit; }
  .r-btn-plain.r-btn-med {
    font-size: 0.875rem; }

/*
 * STANDARD DEFAULT. inherit from text if not sized. override button height.
 */
.r-btn-standard,
.r-btn-standard.r-btn-med {
  height: 38px;
  font-size: 0.875rem; }
  .r-btn-standard > .r-i::before,
  .r-btn-standard.r-btn-med > .r-i::before {
    font-size: 0.875rem; }

/*
 * ICON DEFAULT. Width not relevant in other buttons so no size declaration needed
 */
.r-btn-icon,
.r-btn-icon.r-btn-med {
  height: 38px;
  width: 38px; }
  .r-btn-icon > .r-i::before,
  .r-btn-icon.r-btn-med > .r-i::before {
    font-size: 1.125rem; }

/*
 * EXTRA SMALL
 */
.r-btn-xsml {
  font-size: 0.625rem; }
  .r-btn-xsml.r-btn-standard {
    height: 24px;
    padding-right: 8px;
    padding-left: 8px; }
    .r-btn-xsml.r-btn-standard > .r-i::before {
      font-size: 0.625rem; }
  .r-btn-xsml.r-btn-icon {
    height: 24px;
    width: 24px; }
    .r-btn-xsml.r-btn-icon > .r-i::before {
      font-size: 0.75rem; }

/*
 * SMALL
 */
.r-btn-sml {
  font-size: 0.75rem; }
  .r-btn-sml.r-btn-standard {
    height: 32px; }
    .r-btn-sml.r-btn-standard > .r-i::before {
      font-size: 0.75rem; }
  .r-btn-sml.r-btn-icon {
    height: 32px;
    width: 32px; }
    .r-btn-sml.r-btn-icon > .r-i::before {
      font-size: 0.938rem; }

/*
 * LARGE
 */
.r-btn-large {
  font-size: 1.25rem; }
  .r-btn-large.r-btn-standard {
    height: 48px; }
    .r-btn-large.r-btn-standard > .r-i::before {
      font-size: 1.25rem; }
  .r-btn-large.r-btn-icon {
    height: 48px;
    width: 48px; }
    .r-btn-large.r-btn-icon > .r-i::before {
      font-size: 1.5rem; }

/*
 * EXTRA LARGE
 */
.r-btn-xlarge {
  font-size: 1.5rem; }
  .r-btn-xlarge > .r-i::before {
    font-size: 1.5rem; }
  .r-btn-xlarge.r-btn-icon {
    width: 60px; }
  .r-btn-xlarge.r-btn-standard, .r-btn-xlarge.r-btn-icon {
    height: 60px; }

/*
 * EXTRA EXTRA LARGE
 */
.r-btn-xxlarge {
  font-size: 1.75rem; }
  .r-btn-xxlarge > .r-i::before {
    font-size: 1.75rem; }
  .r-btn-xxlarge.r-btn-icon {
    width: 72px; }
  .r-btn-xxlarge.r-btn-standard, .r-btn-xxlarge.r-btn-icon {
    height: 72px; }

@font-face {
  font-family: 'jarc';
  src: url("https://demo.rundl.com/1.4/Content/fonts/jarc.woff?v=1593477466519") format("woff"), url("https://demo.rundl.com/1.4/Content/fonts/jarc.ttf?v=1593477466519") format("truetype"), url("https://demo.rundl.com/1.4/Content/fonts/jarc.svg?v=1593477466519#jarc") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*="fi-"]::before,
[class*="fi-"]::after {
  font-family: "jarc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fi-active:before {
  content: "\e900"; }

.fi-active2:before {
  content: "\e901"; }

.fi-activity:before {
  content: "\e902"; }

.fi-alarm:before {
  content: "\e903"; }

.fi-alarm-add:before {
  content: "\e904"; }

.fi-alarm-tick:before {
  content: "\e905"; }

.fi-arrow-back:before {
  content: "\e906"; }

.fi-arrow-down:before {
  content: "\e907"; }

.fi-arrow-drop-down:before {
  content: "\e908"; }

.fi-arrow-drop-up:before {
  content: "\e909"; }

.fi-arrow-forward:before {
  content: "\e90a"; }

.fi-arrow-left:before {
  content: "\e90b"; }

.fi-arrow-right:before {
  content: "\e90c"; }

.fi-arrow-up:before {
  content: "\e90d"; }

.fi-barcode:before {
  content: "\e97b"; }

.fi-bolt:before {
  content: "\e90e"; }

.fi-box:before {
  content: "\e90f"; }

.fi-briefcase:before {
  content: "\e910"; }

.fi-calendar:before {
  content: "\e911"; }

.fi-calendar-day:before {
  content: "\e912"; }

.fi-camera:before {
  content: "\e913"; }

.fi-cancel:before {
  content: "\e914"; }

.fi-change:before {
  content: "\e915"; }

.fi-checkbox-checked:before {
  content: "\e916"; }

.fi-checkbox-unchecked:before {
  content: "\e917"; }

.fi-checkmark:before {
  content: "\e918"; }

.fi-circle2:before {
  content: "\e919"; }

.fi-clock:before {
  content: "\e91a"; }

.fi-cog:before {
  content: "\e91b"; }

.fi-collaboration:before {
  content: "\e91c"; }

.fi-columns:before {
  content: "\e91d"; }

.fi-comment:before {
  content: "\e91e"; }

.fi-contact:before {
  content: "\e91f"; }

.fi-context-access:before {
  content: "\e920"; }

.fi-credit-card:before {
  content: "\e921"; }

.fi-delete:before {
  content: "\e922"; }

.fi-download:before {
  content: "\e923"; }

.fi-ellipsis:before {
  content: "\e924"; }

.fi-enter-circle:before {
  content: "\e925"; }

.fi-envelop:before {
  content: "\e926"; }

.fi-eye:before {
  content: "\e927"; }

.fi-eye-blocked:before {
  content: "\e928"; }

.fi-feedback:before {
  content: "\e929"; }

.fi-field:before {
  content: "\e92a"; }

.fi-file:before {
  content: "\e92b"; }

.fi-file-check:before {
  content: "\e92c"; }

.fi-file-excel:before {
  content: "\e92d"; }

.fi-file-openoffice:before {
  content: "\e92e"; }

.fi-file-pdf:before {
  content: "\e92f"; }

.fi-file-picture:before {
  content: "\e930"; }

.fi-file-plus:before {
  content: "\e931"; }

.fi-file-text:before {
  content: "\e932"; }

.fi-file-word:before {
  content: "\e933"; }

.fi-file-zip:before {
  content: "\e934"; }

.fi-filter-off:before {
  content: "\e935"; }

.fi-filter-on:before {
  content: "\e936"; }

.fi-grid:before {
  content: "\e937"; }

.fi-group:before {
  content: "\e938"; }

.fi-handle:before {
  content: "\e939"; }

.fi-handshake-o:before {
  content: "\e93a"; }

.fi-hash:before {
  content: "\e93b"; }

.fi-home:before {
  content: "\e93c"; }

.fi-info:before {
  content: "\e93d"; }

.fi-info2:before {
  content: "\e93e"; }

.fi-key:before {
  content: "\e93f"; }

.fi-legal:before {
  content: "\e940"; }

.fi-link:before {
  content: "\e941"; }

.fi-list:before {
  content: "\e942"; }

.fi-location:before {
  content: "\e943"; }

.fi-lock:before {
  content: "\e944"; }

.fi-mastercard:before {
  content: "\e945";
  color: #eb001b; }

.fi-menu:before {
  content: "\e946"; }

.fi-minus-circle:before {
  content: "\e947"; }

.fi-model:before {
  content: "\e948"; }

.fi-notification:before {
  content: "\e949"; }

.fi-office:before {
  content: "\e94a"; }

.fi-orders:before {
  content: "\e94b"; }

.fi-paperplane:before {
  content: "\e94c"; }

.fi-pause:before {
  content: "\e94d"; }

.fi-pencil:before {
  content: "\e94e"; }

.fi-phone:before {
  content: "\e94f"; }

.fi-plus:before {
  content: "\e950"; }

.fi-popout:before {
  content: "\e951"; }

.fi-post:before {
  content: "\e952"; }

.fi-pushpin:before {
  content: "\e953"; }

.fi-puzzle:before {
  content: "\e954"; }

.fi-question:before {
  content: "\e955"; }

.fi-quotes-left:before {
  content: "\e956"; }

.fi-radio-checked:before {
  content: "\e957"; }

.fi-radio-unchecked:before {
  content: "\e958"; }

.fi-referral:before {
  content: "\e959"; }

.fi-related:before {
  content: "\e95a"; }

.fi-reload:before {
  content: "\e95b"; }

.fi-requests:before {
  content: "\e95c"; }

.fi-rocket:before {
  content: "\e95d"; }

.fi-role:before {
  content: "\e95e"; }

.fi-rundl-2:before {
  content: "\e95f"; }

.fi-rundl-logo:before {
  content: "\e960"; }

.fi-search:before {
  content: "\e961"; }

.fi-settings:before {
  content: "\e962"; }

.fi-share:before {
  content: "\e963"; }

.fi-shuffle:before {
  content: "\e964"; }

.fi-signout:before {
  content: "\e965"; }

.fi-split:before {
  content: "\e966"; }

.fi-star-empty:before {
  content: "\e967"; }

.fi-star-full:before {
  content: "\e968"; }

.fi-stats-bars:before {
  content: "\e969"; }

.fi-steps:before {
  content: "\e96a"; }

.fi-subscriber:before {
  content: "\e96b"; }

.fi-tasks:before {
  content: "\e96c"; }

.fi-team:before {
  content: "\e96d"; }

.fi-template:before {
  content: "\e96e"; }

.fi-tip:before {
  content: "\e96f"; }

.fi-unfold_less:before {
  content: "\e970"; }

.fi-unfold_more:before {
  content: "\e971"; }

.fi-unlocked:before {
  content: "\e972"; }

.fi-upload:before {
  content: "\e973"; }

.fi-user:before {
  content: "\e974"; }

.fi-video-camera:before {
  content: "\e975"; }

.fi-visa:before {
  content: "\e976";
  color: #142787; }

.fi-warning2:before {
  content: "\e977"; }

.fi-web:before {
  content: "\e978"; }

.fi-x:before {
  content: "\e979"; }

.fi-youtube:before {
  content: "\e97a"; }

.is-editable.fi-pencil::after {
  content: "\e94e"; }

.is-editable.fi-search::after {
  content: "\e961"; }

.is-editable.fi-calendar::after {
  content: "\e911"; }

.is-editable .fi-share::after {
  content: "\e963"; }

.is-shareable.fi-share::after {
  content: "\e963"; }

.r-btn-plain.r-m-dropdown::after, .r-btn-standard.r-m-dropdown::after {
  content: "\e907"; }

.r-list.r-m-tickable .r-list-item.r-m-card.r-is-selected::before {
  font-family: "jarc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918"; }

h1 small::before {
  font-family: "jarc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90C"; }

.r-tabs-nav {
  /*
     * Horizontal tab
     */
  /*
     * Vertical tab
     */
  /*
     * Additional styles to represent menu selected state
     */ }
  .r-tabs-nav .r-tab {
    position: relative;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    color: #94a7b8;
    font-size: 0.875rem;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-width 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    transition: border-width 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
    .r-tabs-nav .r-tab > .r-i {
      width: 14px;
      text-align: center; }
      .r-tabs-nav .r-tab > .r-i + .t {
        margin-left: 8px; }
    .r-tabs-nav .r-tab > .t {
      letter-spacing: 1px;
      font-weight: 600;
      font-family: "Nunito", sans-serif; }
    .r-tabs-nav a.r-tab:not(.r-is-active), .r-tabs-nav .r-tab:not(.r-is-active)[role="button"] {
      cursor: pointer; }
    .r-tabs-nav .r-tab:hover, .r-tabs-nav .r-tab:focus {
      text-decoration: none;
      color: #798c9c; }
    .r-tabs-nav .r-tab.r-is-active {
      color: #31373d; }
  .r-tabs-nav .r-status-indicator {
    position: absolute;
    top: 14px;
    left: 45px; }
  .r-tabs-nav.r-m-inline {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .r-tabs-nav.r-m-inline::-webkit-scrollbar {
      width: 9px;
      height: 9px;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-tabs-nav.r-m-inline::-webkit-scrollbar-thumb {
      background: #bbbebf;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-tabs-nav.r-m-inline::-webkit-scrollbar-track {
      background: #dee3e8;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-tabs-nav.r-m-inline::-webkit-scrollbar-button {
      display: none; }
    .r-tabs-nav.r-m-inline li {
      height: 54px; }
      .r-tabs-nav.r-m-inline li + li {
        margin-left: 8px; }
      .r-tabs-nav.r-m-inline li:first-child {
        margin-left: auto; }
      .r-tabs-nav.r-m-inline li:last-child {
        margin-right: auto; }
    .r-tabs-nav.r-m-inline .r-tab {
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      text-transform: uppercase; }
      .r-tabs-nav.r-m-inline .r-tab:hover {
        border-bottom-color: rgba(21, 139, 238, 0.5); }
      .r-tabs-nav.r-m-inline .r-tab.r-is-active {
        border-bottom-color: #178dee;
        color: #178dee; }
  .r-tabs-nav.r-m-vertical > li {
    height: 48px; }
    .r-tabs-nav.r-m-vertical > li + li {
      margin-top: 8px; }
  .r-tabs-nav.r-m-stateful .r-tab {
    border-radius: 3px;
    -webkit-border-radius: 3px; }
    .r-tabs-nav.r-m-stateful .r-tab > .t {
      color: #31373d; }
    .r-tabs-nav.r-m-stateful .r-tab.r-is-active {
      background-color: #e6f7ff; }
    .r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):hover {
      background-color: #eff1f3; }

.r-menu-header h1 {
  font-size: 13px !important;
  text-transform: uppercase;
  display: inline-block;
  color: #798c9c;
  letter-spacing: 1px; }

.r-menu-options li > a,
.r-menu-options li > .r-content {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 36px;
  padding: 6px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #31373d;
  font-size: 0.938rem;
  /*
         * Bulleted menu item
         */
  /*
         * Check mark menu item
         */ }
  .r-menu-options li > a::after,
  .r-menu-options li > .r-content::after {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    content: '';
    min-height: inherit;
    font-size: 0; }
  .r-menu-options li > a em,
  .r-menu-options li > .r-content em {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    letter-spacing: 1px; }
  .r-menu-options li > a.r-m-bullet .r-i,
  .r-menu-options li > .r-content.r-m-bullet .r-i {
    font-size: 0.875rem;
    color: #94a7b8; }
  .r-menu-options li > a.r-m-bullet .r-i + em,
  .r-menu-options li > a.r-m-bullet .r-i + .t,
  .r-menu-options li > a.r-m-bullet .r-marker2 + em,
  .r-menu-options li > a.r-m-bullet .r-marker2 + .t,
  .r-menu-options li > .r-content.r-m-bullet .r-i + em,
  .r-menu-options li > .r-content.r-m-bullet .r-i + .t,
  .r-menu-options li > .r-content.r-m-bullet .r-marker2 + em,
  .r-menu-options li > .r-content.r-m-bullet .r-marker2 + .t {
    margin-left: 8px; }
  .r-menu-options li > a.r-m-option > em + .r-i,
  .r-menu-options li > a.r-m-option > .t + .r-i,
  .r-menu-options li > .r-content.r-m-option > em + .r-i,
  .r-menu-options li > .r-content.r-m-option > .t + .r-i {
    font-size: 0.875rem; }

.r-menu-options li > a {
  outline: none; }
  .r-menu-options li > a:hover, .r-menu-options li > a:active, .r-menu-options li > a:focus {
    text-decoration: none; }

.r-menu-options li > a,
.r-menu-options li .r-content[role="button"] {
  cursor: pointer;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear; }
  .r-menu-options li > a:hover, .r-menu-options li > a:active, .r-menu-options li > a:focus,
  .r-menu-options li .r-content[role="button"]:hover,
  .r-menu-options li .r-content[role="button"]:active,
  .r-menu-options li .r-content[role="button"]:focus {
    background-color: #eff1f3; }
  .r-menu-options li > a.r-danger:not(.r-is-disabled):hover,
  .r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled):hover {
    color: #d95b45; }
    .r-menu-options li > a.r-danger:not(.r-is-disabled):hover .r-i,
    .r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled):hover .r-i {
      color: #d95b45; }
  .r-menu-options li > a.r-danger:not(.r-is-disabled).r-m-confirm,
  .r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled).r-m-confirm {
    background-color: #d95b45;
    color: #fafbfd; }
    .r-menu-options li > a.r-danger:not(.r-is-disabled).r-m-confirm .r-i,
    .r-menu-options li .r-content[role="button"].r-danger:not(.r-is-disabled).r-m-confirm .r-i {
      color: #fafbfd; }
  .r-menu-options li > a.r-is-disabled:hover, .r-menu-options li > a.r-is-disabled:active, .r-menu-options li > a.r-is-disabled:focus,
  .r-menu-options li .r-content[role="button"].r-is-disabled:hover,
  .r-menu-options li .r-content[role="button"].r-is-disabled:active,
  .r-menu-options li .r-content[role="button"].r-is-disabled:focus {
    background-color: initial;
    cursor: not-allowed; }
  .r-menu-options li > a.r-is-checked,
  .r-menu-options li .r-content[role="button"].r-is-checked {
    background-color: #e6f7ff;
    cursor: default; }

.r-list {
  /*
     * Simple inline list
     */
  /*
     * List items with ticks at top right corner. Good for cards only.
     */ }
  .r-list > .r-list-body + .r-list-footer {
    margin-top: 12px; }
  .r-list .r-list-item + .r-list-item {
    border-top: 1px solid #eff1f3; }
  .r-list.r-m-inline > .r-list-body {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    flex-wrap: wrap;
    margin: -4px; }
    .r-list.r-m-inline > .r-list-body > .r-list-item {
      margin: 4px;
      padding: 0; }
      .r-list.r-m-inline > .r-list-body > .r-list-item + .r-list-item {
        border-top: none; }
      .r-list.r-m-inline > .r-list-body > .r-list-item.r-is-selected {
        border: none; }
  .r-list.r-m-inline.r-m-sml > .r-list-body {
    margin: -2px; }
    .r-list.r-m-inline.r-m-sml > .r-list-body .r-list-item {
      margin: 2px; }
  .r-list.r-m-inline.r-m-removeable .r-list-item {
    margin-right: 10px; }
  .r-list.r-m-tickable .r-list-item.r-m-card.r-is-selected::before {
    position: absolute;
    top: -8px;
    right: -8px;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #178dee;
    font-size: 0.625rem;
    color: #e6f7ff; }

.r-list-item {
  position: relative;
  height: auto;
  padding: 16px;
  outline: none;
  background-clip: padding-box;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
  transition: background-color 0.15s linear, border-color 0.15s linear;
  /*
     * Text
     */
  /*
     * Wrap item-main and item-aside
     */
  /*
     * Clickable list items get shaded bg on hover.
     */
  /*
     * Card item. Has solid border and adjacent margin
     */
  /*
     *  Draggable list item
     */
  /*
     *  Size class
     */
  /*
     * Mandatory. Where items selectable.
     */ }
  .r-list-item > .r-item-body {
    position: relative;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
    .r-list-item > .r-item-body .r-item-main,
    .r-list-item > .r-item-body .r-item-aside {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 0%;
      min-height: inherit; }
    .r-list-item > .r-item-body .r-item-aside {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-left: 8px; }
    .r-list-item > .r-item-body .r-item-section {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 0%; }
      .r-list-item > .r-item-body .r-item-section + .r-item-section {
        margin-left: 8px; }
    .r-list-item > .r-item-body .r-item-section.r-m-static-size,
    .r-list-item > .r-item-body .r-item-aside.r-m-static-size {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .r-list-item .r-subtitle {
    font-size: 0.875rem; }
  .r-list-item .r-metadata {
    font-size: 0.875rem;
    color: #94a7b8; }
  .r-list-item.r-m-wrapable {
    /*
         * Force wrap (non-media query) e.g. use this in sidebars or with js responsive
         */ }
    @media (max-width: 959.98px) {
      .r-list-item.r-m-wrapable .r-item-body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .r-list-item.r-m-wrapable .r-item-body .r-item-main,
        .r-list-item.r-m-wrapable .r-item-body .r-item-aside {
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
        .r-list-item.r-m-wrapable .r-item-body .r-item-aside {
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin-top: 8px;
          margin-left: 0; }
          .r-list-item.r-m-wrapable .r-item-body .r-item-aside .r-aside-section + .r-aside-section {
            margin-top: 0;
            margin-left: 8px; } }
    @media (min-width: 960px) {
      .r-list-item.r-m-wrapable .r-item-body .r-item-aside {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end; } }
    .r-list-item.r-m-wrapable.r-m-wrap .r-item-body {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-main,
      .r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; }
      .r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside {
        margin-top: 8px;
        margin-left: 0; }
        @media (min-width: 960px) {
          .r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside {
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -moz-box-direction: normal;
            -moz-box-orient: horizontal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; } }
        .r-list-item.r-m-wrapable.r-m-wrap .r-item-body .r-item-aside .r-aside-section + .r-aside-section {
          margin-top: 0;
          margin-left: 12px; }
  a.r-list-item {
    outline: none;
    display: block;
    color: inherit; }
    a.r-list-item:hover, a.r-list-item:active, a.r-list-item:focus {
      text-decoration: none; }
  a.r-list-item, .r-list-item[role="button"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*
             * Selected state
             */
    /*
             * Pending state
             */
    /*
             * Open state (e.g. virtual participant)
             */ }
    a.r-list-item:hover, .r-list-item[role="button"]:hover {
      cursor: pointer; }
    a.r-list-item:not(.r-is-selected):hover, .r-list-item[role="button"]:not(.r-is-selected):hover {
      background-color: #fafbfd; }
      a.r-list-item:not(.r-is-selected):hover .r-text.r-m-fade-white::after, .r-list-item[role="button"]:not(.r-is-selected):hover .r-text.r-m-fade-white::after {
        background: -webkit-linear-gradient(rgba(250, 251, 253, 0), #fafbfd);
        background: linear-gradient(rgba(250, 251, 253, 0), #fafbfd); }
      a.r-list-item:not(.r-is-selected):hover .r-item-actions.r-m-shadow::before, .r-list-item[role="button"]:not(.r-is-selected):hover .r-item-actions.r-m-shadow::before {
        background: -webkit-linear-gradient( left , rgba(250, 251, 253, 0), #fafbfd);
        background: linear-gradient(to right, rgba(250, 251, 253, 0), #fafbfd); }
    a.r-list-item.r-is-selected, .r-list-item[role="button"].r-is-selected {
      border-left: 2px solid #3da8ff; }
    a.r-list-item.r-is-pending:not(.r-is-selected), .r-list-item[role="button"].r-is-pending:not(.r-is-selected) {
      border-color: #f9edaa;
      background-color: #fefae7; }
      a.r-list-item.r-is-pending:not(.r-is-selected):hover, .r-list-item[role="button"].r-is-pending:not(.r-is-selected):hover {
        background-color: #fff8db; }
    a.r-list-item.r-is-open:not(.r-is-selected), .r-list-item[role="button"].r-is-open:not(.r-is-selected) {
      border-style: dashed;
      border-color: #dee3e8; }
  .r-list-item.r-m-card {
    border: 1px solid #eff1f3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /*
         * Selected. requires role=button.
         */ }
    .r-list-item.r-m-card .r-remove-item {
      position: absolute;
      right: -8px;
      top: -8px;
      z-index: 1;
      line-height: 1; }
      .r-list-item.r-m-card .r-remove-item .r-btn {
        width: 20px;
        height: 20px;
        background-color: #fff; }
        .r-list-item.r-m-card .r-remove-item .r-btn > .r-i::before {
          font-size: 0.625rem;
          color: #178dee; }
    .r-list-item.r-m-card + .r-list-item {
      margin-top: 12px; }
    .r-list-item.r-m-card > .r-item-body + .r-item-actions {
      padding-top: 8px;
      padding-right: 8px; }
    @media (max-width: 599.98px) {
      .r-list-item.r-m-card {
        padding: 12px; } }
    @media (max-width: 959.98px) {
      .r-list-item.r-m-card.r-m-wrapable .r-item-main + .r-item-aside {
        padding-top: 8px;
        border-top: 1px solid #eff1f3; } }
    .r-list-item.r-m-card.r-m-wrapable.r-m-wrap .r-item-main + .r-item-aside {
      padding-top: 8px;
      border-top: 1px solid #eff1f3; }
    .r-list-item.r-m-card.r-is-selected {
      border: 1px solid #6ab4f0; }
  .r-list-item.r-m-draggable .r-handle {
    cursor: move;
    margin-right: 4px;
    color: #94a7b8;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in; }
    @media (any-pointer: coarse) {
      .r-list-item.r-m-draggable .r-handle {
        opacity: 1; } }
    .r-list-item.r-m-draggable .r-handle .r-svg-icon {
      fill: currentColor;
      display: block; }
  .r-list-item.r-m-draggable:hover .r-handle {
    opacity: 1; }
  .r-list-item.r-m-med {
    padding-top: 20px;
    padding-bottom: 20px; }
    .r-list-item.r-m-med > .r-item-body + .r-item-actions {
      top: 4px; }
  .r-list-item.r-is-mandatory {
    border-color: #178dee;
    background-color: #e6f7ff; }

.r-list-nav {
  text-align: center;
  display: block;
  line-height: 1; }
  .r-list-nav > nav,
  .r-list-nav > .r-btn,
  .r-list-nav > .r-spinner-wrapper {
    margin-top: 16px; }

table thead tr th,
table tfoot tr td,
table tbody tr td {
  display: table-cell;
  line-height: 1.2; }

table thead tr th,
table tfoot tr td {
  color: #272c30;
  font-size: 0.875rem;
  padding: 0.75rem 0.375rem;
  text-align: left;
  vertical-align: middle; }

table tbody tr td {
  font-size: 0.75rem;
  padding: 0.75rem 0.375rem;
  vertical-align: middle; }

.r-table {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .r-table::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-table::-webkit-scrollbar-thumb {
    background: #bbbebf;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-table::-webkit-scrollbar-track {
    background: #dee3e8;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-table::-webkit-scrollbar-button {
    display: none; }
  .r-table table {
    width: 100%;
    border-collapse: collapse; }
  .r-table .r-table-head {
    position: relative;
    border-bottom: 2px solid #eff1f3;
    font-family: "Nunito", sans-serif; }
    .r-table .r-table-head th {
      font-weight: 400; }
      .r-table .r-table-head th small {
        font-size: 75%;
        opacity: 0.7; }
    .r-table .r-table-head h1 {
      font-size: 1rem; }
  .r-table tbody > tr {
    /*
             * Clickable list items get shaded bg on hover.
             */ }
    .r-table tbody > tr[role="button"] {
      -webkit-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear;
      /*
                 * Selected.
                 */
      /*
                 * Not selected.
                 */ }
      .r-table tbody > tr[role="button"].r-is-selected {
        background-color: #e6f7ff; }
      .r-table tbody > tr[role="button"]:not(.r-is-selected):hover {
        cursor: pointer;
        background-color: #fafbfd; }
        .r-table tbody > tr[role="button"]:not(.r-is-selected):hover .r-tcell-icon .r-checkbox .r-i {
          color: #94a7b8; }
    .r-table tbody > tr:not(:first-child) {
      border-top: 1px solid #eff1f3; }
  .r-table tbody .r-tcell-label {
    font-size: 0.875rem;
    color: #272c30;
    white-space: normal; }
  .r-table tbody .r-tcell-icon {
    text-align: center;
    font-size: 16px;
    color: #dee3e8; }

.is-small-block .pinned {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  overflow: hidden;
  overflow-x: scroll;
  border-right: 1px solid #eff1f3; }
  .is-small-block .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
    .is-small-block .pinned table th,
    .is-small-block .pinned table td {
      white-space: nowrap; }
    .is-small-block .pinned table td:last-child {
      border-bottom: 0; }

.is-small-block div.table-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .is-small-block div.table-wrapper div.scrollable {
    margin-left: 40%;
    overflow: scroll;
    overflow-y: hidden; }

.is-small-block table.responsive {
  margin-bottom: 0; }
  .is-small-block table.responsive td,
  .is-small-block table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

.is-small-block table.responsive th:first-child,
.is-small-block table.responsive td:first-child,
.is-small-block table.responsive.pinned td {
  display: none; }

.timepicker-picker td {
  padding: 0.15rem; }

h1,
.r-h1 {
  font-size: 1.75rem; }
  @media (max-width: 599.98px) {
    h1,
    .r-h1 {
      font-size: 1.25rem; } }

h2,
.r-h2 {
  font-size: 1.5rem; }
  @media (max-width: 599.98px) {
    h2,
    .r-h2 {
      font-size: 1.125rem; } }

h3,
.r-h3 {
  font-size: 1.25rem; }
  @media (max-width: 599.98px) {
    h3,
    .r-h3 {
      font-size: 16px; } }

h4,
.r-h4 {
  font-size: 1.125rem; }
  @media (max-width: 599.98px) {
    h4,
    .r-h4 {
      font-size: 16px; } }

h1,
h2,
h3,
.r-name {
  line-height: 1.2; }

p,
.r-text {
  font-size: 0.938rem;
  line-height: 1.4; }

p.r-m-xsml,
.t.r-m-xsml,
.r-t.r-m-xsml,
.r-text.r-m-xsml,
.r-i.r-m-xsml,
.r-name.r-m-xsml {
  font-size: 0.625rem; }

p.r-m-sml,
.t.r-m-sml,
.r-t.r-m-sml,
.r-text.r-m-sml,
.r-i.r-m-sml,
.r-name.r-m-sml {
  font-size: 0.75rem; }

p.r-m-med,
.t.r-m-med,
.r-t.r-m-med,
.r-text.r-m-med,
.r-i.r-m-med,
.r-name.r-m-med {
  font-size: 0.875rem; }

p.r-m-readable,
.t.r-m-readable,
.r-t.r-m-readable,
.r-text.r-m-readable,
.r-i.r-m-readable,
.r-name.r-m-readable {
  font-size: 0.938rem; }

p.r-m-base,
.t.r-m-base,
.r-t.r-m-base,
.r-text.r-m-base,
.r-i.r-m-base,
.r-name.r-m-base {
  font-size: 16px; }

p.r-m-mlge,
.t.r-m-mlge,
.r-t.r-m-mlge,
.r-text.r-m-mlge,
.r-i.r-m-mlge,
.r-name.r-m-mlge {
  font-size: 1.125rem; }

p.r-m-lge,
.t.r-m-lge,
.r-t.r-m-lge,
.r-text.r-m-lge,
.r-i.r-m-lge,
.r-name.r-m-lge {
  font-size: 1.25rem; }

h1,
h2,
h3,
h4,
dt,
.r-name {
  color: #272c30; }
  h1.r-success,
  h2.r-success,
  h3.r-success,
  h4.r-success,
  dt.r-success,
  .r-name.r-success {
    color: #44ca6c !important; }
  h1.r-danger,
  h2.r-danger,
  h3.r-danger,
  h4.r-danger,
  dt.r-danger,
  .r-name.r-danger {
    color: #d95b45 !important; }
  h1.r-danger-500,
  h2.r-danger-500,
  h3.r-danger-500,
  h4.r-danger-500,
  dt.r-danger-500,
  .r-name.r-danger-500 {
    color: #db6651 !important; }
  h1.r-info,
  h2.r-info,
  h3.r-info,
  h4.r-info,
  dt.r-info,
  .r-name.r-info {
    color: #178dee !important; }
  h1.r-default,
  h2.r-default,
  h3.r-default,
  h4.r-default,
  dt.r-default,
  .r-name.r-default {
    color: #798c9c !important; }
  h1.r-neutral,
  h2.r-neutral,
  h3.r-neutral,
  h4.r-neutral,
  dt.r-neutral,
  .r-name.r-neutral {
    color: #3da8ff !important; }
  h1.r-warning,
  h2.r-warning,
  h3.r-warning,
  h4.r-warning,
  dt.r-warning,
  .r-name.r-warning {
    color: #f5c024 !important; }
  h1.r-warning-700,
  h2.r-warning-700,
  h3.r-warning-700,
  h4.r-warning-700,
  dt.r-warning-700,
  .r-name.r-warning-700 {
    color: #ce9909 !important; }
  h1.r-warning-900,
  h2.r-warning-900,
  h3.r-warning-900,
  h4.r-warning-900,
  dt.r-warning-900,
  .r-name.r-warning-900 {
    color: #a37a00 !important; }
  h1.r-meta,
  h2.r-meta,
  h3.r-meta,
  h4.r-meta,
  dt.r-meta,
  .r-name.r-meta {
    color: #31373d !important; }
  h1.r-splash,
  h2.r-splash,
  h3.r-splash,
  h4.r-splash,
  dt.r-splash,
  .r-name.r-splash {
    color: #5f427b !important; }
  h1.r-splash-100,
  h2.r-splash-100,
  h3.r-splash-100,
  h4.r-splash-100,
  dt.r-splash-100,
  .r-name.r-splash-100 {
    color: #d4ccdb !important; }
  h1.r-splash-600,
  h2.r-splash-600,
  h3.r-splash-600,
  h4.r-splash-600,
  dt.r-splash-600,
  .r-name.r-splash-600 {
    color: #5f427b !important; }
  h1.r-splash-900,
  h2.r-splash-900,
  h3.r-splash-900,
  h4.r-splash-900,
  dt.r-splash-900,
  .r-name.r-splash-900 {
    color: #34174f !important; }
  h1.r-light,
  h2.r-light,
  h3.r-light,
  h4.r-light,
  dt.r-light,
  .r-name.r-light {
    color: #94a7b8 !important; }
  h1.r-light-1,
  h2.r-light-1,
  h3.r-light-1,
  h4.r-light-1,
  dt.r-light-1,
  .r-name.r-light-1 {
    color: #dee3e8 !important; }
  h1.r-white,
  h2.r-white,
  h3.r-white,
  h4.r-white,
  dt.r-white,
  .r-name.r-white {
    color: #fff !important; }

h1 + h2,
h2 + h3 {
  color: #94a7b8; }

p,
.r-text {
  color: #31373d; }
  p.r-success,
  .r-text.r-success {
    color: #44ca6c !important; }
  p.r-danger,
  .r-text.r-danger {
    color: #d95b45 !important; }
  p.r-danger-500,
  .r-text.r-danger-500 {
    color: #db6651 !important; }
  p.r-info,
  .r-text.r-info {
    color: #178dee !important; }
  p.r-default,
  .r-text.r-default {
    color: #798c9c !important; }
  p.r-neutral,
  .r-text.r-neutral {
    color: #3da8ff !important; }
  p.r-warning,
  .r-text.r-warning {
    color: #f5c024 !important; }
  p.r-warning-700,
  .r-text.r-warning-700 {
    color: #ce9909 !important; }
  p.r-warning-900,
  .r-text.r-warning-900 {
    color: #a37a00 !important; }
  p.r-meta,
  .r-text.r-meta {
    color: #31373d !important; }
  p.r-splash,
  .r-text.r-splash {
    color: #5f427b !important; }
  p.r-splash-100,
  .r-text.r-splash-100 {
    color: #d4ccdb !important; }
  p.r-splash-600,
  .r-text.r-splash-600 {
    color: #5f427b !important; }
  p.r-splash-900,
  .r-text.r-splash-900 {
    color: #34174f !important; }
  p.r-light,
  .r-text.r-light {
    color: #94a7b8 !important; }
  p.r-light-1,
  .r-text.r-light-1 {
    color: #dee3e8 !important; }
  p.r-white,
  .r-text.r-white {
    color: #fff !important; }

.r-i,
.t {
  color: inherit; }
  .r-i.r-success,
  .t.r-success {
    color: #44ca6c !important; }
  .r-i.r-danger,
  .t.r-danger {
    color: #d95b45 !important; }
  .r-i.r-danger-500,
  .t.r-danger-500 {
    color: #db6651 !important; }
  .r-i.r-info,
  .t.r-info {
    color: #178dee !important; }
  .r-i.r-default,
  .t.r-default {
    color: #798c9c !important; }
  .r-i.r-neutral,
  .t.r-neutral {
    color: #3da8ff !important; }
  .r-i.r-warning,
  .t.r-warning {
    color: #f5c024 !important; }
  .r-i.r-warning-700,
  .t.r-warning-700 {
    color: #ce9909 !important; }
  .r-i.r-warning-900,
  .t.r-warning-900 {
    color: #a37a00 !important; }
  .r-i.r-meta,
  .t.r-meta {
    color: #31373d !important; }
  .r-i.r-splash,
  .t.r-splash {
    color: #5f427b !important; }
  .r-i.r-splash-100,
  .t.r-splash-100 {
    color: #d4ccdb !important; }
  .r-i.r-splash-600,
  .t.r-splash-600 {
    color: #5f427b !important; }
  .r-i.r-splash-900,
  .t.r-splash-900 {
    color: #34174f !important; }
  .r-i.r-light,
  .t.r-light {
    color: #94a7b8 !important; }
  .r-i.r-light-1,
  .t.r-light-1 {
    color: #dee3e8 !important; }
  .r-i.r-white,
  .t.r-white {
    color: #fff !important; }

p.r-m-italic,
.t.r-m-italic,
.r-text.r-m-italic {
  font-style: italic; }

p.r-m-highlight,
.t.r-m-highlight,
.r-text.r-m-highlight {
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px; }

h1,
h2,
h3,
h4,
dt,
.r-name {
  font-family: "Nunito", sans-serif;
  font-weight: 400; }

p.r-m-bold,
.t.r-m-bold,
.r-text.r-m-bold {
  font-weight: 600; }

p.r-m-mono,
.t.r-m-mono,
.r-text.r-m-mono {
  font-family: Monaco, Consolas, "Courier New", monospace; }

p + p,
p + blockquote {
  margin-top: 1em; }

h1 + h2 {
  margin-top: 0.25em; }

blockquote {
  padding: 12px;
  border-left: 5px solid #eff1f3; }
  blockquote + p {
    margin-top: 1em; }

h1,
.r-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
        word-break: break-all;
    }
    @else {
        word-break: $wrap;
    }*/ }

h1 small {
  font-size: 0.7em;
  color: #94a7b8;
  font-weight: normal; }
  h1 small::before {
    margin: 0 4px;
    font-size: 0.7em; }

mark {
  background-color: #fff8db;
  padding: 0.2em; }

code {
  padding: 2px 3px 1px;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  background-color: #fafbfd;
  color: #be3a23; }

.r-labels {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px; }
  .r-labels .r-label-item {
    margin: 3px; }
    .r-labels .r-label-item + .r-label-item.r-m-bullet::before {
      content: "\00b7";
      margin-right: 6px; }

.r-key-value {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }
  .r-key-value > .r-key {
    margin-right: 6px;
    font-size: 13px; }
    .r-key-value > .r-key r-i::before {
      line-height: inherit; }
  .r-key-value .r-value {
    font-size: 15px;
    word-break: break-all;
    line-height: 1.2; }
  .r-key-value + .r-key-value {
    margin-top: 4px; }
  .r-key-value.r-m-inline {
    display: -webkit-inline-flex ;
    display: -ms-inline-flexbox ;
    display: inline-flex ; }
  .r-key-value.r-m-lge > .r-key {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.875rem; }
  .r-key-value.r-m-lge .r-value {
    font-size: 16px; }

.r-dl dt {
  float: left;
  clear: left;
  margin-right: 6px;
  color: inherit; }

.r-dl dd {
  max-width: 100%;
  margin-bottom: 0.375rem; }

.r-tag {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 4px;
  line-height: 1.2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  /*
     * Circle containing icon OR text (i or 1 char t)
     */
  /*
     * Bordered
     */
  background-color: #dee3e8;
  color: #31373d;
  /*
     *  Default (medium)
     */
  height: 24px;
  /*
     *  Small
     */
  /*
     *  Medium
     */
  /*
     *  Large
     */
  /*
     *  Extra large
     */
  /*
     *  Non-standard sizing
     */ }
  .r-tag + .r-tag {
    margin-left: 4px; }
  .r-tag .r-i::before {
    display: block; }
  .r-tag.r-m-circle {
    padding: 0 !important;
    border-radius: 8000px;
    -webkit-border-radius: 8000px; }
    .r-tag.r-m-circle .r-i::before {
      opacity: 1; }
  .r-tag.r-m-outline {
    border-width: 1px;
    border-style: solid; }
  .r-tag.r-m-badge {
    padding: 0 !important;
    border-style: dashed;
    border-radius: 5px;
    -webkit-border-radius: 5px; }
    .r-tag.r-m-badge .r-i::before {
      opacity: 1; }
  .r-tag.r-m-outline {
    background-color: #fff;
    color: #798c9c; }
  .r-tag.r-m-transparent {
    background-color: transparent; }
  .r-tag.r-meta {
    background-color: #31373d;
    color: #94a7b8; }
    .r-tag.r-meta.r-m-outline {
      border-color: #31373d; }
    .r-tag.r-meta.r-m-outline, .r-tag.r-meta.r-m-transparent {
      background-color: transparent;
      color: #31373d; }
  .r-tag.r-meta-flip {
    background-color: #dee3e8;
    color: #31373d; }
  .r-tag.r-success {
    background-color: #44ca6c;
    color: #f7fdf8; }
    .r-tag.r-success.r-m-outline {
      border-color: #44ca6c; }
    .r-tag.r-success.r-m-outline, .r-tag.r-success.r-m-transparent {
      background-color: transparent;
      color: #44ca6c; }
  .r-tag.r-success-flip {
    background-color: #cbf0d3;
    color: #099f36; }
  .r-tag.r-danger {
    background-color: #d95b45;
    color: #fff6f5; }
    .r-tag.r-danger.r-m-outline {
      border-color: #d95b45; }
    .r-tag.r-danger.r-m-outline, .r-tag.r-danger.r-m-transparent {
      background-color: transparent;
      color: #d95b45; }
  .r-tag.r-danger-flip {
    background-color: #ffad9e;
    color: #93220b; }
  .r-tag.r-info {
    background-color: #178dee;
    color: #e6f7ff; }
    .r-tag.r-info.r-m-outline {
      border-color: #178dee; }
    .r-tag.r-info.r-m-outline, .r-tag.r-info.r-m-transparent {
      background-color: transparent;
      color: #178dee; }
  .r-tag.r-info-flip {
    background-color: #e6f7ff;
    color: #04599f; }
  .r-tag.r-warning {
    background-color: #f5c024;
    color: #fffdf5; }
    .r-tag.r-warning.r-m-outline {
      border-color: #f5c024; }
    .r-tag.r-warning.r-m-outline, .r-tag.r-warning.r-m-transparent {
      background-color: transparent;
      color: #f5c024; }
  .r-tag.r-warning-flip {
    background-color: #f9edaa;
    color: #a37a00; }
  .r-tag.r-white {
    background-color: #fff;
    color: #798c9c; }
    .r-tag.r-white.r-m-outline {
      border-color: #dee3e8; }
  .r-tag.r-splash {
    background-color: #5f427b;
    color: #d4ccdb; }
    .r-tag.r-splash.r-m-outline {
      border-color: #5f427b; }
    .r-tag.r-splash.r-m-outline, .r-tag.r-splash.r-m-transparent {
      background-color: transparent;
      color: #5f427b; }
  .r-tag.r-splash-flip {
    background-color: #d4ccdb;
    color: #34174f; }
  .r-tag .r-i {
    font-size: 0.75rem; }
  .r-tag > .t {
    font-size: 0.75rem; }
  .r-tag.r-m-sml {
    height: 20px; }
    .r-tag.r-m-sml .r-i {
      font-size: 0.625rem; }
      .r-tag.r-m-sml .r-i + .t {
        margin-left: 0.25rem; }
    .r-tag.r-m-sml > .t {
      font-size: 0.625rem; }
    .r-tag.r-m-sml.r-m-circle, .r-tag.r-m-sml.r-m-badge {
      width: 20px; }
  .r-tag.r-m-med {
    height: 24px; }
    .r-tag.r-m-med .t {
      font-size: 0.75rem; }
    .r-tag.r-m-med .r-i {
      font-size: 0.75rem; }
      .r-tag.r-m-med .r-i + .t {
        margin-left: 0.25rem; }
    .r-tag.r-m-med.r-m-circle, .r-tag.r-m-med.r-m-badge {
      width: 24px; }
  .r-tag.r-m-lge {
    height: 32px;
    padding: 0 8px; }
    .r-tag.r-m-lge .r-i::before {
      font-size: 16px; }
    .r-tag.r-m-lge > .t {
      font-size: 16px; }
    .r-tag.r-m-lge.r-m-circle, .r-tag.r-m-lge.r-m-badge {
      width: 32px; }
  .r-tag.r-m-xlge {
    height: 38px;
    padding: 0 8px; }
    .r-tag.r-m-xlge .r-i {
      font-size: 1.125rem; }
    .r-tag.r-m-xlge > .t {
      font-size: 1.125rem; }
    .r-tag.r-m-xlge.r-m-circle {
      width: 38px; }
    .r-tag.r-m-xlge.r-m-outline {
      border-width: 2px; }
  .r-tag.r-m-48 {
    height: 48px; }
    .r-tag.r-m-48 .r-i {
      font-size: 1.25rem; }
    .r-tag.r-m-48 > .t {
      font-size: 1.25rem; }
    .r-tag.r-m-48.r-m-circle {
      width: 48px; }
    .r-tag.r-m-48.r-m-outline {
      border-width: 2px; }
  .r-tag.r-m-60 {
    height: 60px; }
    .r-tag.r-m-60 .r-i {
      font-size: 1.5rem; }
    .r-tag.r-m-60 > .t {
      font-size: 1.5rem; }
    .r-tag.r-m-60.r-m-circle {
      width: 60px; }
    .r-tag.r-m-60.r-m-outline {
      border-width: 2px; }
  .r-tag.r-m-100 {
    height: 100px; }
    .r-tag.r-m-100 .r-i {
      font-size: 36px; }
    .r-tag.r-m-100 > .t {
      font-size: 1.5rem; }
    .r-tag.r-m-100.r-m-circle {
      width: 100px; }
    .r-tag.r-m-100.r-m-outline {
      border-width: 2px; }

.r-card-column .r-column-item + .r-column-item {
  margin-top: 12px; }

.r-card {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /*
     * Text
     */
  /*
     *  Background. Makes panel appear more blocky
     */
  /*
     * Profile nested in card. Has animation.
     */
  /*
     * Placeholders for profile style cards
     */
  /*
     * Clickable cards get shaded bg on hover.
     */
  /*
     * Hover
     */ }
  .r-card .r-card-header,
  .r-card .r-card-body,
  .r-card .r-card-footer {
    padding: 16px; }
  .r-card .r-card-header.r-m-cover {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0; }
    .r-card .r-card-header.r-m-cover .r-avatar {
      display: inline-block; }
  .r-card .r-card-header.r-m-has-bg {
    position: relative;
    overflow: hidden; }
    .r-card .r-card-header.r-m-has-bg .r-header-bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      -webkit-transition: transform 0.35s ease;
      transition: transform 0.35s ease; }
    .r-card .r-card-header.r-m-has-bg .r-wrapper {
      position: relative; }
  .r-card .r-card-header[role="button"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .r-card .r-card-header[role="button"]:hover {
      cursor: pointer; }
  .r-card .r-card-body {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .r-card .r-card-footer {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 54px; }
    .r-card .r-card-footer .r-footer-main {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      min-width: 0px;
      /*
             * Actions buttons
             */ }
      .r-card .r-card-footer .r-footer-main.r-m-actions {
        display: -webkit-box ;
        display: -moz-box ;
        display: -webkit-flex ;
        display: -ms-flexbox ;
        display: flex ;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
    .r-card .r-card-footer .r-footer-aside {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    .r-card .r-card-footer.r-m-center {
      position: relative; }
      .r-card .r-card-footer.r-m-center .r-footer-main {
        text-align: center; }
      .r-card .r-card-footer.r-m-center .r-footer-aside {
        position: absolute;
        top: 16px;
        right: 16px; }
        .r-card .r-card-footer.r-m-center .r-footer-aside.r-m-left {
          left: 16px; }
        .r-card .r-card-footer.r-m-center .r-footer-aside.r-m-right {
          right: 16px; }
  .r-card .r-subtitle {
    font-size: 0.875rem; }
  .r-card .r-metadata {
    font-size: 0.875rem;
    color: #94a7b8; }
  .r-card.r-m-outline {
    background-color: #fff;
    border: 1px solid #dee3e8; }
  .r-card.r-m-solid {
    background-color: #eff1f3; }
  .r-card.r-m-emboss {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .r-card.r-m-tile-nav {
    width: 290px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear; }
    .r-card.r-m-tile-nav .r-card-header, .r-card.r-m-tile-nav .r-card-body, .r-card.r-m-tile-nav .r-card-footer {
      padding: 12px; }
    .r-card.r-m-tile-nav .r-card-body .r-subtitle {
      min-height: 3.6em;
      overflow: hidden; }
  .r-card.r-m-profile .r-card-header.r-m-cover {
    height: 176px; }
  .r-card.r-m-profile .r-card-body {
    min-height: calc(3.6em + (2 * 8px));
    text-align: center; }
    .r-card.r-m-profile .r-card-body > .r-name {
      max-height: 3.6em;
      overflow: hidden; }
  .r-card.r-m-profile .r-card-footer.r-m-center .r-footer-aside {
    top: 8px;
    right: 8px; }
    .r-card.r-m-profile .r-card-footer.r-m-center .r-footer-aside.r-m-left {
      left: 8px; }
    .r-card.r-m-profile .r-card-footer.r-m-center .r-footer-aside.r-m-right {
      right: 8px; }
  .r-card.r-m-profile .r-card-header,
  .r-card.r-m-profile .r-card-body,
  .r-card.r-m-profile .r-card-footer {
    padding: 8px; }
  .r-card.r-m-placeholder .r-card-header.r-m-cover {
    background-color: #dee3e8; }
  .r-card.r-m-placeholder .r-card-footer .r-avatar .r-char-avatar {
    background-color: #eff1f3; }
  .r-card[role="button"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .r-card[role="button"]:hover {
      background-color: #fafbfd;
      cursor: pointer; }
  .r-card:hover .r-card-header.r-m-has-bg .r-header-bg {
    transform: scale3d(1.03, 1.03, 1); }

.r-activity {
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
  .r-activity + .r-activity {
    margin-top: 12px; }
  .r-activity .r-activity-parent {
    background-color: #fff;
    border-bottom: 1px solid #eff1f3; }
    .r-activity .r-activity-parent .r-context-selector {
      float: right;
      position: relative;
      top: -6px;
      margin-left: 6px; }
    .r-activity .r-activity-parent > .r-name {
      font-size: 0.938rem; }
  .r-activity .r-activity-latest {
    background-color: #fff; }
    .r-activity .r-activity-latest .r-event {
      font-size: 0.75rem; }
  .r-activity .r-message {
    background-color: #fff; }
  .r-activity .r-activity-parent,
  .r-activity .r-message,
  .r-activity .r-comments {
    padding: 16px; }
  .r-activity .r-activity-latest {
    padding: 12px 16px 0 16px; }
  .r-activity .r-comments {
    padding-top: 8px; }
  .r-activity .r-entity-preview {
    margin-left: -16px;
    margin-right: -16px; }

.r-message,
.r-comment {
  position: relative; }
  .r-message > .r-item-header,
  .r-comment > .r-item-header {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    position: relative;
    background-color: inherit; }
    .r-message > .r-item-header .r-marker2,
    .r-comment > .r-item-header .r-marker2 {
      margin-right: 8px; }
    .r-message > .r-item-header .r-header-main,
    .r-comment > .r-item-header .r-header-main {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      min-width: 0; }
  .r-message .r-post-section + .r-post-section,
  .r-comment .r-post-section + .r-post-section {
    margin-top: 12px; }
  .r-message:hover .r-btn.r-m-discreet:enabled .r-i::before,
  .r-comment:hover .r-btn.r-m-discreet:enabled .r-i::before {
    opacity: 0.7; }

.r-message > .r-item-header .r-title {
  font-size: 0.938rem; }

.r-message > .r-item-header .r-metadata {
  font-size: 0.813rem;
  color: #94a7b8; }

.r-message > .r-item-header + .r-item-body {
  margin-top: 16px; }

.r-message .r-post-section.r-m-visibility {
  margin-top: 20px; }
  .r-message .r-post-section.r-m-visibility .r-visibility {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    align-items: center; }
    .r-message .r-post-section.r-m-visibility .r-visibility .r-tag {
      margin-right: 4px; }

.r-message .r-post-section.r-m-responses .r-btn-plain {
  line-height: 24px; }

.r-message.r-m-placeholder > .r-item-header .r-text-placeholder {
  width: 200px;
  height: 12px; }
  .r-message.r-m-placeholder > .r-item-header .r-text-placeholder + .r-text-placeholder {
    width: 150px;
    margin-top: 5px;
    height: 10px; }

.r-message.r-m-placeholder > .r-item-body {
  min-height: 150px; }
  .r-message.r-m-placeholder > .r-item-body .r-text-placeholder:last-child {
    width: 70%; }

.r-message.r-m-placeholder .r-text-placeholder {
  background-color: #eff1f3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  height: 10px;
  width: 100%; }
  .r-message.r-m-placeholder .r-text-placeholder + .r-text-placeholder {
    margin-top: 10px; }

.r-comments {
  background-color: #fff;
  border-top: 1px solid #eff1f3;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px; }
  .r-comments .r-comments-nav {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    margin-bottom: 12px; }

.r-comment {
  background-color: inherit; }
  .r-comment > .r-item-header .r-marker2 {
    padding-top: 6px; }
  .r-comment > .r-item-header .r-header-main {
    padding: 8px 12px 12px;
    background-color: #f0f6ff;
    border-top-right-radius: 20px;
    border-top-left-radius: 5px; }
    .r-comment > .r-item-header .r-header-main .r-title {
      font-size: 0.875rem; }
    .r-comment > .r-item-header .r-header-main .r-metadata {
      font-size: 0.813rem;
      color: #94a7b8; }
  .r-comment > .r-item-header .r-item-actions {
    border-radius: 8000px;
    -webkit-border-radius: 8000px; }
  .r-comment > .r-item-header + .r-item-body {
    margin-left: 40px;
    padding: 0 12px 12px;
    background-color: #f0f6ff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }
  .r-comment + .r-comment,
  .r-comment + .r-comment-new {
    margin-top: 12px; }
  .r-comment:hover .r-item-actions.r-m-shadow {
    background-color: #f0f6ff; }
    .r-comment:hover .r-item-actions.r-m-shadow::before {
      background: -webkit-linear-gradient( left , rgba(239, 246, 255, 0), #eff6ff);
      background: linear-gradient(to right, rgba(239, 246, 255, 0), #eff6ff); }
  @media (any-pointer: coarse) {
    .r-comment .r-item-actions.r-m-shadow {
      background-color: #f0f6ff; }
      .r-comment .r-item-actions.r-m-shadow::before {
        background: -webkit-linear-gradient( left , rgba(239, 246, 255, 0), #eff6ff);
        background: linear-gradient(to right, rgba(239, 246, 255, 0), #eff6ff); } }

.r-attachments {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  flex-wrap: wrap;
  margin: -4px; }
  .r-attachments .r-attached-item {
    display: block;
    margin: 4px; }
    .r-attachments .r-attached-item.is-draggable {
      cursor: move; }
      .r-attachments .r-attached-item.is-draggable .r-clickable {
        cursor: inherit; }
  .r-attachments + .r-url-control {
    margin-top: 12px; }

.r-url-control {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .r-url-control .r-list-item {
    display: block;
    padding: 12px;
    background-color: #fafbfd; }
    .r-url-control .r-list-item .r-img-avatar {
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-url-control .r-list-item .r-title {
      font-size: 0.938rem; }
    @media (max-width: 599.98px) {
      .r-url-control .r-list-item .r-marker {
        float: none;
        margin-bottom: 8px; } }
  .r-url-control a.r-list-item {
    text-decoration: none; }
    .r-url-control a.r-list-item:hover .r-title .t {
      text-decoration: underline; }

.r-entity-preview {
  border-top: 1px solid;
  border-color: #eff1f3; }
  .r-entity-preview .r-item-header {
    padding: 20px 9px;
    border-left: 3px solid;
    background-color: #fafbfd; }
    .r-entity-preview .r-item-header .r-title {
      font-size: 1.125rem; }
    .r-entity-preview .r-item-header .r-metadata {
      margin-top: 8px;
      font-size: 0.875rem; }
    .r-entity-preview .r-item-header + .r-item-body > .r-actions {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      padding: 12px 12px 0 12px; }
    .r-entity-preview .r-item-header .r-tag.r-m-outline {
      background-color: #fafbfd; }
    .r-entity-preview .r-item-header.r-success {
      border-color: #44ca6c; }
    .r-entity-preview .r-item-header.r-danger {
      border-color: #d95b45; }
    .r-entity-preview .r-item-header.r-warning {
      border-color: #f5c024; }
    .r-entity-preview .r-item-header.r-default {
      border-color: #94a7b8; }
  .r-entity-preview .r-item-body .r-embed-responsive .r-thumb-img {
    border-radius: 0 !important; }
  .r-entity-preview .r-item-body .r-text-frame {
    padding: 12px; }
  .r-entity-preview .r-expander.collapsed .r-item-header + .r-item-body {
    margin-top: 0;
    -webkit-transition: margin 0.15s linear 0.25s;
    transition: margin 0.15s linear 0.25s; }

.r-form .r-form-section + .r-form-section {
  margin-top: 20px;
  border-top: 1px solid #eff1f3;
  padding-top: 20px; }
  .r-form .r-form-section + .r-form-section.r-m-flush {
    padding-top: 16px; }

.r-form .r-form-section.r-m-flush {
  border-top: 1px solid #eff1f3;
  border-bottom: 1px solid #eff1f3;
  background-color: #fafbfd; }
  .r-form .r-form-section.r-m-flush.r-m-alert {
    background-color: #e6f7ff;
    border-color: #e6f7ff; }
  .r-form .r-form-section.r-m-flush + .r-form-section:not(.r-m-flush) {
    border-top: none;
    padding-top: 0; }

.r-form .r-form-group > .r-content-header {
  margin-bottom: 12px;
  border-bottom: 1px solid #dee3e8;
  padding-bottom: 4px; }
  .r-form .r-form-group > .r-content-header h1 {
    font-size: 16px; }
  .r-form .r-form-group > .r-content-header h2 {
    font-size: 15px; }
  @media (max-width: 599.98px) {
    .r-form .r-form-group > .r-content-header {
      margin-bottom: 12px; }
      .r-form .r-form-group > .r-content-header h1 {
        font-size: 15px; }
      .r-form .r-form-group > .r-content-header h2 {
        font-size: 14px; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.r-form-row.r-m-actions {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.r-form-row + .r-form-row,
.r-form-row.r-grid > .r-cell {
  margin-top: 16px; }

.r-form-row.r-m-grid {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-left: -16px; }
  .r-form-row.r-m-grid .r-form-cell {
    padding-left: 16px;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .r-form-row.r-m-grid .r-form-cell.r-m-col-1 {
      flex: 0 1 25%;
      max-width: 25%; }
    .r-form-row.r-m-grid .r-form-cell.r-m-col-2 {
      flex: 0 1 50%;
      max-width: 50%; }
    .r-form-row.r-m-grid .r-form-cell.r-m-col-3 {
      flex: 0 1 75%;
      max-width: 75%; }
    @media (max-width: 599.98px) {
      .r-form-row.r-m-grid .r-form-cell.r-m-col-xs-2 {
        flex: 0 1 50%;
        max-width: 50%; }
      .r-form-row.r-m-grid .r-form-cell.r-m-col-xs-4 {
        flex: 0 1 100%;
        max-width: 100%; } }

/*
 * Inline form
 */
@media (min-width: 600px) {
  .r-form.r-m-inline,
  .r-form-section.r-m-inline {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .r-form.r-m-inline .r-content-header,
    .r-form-section.r-m-inline .r-content-header {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; }
    .r-form.r-m-inline .r-form-row,
    .r-form-section.r-m-inline .r-form-row {
      margin-top: 0; }
      .r-form.r-m-inline .r-form-row.r-m-stretch,
      .r-form-section.r-m-inline .r-form-row.r-m-stretch {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
      .r-form.r-m-inline .r-form-row + .r-form-row,
      .r-form-section.r-m-inline .r-form-row + .r-form-row {
        margin-left: 12px; } }

.r-field-label {
  position: relative;
  margin-bottom: 4px;
  line-height: 1.2; }
  .r-field-label > label {
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    color: #272c30; }
  .r-field-label > .r-name {
    font-size: 0.875rem; }
  .r-field-label + fieldset {
    margin-top: 12px; }

.r-input-append,
.r-input-prepend {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  width: 100%; }
  .r-input-append .r-addon,
  .r-input-prepend .r-addon {
    background-color: #eff1f3;
    text-align: center;
    padding: 0 8px;
    border: 1px solid #dee3e8;
    line-height: 36px; }
  .r-input-append .r-addon,
  .r-input-append .r-btn-icon,
  .r-input-prepend .r-addon,
  .r-input-prepend .r-btn-icon {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .r-input-append .r-form-control,
  .r-input-prepend .r-form-control {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0; }

.r-input-prepend .r-addon:first-of-type,
.r-input-prepend .r-btn-icon:first-of-type {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }

.r-input-prepend .r-form-control {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0; }

.r-input-prepend .r-form-control-static {
  padding-left: 8px; }

.r-input-append .r-addon:last-of-type,
.r-input-append .r-btn-icon:last-of-type {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0; }

.r-input-append .r-form-control {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }

.r-input-append.r-m-color .r-addon {
  padding: 18px 80px;
  background-color: #3da8ff;
  border-color: rgba(0, 0, 0, 0.25); }

.r-po-body .r-input-append.r-m-color .r-addon {
  padding-right: 48px;
  padding-left: 48px; }

.r-validation {
  display: block;
  margin-top: 4px;
  color: #f5c024; }

.r-help {
  color: #94a7b8;
  font-size: 0.75rem;
  margin-top: 4px; }
  .r-help.r-help-toggle::after {
    content: attr(data-help-text);
    height: 0;
    display: none; }
  .r-help.r-help-toggle.is-help-active::after {
    height: auto;
    display: block; }
  .r-help em {
    font-style: italic; }
  .r-help .fi-info::before {
    margin-right: 3px; }

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="email"] {
  box-shadow: none !important;
  -webkit-appearance: none; }

/*
 * 1. Common input field styles
 */
.r-form-control {
  width: 100%;
  height: 38px;
  padding: 0 8px;
  font-family: inherit;
  font-size: 0.938rem;
  color: #31373d;
  background-image: none;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /*
     * Override html5 validation red border on required inputs
     */
  /*
     * Focus styles - common
     */
  /*
     * Size - large
     */
  /*
     * Size - small
     */
  /*
     * Size - extra small
     */
  /*
     * State - error
     */
  /*
     * No border
     */
  /*
     * Shaded input
     */ }
  .r-form-control::-webkit-input-placeholder {
    color: #94a7b8; }
  .r-form-control::-moz-placeholder {
    color: #94a7b8;
    opacity: 1; }
  .r-form-control:-ms-input-placeholder {
    color: #94a7b8 !important; }
  .r-form-control:-moz-placeholder {
    color: #94a7b8; }
  .r-form-control::placeholder {
    color: #94a7b8; }
  .r-form-control:required {
    box-shadow: none; }
  .r-form-control:focus {
    border-color: #178dee;
    outline: none;
    -webkit-transition: border-color 0.15s linear 0s;
    transition: border-color 0.15s linear 0s; }
    .r-form-control:focus::-webkit-input-placeholder {
      color: #dee3e8; }
    .r-form-control:focus::-moz-placeholder {
      color: #dee3e8;
      opacity: 1; }
    .r-form-control:focus:-ms-input-placeholder {
      color: #dee3e8 !important; }
    .r-form-control:focus:-moz-placeholder {
      color: #dee3e8; }
    .r-form-control:focus::placeholder {
      color: #dee3e8; }
  .r-form-control.r-m-lge {
    font-size: 1.25rem;
    height: 48px;
    padding: 0 12px; }
    .r-form-control.r-m-lge:focus {
      border-width: 2px; }
  .r-form-control.r-m-sml {
    height: 32px; }
  .r-form-control.r-m-xsml {
    height: 24px; }
  .r-form-control.r-input-error {
    border-color: #f5c024; }
  .r-form-control.r-borderless {
    border: 0; }
  .r-form-control.r-m-flat {
    background-color: #eff1f3;
    -webkit-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s; }
    .r-form-control.r-m-flat:focus {
      border-color: #dee3e8;
      background-color: #fafbfd; }
      .r-form-control.r-m-flat:focus::-webkit-input-placeholder {
        color: #dee3e8; }
      .r-form-control.r-m-flat:focus::-moz-placeholder {
        color: #dee3e8;
        opacity: 1; }
      .r-form-control.r-m-flat:focus:-ms-input-placeholder {
        color: #dee3e8 !important; }
      .r-form-control.r-m-flat:focus:-moz-placeholder {
        color: #dee3e8; }
      .r-form-control.r-m-flat:focus::placeholder {
        color: #dee3e8; }
  textarea.r-form-control {
    display: block;
    height: auto;
    line-height: 1.125rem;
    resize: vertical;
    min-height: 108px;
    padding: 8px; }
  input[type=text].r-form-control::-ms-clear {
    display: none; }

/*
 * 2. Static text within a form as a field
 */
.r-form-control-static {
  padding: 8px 0;
  line-height: 1; }
  .r-form-control-static > .t {
    font-size: 0.938rem;
    line-height: 22px;
    color: #31373d;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    /*@if $wrap == break-word {
        word-break: break-all;
    }
    @else {
        word-break: $wrap;
    }*/ }
    .r-form-control-static > .t:focus {
      outline: none; }
  .r-form-control-static.has-delete > .t {
    width: calc(100% - 16px); }

/*
 * 3. Text area
 */
label + textarea {
  margin-top: 4px; }

/*
 * 4. Radio button / Checkbox fields
 */
input[type="radio"],
input[type="checkbox"] {
  line-height: normal; }

.r-checkbox label,
.r-radio label {
  display: inline-block;
  font-size: 0.938rem;
  color: #31373d;
  cursor: pointer; }

.r-checkbox .r-i,
.r-radio .r-i {
  font-size: 16px;
  color: #dee3e8;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }
  .r-checkbox .r-i.fi-checkbox-checked, .r-checkbox .r-i.fi-radio-checked,
  .r-radio .r-i.fi-checkbox-checked,
  .r-radio .r-i.fi-radio-checked {
    color: #3da8ff; }

.r-checkbox + .r-checkbox,
.r-radio + .r-checkbox, .r-checkbox +
.r-radio,
.r-radio +
.r-radio {
  margin-top: 8px; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled,
i[class*="fi-checkbox"]:disabled {
  cursor: not-allowed; }

/*
 * 5. Switch styles
 */
.r-input-switch {
  display: -webkit-inline-flex ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .r-input-switch label {
    position: relative;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 38px;
    overflow: hidden;
    cursor: pointer;
    height: 19px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: #dee3e8;
    text-align: center;
    font-size: 0.875rem; }
    .r-input-switch label.r-meta {
      background-color: #31373d;
      color: #94a7b8; }
      .r-input-switch label.r-meta.r-m-outline {
        border-color: #31373d; }
      .r-input-switch label.r-meta.r-m-outline, .r-input-switch label.r-meta.r-m-transparent {
        background-color: transparent;
        color: #31373d; }
    .r-input-switch label.r-meta-flip {
      background-color: #dee3e8;
      color: #31373d; }
    .r-input-switch label.r-success {
      background-color: #44ca6c;
      color: #f7fdf8; }
      .r-input-switch label.r-success.r-m-outline {
        border-color: #44ca6c; }
      .r-input-switch label.r-success.r-m-outline, .r-input-switch label.r-success.r-m-transparent {
        background-color: transparent;
        color: #44ca6c; }
    .r-input-switch label.r-success-flip {
      background-color: #cbf0d3;
      color: #099f36; }
    .r-input-switch label.r-danger {
      background-color: #d95b45;
      color: #fff6f5; }
      .r-input-switch label.r-danger.r-m-outline {
        border-color: #d95b45; }
      .r-input-switch label.r-danger.r-m-outline, .r-input-switch label.r-danger.r-m-transparent {
        background-color: transparent;
        color: #d95b45; }
    .r-input-switch label.r-danger-flip {
      background-color: #ffad9e;
      color: #93220b; }
    .r-input-switch label.r-info {
      background-color: #178dee;
      color: #e6f7ff; }
      .r-input-switch label.r-info.r-m-outline {
        border-color: #178dee; }
      .r-input-switch label.r-info.r-m-outline, .r-input-switch label.r-info.r-m-transparent {
        background-color: transparent;
        color: #178dee; }
    .r-input-switch label.r-info-flip {
      background-color: #e6f7ff;
      color: #04599f; }
    .r-input-switch label.r-warning {
      background-color: #f5c024;
      color: #fffdf5; }
      .r-input-switch label.r-warning.r-m-outline {
        border-color: #f5c024; }
      .r-input-switch label.r-warning.r-m-outline, .r-input-switch label.r-warning.r-m-transparent {
        background-color: transparent;
        color: #f5c024; }
    .r-input-switch label.r-warning-flip {
      background-color: #f9edaa;
      color: #a37a00; }
    .r-input-switch label.r-white {
      background-color: #fff;
      color: #798c9c; }
      .r-input-switch label.r-white.r-m-outline {
        border-color: #dee3e8; }
    .r-input-switch label.r-splash {
      background-color: #5f427b;
      color: #d4ccdb; }
      .r-input-switch label.r-splash.r-m-outline {
        border-color: #5f427b; }
      .r-input-switch label.r-splash.r-m-outline, .r-input-switch label.r-splash.r-m-transparent {
        background-color: transparent;
        color: #5f427b; }
    .r-input-switch label.r-splash-flip {
      background-color: #d4ccdb;
      color: #34174f; }
    .r-input-switch label::before {
      position: absolute;
      top: 7px;
      bottom: 0;
      right: 27px;
      display: block;
      width: 15px;
      height: 15px;
      margin: -5px;
      background: #fff;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      content: ""; }
    .r-input-switch label + .t {
      margin-left: 4px; }
  .r-input-switch .t {
    font-size: 0.875rem; }
    .r-input-switch .t + label {
      margin-left: 4px; }
  .r-input-switch input[type="checkbox"] {
    display: none; }
    .r-input-switch input[type="checkbox"]:checked ~ label {
      padding-left: 0;
      padding-right: 8px; }
      .r-input-switch input[type="checkbox"]:checked ~ label::before {
        right: 6px;
        background-color: #fff; }
  .r-input-switch.r-m-large label {
    width: 125px;
    padding-left: 18px;
    height: 34px; }
    .r-input-switch.r-m-large label::before {
      width: 30px;
      height: 30px;
      right: 99px; }

/*
 * 6. Select fields
 * Example https://codepen.io/vkjgr/pen/VYMeXp
 * Use with .r-form-control
 */
.r-input-select select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 13px) calc(1em + 2px), calc(100% - 8px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .r-input-select select:focus {
    border-color: #178dee;
    outline: 0; }
  .r-input-select select::-ms-expand {
    display: none; }
  .r-input-select select option {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left; }
    .r-input-select select option ::active, .r-input-select select option ::before {
      background-color: #dee3e8; }
  .r-input-select select.has-delete {
    width: calc(100% - 22px); }

.r-input-select.r-input-error > select {
  border-color: #f5c024; }

/*
 * 7. Choice widget
 * Our mock select styles for buttons. Not always used in r-form. i.e. used in pop out menus
 * Would like to consolidate with select2, but will need a bit more development. 
 * Moving out choice specific styles to here for now
 *
 */
.r-input-choice > .r-btn .t {
  max-width: 150px; }
  .r-large.r-input-choice > .r-btn .t {
    max-width: 300px; }

.r-input-error.r-input-choice > .r-btn.r-m-input {
  border-color: #f5c024; }

/*
 * 8. Image input
 */
.r-img-control {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 200px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .r-img-control .r-img-preview {
    min-height: inherit;
    padding-top: 50%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(148, 167, 184, 0.5); }
  .r-img-control > .r-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-clip: padding-box;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    visibility: hidden;
    opacity: 0; }
    .r-img-control > .r-btn .t {
      color: #d95b45; }
  .r-img-control.r-has-image:hover > .r-btn {
    visibility: visible;
    opacity: 1;
    z-index: 1; }
  .r-img-control.r-m-fluid {
    width: 100%; }
  .r-img-control.r-m-circle {
    border-radius: 8000px;
    -webkit-border-radius: 8000px; }

/*
 * 9. File attachment styles. see http://www.quirksmode.org/dom/inputfile.html
 */
.r-file-control {
  display: block;
  position: static; }
  .r-file-control .r-list-item {
    padding-left: 0;
    padding-right: 0; }
  .r-file-control .r-dropzone {
    display: none;
    outline: 2px dashed #178dee;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    padding: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    color: #178dee; }
    .r-file-control .r-dropzone.r-is-active {
      display: block;
      z-index: 1; }
    .r-file-control .r-dropzone .t {
      overflow: hidden;
      position: relative; }

/*
 * 10. Upload button
 */
.r-btn.r-m-upload {
  position: relative; }
  .r-btn.r-m-upload .r-input-file {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .r-btn.r-m-upload .r-input-file input[type="file"] {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      opacity: 0;
      font-size: 999px;
      display: block;
      cursor: pointer; }

/*
 * 11. Date input
 */
.r-input-date {
  display: inline-block; }
  .r-input-date.r-m-inline {
    width: inherit; }
    .r-input-date.r-m-inline > .t.is-editable {
      display: inline; }
      .r-input-date.r-m-inline > .t.is-editable::after {
        display: none; }
    .r-input-date.r-m-inline .r-validation {
      display: inline; }
  .r-input-date.r-m-xsml .r-form-control {
    height: 24px;
    font-size: 0.75rem; }
  .r-input-date.r-m-sml .r-form-control {
    height: 32px;
    font-size: 0.875rem; }

.bootstrap-datetimepicker-widget table td {
  color: #31373d; }
  .bootstrap-datetimepicker-widget table td.new {
    color: #94a7b8; }

/*
 * 12. Phone number input
 */
.intl-tel-input {
  width: 100%; }
  .intl-tel-input .flag-container {
    right: 0 !important;
    left: 0; }
  .intl-tel-input .country-list {
    right: 0;
    left: 0; }
    .intl-tel-input .country-list .country {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .intl-tel-input input[type="tel"]::-webkit-input-placeholder {
    color: #dee3e8; }
  .intl-tel-input input[type="tel"]::-moz-placeholder {
    color: #dee3e8;
    opacity: 1; }
  .intl-tel-input input[type="tel"]:-ms-input-placeholder {
    color: #dee3e8 !important; }
  .intl-tel-input input[type="tel"]:-moz-placeholder {
    color: #dee3e8; }
  .intl-tel-input input[type="tel"]::placeholder {
    color: #dee3e8; }
  .intl-tel-input + .fi-info {
    line-height: 38px; }

.r-input-append > .t,
.r-input-prepend > .t,
.r-input-date > .t {
  font-size: 0.938rem;
  line-height: 38px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
        word-break: break-all;
    }
    @else {
        word-break: $wrap;
    }*/ }
  .r-input-append > .t.is-ellipsis,
  .r-input-prepend > .t.is-ellipsis,
  .r-input-date > .t.is-ellipsis {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%; }
  .r-input-append > .t:focus,
  .r-input-prepend > .t:focus,
  .r-input-date > .t:focus {
    outline: none; }
  .r-m-sml.r-input-append .t, .r-m-sml.r-input-prepend .t, .r-m-sml.r-input-date .t {
    line-height: 32px;
    font-size: 0.75rem; }
  .r-m-xsml.r-input-append .t, .r-m-xsml.r-input-prepend .t, .r-m-xsml.r-input-date .t {
    line-height: 24px;
    font-size: 0.75rem; }

.r-form-control-static > .t.is-editable::after,
.r-input-append > .t.is-editable::after,
.r-input-prepend > .t.is-editable::after,
.r-input-date > .t.is-editable::after {
  -webkit-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
  margin-left: 4px;
  font-size: 0.75rem;
  color: inherit;
  opacity: 0.3; }
  .r-m-xsml.r-form-control-static .t.is-editable::after, .r-m-xsml.r-input-append .t.is-editable::after, .r-m-xsml.r-input-prepend .t.is-editable::after, .r-m-xsml.r-input-date .t.is-editable::after {
    font-size: 0.625rem; }

.r-form-control-static > .t.is-editable:hover::after,
.r-input-append > .t.is-editable:hover::after,
.r-input-prepend > .t.is-editable:hover::after,
.r-input-date > .t.is-editable:hover::after {
  opacity: 0.7; }

.r-form-control-static > .t.is-editable.r-btn-plain.r-m-discreet::after,
.r-input-append > .t.is-editable.r-btn-plain.r-m-discreet::after,
.r-input-prepend > .t.is-editable.r-btn-plain.r-m-discreet::after,
.r-input-date > .t.is-editable.r-btn-plain.r-m-discreet::after {
  opacity: 0; }

:hover.r-form-control-static > .t.is-editable.r-btn-plain.r-m-discreet::after, .r-input-append > .t.is-editable.r-btn-plain.r-m-discreet::after, .r-input-prepend > .t.is-editable.r-btn-plain.r-m-discreet::after, .r-input-date > .t.is-editable.r-btn-plain.r-m-discreet::after {
  opacity: 0.7; }

.r-form-control-static > .t.is-editable.r-btn-plain.r-m-discreet:hover::after,
.r-input-append > .t.is-editable.r-btn-plain.r-m-discreet:hover::after,
.r-input-prepend > .t.is-editable.r-btn-plain.r-m-discreet:hover::after,
.r-input-date > .t.is-editable.r-btn-plain.r-m-discreet:hover::after {
  opacity: 1; }

.r-form-control-static .r-btn-plain,
.r-input-append .r-btn-plain,
.r-input-prepend .r-btn-plain,
.r-input-date .r-btn-plain,
.r-input-choice .r-btn-plain,
.r-input-select .r-btn-plain {
  margin-left: 4px;
  font-size: 0.75rem;
  vertical-align: middle;
  opacity: 0.7; }
  .r-form-control-static .r-btn-plain:hover,
  .r-input-append .r-btn-plain:hover,
  .r-input-prepend .r-btn-plain:hover,
  .r-input-date .r-btn-plain:hover,
  .r-input-choice .r-btn-plain:hover,
  .r-input-select .r-btn-plain:hover {
    opacity: 1; }

file-upload-inline.r-file-control {
  z-index: 0;
  /*
     * Upload button/icon - no image preview.
     */
  /*
     * Image upload (not avatar). Allows for dynamic height.
     */
  /*
     *  Avatar upload
     */ }
  file-upload-inline.r-file-control .r-btn.r-m-upload {
    opacity: 0; }
    file-upload-inline.r-file-control .r-btn.r-m-upload:hover {
      opacity: 1; }
  file-upload-inline.r-file-control.r-m-no-img .r-btn.r-m-upload {
    opacity: 1; }
  file-upload-inline.r-file-control.r-m-icon .r-btn.r-m-upload {
    height: 38px;
    width: 38px;
    background-color: #eff1f3;
    border-radius: 8000px;
    -webkit-border-radius: 8000px;
    opacity: 1; }
    file-upload-inline.r-file-control.r-m-icon .r-btn.r-m-upload > .r-i::before {
      font-size: 1.125rem; }
  file-upload-inline.r-file-control.r-m-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    file-upload-inline.r-file-control.r-m-img .r-btn.r-m-upload {
      width: 100%;
      height: 100%;
      background-color: rgba(222, 227, 232, 0.5);
      border-radius: 5px;
      -webkit-border-radius: 5px; }
      file-upload-inline.r-file-control.r-m-img .r-btn.r-m-upload > .r-i::before {
        font-size: 2rem; }
    file-upload-inline.r-file-control.r-m-img .r-spinner-wrapper {
      margin-top: calc(25% - 18px); }
  file-upload-inline.r-file-control.r-m-avatar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: 100px; }
    file-upload-inline.r-file-control.r-m-avatar .r-btn.r-m-upload {
      border-radius: 8000px;
      -webkit-border-radius: 8000px;
      background-color: rgba(222, 227, 232, 0.5); }
      file-upload-inline.r-file-control.r-m-avatar .r-btn.r-m-upload > .r-i::before {
        font-size: 2rem; }
    file-upload-inline.r-file-control.r-m-avatar .r-btn.r-m-upload,
    file-upload-inline.r-file-control.r-m-avatar .r-spinner-wrapper,
    file-upload-inline.r-file-control.r-m-avatar .r-spinner {
      width: inherit;
      height: inherit; }
    file-upload-inline.r-file-control.r-m-avatar.r-m-large {
      width: 200px;
      height: 200px; }

.r-panel {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 20px;
  position: relative;
  /*
     * Text
     */
  /*
     * List
     */
  /*
     *  Item panels - not block level content
     */
  /*
     *  Flush inner content. Move layout spacing to children
     */
  /*
     *  Background. Makes panel appear more blocky
     */ }
  .r-panel > .r-content-header h1 + h2 {
    margin-top: 4px;
    color: #798c9c; }
  .r-panel .r-panel-body {
    position: relative; }
    .r-panel .r-panel-body .r-panel-section + .r-panel-section {
      margin-top: 20px;
      border-top: 1px solid #eff1f3;
      padding-top: 20px; }
    .r-panel .r-panel-body + .r-panel-footer {
      margin-top: 20px; }
  .r-panel .r-panel-footer {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
  .r-panel .r-panel-status {
    position: absolute;
    right: -8px;
    top: -8px;
    line-height: 1; }
    .r-panel .r-panel-status .r-btn {
      width: 20px;
      height: 20px; }
      .r-panel .r-panel-status .r-btn > .r-i::before {
        font-size: 0.625rem; }
  .r-panel .r-metadata {
    font-size: 0.875rem;
    color: #94a7b8; }
  .r-panel .r-list .r-list-item:first-child {
    padding-top: 0; }
  .r-panel .r-list .r-list-item:last-child {
    padding-bottom: 0; }
  .r-panel + .r-panel,
  .r-panel + .r-table {
    margin-top: 20px; }
  .r-panel.r-m-item, .r-panel.r-m-callout {
    padding: 16px; }
    .r-panel.r-m-item > .r-content-header, .r-panel.r-m-callout > .r-content-header {
      margin-bottom: 12px; }
      .r-panel.r-m-item > .r-content-header h1, .r-panel.r-m-callout > .r-content-header h1 {
        font-size: 16px; }
      .r-panel.r-m-item > .r-content-header h2, .r-panel.r-m-callout > .r-content-header h2 {
        font-size: 15px; }
      @media (max-width: 599.98px) {
        .r-panel.r-m-item > .r-content-header, .r-panel.r-m-callout > .r-content-header {
          margin-bottom: 12px; }
          .r-panel.r-m-item > .r-content-header h1, .r-panel.r-m-callout > .r-content-header h1 {
            font-size: 15px; }
          .r-panel.r-m-item > .r-content-header h2, .r-panel.r-m-callout > .r-content-header h2 {
            font-size: 14px; } }
    .r-panel.r-m-item .r-panel-body + .r-panel-footer, .r-panel.r-m-callout .r-panel-body + .r-panel-footer {
      margin-top: 16px; }
    .r-panel.r-m-item .r-panel-section + .r-panel-section, .r-panel.r-m-callout .r-panel-section + .r-panel-section {
      margin-top: 16px;
      padding-top: 16px; }
    .r-panel.r-m-item + .r-panel, .r-panel.r-m-callout + .r-panel {
      margin-top: 12px; }
  .r-panel.r-m-flush {
    padding: 0 !important; }
    .r-panel.r-m-flush > .r-content-header {
      margin-bottom: 0 !important; }
    .r-panel.r-m-flush > .r-content-header,
    .r-panel.r-m-flush .r-panel-section,
    .r-panel.r-m-flush .r-panel-footer {
      padding: 20px; }
    .r-panel.r-m-flush .r-panel-body + .r-panel-footer,
    .r-panel.r-m-flush .r-panel-section + .r-panel-section {
      margin-top: 0; }
    .r-panel.r-m-flush.r-m-item > .r-content-header,
    .r-panel.r-m-flush.r-m-item .r-panel-section,
    .r-panel.r-m-flush.r-m-item .r-panel-footer {
      padding: 16px; }
    .r-panel.r-m-flush .r-list-nav > nav,
    .r-panel.r-m-flush .r-list-nav > .r-btn,
    .r-panel.r-m-flush .r-list-nav > .r-spinner-wrapper {
      margin-bottom: 20px; }
  .r-panel.r-m-outline {
    border: 1px solid #dee3e8;
    background-color: #fff;
    position: relative; }
    .r-panel.r-m-outline .r-remove-item {
      position: absolute;
      right: -8px;
      top: -8px;
      z-index: 1;
      line-height: 1; }
      .r-panel.r-m-outline .r-remove-item .r-btn {
        width: 20px;
        height: 20px;
        background-color: #fff; }
        .r-panel.r-m-outline .r-remove-item .r-btn > .r-i::before {
          font-size: 0.625rem;
          color: #178dee; }
    .r-panel.r-m-outline.r-m-primary {
      border-color: #e6f7ff; }
    .r-panel.r-m-outline.r-m-callout {
      border-left-width: 3px; }
      .r-panel.r-m-outline.r-m-callout.r-info {
        border-left-color: #178dee; }
      .r-panel.r-m-outline.r-m-callout.r-neutral {
        border-left-color: #3da8ff; }
      .r-panel.r-m-outline.r-m-callout.r-warning {
        border-left-color: #f5c024; }
      .r-panel.r-m-outline.r-m-callout.r-success {
        border-left-color: #44ca6c; }
      .r-panel.r-m-outline.r-m-callout.r-danger {
        border-left-color: #d95b45; }
      .r-panel.r-m-outline.r-m-callout.r-meta {
        border-left-color: #31373d; }
      .r-panel.r-m-outline.r-m-callout .r-marker {
        line-height: 1; }
  .r-panel.r-m-solid {
    background-color: #eff1f3; }
    .r-panel.r-m-solid .r-panel-section + .r-panel-section {
      border-top-color: #dee3e8; }
    .r-panel.r-m-solid.r-m-primary {
      background-color: #f0f6ff; }
    .r-panel.r-m-solid.r-m-grey-1 {
      background-color: #fafbfd; }
    .r-panel.r-m-solid.r-m-meta {
      background-color: #31373d; }
    .r-panel.r-m-solid.r-m-splash-600 {
      background-color: #5f427b; }
    .r-panel.r-m-solid.r-m-alert {
      background-color: #e6f7ff; }
      .r-panel.r-m-solid.r-m-alert .r-panel-section + .r-panel-section {
        border-top-color: #c3e1f9; }
  .r-panel.r-m-emboss {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    background-color: #fff;
    /*
         * List overrides
         */ }
    .r-panel.r-m-emboss .r-list .r-list-item {
      background-color: #fff; }

.r-avatars.r-list .r-list-body {
  margin: -3px; }
  .r-avatars.r-list .r-list-body .r-list-item {
    margin: 3px; }

.r-avatars.r-list.r-m-stacked .r-list-item:first-child {
  margin-right: -2px; }

.r-avatars.r-list.r-m-stacked .r-list-item + .r-list-item {
  margin: -2px; }

.r-avatars.r-list .r-is-selected:first-child {
  padding-left: 3px; }

.r-avatars.r-list .r-is-selected .r-avatar .r-char-avatar,
.r-avatars.r-list .r-is-selected .r-avatar .r-img-avatar {
  -webkit-box-shadow: 0 0 0 3px #3da8ff;
  box-shadow: 0 0 0 3px #3da8ff;
  -webkit-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear; }

.r-avatar {
  display: block;
  position: relative;
  /*
     * Size classes
     */ }
  .r-avatar .r-img-avatar,
  .r-avatar .r-char-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .r-avatar .r-img-avatar {
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: cover; }
  .r-avatar .r-char-avatar {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #94a7b8;
    border-radius: 100%;
    -webkit-border-radius: 100%; }
    .r-avatar .r-char-avatar .r-char {
      display: block;
      color: #fff;
      opacity: 0.9;
      font-family: Helvetica, Arial, sans-serif !important;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .r-avatar.r-m-placeholder .r-char-avatar {
    background-color: #eff1f3; }
    .r-avatar.r-m-placeholder .r-char-avatar .r-char {
      color: #dee3e8; }
  .r-avatar:hover {
    text-decoration: none; }
  .r-avatar.r-avatar-24 {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 0.75rem; }
  .r-avatar.r-avatar-32 {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem; }
  .r-avatar.r-avatar-38 {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.125rem; }
  .r-avatar.r-avatar-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem; }
  .r-avatar.r-avatar-48 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.25rem; }
  .r-avatar.r-avatar-72 {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 1.75rem; }
  .r-avatar.r-avatar-100 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 2.5rem; }
  .r-avatar.r-avatar-150 {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 2.5rem; }
  .r-avatar.r-avatar-200 {
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 80px; }
  .r-avatar .r-avatar-a, .r-avatar .r-avatar-A {
    background-color: #336de2; }
  .r-avatar .r-avatar-b, .r-avatar .r-avatar-B {
    background-color: #2ea1c4; }
  .r-avatar .r-avatar-c, .r-avatar .r-avatar-C {
    background-color: #006600; }
  .r-avatar .r-avatar-d, .r-avatar .r-avatar-D {
    background-color: #006666; }
  .r-avatar .r-avatar-e, .r-avatar .r-avatar-E {
    background-color: #006699; }
  .r-avatar .r-avatar-f, .r-avatar .r-avatar-F {
    background-color: #0066cc; }
  .r-avatar .r-avatar-g, .r-avatar .r-avatar-G {
    background-color: #3ea862; }
  .r-avatar .r-avatar-h, .r-avatar .r-avatar-H {
    background-color: #0099cc; }
  .r-avatar .r-avatar-i, .r-avatar .r-avatar-I {
    background-color: #94b931; }
  .r-avatar .r-avatar-j, .r-avatar .r-avatar-J {
    background-color: #336699; }
  .r-avatar .r-avatar-k, .r-avatar .r-avatar-K {
    background-color: #842b2b; }
  .r-avatar .r-avatar-l, .r-avatar .r-avatar-L {
    background-color: #5d37b4; }
  .r-avatar .r-avatar-m, .r-avatar .r-avatar-M {
    background-color: #990099; }
  .r-avatar .r-avatar-n, .r-avatar .r-avatar-N {
    background-color: #9999ff; }
  .r-avatar .r-avatar-o, .r-avatar .r-avatar-O {
    background-color: #cc0000; }
  .r-avatar .r-avatar-p, .r-avatar .r-avatar-P {
    background-color: #cc3399; }
  .r-avatar .r-avatar-q, .r-avatar .r-avatar-Q {
    background-color: #cc6600; }
  .r-avatar .r-avatar-r, .r-avatar .r-avatar-R {
    background-color: #cc6699; }
  .r-avatar .r-avatar-s, .r-avatar .r-avatar-S {
    background-color: #cc9900; }
  .r-avatar .r-avatar-t, .r-avatar .r-avatar-T {
    background-color: #ff3399; }
  .r-avatar .r-avatar-u, .r-avatar .r-avatar-U {
    background-color: #ff6633; }
  .r-avatar .r-avatar-v, .r-avatar .r-avatar-V {
    background-color: #cc9999; }
  .r-avatar .r-avatar-w, .r-avatar .r-avatar-W {
    background-color: #9999cc; }
  .r-avatar .r-avatar-x, .r-avatar .r-avatar-X {
    background-color: #669966; }
  .r-avatar .r-avatar-y, .r-avatar .r-avatar-Y {
    background-color: #6699cc; }
  .r-avatar .r-avatar-z, .r-avatar .r-avatar-Z {
    background-color: #ff6666; }

.r-tile {
  position: relative;
  width: 180px;
  height: 120px;
  border: 1px solid #dee3e8;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /*
     * Tile with bg image
     */
  /*
     * Large tile
     */ }
  .r-tile > .r-inner {
    position: relative;
    height: 100%; }
  .r-tile .r-tile-body {
    height: 86px;
    padding: 8px; }
  .r-tile .r-tile-footer {
    height: 32px;
    padding: 4px 8px; }
    .r-tile .r-tile-footer .r-tile-name,
    .r-tile .r-tile-footer .r-tile-actions {
      position: absolute;
      width: calc(100% - 16px);
      font-size: 0.75rem;
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
      .r-tile .r-tile-footer .r-tile-name.r-m-discreet,
      .r-tile .r-tile-footer .r-tile-actions.r-m-discreet {
        opacity: 0; }
        :hover.r-tile .r-tile-footer .r-tile-name.r-m-discreet, :hover.r-tile .r-tile-footer .r-tile-actions.r-m-discreet {
          opacity: 1; }
        .r-tile .r-tile-footer .r-tile-name.r-m-discreet + .r-m-discreet,
        .r-tile .r-tile-footer .r-tile-actions.r-m-discreet + .r-m-discreet {
          opacity: 1; }
          :hover.r-tile .r-tile-footer .r-tile-name.r-m-discreet + .r-m-discreet, :hover.r-tile .r-tile-footer .r-tile-actions.r-m-discreet + .r-m-discreet {
            opacity: 0;
            z-index: -1; }
    .r-tile .r-tile-footer .r-tile-actions {
      padding-left: 24px;
      line-height: 24px; }
    .r-tile .r-tile-footer .r-tile-name .r-name {
      line-height: 24px; }
  .r-tile .r-tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 251, 253, 0.8); }
  .r-tile .r-tile-remove {
    position: absolute;
    right: -8px;
    top: -8px;
    line-height: 1; }
    .r-tile .r-tile-remove .r-btn {
      width: 20px;
      height: 20px;
      background-color: #fff !important; }
      .r-tile .r-tile-remove .r-btn > .r-i::before {
        color: #178dee;
        font-size: 0.625rem; }
  .r-tile .r-tile-body .r-marker {
    margin-right: 4px; }
    .r-tile .r-tile-body .r-marker .r-i::before {
      display: block;
      font-size: 1.25rem; }
  .r-tile .r-tile-body .r-content .r-title {
    max-height: 3.6em;
    overflow: hidden;
    font-size: 0.75rem; }
  .r-tile .r-tile-body .r-content .r-metadata {
    color: #94a7b8;
    font-size: 0.75rem; }
  .r-tile.r-m-has-img {
    -webkit-background-size: 180px 120px !important;
    background-size: 180px 120px !important; }
    .r-tile.r-m-has-img > .r-inner {
      -webkit-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear; }
    .r-tile.r-m-has-img .r-tile-body {
      opacity: 0;
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
    .r-tile.r-m-has-img .r-tile-footer {
      background-color: rgba(250, 251, 253, 0.8);
      -webkit-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear; }
    .r-tile.r-m-has-img:hover > .r-inner {
      background-color: rgba(250, 251, 253, 0.8); }
    .r-tile.r-m-has-img:hover .r-tile-body {
      opacity: 1; }
    .r-tile.r-m-has-img:hover .r-tile-footer {
      background-color: transparent; }
    .r-tile.r-m-has-img.r-m-preview .r-tile-footer {
      opacity: 0;
      background-color: transparent; }
    .r-tile.r-m-has-img.r-m-preview:hover .r-footer {
      opacity: 1; }
    @media (any-pointer: coarse) {
      .r-tile.r-m-has-img.r-m-preview .r-tile-footer {
        opacity: 1;
        background-color: rgba(250, 251, 253, 0.8); }
        .r-tile.r-m-has-img.r-m-preview .r-tile-footer .r-tile-actions.r-m-discreet {
          opacity: 1; }
      .r-tile.r-m-has-img.r-m-preview:hover .r-tile-footer {
        background-color: transparent; } }
  .r-tile.r-m-large {
    width: 234px;
    height: 156px; }
    .r-tile.r-m-large.r-m-has-img {
      -webkit-background-size: 234px 156px !important;
      background-size: 234px 156px !important; }
    .r-tile.r-m-large .r-tile-remove {
      right: -12px;
      top: -12px; }
      .r-tile.r-m-large .r-tile-remove .r-btn {
        width: 24px;
        height: 24px; }
        .r-tile.r-m-large .r-tile-remove .r-btn > .r-i::before {
          font-size: 12px; }
    .r-tile.r-m-large .r-tile-body {
      height: 118px;
      padding: 10px; }
    .r-tile.r-m-large .r-marker {
      margin-right: 6px; }
      .r-tile.r-m-large .r-marker .r-i::before {
        font-size: 1.5rem; }
    .r-tile.r-m-large .r-title {
      font-size: 0.938rem; }
    .r-tile.r-m-large .r-tile-footer {
      height: 36px;
      padding: 6px 8px; }
      .r-tile.r-m-large .r-tile-footer .r-tile-actions {
        font-size: 0.875rem; }

.r-search {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 320px; }
  @media (min-width: 1440px) {
    .r-search {
      max-width: 480px; } }
  .r-search .r-search-bar {
    position: relative; }
    .r-search .r-search-bar::before {
      position: absolute;
      left: 12px;
      line-height: 38px;
      color: #798c9c; }
    .r-search .r-search-bar.fi-search .r-form-control {
      padding-left: 38px; }
    .r-search .r-search-bar .r-search-btn {
      flex: 1 0 auto; }
    .r-search .r-search-bar.r-m-input-clears .r-form-control {
      padding-right: 38px; }
      .r-search .r-search-bar.r-m-input-clears .r-form-control.r-m-lge {
        border-width: 2px; }
        .r-search .r-search-bar.r-m-input-clears .r-form-control.r-m-lge + .r-clear-input {
          top: 2px;
          bottom: 2px; }
    .r-search .r-search-bar.r-m-input-clears .r-clear-input {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      height: inherit;
      border-radius: 0;
      -webkit-border-radius: 0; }
      .r-search .r-search-bar.r-m-input-clears .r-clear-input + .r-search-btn {
        margin-left: 0; }
      .r-search .r-search-bar.r-m-input-clears .r-clear-input.r-m-flush {
        right: 48px; }
    .r-search .r-search-bar + .r-card {
      margin-top: 16px; }
    .r-search .r-search-bar + .r-list {
      margin-top: 16px; }
  .r-search .r-search-results {
    position: absolute;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    max-width: 568px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dee3e8;
    border-bottom-width: 2px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 1; }
    .r-search .r-search-results > .r-inner {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      min-width: 0; }
    .r-search .r-search-results .r-list-item em {
      font-family: "Nunito", sans-serif;
      font-weight: 400; }
    .r-search .r-search-results .r-list-item.r-m-more {
      border-top: 2px solid #dee3e8; }
    .r-search .r-search-results .r-no-data {
      padding-right: 8px;
      padding-left: 8px; }
  .r-search.r-m-cta {
    position: relative;
    background-color: #eff1f3;
    padding: 24px;
    max-width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px; }
    @media (min-width: 960px) {
      .r-search.r-m-cta .r-search-bar .r-search-btn {
        width: 64px; }
      .r-search.r-m-cta .r-search-bar.r-m-input-clears .r-clear-input.r-m-flush {
        right: 64px; } }
  .r-search.r-m-inline {
    max-width: 385px;
    width: 100%; }
  .r-search.r-m-fluid {
    max-width: 100%; }

.r-post-panel .r-post-section {
  /*
         * Composer/text
         */
  /* 
         * Media attachments
         */
  /*
         * Actions (save / cancel) block
         */ }
  .r-post-panel .r-post-section + .r-post-section {
    margin-top: 12px; }
  .r-post-panel .r-post-section.r-m-compose {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
  .r-post-panel .r-post-section.r-m-media .r-attachments {
    padding-top: 12px; }
  .r-post-panel .r-post-section.r-m-media .r-url-control {
    padding-top: 12px; }
  .r-post-panel .r-post-section.r-m-media .r-actions {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
    .r-post-panel .r-post-section.r-m-media .r-actions .r-btn {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      @media (max-width: 599.98px) {
        .r-post-panel .r-post-section.r-m-media .r-actions .r-btn .t {
          position: absolute !important;
          margin-left: 0 !important;
          font-size: 0 !important;
          text-indent: -9999px !important;
          line-height: 0 !important;
          height: 0 !important; } }
      .r-b-sidebar .r-post-panel .r-post-section.r-m-media .r-actions .r-btn .t {
        position: absolute !important;
        margin-left: 0 !important;
        font-size: 0 !important;
        text-indent: -9999px !important;
        line-height: 0 !important;
        height: 0 !important; }
      @media (max-width: 1200px) {
        .r-b-content-body .r-post-panel .r-post-section.r-m-media .r-actions .r-btn .t {
          position: absolute !important;
          margin-left: 0 !important;
          font-size: 0 !important;
          text-indent: -9999px !important;
          line-height: 0 !important;
          height: 0 !important; } }
  .r-post-panel .r-post-section.r-m-actions {
    border-top: 3px solid #eff1f3; }
    .r-post-panel .r-post-section.r-m-actions .r-visibility {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-top: 24px;
      margin-bottom: 24px; }
      .r-post-panel .r-post-section.r-m-actions .r-visibility .r-tag {
        margin-right: 4px; }
    .r-post-panel .r-post-section.r-m-actions .r-actions {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      margin-top: 12px; }

.r-post-panel textarea.r-form-control {
  resize: none; }

.r-message-new {
  min-height: 70px;
  border: 3px solid #c9d3db;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
  .r-message-new > .r-item-body {
    padding: 14px; }
  .r-message-new .r-rich-composer {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .r-message-new .r-rich-composer .r-btn.r-m-upload {
      width: 40px;
      height: 40px; }
  .r-message-new .r-post-section.r-m-media {
    border-top: 1px solid #eff1f3;
    padding-top: 12px; }
  .r-message-new.r-is-active {
    border-color: #178dee; }
    .r-message-new.r-is-active .r-rich-composer {
      padding-top: 11px; }
    .r-message-new.r-is-active .r-dropzone {
      outline-color: #dee3e8;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.r-message .r-post-panel.r-is-active .r-rich-composer {
  border-color: #178dee; }

.r-comment-new .r-rich-composer,
.r-comment .r-post-panel .r-rich-composer {
  padding-top: 6px;
  padding-bottom: 6px; }

.r-comment-new.r-is-active .r-rich-composer,
.r-comment .r-post-panel.r-is-active .r-rich-composer {
  border-color: #178dee; }
  .r-comment-new.r-is-active .r-rich-composer textarea.r-form-control,
  .r-comment .r-post-panel.r-is-active .r-rich-composer textarea.r-form-control {
    min-height: 70px;
    height: 70px;
    padding: 0; }

@media (min-width: 600px) {
  .r-comment-new .r-post-section.r-m-media, .r-comment-new .r-post-section.r-m-actions {
    margin-left: 40px; } }

.r-message-new,
.r-comment-new {
  position: relative; }
  .r-message-new .r-actor,
  .r-comment-new .r-actor {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px; }
  @media (max-width: 380px) {
    .r-message-new .r-actor,
    .r-comment-new .r-actor {
      display: none;
      margin-right: 0; } }
  .r-message-new .r-text-placeholder,
  .r-comment-new .r-text-placeholder {
    color: #94a7b8;
    font-size: 0.938rem;
    line-height: 1.2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

.select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: border-color 0.15s linear 0s;
  transition: border-color 0.15s linear 0s; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 24px;
    color: #31373d;
    font-size: 0.938rem;
    line-height: 36px; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px;
    width: 24px; }

.select2-container .select2-dropdown {
  background-color: #fff;
  border: 1px solid #dee3e8;
  border-radius: 3px;
  z-index: 3000; }
  .select2-container .select2-dropdown .select2-search__field {
    padding: 0 8px;
    height: 38px;
    border: 1px solid #dee3e8;
    border-radius: 3px;
    font-size: 0.938rem;
    color: #31373d; }
    .select2-container .select2-dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
    .select2-container .select2-dropdown .select2-search__field:focus {
      border-color: #178dee;
      outline: none; }

.select2-container .select2-container--open .select2-selection--single {
  border-color: #3da8ff;
  outline: 0; }

.select2-container .select2-results .select2-results__options {
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background: #bbbebf;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-track {
    background: #dee3e8;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-button {
    display: none; }

.select2-container .select2-results .select2-results__option {
  padding: 12px 8px;
  color: #31373d;
  font-size: 0.938rem;
  -webkit-transition: background-color 0.15s linear 0s;
  transition: background-color 0.15s linear 0s; }
  .select2-container .select2-results .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container .select2-results .select2-results__option[aria-selected=true] {
    background-color: #eff1f3; }
  .select2-container .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #eff1f3;
    color: #31373d; }

.select2.r-large + .select2-container {
  min-width: 275px; }

.select2.r-input-error + .select2-container .select2-selection--single {
  border-color: #f5c024; }

.r-clear::before, .r-clear::after {
  content: " ";
  display: table; }

.r-clear::after {
  clear: both; }

.r-u-constrain {
  max-width: 624px;
  margin-right: auto !important;
  margin-left: auto !important; }

.r-u-display {
  /*
     * Responsive
     */ }
  .r-u-display-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .r-u-display-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .r-u-display-block {
    display: block !important; }
  .r-u-display-inline-block {
    display: inline-block !important; }
  .r-u-display-none {
    display: none !important; }
  @media (min-width: 600px) {
    .r-u-display-sm-flex {
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .r-u-display-sm-block {
      display: block !important; }
    .r-u-display-sm-none {
      display: none !important; } }
  @media (min-width: 960px) {
    .r-u-display-md-flex {
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .r-u-display-md-block {
      display: block !important; } }
  @media (min-width: 1440px) {
    .r-u-display-lg-flex {
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.r-u-pos-left {
  position: absolute;
  left: 0; }

.r-u-pos-right {
  position: absolute;
  right: 0; }

.r-u-float-left {
  float: left !important; }

.r-u-float-right {
  float: right !important; }

.r-u-float-none {
  float: none !important; }

.r-u-align {
  /*
     * Horizontal
     */
  /*
     * Responsive
     */
  /*
     * Vertical
     */ }
  .r-u-align-start {
    -webkit-box-pack: flex-start !important;
    -moz-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important; }
  .r-u-align-end {
    -webkit-box-pack: flex-end !important;
    -moz-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important; }
  .r-u-align-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important; }
  .r-u-align-spaced {
    -webkit-box-pack: space-around !important;
    -moz-box-pack: space-around !important;
    -ms-flex-pack: space-around !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important; }
  .r-u-align-justify {
    -webkit-box-pack: space-between !important;
    -moz-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important; }
  @media (min-width: 960px) {
    .r-u-align-md-center {
      -webkit-box-pack: center !important;
      -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
      -webkit-justify-content: center !important;
      justify-content: center !important; } }
  .r-u-align-top {
    -webkit-box-align: flex-start !important;
    -moz-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important; }
  .r-u-align-middle {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important; }
  .r-u-align-bottom {
    -webkit-box-align: flex-end !important;
    -moz-box-align: flex-end !important;
    -ms-flex-align: flex-end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important; }

.r-u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.r-u-flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -moz-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex: 1 !important;
  flex-grow: 1 !important; }

.r-u-txt-center {
  text-align: center !important; }

.r-u-txt-right {
  text-align: right !important; }

.r-u-txt-left {
  text-align: left !important; }

.r-u-txt-uppercase {
  text-transform: uppercase; }

.r-u-txt-capitalize {
  text-transform: capitalize; }

.r-u-txt-bold {
  font-weight: 600; }

.r-u-margin {
  /*
     * Responsive
     */ }
  .r-u-margin-none {
    margin: 0 !important; }
  .r-u-margin-2 {
    margin: 8px !important; }
  .r-u-margin-3 {
    margin: 16px !important; }
  .r-u-margin-bottom-0 {
    margin-bottom: 0 !important; }
  .r-u-margin-bottom-2 {
    margin-bottom: 8px !important; }
  .r-u-margin-bottom-3 {
    margin-bottom: 16px !important; }
  .r-u-margin-bottom-4 {
    margin-bottom: 24px !important; }
  .r-u-margin-bottom-5 {
    margin-bottom: 48px !important; }
  .r-u-margin-bottom-auto {
    margin-bottom: auto !important; }
  .r-u-margin-bottom-none {
    margin-bottom: 0 !important; }
  .r-u-margin-top-2 {
    margin-top: 8px !important; }
  .r-u-margin-top-3 {
    margin-top: 16px !important; }
  .r-u-margin-top-4 {
    margin-top: 24px !important; }
  .r-u-margin-right-2 {
    margin-right: 8px !important; }
  .r-u-margin-right-auto {
    margin-right: auto !important; }
  .r-u-margin-left-2 {
    margin-left: 8px !important; }
  .r-u-margin-left-auto {
    margin-left: auto !important; }
  @media (min-width: 1440px) {
    .r-u-margin-lg-none {
      margin: 0 !important; } }
  @media (max-width: 599.98px) {
    .r-u-margin-xs-top-2 {
      margin-top: 8px !important; } }

.r-u-padding-none {
  padding: 0 !important; }

.r-u-padding-2 {
  padding: 8px !important; }

.r-u-padding-top-2 {
  padding-top: 8px !important; }

.r-u-vertical-top {
  vertical-align: top; }

.r-u-border-top {
  border-top: thin solid #eff1f3; }

.r-u-border-right {
  border-right: thin solid #eff1f3; }

.r-u-border-bottom {
  border-bottom: thin solid #eff1f3; }

.r-u-border-dark-bottom {
  border-bottom: thin solid #dee3e8; }

.r-u-border-left {
  border-left: thin solid #eff1f3; }

.r-u-border-none {
  border: none !important; }

.r-u-wrd-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /*@if $wrap == break-word {
        word-break: break-all;
    }
    @else {
        word-break: $wrap;
    }*/ }

.r-clickable {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fA {
  color: #3da8ff;
  cursor: pointer; }
  .fA:hover {
    text-decoration: underline; }

.is-required::after {
  color: #d95b45;
  content: "*";
  margin-left: 2px; }

.r-is-disabled {
  zoom: 1;
  opacity: 0.5;
  cursor: default; }

.r-u-loading {
  background-image: url("https://demo.rundl.com/1.4/Content/images/loader-sml.gif");
  background-repeat: no-repeat;
  background-position: 50% 10px; }

.r-u-hidden {
  position: absolute !important;
  margin-left: 0 !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  line-height: 0 !important;
  height: 0 !important; }
  @media (max-width: 599.98px) {
    .r-u-hidden-sm {
      position: absolute !important;
      margin-left: 0 !important;
      font-size: 0 !important;
      text-indent: -9999px !important;
      line-height: 0 !important;
      height: 0 !important; } }

.is-editable {
  cursor: pointer;
  text-decoration: none; }
  .is-editable::before {
    content: none; }

.is-shareable.fi-share {
  text-decoration: none; }
  .is-shareable.fi-share::before {
    content: none; }
  .is-shareable.fi-share::after {
    margin-left: 0.25rem;
    font-size: 85%;
    opacity: 0.7; }
  .is-shareable.fi-share:hover::after {
    opacity: 1; }

.r-u-blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: -webkit-filter .3s ease, filter .3s ease; }

.r-fade-in {
  opacity: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  @inlucde prefixed(animation-fill-mode, forwards); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  .r-fade-in from {
    opacity: 0; }
  .r-fade-in to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.r-u-pulse {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: r-u-pulse;
  -moz-animation-name: r-u-pulse;
  -ms-animation-name: r-u-pulse;
  animation-name: r-u-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96); } }

@-moz-keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96); } }

@-ms-keyframes r-u-pulse {
  .r-u-pulse 25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  .r-u-pulse 75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96); } }

@-o-keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96); } }

@keyframes r-u-pulse {
  25% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  75% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96); } }

.r-b-app-drawer {
  /*
     * Overrides for expanded app drawer
     */ }
  .r-b-app-drawer > .r-inner {
    border-right: 1px solid #dee3e8;
    background-color: #fff; }
  .r-b-app-drawer .r-account-context {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 64px;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: flex 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .r-b-app-drawer .r-account-context .r-avatar-wrapper {
      display: block;
      transform: scale(1);
      -ms-transition: none !important;
      -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer; }
    @media (max-width: 599.98px) {
      .r-b-app-drawer .r-account-context {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px; }
        .r-b-app-drawer .r-account-context .r-avatar-wrapper {
          transform: scale(2.63158); } }
  .r-b-app-drawer .r-app-menu {
    height: -webkit-calc(100% - 172px);
    height: -moz-calc(100% - 172px);
    height: calc(100% - 172px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
    .r-b-app-drawer .r-app-menu::-webkit-scrollbar {
      width: 9px;
      height: 9px;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-b-app-drawer .r-app-menu::-webkit-scrollbar-thumb {
      background: #bbbebf;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-b-app-drawer .r-app-menu::-webkit-scrollbar-track {
      background: #dee3e8;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-b-app-drawer .r-app-menu::-webkit-scrollbar-button {
      display: none; }
    .r-b-app-drawer .r-app-menu li {
      height: 64px; }
      .r-b-app-drawer .r-app-menu li + li {
        margin-top: 0; }
    .r-b-app-drawer .r-app-menu .r-tab {
      padding-right: 18px;
      border-left: 3px solid transparent;
      color: #272c30; }
      .r-b-app-drawer .r-app-menu .r-tab .r-i {
        width: auto; }
        .r-b-app-drawer .r-app-menu .r-tab .r-i::before {
          font-size: 1.625rem;
          display: block; }
        .r-b-app-drawer .r-app-menu .r-tab .r-i + .t {
          margin-left: 16px; }
      .r-b-app-drawer .r-app-menu .r-tab .t {
        opacity: 0;
        font-size: 16px;
        -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .r-b-app-drawer .r-app-menu .r-tab.r-is-active {
        border-left-color: #178dee;
        color: #04599f;
        background-color: #e6f7ff; }
      .r-b-app-drawer .r-app-menu .r-tab:not(.r-is-active):hover {
        background-color: #e6f7ff; }
  .r-b-app-drawer .r-drawer-footer {
    position: absolute;
    right: 1px;
    bottom: 0;
    left: 0;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 6px 0;
    background-color: inherit; }
    .r-b-app-drawer .r-drawer-footer .r-account-admin {
      color: #272c30;
      background-color: transparent;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
      .r-b-app-drawer .r-drawer-footer .r-account-admin .r-i::before {
        font-size: 1.5rem; }
      .r-b-app-drawer .r-drawer-footer .r-account-admin .t {
        display: none;
        font-size: 16px;
        margin-left: 8px;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in;
        transition: opacity 0.4s ease-in; }
      .r-b-app-drawer .r-drawer-footer .r-account-admin + .r-btn {
        margin-left: 0; }
      .r-b-app-drawer .r-drawer-footer .r-account-admin.r-is-active {
        color: #04599f;
        background-color: #e6f7ff; }
      .r-b-app-drawer .r-drawer-footer .r-account-admin:not(.r-is-active):hover {
        background-color: #e6f7ff; }
    .r-b-app-drawer .r-drawer-footer .r-toggle-drawer > .r-i::before {
      font-size: 16px; }
    .r-b-app-drawer .r-drawer-footer .r-toggle-drawer:hover, .r-b-app-drawer .r-drawer-footer .r-toggle-drawer:active, .r-b-app-drawer .r-drawer-footer .r-toggle-drawer:focus {
      background-color: transparent; }
  .r-b-app-drawer.r-m-expanded .r-account-context {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px; }
    .r-b-app-drawer.r-m-expanded .r-account-context .r-avatar-wrapper {
      transform: scale(2.63158); }
  .r-b-app-drawer.r-m-expanded .r-app-menu {
    height: -webkit-calc(100% - 232px);
    height: -moz-calc(100% - 232px);
    height: calc(100% - 232px); }
    .r-b-app-drawer.r-m-expanded .r-app-menu .r-tab {
      border-right: 3px solid transparent; }
      .r-b-app-drawer.r-m-expanded .r-app-menu .r-tab .t {
        opacity: 1; }
      .r-b-app-drawer.r-m-expanded .r-app-menu .r-tab.r-is-active {
        border-left-color: transparent;
        border-right-color: #178dee; }
  .r-b-app-drawer.r-m-expanded .r-drawer-footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 12px; }
    .r-b-app-drawer.r-m-expanded .r-drawer-footer .r-account-admin {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .r-b-app-drawer.r-m-expanded .r-drawer-footer .r-account-admin .t {
        display: block;
        white-space: nowrap;
        opacity: 1; }
    .r-b-app-drawer.r-m-expanded .r-drawer-footer .r-toggle-drawer {
      border-left: 1px solid #eff1f3;
      margin-left: 4px; }
      .r-b-app-drawer.r-m-expanded .r-drawer-footer .r-toggle-drawer > .r-i {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
  .is-public .r-b-app-drawer > .r-inner {
    background-color: #31373d; }
  .is-public .r-b-app-drawer .r-account-context {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    background-color: #178dee; }
    .is-public .r-b-app-drawer .r-account-context .r-avatar-wrapper {
      transform: none;
      cursor: auto; }
  .is-public .r-b-app-drawer .r-drawer-footer {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  @media (max-width: 959.98px) {
    .is-public .r-b-app-drawer:not(.r-m-expanded) {
      -webkit-box: 0;
      -moz-box: 0;
      -webkit-flex: 0 0 0px;
      -ms-flex: 0 0 0px;
      flex: 0 0 0px; }
    .is-public .r-b-app-drawer ~ .r-b-app .r-b-app-header .r-app-drawer-menu {
      display: block; } }
  @media (min-width: 960px) {
    .is-public .r-b-app-drawer {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 240px;
      -ms-flex: 1 0 240px;
      flex: 1 0 240px; }
      .is-public .r-b-app-drawer .r-toggle-drawer {
        display: none; }
      .is-public .r-b-app-drawer ~ .r-b-app .r-b-app-header .r-app-drawer-menu {
        display: none; }
      .is-public .r-b-app-drawer .r-app-menu {
        height: -webkit-calc(100% - 222px);
        height: -moz-calc(100% - 222px);
        height: calc(100% - 222px); }
      .is-public .r-b-app-drawer .r-drawer-footer {
        padding-bottom: 12px; } }
  @media (max-width: 599.98px) {
    body:not(.is-public) .r-b-app-drawer ~ .r-b-app .r-b-app-header .r-app-drawer-menu {
      display: block; }
    body:not(.is-public) .r-b-app-drawer .r-drawer-footer {
      background-color: #fafbfd; } }

.r-b-app-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  background-color: #fff;
  -webkit-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  /* 
     *   Shadow applied when content scrolled for material effect.
     */
  /* 
     *   Sticky app header
     */
  /* 
     *   Modal search overrides. 
     *  - Fill viewport with app header block.
     */ }
  .r-b-app-header::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    -webkit-box-shadow: inset 0 -1px 0 0 #dee3e8;
    box-shadow: inset 0 -1px 0 0 #dee3e8;
    -webkit-transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear; }
  .r-b-app-header .r-container {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 64px;
    padding-right: 24px;
    padding-left: 24px; }
    @media (max-width: 599.98px) {
      .r-b-app-header .r-container {
        padding-right: 12px;
        padding-left: 12px; } }
  .r-b-app-header .r-controls {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
    .r-b-app-header .r-controls.r-m-right {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  .r-b-app-header .r-title h1 {
    font-size: 1.125rem; }
  .r-b-app-header #r-app-title h1 {
    color: #798c9c;
    font-size: 16px; }
  .r-b-app-header .r-search {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
    .r-b-app-header .r-search > .r-btn {
      display: none; }
    .r-b-app-header .r-search .r-search-bar.fi-search .r-form-control {
      border-radius: 19px;
      -webkit-border-radius: 19px; }
    .r-b-app-header .r-search .r-search-results {
      top: 65px;
      right: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      border: none;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .r-b-app-header.r-is-elevated::before {
    -webkit-box-shadow: 0 3px 2px -2px rgba(222, 227, 232, 0.88);
    box-shadow: 0 3px 2px -2px rgba(222, 227, 232, 0.88); }
  .r-b-app-header.r-m-sticky {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .r-b-app-header.r-m-sticky::before {
      display: none; }
    .r-b-app-header.r-m-sticky .r-marker2 + .r-content-main {
      padding-left: 8px; }
    .r-b-app-header.r-m-sticky .r-content-main {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box: 2;
      -moz-box: 2;
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      flex: 2 1 auto;
      overflow: hidden; }
  .r-b-app-header.is-modal-search {
    height: 100%;
    overflow: auto;
    background-color: #eff1f3;
    z-index: 301;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .r-b-app-header.is-modal-search::before {
      display: none; }
    .r-b-app-header.is-modal-search .r-container {
      background-color: #fff;
      -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.08);
      box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.08); }
    .r-b-app-header.is-modal-search .r-search {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      max-width: 100%; }
      .r-b-app-header.is-modal-search .r-search > .r-btn {
        display: block;
        margin-left: 6px; }
      .r-b-app-header.is-modal-search .r-search > search-bar {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
      .r-b-app-header.is-modal-search .r-search .r-search-results {
        max-width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0; }
        .r-b-app-header.is-modal-search .r-search .r-search-results .r-list-item {
          padding-left: 12px;
          padding-right: 12px; }
  @media (max-width: 959.98px) {
    .r-b-app-header #r-app-title,
    .r-b-app-header .r-search,
    .r-b-app-header .r-start-service .r-btn .t {
      display: none; } }
  @media (min-width: 960px) {
    .r-b-app-header .r-show-search {
      display: none; }
    .r-b-app-header .r-start-service .r-btn .r-i {
      display: none; }
      .r-b-app-header .r-start-service .r-btn .r-i + .t {
        margin-left: 0; } }

.r-app-drawer-menu {
  display: none; }

.r-btn-icon.r-m-menu {
  /*&.r-m-outline {

        .r-menu-icon {

            width: $jarc-button-height-med - (2 * $jarc-border-width-sml);
            height: $jarc-button-height-med - (2 * $jarc-border-width-sml);

            // decrease top by 1px
           .r-icon-line {

                &:nth-child(1) {
                    top: 12px;
                }

                &:nth-child(2), &:nth-child(3) {
                    top: 17px;
                }

                &:nth-child(4) {
                    top: 22px;
                }
            }

        }

    }*/ }
  .r-btn-icon.r-m-menu .r-menu-icon {
    width: 38px;
    height: 38px;
    position: relative; }
    .r-btn-icon.r-m-menu .r-menu-icon .r-icon-line {
      display: block;
      position: absolute;
      height: 2px;
      width: 50%;
      background: #94a7b8;
      opacity: 1;
      border-radius: 9px;
      -webkit-border-radius: 9px;
      -webkit-transition: transform, left 0.35s ease-in-out;
      transition: transform, left 0.35s ease-in-out;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
      left: 25%; }
      .r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(1) {
        top: 13px; }
      .r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(2), .r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(3) {
        top: 18px; }
      .r-btn-icon.r-m-menu .r-menu-icon .r-icon-line:nth-child(4) {
        top: 23px; }
    .r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line {
      top: 18px; }
      .r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(1) {
        width: 0%;
        left: 50%; }
      .r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
      .r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
      .r-btn-icon.r-m-menu .r-menu-icon.r-m-open .r-icon-line:nth-child(4) {
        width: 0%;
        left: 50%; }

.r-alert {
  position: relative;
  padding: 12px 28px 12px 12px;
  background-color: #fff8db;
  text-align: center;
  width: 100%; }
  .r-alert p, .r-alert ul {
    padding-right: 16px;
    color: #94a7b8; }
  .r-alert .r-btn.r-u-pos-right {
    margin-right: 16px;
    top: 5px; }
  .r-alert ul {
    list-style: disc outside none;
    font-size: 0.938rem; }

.localstorage.js .r-alert#r-browser-support {
  display: none;
  height: 0; }

.js #r-nojs-msg {
  display: none;
  height: 0; }

.localstorage #r-nolocalstorage-msg,
.no-js #r-nolocalstorage-msg {
  display: none;
  height: 0; }

.r-b-sidebar {
  background-color: #fff;
  /*
     * Card overrides
     */
  /*
     * Form overrides
     */
  /*
     * Panel overrides
     */
  /*
     * List overrides
     */
  /*
     * Search overrides
     */
  /*
     * Menu overrides
     */ }
  @media (min-width: 1920px) {
    .r-b-sidebar {
      border-left: 1px solid #dee3e8; } }
  @media (max-width: 1919.98px) {
    .r-b-sidebar {
      -webkit-box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
      box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08); } }
  .r-b-sidebar .r-sb-inner {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*
         * Fixed height sidebar with scrollable content and fixed footer (e.g. used in file select sidebars)
         */ }
    .r-b-sidebar .r-sb-inner::-webkit-scrollbar {
      width: 9px;
      height: 9px;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-b-sidebar .r-sb-inner::-webkit-scrollbar-thumb {
      background: #bbbebf;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-b-sidebar .r-sb-inner::-webkit-scrollbar-track {
      background: #dee3e8;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .r-b-sidebar .r-sb-inner::-webkit-scrollbar-button {
      display: none; }
    .r-b-sidebar .r-sb-inner.r-m-hide-overflow {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow-y: hidden; }
      .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section {
        display: -webkit-box ;
        display: -moz-box ;
        display: -webkit-flex ;
        display: -ms-flexbox ;
        display: flex ;
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0;
        padding-right: 0; }
        .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list,
        .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form {
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
          padding-right: 12px; }
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar,
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar {
            width: 9px;
            height: 9px;
            border-radius: 3px;
            -webkit-border-radius: 3px; }
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar-thumb,
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar-thumb {
            background: #bbbebf;
            border-radius: 3px;
            -webkit-border-radius: 3px; }
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar-track,
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar-track {
            background: #dee3e8;
            border-radius: 3px;
            -webkit-border-radius: 3px; }
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list::-webkit-scrollbar-button,
          .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form::-webkit-scrollbar-button {
            display: none; }
        .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-form {
          display: -webkit-box ;
          display: -moz-box ;
          display: -webkit-flex ;
          display: -ms-flexbox ;
          display: flex ;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
        .r-b-sidebar .r-sb-inner.r-m-hide-overflow .r-sb-section > .r-list.r-m-tickable + .r-list-footer {
          text-align: center;
          margin-top: 12px;
          margin-left: -12px;
          padding-top: 12px;
          padding-right: 12px;
          padding-left: 12px;
          border-top: 1px solid #eff1f3; }
        .r-b-sidebar .r-sb-inner.r-m-hide-overflow iframe.r-sb-section {
          padding-right: 4px; }
  .r-b-sidebar .r-sb-header {
    position: relative;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 24px;
    padding: 15px 12px;
    border-bottom: 1px solid #eff1f3; }
    .r-b-sidebar .r-sb-header:not(.r-m-cover)::after {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      content: '';
      min-height: inherit;
      font-size: 0; }
    .r-b-sidebar .r-sb-header .r-sb-nav {
      position: absolute;
      top: 8px;
      z-index: 2; }
      .r-b-sidebar .r-sb-header .r-sb-nav-left {
        left: 4px; }
      .r-b-sidebar .r-sb-header .r-sb-nav-right {
        right: 4px; }
      .r-b-sidebar .r-sb-header .r-sb-nav .r-btn > .r-i::before {
        font-size: 16px; }
    .r-b-sidebar .r-sb-header .r-header-main {
      text-align: center;
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding-left: 32px;
      padding-right: 32px; }
      .r-b-sidebar .r-sb-header .r-header-main h1 {
        font-size: 1.125rem; }
      .r-b-sidebar .r-sb-header .r-header-main h2 {
        margin-top: 4px;
        font-size: 1rem;
        color: #94a7b8; }
    .r-b-sidebar .r-sb-header .r-sb-loading {
      position: absolute;
      margin: auto;
      left: 50%;
      top: 60px;
      left: 0;
      right: 0;
      text-align: center; }
    .r-b-sidebar .r-sb-header.r-m-cover {
      display: block;
      min-height: 240px;
      padding: 0; }
      .r-b-sidebar .r-sb-header.r-m-cover .r-sb-nav {
        top: 12px; }
        .r-b-sidebar .r-sb-header.r-m-cover .r-sb-nav-left {
          left: 12px; }
        .r-b-sidebar .r-sb-header.r-m-cover .r-sb-nav-right {
          right: 12px; }
      .r-b-sidebar .r-sb-header.r-m-cover .r-header-main {
        display: -webkit-box ;
        display: -moz-box ;
        display: -webkit-flex ;
        display: -ms-flexbox ;
        display: flex ;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px; }
        .r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section {
          position: relative; }
          .r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section:first-of-type {
            margin-top: 20px; }
          .r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section .r-marker2 {
            display: inline-block; }
          .r-b-sidebar .r-sb-header.r-m-cover .r-header-main .r-header-section + .r-header-section {
            margin-top: 12px; }
        .r-b-sidebar .r-sb-header.r-m-cover .r-header-main.r-m-has-img .r-header-img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: 50% 50%; }
    .r-b-sidebar .r-sb-header.r-m-profile {
      /*
             * Text
             */ }
      .r-b-sidebar .r-sb-header.r-m-profile .r-subtitle {
        font-size: 0.875rem; }
      .r-b-sidebar .r-sb-header.r-m-profile .r-metadata {
        font-size: 0.875rem; }
  .r-b-sidebar .r-sb-section {
    padding: 18px 12px 0 12px;
    display: block;
    /*
         * Content headers
         */
    /*
         * Layout
         */
    /*
         * Layout
         */
    /*
         * Flush section
         */
    /*
         * Actions buttons
         */ }
    .r-b-sidebar .r-sb-section + .r-sb-section {
      border-top: 1px solid #eff1f3;
      margin-top: 18px;
      padding-top: 18px; }
      .r-b-sidebar .r-sb-section + .r-sb-section.r-m-flush {
        padding-top: 12px; }
    .r-b-sidebar .r-sb-section > .r-content-header,
    .r-b-sidebar .r-sb-section .r-panel > .r-content-header,
    .r-b-sidebar .r-sb-section .r-form > .r-content-header,
    .r-b-sidebar .r-sb-section .r-list > .r-content-header {
      margin-bottom: 16px; }
      .r-b-sidebar .r-sb-section > .r-content-header h1,
      .r-b-sidebar .r-sb-section .r-panel > .r-content-header h1,
      .r-b-sidebar .r-sb-section .r-form > .r-content-header h1,
      .r-b-sidebar .r-sb-section .r-list > .r-content-header h1 {
        font-size: 18px; }
      .r-b-sidebar .r-sb-section > .r-content-header h2,
      .r-b-sidebar .r-sb-section .r-panel > .r-content-header h2,
      .r-b-sidebar .r-sb-section .r-form > .r-content-header h2,
      .r-b-sidebar .r-sb-section .r-list > .r-content-header h2 {
        font-size: 16px; }
      @media (max-width: 599.98px) {
        .r-b-sidebar .r-sb-section > .r-content-header,
        .r-b-sidebar .r-sb-section .r-panel > .r-content-header,
        .r-b-sidebar .r-sb-section .r-form > .r-content-header,
        .r-b-sidebar .r-sb-section .r-list > .r-content-header {
          margin-bottom: 12px; }
          .r-b-sidebar .r-sb-section > .r-content-header h1,
          .r-b-sidebar .r-sb-section .r-panel > .r-content-header h1,
          .r-b-sidebar .r-sb-section .r-form > .r-content-header h1,
          .r-b-sidebar .r-sb-section .r-list > .r-content-header h1 {
            font-size: 16px; }
          .r-b-sidebar .r-sb-section > .r-content-header h2,
          .r-b-sidebar .r-sb-section .r-panel > .r-content-header h2,
          .r-b-sidebar .r-sb-section .r-form > .r-content-header h2,
          .r-b-sidebar .r-sb-section .r-list > .r-content-header h2 {
            font-size: 15px; } }
    .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header,
    .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header {
      margin-bottom: 12px; }
      .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h1,
      .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h1 {
        font-size: 16px; }
      .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h2,
      .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h2 {
        font-size: 15px; }
      @media (max-width: 599.98px) {
        .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header,
        .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header {
          margin-bottom: 12px; }
          .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h1,
          .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h1 {
            font-size: 15px; }
          .r-b-sidebar .r-sb-section .r-form .r-form-section > .r-content-header h2,
          .r-b-sidebar .r-sb-section .r-panel .r-panel-section > .r-content-header h2 {
            font-size: 14px; } }
    .r-b-sidebar .r-sb-section .r-panel + .r-form,
    .r-b-sidebar .r-sb-section .r-panel + .r-list,
    .r-b-sidebar .r-sb-section .r-panel + .r-grid,
    .r-b-sidebar .r-sb-section .r-panel + .r-card-column,
    .r-b-sidebar .r-sb-section .r-list + .r-form,
    .r-b-sidebar .r-sb-section .r-form + .r-form {
      margin-top: 12px; }
    .r-b-sidebar .r-sb-section:last-of-type {
      padding-bottom: 18px; }
    .r-b-sidebar .r-sb-section.r-m-flush {
      padding-bottom: 18px; }
      .r-b-sidebar .r-sb-section.r-m-flush.r-m-solid {
        background-color: #fafbfd; }
      .r-b-sidebar .r-sb-section.r-m-flush.r-m-highlight {
        background-color: #f0f6ff; }
      .r-b-sidebar .r-sb-section.r-m-flush.r-m-alert {
        background-color: #e6f7ff; }
      .r-b-sidebar .r-sb-section.r-m-flush.r-m-warning {
        background-color: #fefae7; }
      .r-b-sidebar .r-sb-section.r-m-flush + .r-sb-section {
        margin-top: 0; }
    .r-b-sidebar .r-sb-section.r-m-actions {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
  .r-b-sidebar .r-card .r-card-header.r-m-cover .r-avatar {
    margin-top: 20px; }
  .r-b-sidebar .r-card .r-card-footer {
    border-top: 1px solid #eff1f3; }
  .r-b-sidebar .r-card .r-card-header,
  .r-b-sidebar .r-card .r-card-body,
  .r-b-sidebar .r-card .r-card-footer {
    padding: 12px; }
  .r-b-sidebar .r-card.r-no-data .r-card-footer {
    border: none; }
  .r-b-sidebar .r-form .r-subtitle {
    font-size: 0.875rem; }
  .r-b-sidebar .r-form .r-form-section.r-m-flush {
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px; }
  .r-b-sidebar .r-panel {
    padding-left: 12px;
    padding-right: 12px;
    /*
         * Text
         */ }
    .r-b-sidebar .r-panel.r-m-item {
      padding-top: 12px;
      padding-bottom: 12px; }
    .r-b-sidebar .r-panel .r-title {
      font-size: 16px; }
    .r-b-sidebar .r-panel .r-subtitle {
      font-size: 0.938rem; }
    .r-b-sidebar .r-panel .r-metadata {
      font-size: 0.875rem;
      color: #94a7b8; }
    .r-b-sidebar .r-panel.r-m-flush > .r-content-header,
    .r-b-sidebar .r-panel.r-m-flush .r-panel-section,
    .r-b-sidebar .r-panel.r-m-flush .r-panel-footer {
      padding-left: 12px;
      padding-right: 12px; }
  .r-b-sidebar .r-list:not(.r-m-inline) .r-list-item {
    padding-right: 12px;
    padding-left: 12px; }
  .r-b-sidebar .r-search {
    max-width: 100%; }
  .r-b-sidebar .r-menu-options li > a,
  .r-b-sidebar .r-menu-options li .r-content[role="button"] {
    border-radius: 3px;
    -webkit-border-radius: 3px; }

.r-b-content-header,
.r-mdl-content-header {
  background-color: #fff;
  /*
     * Compact e.g. workboard. 
     */
  /*
     * Cover. Large heading with background image. 
     */
  /*
     * Cover 2. Haven't got a name yet.
     * - Mobile first
     */ }
  .r-b-content-header .r-container,
  .r-mdl-content-header .r-container {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 24px; }
  @media (max-width: 599.98px) {
    .r-b-content-header .r-container,
    .r-mdl-content-header .r-container {
      padding-right: 12px;
      padding-left: 12px; } }
  .r-b-content-header .r-header-main,
  .r-mdl-content-header .r-header-main {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin: -12px; }
    .r-b-content-header .r-header-main .r-header-section,
    .r-mdl-content-header .r-header-main .r-header-section {
      min-width: 0;
      margin: 12px; }
  .r-b-content-header .r-marker2 + .r-header-main,
  .r-mdl-content-header .r-marker2 + .r-header-main {
    margin-left: 0; }
  .r-b-content-header .r-header-aside,
  .r-mdl-content-header .r-header-aside {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  @media (max-width: 599.98px) {
    .r-b-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100,
    .r-mdl-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100 {
      width: 72px;
      height: 72px;
      line-height: 72px;
      font-size: 1.75rem; } }
  .r-b-content-header.r-m-compact .r-container,
  .r-mdl-content-header.r-m-compact .r-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px; }
    .r-b-content-header.r-m-compact .r-container .r-header-main,
    .r-mdl-content-header.r-m-compact .r-container .r-header-main {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: -4px; }
      .r-b-content-header.r-m-compact .r-container .r-header-main .r-header-section,
      .r-mdl-content-header.r-m-compact .r-container .r-header-main .r-header-section {
        display: -webkit-box ;
        display: -moz-box ;
        display: -webkit-flex ;
        display: -ms-flexbox ;
        display: flex ;
        margin: 4px; }
  .r-b-content-header.r-m-compact .r-title,
  .r-mdl-content-header.r-m-compact .r-title {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
    .r-b-content-header.r-m-compact .r-title h1,
    .r-mdl-content-header.r-m-compact .r-title h1 {
      font-size: 1.25rem; }
  @media (max-width: 959.98px) {
    .r-b-content-header.r-m-cover .r-inner,
    .r-mdl-content-header.r-m-cover .r-inner {
      height: 290px; } }
  @media (min-width: 960px) {
    .r-b-content-header.r-m-cover .r-inner,
    .r-mdl-content-header.r-m-cover .r-inner {
      height: 320px; } }
  .r-b-content-header.r-m-cover .r-container,
  .r-mdl-content-header.r-m-cover .r-container {
    height: 100%; }
    .r-b-content-header.r-m-cover .r-container .r-header-main,
    .r-mdl-content-header.r-m-cover .r-container .r-header-main {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
  .r-b-content-header.r-m-cover .r-header-section .r-title h1,
  .r-mdl-content-header.r-m-cover .r-header-section .r-title h1 {
    max-height: 3.6em;
    overflow: hidden; }
  .r-b-content-header.r-m-cover.r-m-has-img,
  .r-mdl-content-header.r-m-cover.r-m-has-img {
    position: relative;
    width: 100%; }
    @media (max-width: 959.98px) {
      .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
      .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
        height: 290px; } }
    @media (min-width: 960px) and (max-width: 1439.98px) {
      .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
      .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
        height: 320px; } }
    @media (min-width: 1440px) and (max-width: 1919.98px) {
      .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
      .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
        height: 360px; } }
    @media (min-width: 1920px) {
      .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
      .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
        height: 400px; } }
    @media (min-width: 2160px) {
      .r-b-content-header.r-m-cover.r-m-has-img .r-inner,
      .r-mdl-content-header.r-m-cover.r-m-has-img .r-inner {
        height: 450px; } }
    .r-b-content-header.r-m-cover.r-m-has-img .r-img-canopy,
    .r-mdl-content-header.r-m-cover.r-m-has-img .r-img-canopy {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden; }
      .r-b-content-header.r-m-cover.r-m-has-img .r-img-canopy img,
      .r-mdl-content-header.r-m-cover.r-m-has-img .r-img-canopy img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        object-fit: cover; }
  .r-b-content-header.r-m-cover-2 > .r-inner,
  .r-mdl-content-header.r-m-cover-2 > .r-inner {
    max-width: 100%; }
  .r-b-content-header.r-m-cover-2 .r-container,
  .r-mdl-content-header.r-m-cover-2 .r-container {
    padding: 0; }
  .r-b-content-header.r-m-cover-2 .r-header-main,
  .r-mdl-content-header.r-m-cover-2 .r-header-main {
    margin: 0; }
    .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section,
    .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section {
      margin: 0; }
      .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section .r-header-cell,
      .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section .r-header-cell {
        position: relative;
        max-width: 1600px;
        margin-right: auto;
        margin-left: auto;
        padding: 24px; }
      @media (min-width: 1440px) {
        .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-convex,
        .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-convex {
          border-bottom-right-radius: 5% 25%; } }
      .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component,
      .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component {
        min-height: 160px; }
        .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content,
        .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content {
          width: 50%;
          padding-right: 12px; }
        .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal,
        .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal {
          position: absolute;
          right: 0;
          width: 50%;
          padding: inherit;
          padding-left: 12px; }
          .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal .r-img-canopy,
          .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal .r-img-canopy {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 3px;
            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
            background-color: #94a7b8; }
        @media (max-width: 1439.98px) {
          .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component,
          .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component {
            height: auto;
            overflow: hidden; }
            .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-header-cell,
            .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-header-cell {
              padding-bottom: 0; }
            .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content,
            .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component + .r-header-section .r-content {
              width: 100%;
              padding: 0; }
            .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal,
            .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal {
              position: relative;
              display: -webkit-box ;
              display: -moz-box ;
              display: -webkit-flex ;
              display: -ms-flexbox ;
              display: flex ;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              width: 75%;
              margin-top: 20px;
              margin-left: auto;
              margin-right: auto;
              padding: 0; }
              .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal::before,
              .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal::before {
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                perspective: 1000;
                height: 50%;
                width: 200vw;
                background-color: #fff;
                content: ""; } }
        @media (max-width: 959.98px) {
          .r-b-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal,
          .r-mdl-content-header.r-m-cover-2 .r-header-main .r-header-section.r-m-has-component .r-component-portal {
            width: 100%; } }
  .r-b-content-header.r-m-cover-2 .r-component-portal .r-img-canopy,
  .r-mdl-content-header.r-m-cover-2 .r-component-portal .r-img-canopy {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12); }
    .r-b-content-header.r-m-cover-2 .r-component-portal .r-img-canopy img,
    .r-mdl-content-header.r-m-cover-2 .r-component-portal .r-img-canopy img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      -webkit-transition: transform 0.35s ease;
      transition: transform 0.35s ease;
      min-height: 260px; }

.r-b-content-nav,
.r-mdl-content-nav {
  background-color: #fff; }
  .r-b-content-nav .r-container,
  .r-mdl-content-nav .r-container {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    padding-left: 24px;
    padding-right: 24px; }
    @media (max-width: 599.98px) {
      .r-b-content-nav .r-container,
      .r-mdl-content-nav .r-container {
        padding-left: 12px;
        padding-right: 12px; } }
  .r-b-content-nav.r-m-has-whitespace .r-container,
  .r-mdl-content-nav.r-m-has-whitespace .r-container {
    padding-top: 16px;
    padding-bottom: 16px; }

.r-b-content-body,
.r-mdl-content-body {
  /*
     * Content headers
     */
  /*
     * Lists
     */
  /*
     * Adjacent content spacing
     */
  /*
     * Menu section nav layout
     */
  /*
     * Edit mode
     */ }
  .r-b-content-body .r-container,
  .r-mdl-content-body .r-container {
    padding: 24px; }
    @media (max-width: 599.98px) {
      .r-b-content-body .r-container,
      .r-mdl-content-body .r-container {
        padding-right: 12px;
        padding-left: 12px; } }
  .r-b-content-body .r-content-body.r-m-flex,
  .r-mdl-content-body .r-content-body.r-m-flex {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
         * DEFAULT
         */
    margin: -12px;
    /*
         * SMALL DOWN. 
         * - Fundamentally 1 col. Use flex basis 100% on content-section and main section cells
         */
    /*
         *  SMALL SUB-SECTION OVERRIDE. 
         *  - Optmise usage of available space for early 2 col case (delay wrapping sections and cells)
         *  - Only where app drawer closed 
         */
    /*
         *  MEDIUM UP.
         *  - Opportunity 2 section cols.
         *  - Factor in .app-drawer-open.
         */
    /*
         *  MEDIUM SUB-SECTION OVERRIDE. 
         *  - Handle .app-drawer-open
         *  - 960 - 64 okay. 960 - 240 not okay. Cater for diff i.e revert to small behaviour if below 1136 (960 + (240 - 64))
         */
    /*
         *   MEDIUM ONLY. 
         *   - Exceptions for cell wrapping
         */ }
    .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container,
    .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container {
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      @supports (position: sticky) {
        .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item,
        .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item {
          position: relative;
          top: 0px; }
          .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck,
          .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck {
            position: -webkit-sticky;
            position: sticky; } }
    .r-b-content-body .r-content-body.r-m-flex .r-content-section,
    .r-mdl-content-body .r-content-body.r-m-flex .r-content-section {
      margin: 12px;
      min-width: 0; }
      .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main,
      .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
        margin: 6px;
        display: -webkit-box ;
        display: -moz-box ;
        display: -webkit-flex ;
        display: -ms-flexbox ;
        display: flex ;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
        .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
          margin: 6px;
          min-width: 0; }
    @media (max-width: 959.98px) {
      .r-b-content-body .r-content-body.r-m-flex,
      .r-mdl-content-body .r-content-body.r-m-flex {
        margin: -6px; }
        .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck,
        .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck {
          position: static; }
        .r-b-content-body .r-content-body.r-m-flex .r-content-section,
        .r-mdl-content-body .r-content-body.r-m-flex .r-content-section {
          margin: 6px; }
          .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu,
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            margin-bottom: 24px;
            border-bottom: 2px solid #dee3e8;
            padding-bottom: 24px; }
          .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-details,
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-details {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
          .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main,
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            margin: 3px; }
            .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
            .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
              -webkit-box: 1;
              -moz-box: 1;
              -webkit-flex: 1 1 100%;
              -ms-flex: 1 1 100%;
              flex: 1 1 100%;
              margin: 3px; }
              .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details,
              .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details {
                -webkit-box-ordinal-group: 0;
                -moz-box-ordinal-group: 0;
                -webkit-order: -1;
                -ms-flex-order: -1;
                order: -1; }
          .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-first,
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-first {
            -webkit-box-ordinal-group: 0;
            -moz-box-ordinal-group: 0;
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1; } }
    @media (min-width: 860px) and (max-width: 959.98px) {
      body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-menu, body:not(.app-drawer-open)
      .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-menu {
        max-width: 260px;
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0; }
      body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-details, body:not(.app-drawer-open)
      .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-details {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px; }
      body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-main, body:not(.app-drawer-open)
      .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-main {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
      body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-first, body:not(.app-drawer-open)
      .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section.r-m-first {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell, body:not(.app-drawer-open)
      .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
        body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-main, body:not(.app-drawer-open)
        .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-main {
          -webkit-box: 2;
          -moz-box: 2;
          -webkit-flex: 2 0 auto;
          -ms-flex: 2 0 auto;
          flex: 2 0 auto; }
        body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-details, body:not(.app-drawer-open)
        .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised .r-content-section:only-child .r-content-cell.r-m-details {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0; }
      @supports (position: sticky) {
        body:not(.app-drawer-open) .r-b-content-body .r-content-body.r-m-flex.r-m-width-optimised.r-m-sticky-container .r-sticky-item.r-is-stuck, body:not(.app-drawer-open)
        .r-mdl-content-body .r-content-body.r-m-flex.r-m-width-optimised.r-m-sticky-container .r-sticky-item.r-is-stuck {
          position: -webkit-sticky;
          position: sticky; } } }
    @media (min-width: 960px) {
      .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu,
      .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu {
        width: 260px; }
      .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-details,
      .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-details {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
      .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main,
      .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
        -webkit-box: 2;
        -moz-box: 2;
        -webkit-flex: 2 1 0%;
        -ms-flex: 2 1 0%;
        flex: 2 1 0%; }
        .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
        .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 1 0%;
          -ms-flex: 1 1 0%;
          flex: 1 1 0%; }
          .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-main,
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-main {
            -webkit-box: 2;
            -moz-box: 2;
            -webkit-flex: 2 1 0%;
            -ms-flex: 2 1 0%;
            flex: 2 1 0%; } }
    @media (min-width: 960px) and (max-width: 1136px) {
      body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex, body.app-drawer-open
      .r-mdl-content-body .r-content-body.r-m-flex {
        margin: -6px; }
        body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck, body.app-drawer-open
        .r-mdl-content-body .r-content-body.r-m-flex.r-m-sticky-container .r-sticky-item.r-is-stuck {
          position: static; }
        body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section, body.app-drawer-open
        .r-mdl-content-body .r-content-body.r-m-flex .r-content-section {
          margin: 6px; }
          body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu, body.app-drawer-open
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-menu {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            margin-bottom: 24px;
            border-bottom: 2px solid #dee3e8;
            padding-bottom: 24px; }
          body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-details, body.app-drawer-open
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-details {
            -webkit-box: 0;
            -moz-box: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
          body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main, body.app-drawer-open
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main {
            -webkit-box: 1;
            -moz-box: 1;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            margin: 3px; }
            body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell, body.app-drawer-open
            .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
              -webkit-box: 1;
              -moz-box: 1;
              -webkit-flex: 1 1 100%;
              -ms-flex: 1 1 100%;
              flex: 1 1 100%;
              margin: 3px; }
              body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details, body.app-drawer-open
              .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details {
                -webkit-box-ordinal-group: 0;
                -moz-box-ordinal-group: 0;
                -webkit-order: -1;
                -ms-flex-order: -1;
                order: -1; }
          body.app-drawer-open .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-first, body.app-drawer-open
          .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-first {
            -webkit-box-ordinal-group: 0;
            -moz-box-ordinal-group: 0;
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1; } }
    @media (min-width: 960px) and (max-width: 1439.98px) {
      .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell,
      .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
        .r-b-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details,
        .r-mdl-content-body .r-content-body.r-m-flex .r-content-section.r-m-main .r-content-cell.r-m-details {
          -webkit-box-ordinal-group: 0;
          -moz-box-ordinal-group: 0;
          -webkit-order: -1;
          -ms-flex-order: -1;
          order: -1; }
      .r-b-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell,
      .r-mdl-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
        .r-b-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-main,
        .r-mdl-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-main {
          -webkit-box: 2;
          -moz-box: 2;
          -webkit-flex: 2 1 0%;
          -ms-flex: 2 1 0%;
          flex: 2 1 0%; }
        .r-b-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-details,
        .r-mdl-content-body .r-content-body.r-m-flex .r-content-section:only-child .r-content-cell.r-m-details {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0; } }
  .r-b-content-body .r-container > .r-content-header,
  .r-b-content-body .r-content-body .r-content-section > .r-content-header,
  .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
  .r-b-content-body .r-panel > .r-content-header,
  .r-b-content-body .r-form > .r-content-header,
  .r-b-content-body .r-list > .r-content-header,
  .r-mdl-content-body .r-container > .r-content-header,
  .r-mdl-content-body .r-content-body .r-content-section > .r-content-header,
  .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
  .r-mdl-content-body .r-panel > .r-content-header,
  .r-mdl-content-body .r-form > .r-content-header,
  .r-mdl-content-body .r-list > .r-content-header {
    margin-bottom: 20px; }
    .r-b-content-body .r-container > .r-content-header h1,
    .r-b-content-body .r-content-body .r-content-section > .r-content-header h1,
    .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
    .r-b-content-body .r-panel > .r-content-header h1,
    .r-b-content-body .r-form > .r-content-header h1,
    .r-b-content-body .r-list > .r-content-header h1,
    .r-mdl-content-body .r-container > .r-content-header h1,
    .r-mdl-content-body .r-content-body .r-content-section > .r-content-header h1,
    .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
    .r-mdl-content-body .r-panel > .r-content-header h1,
    .r-mdl-content-body .r-form > .r-content-header h1,
    .r-mdl-content-body .r-list > .r-content-header h1 {
      font-size: 20px; }
    .r-b-content-body .r-container > .r-content-header h2,
    .r-b-content-body .r-content-body .r-content-section > .r-content-header h2,
    .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
    .r-b-content-body .r-panel > .r-content-header h2,
    .r-b-content-body .r-form > .r-content-header h2,
    .r-b-content-body .r-list > .r-content-header h2,
    .r-mdl-content-body .r-container > .r-content-header h2,
    .r-mdl-content-body .r-content-body .r-content-section > .r-content-header h2,
    .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
    .r-mdl-content-body .r-panel > .r-content-header h2,
    .r-mdl-content-body .r-form > .r-content-header h2,
    .r-mdl-content-body .r-list > .r-content-header h2 {
      font-size: 18px; }
    @media (max-width: 599.98px) {
      .r-b-content-body .r-container > .r-content-header,
      .r-b-content-body .r-content-body .r-content-section > .r-content-header,
      .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
      .r-b-content-body .r-panel > .r-content-header,
      .r-b-content-body .r-form > .r-content-header,
      .r-b-content-body .r-list > .r-content-header,
      .r-mdl-content-body .r-container > .r-content-header,
      .r-mdl-content-body .r-content-body .r-content-section > .r-content-header,
      .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header,
      .r-mdl-content-body .r-panel > .r-content-header,
      .r-mdl-content-body .r-form > .r-content-header,
      .r-mdl-content-body .r-list > .r-content-header {
        margin-bottom: 16px; }
        .r-b-content-body .r-container > .r-content-header h1,
        .r-b-content-body .r-content-body .r-content-section > .r-content-header h1,
        .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
        .r-b-content-body .r-panel > .r-content-header h1,
        .r-b-content-body .r-form > .r-content-header h1,
        .r-b-content-body .r-list > .r-content-header h1,
        .r-mdl-content-body .r-container > .r-content-header h1,
        .r-mdl-content-body .r-content-body .r-content-section > .r-content-header h1,
        .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h1,
        .r-mdl-content-body .r-panel > .r-content-header h1,
        .r-mdl-content-body .r-form > .r-content-header h1,
        .r-mdl-content-body .r-list > .r-content-header h1 {
          font-size: 18px; }
        .r-b-content-body .r-container > .r-content-header h2,
        .r-b-content-body .r-content-body .r-content-section > .r-content-header h2,
        .r-b-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
        .r-b-content-body .r-panel > .r-content-header h2,
        .r-b-content-body .r-form > .r-content-header h2,
        .r-b-content-body .r-list > .r-content-header h2,
        .r-mdl-content-body .r-container > .r-content-header h2,
        .r-mdl-content-body .r-content-body .r-content-section > .r-content-header h2,
        .r-mdl-content-body .r-content-body .r-content-section .r-content-cell > .r-content-header h2,
        .r-mdl-content-body .r-panel > .r-content-header h2,
        .r-mdl-content-body .r-form > .r-content-header h2,
        .r-mdl-content-body .r-list > .r-content-header h2 {
          font-size: 16px; } }
  .r-b-content-body .r-form .r-form-section > .r-content-header,
  .r-b-content-body .r-panel .r-panel-section > .r-content-header,
  .r-mdl-content-body .r-form .r-form-section > .r-content-header,
  .r-mdl-content-body .r-panel .r-panel-section > .r-content-header {
    margin-bottom: 16px; }
    .r-b-content-body .r-form .r-form-section > .r-content-header h1,
    .r-b-content-body .r-panel .r-panel-section > .r-content-header h1,
    .r-mdl-content-body .r-form .r-form-section > .r-content-header h1,
    .r-mdl-content-body .r-panel .r-panel-section > .r-content-header h1 {
      font-size: 18px; }
    .r-b-content-body .r-form .r-form-section > .r-content-header h2,
    .r-b-content-body .r-panel .r-panel-section > .r-content-header h2,
    .r-mdl-content-body .r-form .r-form-section > .r-content-header h2,
    .r-mdl-content-body .r-panel .r-panel-section > .r-content-header h2 {
      font-size: 16px; }
    @media (max-width: 599.98px) {
      .r-b-content-body .r-form .r-form-section > .r-content-header,
      .r-b-content-body .r-panel .r-panel-section > .r-content-header,
      .r-mdl-content-body .r-form .r-form-section > .r-content-header,
      .r-mdl-content-body .r-panel .r-panel-section > .r-content-header {
        margin-bottom: 12px; }
        .r-b-content-body .r-form .r-form-section > .r-content-header h1,
        .r-b-content-body .r-panel .r-panel-section > .r-content-header h1,
        .r-mdl-content-body .r-form .r-form-section > .r-content-header h1,
        .r-mdl-content-body .r-panel .r-panel-section > .r-content-header h1 {
          font-size: 16px; }
        .r-b-content-body .r-form .r-form-section > .r-content-header h2,
        .r-b-content-body .r-panel .r-panel-section > .r-content-header h2,
        .r-mdl-content-body .r-form .r-form-section > .r-content-header h2,
        .r-mdl-content-body .r-panel .r-panel-section > .r-content-header h2 {
          font-size: 15px; } }
  @media (max-width: 1439.98px) {
    .r-b-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 .r-list-item,
    .r-mdl-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 .r-list-item {
      width: calc(50% - 8px); } }
  @media (min-width: 1440px) {
    .r-b-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 .r-list-item,
    .r-mdl-content-body .r-content-cell.r-m-details .r-list.r-m-inline > .r-list-body.r-m-grid-3 .r-list-item {
      width: 100%; } }
  .r-b-content-body .r-panel + .r-list,
  .r-mdl-content-body .r-panel + .r-list {
    margin-top: 20px; }
  .r-b-content-body .r-section-nav + .r-section-nav,
  .r-mdl-content-body .r-section-nav + .r-section-nav {
    border-top: 1px solid #dee3e8;
    margin-top: 16px;
    padding-top: 16px; }
  .r-b-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):hover,
  .r-mdl-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab:not(.r-is-active):hover {
    background-color: #dee3e8; }
  .r-b-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab.r-is-active,
  .r-mdl-content-body .r-section-nav .r-tabs-nav.r-m-stateful .r-tab.r-is-active {
    background-color: #dee3e8; }
  .r-b-content-body.r-m-edit .r-m-show,
  .r-mdl-content-body.r-m-edit .r-m-show {
    position: relative;
    z-index: 2; }

.r-page-content.r-container {
  /*
     * Content headers
     */ }
  @media (max-width: 599.98px) {
    .r-page-content.r-container .r-content-body .r-content-section + .r-content-section {
      margin-top: 24px;
      border-top: 2px solid #dee3e8;
      padding-top: 24px; } }
  @media (min-width: 600px) {
    .r-page-content.r-container {
      padding-top: 36px;
      padding-bottom: 36px; }
      .r-page-content.r-container .r-content-body .r-content-section + .r-content-section {
        margin-top: 36px;
        border-top: 1px solid #dee3e8;
        padding-top: 36px; }
      .r-page-content.r-container .r-text.r-m-quoted {
        font-size: 1.25rem; }
        .r-page-content.r-container .r-text.r-m-quoted::before {
          font-size: 3rem; }
        .r-page-content.r-container .r-text.r-m-quoted + .r-actions .r-btn .t {
          font-size: 1.25rem; } }
  .r-page-content.r-container .r-content-body .r-content-section > .r-content-header {
    margin-bottom: 24px; }
    .r-page-content.r-container .r-content-body .r-content-section > .r-content-header h1 {
      font-size: 24px; }
    .r-page-content.r-container .r-content-body .r-content-section > .r-content-header h2 {
      font-size: 20px; }
    @media (max-width: 599.98px) {
      .r-page-content.r-container .r-content-body .r-content-section > .r-content-header {
        margin-bottom: 20px; }
        .r-page-content.r-container .r-content-body .r-content-section > .r-content-header h1 {
          font-size: 20px; }
        .r-page-content.r-container .r-content-body .r-content-section > .r-content-header h2 {
          font-size: 18px; } }
  .r-page-content.r-container .r-grid.r-m-content .r-content-header {
    margin-bottom: 16px; }
    .r-page-content.r-container .r-grid.r-m-content .r-content-header h1 {
      font-size: 18px; }
    .r-page-content.r-container .r-grid.r-m-content .r-content-header h2 {
      font-size: 16px; }
    @media (max-width: 599.98px) {
      .r-page-content.r-container .r-grid.r-m-content .r-content-header {
        margin-bottom: 12px; }
        .r-page-content.r-container .r-grid.r-m-content .r-content-header h1 {
          font-size: 16px; }
        .r-page-content.r-container .r-grid.r-m-content .r-content-header h2 {
          font-size: 15px; } }
  .r-page-content.r-container .r-grid.r-m-content + .r-grid {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dee3e8; }
  .r-page-content.r-container .r-grid.r-m-content img {
    width: 100%;
    max-width: 300px; }
  @media (max-width: 599.98px) {
    .r-page-content.r-container .r-grid.r-m-content img {
      width: 75%; } }
  .r-page-content.r-container .r-grid.r-m-content .r-cell:nth-child(odd) {
    text-align: left; }
  .r-page-content.r-container .r-grid.r-m-content.r-cols-1 .r-cell:nth-child(odd) {
    padding-right: 0; }
  .r-page-content.r-container .r-grid.r-m-content.r-cols-1 .r-cell:nth-child(even) {
    width: 100%; }
  .r-page-content.r-container .r-grid.r-m-content.r-cols-2.r-even .r-cell:nth-child(odd), .r-page-content.r-container .r-grid.r-m-content.r-cols-3.r-even .r-cell:nth-child(odd) {
    float: right; }

.r-message:hover .r-btn.r-m-discreet:enabled .r-i::before,
.r-comment:hover .r-btn.r-m-discreet:enabled .r-i::before,
.r-list-item:hover .r-btn.r-m-discreet:enabled .r-i::before {
  opacity: 1; }

/*
 *  Footer not currently in use.
 */
.jqmOverlay {
  background-color: #272c30;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: opacity 0.15s ease-out, transform 0.15s ease-out, left 0.25s ease-in-out;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, left 0.25s ease-in-out; }
  .modal-open .jqmOverlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

.jqmWindow {
  display: none;
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
  -webkit-transition: opacity 0.25s ease-out, top 0s linear 0s;
  transition: opacity 0.25s ease-out, top 0s linear 0s; }
  .modal-open .jqmWindow {
    opacity: 1;
    top: 0;
    -webkit-transition: opacity 0.25s ease-out 0.1s, top 0s linear 0.25s;
    transition: opacity 0.25s ease-out 0.1s, top 0s linear 0.25s; }

.r-mdl-surface {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  opacity: 0;
  width: 600px;
  max-width: 98%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  background-color: #eff1f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.44);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: opacity 0.15s ease-out 0.1s, transform 0.15s ease-out 0.1s, left 0.25s ease-in-out;
  transition: opacity 0.15s ease-out 0.1s, transform 0.15s ease-out 0.1s, left 0.25s ease-in-out;
  /* 
     *  Activated modal
     */ }
  .r-mdl-surface::after {
    position: absolute;
    content: "";
    bottom: -16px;
    height: 16px;
    width: 1px; }
  .r-mdl-surface.r-m-med {
    width: 650px; }
  .r-mdl-surface.r-m-lge {
    width: 950px; }
  .r-mdl-surface.r-m-fullscreen {
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
    .r-mdl-surface.r-m-fullscreen::after {
      content: none; }
    .r-mdl-surface.r-m-fullscreen .r-mdl-content-header {
      border-radius: 0;
      -webkit-border-radius: 0; }
  .modal-open .r-mdl-surface {
    opacity: 1;
    top: 10%; }
    .modal-open .r-mdl-surface.r-m-fullscreen {
      top: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000; }

.r-mdl-content-header {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative; }
  .r-mdl-content-header .r-modal-close {
    position: absolute;
    top: 8px;
    right: 8px; }
  .r-mdl-content-header + .r-mdl-content-body {
    border-top: 1px solid #dee3e8; }
  .r-mdl-content-header h1.has-controls {
    margin: 5px 0;
    line-height: 28px;
    padding: 0 48px;
    overflow: hidden;
    padding-left: 0; }
  .r-mdl-content-header h1 + h2 {
    font-size: 16px; }
  .r-mdl-content-header.r-m-cover h1 {
    font-size: 1.75rem; }
    @media (max-width: 599.98px) {
      .r-mdl-content-header.r-m-cover h1 {
        font-size: 1.25rem; } }
  .r-mdl-content-header.r-info {
    background-color: #3da8ff; }

.r-mdl-content-nav + .r-mdl-content-body {
  border-top: 1px solid #dee3e8; }

.r-mdl-content-body .r-form-section.r-m-flush {
  margin-left: -16px;
  margin-right: -16px;
  padding: 12px; }
  @media (max-width: 599.98px) {
    .r-mdl-content-body .r-form-section.r-m-flush {
      margin-left: -12px;
      margin-right: -12px; } }

.r-b-modal-footer {
  position: relative;
  margin: 8px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px; }

.r-mdl-content-header > .r-inner,
.r-mdl-content-nav > .r-inner,
.r-mdl-content-body > .r-inner {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

.r-mdl-content-header.r-m-indent > .r-inner,
.r-mdl-content-nav.r-m-indent > .r-inner,
.r-mdl-content-body.r-m-indent > .r-inner {
  max-width: 1024px; }

.popup-container {
  z-index: 3000;
  -webkit-backface-visibility: hidden;
  /*
     * Profile popout - should be a module. Remove from here.
     */ }
  .popup-container > .r-inner {
    min-width: 180px;
    max-width: 600px;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
    box-shadow: 0 9px 18px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden; }
    @media (max-width: 599.98px) {
      .popup-container > .r-inner {
        max-width: 94vw; } }
  .popup-container .r-po-header,
  .popup-container .r-po-section,
  .popup-container .r-po-footer {
    padding: 8px; }
    .popup-container .r-po-header.r-m-prominent,
    .popup-container .r-po-section.r-m-prominent,
    .popup-container .r-po-footer.r-m-prominent {
      padding: 24px; }
      @media (max-width: 599.98px) {
        .popup-container .r-po-header.r-m-prominent,
        .popup-container .r-po-section.r-m-prominent,
        .popup-container .r-po-footer.r-m-prominent {
          padding-right: 12px;
          padding-left: 12px; } }
  .popup-container .r-po-header {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 34px;
    background-color: #fafbfd;
    border-bottom: 1px solid #eff1f3; }
    .popup-container .r-po-header::after {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      content: '';
      min-height: inherit;
      font-size: 0; }
    .popup-container .r-po-header .r-header-aside {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .popup-container .r-po-header.r-m-prominent {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .popup-container .r-po-header.r-has-controls {
      position: relative; }
      .popup-container .r-po-header.r-has-controls .r-header-aside {
        position: absolute;
        top: 8px; }
        .popup-container .r-po-header.r-has-controls .r-header-aside.r-m-left {
          left: 8px; }
        .popup-container .r-po-header.r-has-controls .r-header-aside.r-m-right {
          right: 8px; }
    .popup-container .r-po-header.r-m-cover {
      height: 176px;
      border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0; }
    .popup-container .r-po-header.r-m-has-bg {
      position: relative;
      overflow: hidden; }
      .popup-container .r-po-header.r-m-has-bg .r-header-bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        -webkit-transition: transform 0.35s ease;
        transition: transform 0.35s ease; }
        .popup-container .r-po-header.r-m-has-bg .r-header-bg.r-m-edge-bg {
          width: 33%;
          height: 66%;
          top: auto;
          left: auto;
          bottom: 8px;
          right: 8px;
          -webkit-transition: none;
          transition: none; }
      .popup-container .r-po-header.r-m-has-bg .r-wrapper {
        position: relative; }
  .popup-container .r-po-body {
    display: block;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*
         * Content headers
         */
    /*
         * Text
         */
    /*
         * Menu overrides
         */
    /*
         * Panel overrides
         */
    /*
         * List overrides
         */
    /*
         * Form overrides
         */
    /*
         * Search overrides
         */ }
    .popup-container .r-po-body::-webkit-scrollbar {
      width: 9px;
      height: 9px;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .popup-container .r-po-body::-webkit-scrollbar-thumb {
      background: #bbbebf;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .popup-container .r-po-body::-webkit-scrollbar-track {
      background: #dee3e8;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .popup-container .r-po-body::-webkit-scrollbar-button {
      display: none; }
    .popup-container .r-po-body .r-po-section {
      display: block; }
      .popup-container .r-po-body .r-po-section + .r-po-section {
        border-top: 1px solid #eff1f3; }
      .popup-container .r-po-body .r-po-section.r-m-flush {
        padding-left: 0;
        padding-right: 0; }
    .popup-container .r-po-body .r-po-section > .r-content-header,
    .popup-container .r-po-body .r-panel > .r-content-header,
    .popup-container .r-po-body .r-form > .r-content-header,
    .popup-container .r-po-body .r-list > .r-content-header {
      margin-bottom: 12px; }
      .popup-container .r-po-body .r-po-section > .r-content-header h1,
      .popup-container .r-po-body .r-panel > .r-content-header h1,
      .popup-container .r-po-body .r-form > .r-content-header h1,
      .popup-container .r-po-body .r-list > .r-content-header h1 {
        font-size: 16px; }
      .popup-container .r-po-body .r-po-section > .r-content-header h2,
      .popup-container .r-po-body .r-panel > .r-content-header h2,
      .popup-container .r-po-body .r-form > .r-content-header h2,
      .popup-container .r-po-body .r-list > .r-content-header h2 {
        font-size: 15px; }
      @media (max-width: 599.98px) {
        .popup-container .r-po-body .r-po-section > .r-content-header,
        .popup-container .r-po-body .r-panel > .r-content-header,
        .popup-container .r-po-body .r-form > .r-content-header,
        .popup-container .r-po-body .r-list > .r-content-header {
          margin-bottom: 12px; }
          .popup-container .r-po-body .r-po-section > .r-content-header h1,
          .popup-container .r-po-body .r-panel > .r-content-header h1,
          .popup-container .r-po-body .r-form > .r-content-header h1,
          .popup-container .r-po-body .r-list > .r-content-header h1 {
            font-size: 15px; }
          .popup-container .r-po-body .r-po-section > .r-content-header h2,
          .popup-container .r-po-body .r-panel > .r-content-header h2,
          .popup-container .r-po-body .r-form > .r-content-header h2,
          .popup-container .r-po-body .r-list > .r-content-header h2 {
            font-size: 14px; } }
    .popup-container .r-po-body .r-title {
      font-size: 16px; }
    .popup-container .r-po-body .r-subtitle {
      font-size: 0.938rem; }
    .popup-container .r-po-body .r-metadata {
      font-size: 0.875rem; }
    .popup-container .r-po-body p + p,
    .popup-container .r-po-body .r-text + .r-text {
      margin-top: 0.5em; }
    .popup-container .r-po-body .r-menu-container .r-menu-header {
      padding: 0 8px; }
    .popup-container .r-po-body .r-panel {
      padding: 8px; }
    .popup-container .r-po-body .r-list > .r-content-header {
      margin-bottom: 8px; }
    .popup-container .r-po-body .r-list:not(.r-m-inline) .r-list-item {
      padding-right: 8px;
      padding-left: 8px; }
    .popup-container .r-po-body .r-list.r-m-tickable .r-list-body {
      padding-top: 8px; }
    .popup-container .r-po-body .r-form-row + .r-form-row {
      margin-top: 8px; }
    .popup-container .r-po-body .r-search {
      max-width: 100%; }
    .popup-container .r-po-body.r-m-hide-overflow {
      overflow-y: hidden; }
      .popup-container .r-po-body.r-m-hide-overflow .r-po-section {
        padding-right: 0; }
        .popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-content-header {
          padding-right: 8px; }
        .popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body {
          padding-right: 8px;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; }
          .popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar {
            width: 9px;
            height: 9px;
            border-radius: 3px;
            -webkit-border-radius: 3px; }
          .popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar-thumb {
            background: #bbbebf;
            border-radius: 3px;
            -webkit-border-radius: 3px; }
          .popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar-track {
            background: #dee3e8;
            border-radius: 3px;
            -webkit-border-radius: 3px; }
          .popup-container .r-po-body.r-m-hide-overflow .r-po-section .r-list .r-list-body::-webkit-scrollbar-button {
            display: none; }
  .popup-container .r-po-footer {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .popup-container .r-po-footer .r-footer-main {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 1 0 auto;
      -ms-flex: 1 1 0 auto;
      flex: 1 1 0 auto;
      min-width: 0; }
      .popup-container .r-po-footer .r-footer-main + .r-footer-aside {
        margin-left: 8px; }
    .popup-container .r-po-footer .r-title {
      font-size: 0.938rem; }
    .popup-container .r-po-footer .r-subtitle {
      font-size: 0.875rem; }
  .popup-container.r-m-med > .r-inner {
    width: 306px;
    max-width: 306px !important; }
  .popup-container.r-m-lge > .r-inner {
    width: 576px;
    max-width: none; }
    @media (max-width: 599.98px) {
      .popup-container.r-m-lge > .r-inner {
        max-width: 94vw; } }
  .popup-container.r-m-vh-full .r-po-body {
    max-height: calc(100vh - 99px); }
  .popup-container > .r-inner.r-m-profile {
    /*
             * Hover
             */ }
    .popup-container > .r-inner.r-m-profile .r-po-body {
      min-height: 67px;
      text-align: center; }
      .popup-container > .r-inner.r-m-profile .r-po-body h1 {
        max-height: 3.6em;
        overflow: hidden; }
    .popup-container > .r-inner.r-m-profile .r-po-footer {
      background-color: #fafbfd;
      border-top: 1px solid #eff1f3; }
    .popup-container > .r-inner.r-m-profile:hover .r-po-header.r-m-has-bg .r-header-bg {
      transform: scale3d(1.03, 1.03, 1); }

.r-b-content-body.r-m-hero .r-container > .r-content-header h1 {
  font-size: 1.5rem; }

.r-b-content-body.r-m-hero .r-container > .r-content-header h2 {
  font-size: 1.25rem; }

.r-b-content-body.r-m-hero.r-m-linear {
  background: -moz-linear-gradient(-45deg, #8c69ad 24%, #60437c 76%);
  background: -webkit-linear-gradient(-45deg, #8c69ad 24%, #60437c 76%);
  background: linear-gradient(135deg, #8c69ad 24%, #60437c 76%); }

.r-b-content-body.r-m-hero.r-m-radial {
  background: -moz-radial-gradient(circle at center, #8c69ad 50%, #60437c 100%);
  background: -webkit-radial-gradient(circle at center, #8c69ad 50%, #60437c 100%);
  background: radial-gradient(circle at center, #8c69ad 50%, #60437c 100%); }

.r-plans.r-grid .r-cell {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.r-plans.r-grid.r-cols-3 .r-plan {
  min-height: 430px;
  margin-top: 15px; }
  .r-plans.r-grid.r-cols-3 .r-plan .r-plan-footer {
    position: absolute;
    bottom: 0; }
  .r-plans.r-grid.r-cols-3 .r-plan.r-m-standard {
    min-height: 470px;
    margin-top: 0px; }
  .r-plans.r-grid.r-cols-3 .r-plan.r-m-free {
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-right-width: 0; }
  .r-plans.r-grid.r-cols-3 .r-plan.r-m-enterprise {
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-left-width: 0; }

.r-plans.r-grid.r-cols-1 .r-cell, .r-plans.r-grid.r-cols-2 .r-cell {
  width: 100%; }

.r-plans.r-grid.r-cols-1 .r-plan, .r-plans.r-grid.r-cols-2 .r-plan {
  border-radius: 6px;
  -webkit-border-radius: 6px; }

.r-plans.r-grid.r-cols-2 .r-cell:nth-child(-n+2) {
  margin-top: 8px; }

.r-plan {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22); }
  .r-plan .r-plan-header {
    background-color: #eff1f3;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    text-align: center; }
    .r-plan .r-plan-header h1 {
      font-size: 1.25rem; }
  .r-plan .r-plan-body {
    white-space: initial; }
    .r-plan .r-plan-body .r-dl dd {
      margin-bottom: 16px; }
    .r-plan .r-plan-body .r-dl .t {
      display: flex; }
  .r-plan .r-plan-header, .r-plan .r-plan-body, .r-plan .r-plan-footer {
    padding: 16px 20px;
    width: 100%; }
  .r-plan.r-m-current .r-plan-header {
    background: linear-gradient(45deg, #fdd971, #f5bf23);
    color: #fff; }
  .r-plan.r-m-standard {
    margin-top: 0 !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.22); }

.rw-visibility > .r-inner {
  /* 
         * Edit mode
         */
  /* 
         * View mode
         */ }
  .rw-visibility > .r-inner .r-po-body {
    max-height: none; }
  .rw-visibility > .r-inner .r-list-body {
    max-height: 296px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .rw-visibility > .r-inner .r-list-body::-webkit-scrollbar {
      width: 9px;
      height: 9px;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .rw-visibility > .r-inner .r-list-body::-webkit-scrollbar-thumb {
      background: #bbbebf;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .rw-visibility > .r-inner .r-list-body::-webkit-scrollbar-track {
      background: #dee3e8;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .rw-visibility > .r-inner .r-list-body::-webkit-scrollbar-button {
      display: none; }
  .rw-visibility > .r-inner .r-watermark {
    position: absolute;
    bottom: 0;
    right: 8px; }
    .rw-visibility > .r-inner .r-watermark .r-i::before {
      display: inline-block;
      font-size: 36px;
      -webkit-transform: rotate(-16deg);
      transform: rotate(-16deg);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
      opacity: 0.2; }
  .rw-visibility > .r-inner.r-m-edit .rw-toggle-cols {
    visibility: hidden; }
  .rw-visibility > .r-inner.r-m-edit .r-po-section {
    position: relative; }
  .rw-visibility > .r-inner.r-m-edit .r-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(249, 249, 249, 0.8);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease; }
    .rw-visibility > .r-inner.r-m-edit .r-overlay.r-is-active {
      opacity: 1;
      visibility: visible; }
    .rw-visibility > .r-inner.r-m-edit .r-overlay .r-tag {
      margin-top: 120px;
      margin-bottom: 12px; }
  @media (max-width: 599.98px) {
    .rw-visibility > .r-inner.r-m-edit {
      overflow-x: hidden; }
      .rw-visibility > .r-inner.r-m-edit > .r-po-header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center; }
        .rw-visibility > .r-inner.r-m-edit > .r-po-header .r-header-main {
          -webkit-box: 1;
          -moz-box: 1;
          -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
        .rw-visibility > .r-inner.r-m-edit > .r-po-header .r-header-aside {
          position: static;
          margin-top: 8px; }
      .rw-visibility > .r-inner.r-m-edit .rw-toggle-cols {
        visibility: visible; } }
  .rw-visibility > .r-inner.r-m-edit .r-lists {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    min-height: 320px; }
    .rw-visibility > .r-inner.r-m-edit .r-lists .r-list {
      width: 50%; }
      .rw-visibility > .r-inner.r-m-edit .r-lists .r-list.r-u-blur .r-list-body {
        overflow-y: hidden; }
    .rw-visibility > .r-inner.r-m-edit .r-lists .r-list-body {
      padding: 10px; }
      @media (max-height: 560px) {
        .rw-visibility > .r-inner.r-m-edit .r-lists .r-list-body {
          max-height: 248px !important; } }
    @media (max-width: 599.98px) {
      .rw-visibility > .r-inner.r-m-edit .r-lists {
        width: 200%;
        -webkit-transition: margin-left 0.25s ease-in;
        transition: margin-left 0.25s ease-in; }
        .rw-visibility > .r-inner.r-m-edit .r-lists.r-m-switch {
          margin-left: -100%; } }
  .rw-visibility > .r-inner.r-m-view .r-list-body {
    max-height: 368px !important; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both; }

.fade-in-up {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  .fade-in-up 0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .fade-in-up 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fade-in-down {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  .fade-in-down 0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  .fade-in-down 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fade-in-right {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  .fade-in-right 0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  .fade-in-right 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fade-in-left {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  .fade-in-left 0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  .fade-in-left 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.hopscotch-bubble .hopscotch-nav-button {
  display: inline-block;
  overflow: visible;
  white-space: nowrap;
  outline: none;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear; }
  .hopscotch-bubble .hopscotch-nav-button:disabled {
    zoom: 1;
    opacity: 0.5;
    cursor: default; }
  .hopscotch-bubble .hopscotch-nav-button .r-i::before, .hopscotch-bubble .hopscotch-nav-button .t {
    color: inherit;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .hopscotch-bubble .hopscotch-nav-button.next {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8000px;
    -webkit-border-radius: 8000px;
    color: #fff;
    background-color: #158bee;
    line-height: 38px; }
    .hopscotch-bubble .hopscotch-nav-button.next .t {
      font-family: "Nunito", sans-serif;
      letter-spacing: 1px; }
    .hopscotch-bubble .hopscotch-nav-button.next .r-i::before, .hopscotch-bubble .hopscotch-nav-button.next .t {
      display: inline-block;
      vertical-align: middle;
      color: inherit;
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
  .hopscotch-bubble .hopscotch-nav-button.prev {
    color: #158bee;
    font-size: inherit;
    line-height: inherit;
    float: left; }
    .hopscotch-bubble .hopscotch-nav-button.prev > .t {
      font-size: 0.875rem; }
    .hopscotch-bubble .hopscotch-nav-button.prev > .r-i::before,
    .hopscotch-bubble .hopscotch-nav-button.prev > .t, .hopscotch-bubble .hopscotch-nav-button.prev.r-m-dropdown::after {
      line-height: 38px; }

.hopscotch-bubble {
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #d95b44;
  color: #333;
  font-size: 0.875rem;
  z-index: 999999;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box; }
  .app-header-stuck .hopscotch-bubble {
    display: none; }
  .hopscotch-bubble.animate {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: top, left;
    -moz-transition-property: top, left;
    -ms-transition-property: top, left;
    transition-property: top, left; }
  .hopscotch-bubble.invisible {
    opacity: 0; }
  .hopscotch-bubble.hide,
  .hopscotch-bubble .hide,
  .hopscotch-bubble .hide-all {
    display: none; }
  .hopscotch-bubble .hopscotch-bubble-container {
    padding: 15px;
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    /* to fix text flickering */ }
  .hopscotch-bubble .hopscotch-content {
    font-weight: normal;
    line-height: 17px;
    margin: -5px 0 0px;
    padding-top: 8px;
    color: #798c9c;
    padding-bottom: 0 !important; }
  .hopscotch-bubble .hopscotch-content, .hopscotch-bubble .hopscotch-actions {
    padding: 12px; }
  .hopscotch-bubble .hopscotch-title {
    font-size: 1rem;
    background-color: #d95b44;
    color: #fff;
    padding: 12px; }
  .hopscotch-bubble.no-number .hopscotch-bubble-content {
    margin: 0; }
  .hopscotch-bubble .hopscotch-bubble-close {
    position: absolute;
    top: 0px;
    right: 8px;
    padding: 3px;
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
    outline: none;
    text-align: center;
    color: inherit;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color 0.15s linear, background-color 0.15s linear;
    transition: border-color 0.15s linear, background-color 0.15s linear;
    height: auto;
    background: none;
    color: #fff; }
    .hopscotch-bubble .hopscotch-bubble-close:disabled {
      zoom: 1;
      opacity: 0.5;
      cursor: default; }
    .hopscotch-bubble .hopscotch-bubble-close .r-i::before {
      color: inherit;
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
    .hopscotch-bubble .hopscotch-bubble-close:enabled .r-i::before {
      opacity: 0.7; }
    .hopscotch-bubble .hopscotch-bubble-close:enabled:hover i:before {
      opacity: 1; }
    .hopscotch-bubble .hopscotch-bubble-close > .r-i::before {
      line-height: 38px; }
    .hopscotch-bubble .hopscotch-bubble-close.hide, .hopscotch-bubble .hopscotch-bubble-close.hide-all {
      display: none; }
  .hopscotch-bubble .hopscotch-bubble-number {
    display: none; }
  .hopscotch-bubble .hopscotch-bubble-arrow-container {
    position: absolute;
    width: 14px;
    height: 14px; }
    .hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
    .hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
      width: 0;
      height: 0; }
    .hopscotch-bubble .hopscotch-bubble-arrow-container.up {
      top: -9px;
      left: 10px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
        border-bottom: 7px solid #d95b44;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: relative;
        top: -3px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
        border-bottom: 7px solid #d95b44;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent; }
    .hopscotch-bubble .hopscotch-bubble-arrow-container.down {
      bottom: -16px;
      left: 10px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
        border-top: 7px solid #d95b44;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: relative;
        top: -11px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
        border-top: 7px solid #d95b44;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent; }
    .hopscotch-bubble .hopscotch-bubble-arrow-container.left {
      top: 10px;
      left: -9px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
        border-bottom: 7px solid transparent;
        border-right: 7px solid #d95b44;
        border-top: 7px solid transparent;
        position: relative;
        left: 4px;
        top: -14px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
        border-right: 7px solid #d95b44;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent; }
    .hopscotch-bubble .hopscotch-bubble-arrow-container.right {
      top: 10px;
      right: -16px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
        border-bottom: 7px solid transparent;
        border-left: 7px solid #d95b44;
        border-top: 7px solid transparent;
        position: relative;
        left: -4px;
        top: -14px; }
      .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
        border-left: 7px solid #d95b44;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent; }
  .hopscotch-bubble .hopscotch-actions {
    text-align: right; }
  @media (max-width: 599.98px) {
    .hopscotch-bubble {
      display: none; } }

.hopscotch-bubble .img {
  display: block;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 288px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 6px; }
  @media (max-height: 690px) {
    .hopscotch-bubble .img {
      height: 180px; } }
  @media (max-height: 590px) {
    .hopscotch-bubble .img {
      display: none; } }
  .hopscotch-bubble .img.tour-services {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-services.png"); }
  .hopscotch-bubble .img.tour-activity {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-activity.png"); }
  .hopscotch-bubble .img.tour-request {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-request.png"); }
  .hopscotch-bubble .img.tour-account {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-account.png"); }
  .hopscotch-bubble .img.tour-search {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-search.png"); }
  .hopscotch-bubble .img.tour-rundlactivity {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-rundlactivity.png"); }
  .hopscotch-bubble .img.tour-rundlstep {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-rundlstep.png"); }
  .hopscotch-bubble .img.tour-postmessage {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-postmessage.png"); }
  .hopscotch-bubble .img.tour-rundlfiles {
    background-image: url("https://demo.rundl.com/1.4/Content/images/tour-rundlfiles.png"); }

.loop {
  background-color: transparent;
  border: none;
  height: 0;
  width: 0; }
  .loop.site-nav-bubble {
    -webkit-transition: left 0.35s ease-out;
    transition: left 0.35s ease-out; }
    .app-drawer-open .loop.site-nav-bubble {
      left: 248px !important; }
  .loop .hopscotch-bubble-container {
    background-color: #d95b44;
    border: 2px solid #d95b44;
    box-shadow: 0 0 0 0 #d95b44, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .loop .hopscotch-bubble-arrow-container {
    border: 2px solid #d95b44;
    border-radius: 0 50% 50%;
    -webkit-border-radius: 0 50% 50%;
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    z-index: 2;
    background-color: #d95b44;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .loop .hopscotch-bubble-content, .loop .hopscotch-bubble-arrow-container {
    left: 8px; }
  .loop .hopscotch-arrow.left {
    -webkit-transform-origin: 12px 1px 0;
    transform-origin: 12px 1px 0;
    box-shadow: -2.12132px 2.12132px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: tooltip-bounce-right-of;
    -moz-animation-name: tooltip-bounce-right-of;
    -ms-animation-name: tooltip-bounce-right-of;
    animation-name: tooltip-bounce-right-of;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

@-webkit-keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-moz-keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-ms-keyframes tooltip-bounce-right-of {
  .loop .hopscotch-arrow.left 0% {
    margin-left: 0;
    margin-top: 0; }
  .loop .hopscotch-arrow.left 50% {
    margin-left: 5px;
    margin-top: 0; }
  .loop .hopscotch-arrow.left 100% {
    margin-left: 0;
    margin-top: 0; } }

@-o-keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@keyframes tooltip-bounce-right-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }
  .loop .hopscotch-arrow.right {
    -webkit-transform-origin: 1px 5px 0;
    transform-origin: 1px 5px 0;
    box-shadow: 2.12132px -2.12132px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: tooltip-bounce-left-of;
    -moz-animation-name: tooltip-bounce-left-of;
    -ms-animation-name: tooltip-bounce-left-of;
    animation-name: tooltip-bounce-left-of;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

@-webkit-keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: -5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-moz-keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: -5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-ms-keyframes tooltip-bounce-left-of {
  .loop .hopscotch-arrow.right 0% {
    margin-left: 0;
    margin-top: 0; }
  .loop .hopscotch-arrow.right 50% {
    margin-left: -5px;
    margin-top: 0; }
  .loop .hopscotch-arrow.right 100% {
    margin-left: 0;
    margin-top: 0; } }

@-o-keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: -5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@keyframes tooltip-bounce-left-of {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: -5px;
    margin-top: 0; }
  100% {
    margin-left: 0;
    margin-top: 0; } }
  .loop .hopscotch-arrow.up {
    -webkit-transform-origin: 5px 1px 0;
    transform-origin: 5px 1px 0;
    top: 124px;
    left: 2px;
    box-shadow: -2.12132px -2.12132px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: tooltip-bounce-above;
    -moz-animation-name: tooltip-bounce-above;
    -ms-animation-name: tooltip-bounce-above;
    animation-name: tooltip-bounce-above;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

@-webkit-keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: -5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-moz-keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: -5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-ms-keyframes tooltip-bounce-above {
  .loop .hopscotch-arrow.up 0% {
    margin-left: 0;
    margin-top: 0; }
  .loop .hopscotch-arrow.up 50% {
    margin-left: 0;
    margin-top: -5px; }
  .loop .hopscotch-arrow.up 100% {
    margin-left: 0;
    margin-top: 0; } }

@-o-keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: -5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@keyframes tooltip-bounce-above {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: -5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }
  .loop .hopscotch-arrow.down {
    transform-origin: 1px 12px 0;
    -webkit-transform-origin: 1px 12px 0;
    transform-origin: 1px 12px 0;
    left: 2px;
    box-shadow: 2.12132px 2.12132px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: tooltip-bounce-below;
    -moz-animation-name: tooltip-bounce-below;
    -ms-animation-name: tooltip-bounce-below;
    animation-name: tooltip-bounce-below;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

@-webkit-keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: 5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-moz-keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: 5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@-ms-keyframes tooltip-bounce-below {
  .loop .hopscotch-arrow.down 0% {
    margin-left: 0;
    margin-top: 0; }
  .loop .hopscotch-arrow.down 50% {
    margin-left: 0;
    margin-top: 5px; }
  .loop .hopscotch-arrow.down 100% {
    margin-left: 0;
    margin-top: 0; } }

@-o-keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: 5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }

@keyframes tooltip-bounce-below {
  0% {
    margin-left: 0;
    margin-top: 0; }
  50% {
    margin-left: 0;
    margin-top: 5px; }
  100% {
    margin-left: 0;
    margin-top: 0; } }
  .loop .hopscotch-bubble-content {
    margin-left: 0;
    margin-top: 0;
    height: 0; }
  .loop .hopscotch-content {
    height: auto !important;
    background-color: #fff; }
  .loop .hopscotch-title, .loop .hopscotch-content {
    display: none;
    opacity: 0; }
  .loop.expanded {
    background-color: #fff; }
    .loop.expanded .hopscotch-bubble-arrow-container {
      -webkit-animation-iteration-count: 0;
      -moz-animation-iteration-count: 0;
      -ms-animation-iteration-count: 0;
      animation-iteration-count: 0;
      -webkit-animation-duration: 0;
      -moz-animation-duration: 0;
      -ms-animation-duration: 0;
      animation-duration: 0;
      background: #d95b44 none repeat scroll 0 0; }
    .loop.expanded .hopscotch-bubble-container {
      opacity: 1;
      z-index: 3;
      width: 280px;
      height: 182px; }
    .loop.expanded .hopscotch-content {
      height: 135px !important;
      border-radius: 0 0 3px 3px;
      -webkit-border-radius: 0 0 3px 3px;
      margin: 0; }
    .loop.expanded .hopscotch-title, .loop.expanded .hopscotch-content {
      display: block;
      opacity: 1; }

.rw-work.r-b-content-header {
  border-bottom: 1px solid #dee3e8; }
  .rw-work.r-b-content-header .r-container {
    padding-left: 8px;
    padding-right: 8px; }

.rw-board-wrapper.r-b-content-body {
  position: relative; }
  .rw-board-wrapper.r-b-content-body > .r-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .rw-board-wrapper.r-b-content-body > .r-inner .r-container {
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      height: 100%;
      padding: 8px 0 8px; }

.rw-board-canvas {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1; }

.rw-board {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  padding-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .rw-board::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .rw-board::-webkit-scrollbar-thumb {
    background: #bbbebf;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .rw-board::-webkit-scrollbar-track {
    background: #dee3e8;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .rw-board::-webkit-scrollbar-button {
    display: none; }

.rw-board-list {
  width: 270px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }
  .rw-board-list:first-child {
    margin-left: 8px; }
    .rw-board-list:first-child > .r-inner {
      border-color: #f5c024; }
  .rw-board-list:last-child {
    margin-right: 8px; }
  .rw-board-list + .rw-board-list {
    margin-left: 8px; }
  .rw-board-list > .r-inner {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-top: 2px solid #94a7b8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    white-space: normal; }
    .rw-board-list > .r-inner.r-m-no-workflow {
      border-color: #178dee; }
  .rw-board-list .r-content-header {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 18px;
    padding: 8px 10px;
    background-color: #fff; }
    .rw-board-list .r-content-header .r-name {
      font-size: 0.938rem;
      line-height: 1.2; }
  .rw-board-list .r-list-body {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    z-index: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .rw-board-list .r-list-body::-webkit-scrollbar {
      width: 9px;
      height: 9px;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .rw-board-list .r-list-body::-webkit-scrollbar-thumb {
      background: #bbbebf;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .rw-board-list .r-list-body::-webkit-scrollbar-track {
      background: #dee3e8;
      border-radius: 3px;
      -webkit-border-radius: 3px; }
    .rw-board-list .r-list-body::-webkit-scrollbar-button {
      display: none; }
  .rw-board-list .r-list-nav nav {
    margin-top: 0; }
  .rw-board-list .r-no-data {
    text-align: left;
    background-color: #fff;
    padding-left: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .rw-board-list .r-no-data p {
      color: #798c9c; }

.rw-board-card {
  background-color: #fff;
  padding: 6px;
  min-height: 20px;
  position: relative; }
  .rw-board-card:last-of-type {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .rw-board-card .rw-board-card-body {
    border: 1px solid #dee3e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 8px;
    font-size: 0.938rem; }
    .rw-board-card .rw-board-card-body .r-metadata [class*="fi-"]::before {
      font-size: 12px; }

body {
  overflow-y: hidden;
  overflow-x: hidden; }

.rw-user-welcome .r-mdl-content-body {
  background-color: #fff; }
  .rw-user-welcome .r-mdl-content-body .r-form-section + .r-form-section {
    padding-top: 0;
    margin-top: 0;
    border-top: 0; }

.rw-user-welcome.r-m-small .r-mdl-content-body {
  height: auto; }

.rw-user-welcome .r-avatar-wrapper .r-avatar {
  display: inline-block; }

.rw-rundl-portal {
  /*
     * 1 Column 
     */ }
  .rw-rundl-portal .rw-portal-timeline {
    display: block;
    margin-top: 16px;
    min-height: 216px; }
  .rw-rundl-portal.r-card.r-m-profile .r-card-body {
    text-align: left; }
  .rw-rundl-portal .rw-portal-subtitle {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    position: relative;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .rw-rundl-portal .rw-portal-subtitle .r-content-header {
      min-width: 0;
      margin-bottom: 0 !important; }
  .rw-rundl-portal .rw-rundl-host {
    margin-top: -44px; }
    .rw-rundl-portal .rw-rundl-host .r-img-avatar, .rw-rundl-portal .rw-rundl-host .r-char-avatar {
      border: 3px solid white; }
  .rw-rundl-portal .rw-portal-title {
    font-size: 1.125rem;
    min-height: calc(2.4em); }
    .rw-rundl-portal .rw-portal-title .r-name {
      max-height: 2.4em;
      overflow: hidden; }
  .r-cols-1 .rw-rundl-portal .rw-portal-timeline {
    min-height: initial; }

.rw-order-timeline {
  display: block;
  padding: 16px; }

.rw-requests .r-list-item.r-m-card {
  border: 1px solid #dee3e8;
  background-color: #fff; }

.rw-request > .r-content-header .r-subtitle {
  padding-top: 8px;
  padding-bottom: 8px; }

.rw-rundl-header .r-content .r-metadata {
  text-align: center; }
  .rw-rundl-header .r-content .r-metadata .r-key-value {
    margin-top: 6px; }
  .rw-rundl-header .r-content .r-metadata .rw-label {
    text-transform: uppercase;
    font-size: 13px !important;
    color: #798c9c; }
    .rw-rundl-header .r-content .r-metadata .rw-label .r-btn-plain {
      text-transform: uppercase;
      font-weight: 600; }
  .rw-rundl-header .r-content .r-metadata + .r-title {
    margin-top: 8px; }

.rw-rundl-header .r-content .r-title {
  text-align: center; }

.rw-rundl-header .r-content .r-avatars.r-m-has-promoted .r-list-item:first-child .r-avatar {
  width: 72px;
  height: 72px;
  line-height: 100px;
  font-size: 2.5rem; }

.rw-rundl-header .rw-avatar-montage {
  display: block;
  margin-top: 16px;
  text-align: center; }
  .rw-rundl-header .rw-avatar-montage .r-avatars .r-btn {
    width: 40px;
    height: 40px; }

@media (max-width: 1439.98px) {
  .rw-rundl-header .rw-avatar-montage .r-avatars.r-m-has-promoted .r-list-body {
    margin-top: 70px;
    position: relative; }
    .rw-rundl-header .rw-avatar-montage .r-avatars.r-m-has-promoted .r-list-body .r-list-item:first-child {
      position: absolute;
      top: -72px;
      transform: translateX(-50%);
      margin-left: 50%; } }

@media (min-width: 1440px) {
  .rw-rundl-header .r-content .r-metadata {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
    .rw-rundl-header .r-content .r-metadata .r-key-value {
      margin-top: 0;
      margin-left: auto; }
  .rw-rundl-header .r-content .r-title {
    text-align: left; }
  .rw-rundl-header .rw-avatar-montage {
    margin-top: 8px;
    text-align: left; } }

.rw-rundl-details {
  max-width: 624px;
  margin-right: auto !important;
  margin-left: auto !important;
  /*
    * SMALL DOWN. 
    * - Fundamentally 1 col.
    */
  /*
    *  MEDIUM UP.
    *  - Opportunity 2 section cols.
    */
  /*
    *  MEDIUM SUB-SECTION OVERRIDE. 
    *  - Handle .app-drawer-open
    *  - 960 - 64 okay. 960 - 240 not okay. Cater for diff i.e revert to small behaviour if below 1136 (960 + (240 - 64))
    */ }
  .rw-rundl-details .r-panel.r-m-item > .r-content-header {
    min-height: 56px;
    padding-top: 12px;
    padding-bottom: 12px; }
    .rw-rundl-details .r-panel.r-m-item > .r-content-header .r-btn {
      opacity: 0; }
    @media (any-pointer: coarse) {
      .rw-rundl-details .r-panel.r-m-item > .r-content-header .r-btn {
        opacity: inherit; } }
  .rw-rundl-details .r-panel.r-m-item:hover > .r-content-header .r-btn {
    opacity: inherit; }
  @media (max-width: 959.98px) {
    .rw-rundl-details > .r-content-header .r-btn {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .rw-rundl-details .rw-content-expand {
      margin-top: 12px;
      padding-bottom: 24px;
      border-bottom: 2px solid #dee3e8; } }
  @media (min-width: 960px) {
    .rw-rundl-details > .r-content-header {
      margin-bottom: 12px; } }
  @media (min-width: 960px) and (max-width: 1136px) {
    body.app-drawer-open .rw-rundl-details .rw-content-expand {
      margin-top: 12px;
      padding-bottom: 24px;
      border-bottom: 2px solid #dee3e8; }
    body.app-drawer-open .rw-rundl-details > .r-content-header {
      margin-bottom: 0; } }

.rw-rundl-activity {
  max-width: 624px;
  margin-right: auto !important;
  margin-left: auto !important;
  /*
    * SMALL DOWN. 
    * - Fundamentally 1 col.
    */ }
  .rw-rundl-activity > .r-content-header {
    height: 38px; }
    .rw-rundl-activity > .r-content-header:first-child {
      margin-bottom: 12px; }
  @media (max-width: 959.98px) {
    .rw-rundl-activity {
      padding-top: 12px; } }

.rw-activity-focused .r-message .r-text {
  font-size: 1.25rem; }

.rw-start.r-b-content-body {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  /*
     * Card
     */
  /*
     * Search
     */
  /*
     * Map
     */
  /*
     * MEDIUM DOWN. Force wrap rw-start-section if < 1440 
     */
  /*
     * SMALL DOWN. Fix footer
     */
  /*
     * XSMALL ONLY. Optimise for mobile 
     */
  /*
     * MEDIUM UP. Scroll panel body > 960 
     */
  /*
     *   LARGE UP.
     */ }
  .rw-start.r-b-content-body .r-inner {
    max-width: none; }
  .rw-start.r-b-content-body .r-inner,
  .rw-start.r-b-content-body .r-container {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0; }
  .rw-start.r-b-content-body .r-container {
    min-width: 0; }
  .rw-start.r-b-content-body .rw-start-body {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0; }
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
    min-height: 90px;
    height: 89px; }
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header h1 {
      font-size: 20px;
      color: #798c9c; }
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header h2 {
      font-size: 18px; }
  .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px; }
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-footer {
      border-top: 1px solid #dee3e8; }
  .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-progressbar-line-container {
    position: absolute;
    top: 0;
    overflow: hidden; }
    .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-progressbar-line-container svg {
      display: block; }
  .rw-start.r-b-content-body .rw-start-header {
    text-align: center; }
    .rw-start.r-b-content-body .rw-start-header .r-marker2 + .r-content {
      margin-top: 16px; }
  .rw-start.r-b-content-body .r-card .r-card-header.r-m-cover {
    text-align: center;
    height: auto; }
  .rw-start.r-b-content-body .r-search {
    max-width: 100%; }
  .rw-start.r-b-content-body .r-google-map {
    max-height: 180px;
    display: block;
    margin-top: 12px; }
    .rw-start.r-b-content-body .r-google-map .r-img-content {
      max-width: 584px; }
  @media (max-width: 1439.98px) {
    .rw-start.r-b-content-body .rw-start-body {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-progressbar-line-container {
      height: 4px; }
    .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header {
      padding: 20px; }
      .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100 {
        width: 72px;
        height: 72px;
        line-height: 72px;
        font-size: 1.75rem; }
    .rw-start.r-b-content-body .rw-start-section.r-m-main {
      position: relative;
      flex: 1; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
        padding: 20px; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
        position: absolute;
        top: 90px;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0; }
    .rw-start.r-b-content-body .rw-start-header {
      padding-top: 48px;
      padding-right: 20px;
      padding-bottom: 16px;
      padding-left: 20px; }
      .rw-start.r-b-content-body .rw-start-header .r-tag.r-m-100 {
        width: 72px;
        height: 72px; }
        .rw-start.r-b-content-body .rw-start-header .r-tag.r-m-100 .r-i::before {
          font-size: 1.75rem; } }
  @media (max-width: 959.98px) {
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
      position: static;
      height: calc(100% - 90px); }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
        margin-bottom: 73px; }
        @supports (position: sticky) {
          .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
            margin-bottom: 0; } }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-footer {
        padding-top: 12px;
        padding-bottom: 12px; } }
  @media (max-width: 599.98px) {
    .rw-start.r-b-content-body .rw-start-header {
      padding-top: 20px;
      padding-bottom: 0;
      padding-right: 16px;
      padding-left: 16px; }
      .rw-start.r-b-content-body .rw-start-header .r-marker2 {
        display: none; }
        .rw-start.r-b-content-body .rw-start-header .r-marker2 + .r-content {
          margin-top: 0; }
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
      display: none; }
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
      height: 100%; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel .r-panel-section,
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel .r-panel-footer {
        padding-right: 16px;
        padding-left: 16px; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel .r-panel-footer {
        padding-top: 8px;
        padding-bottom: 8px; }
    .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header {
      padding: 16px; }
      .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 .r-avatar-wrapper .r-avatar-100 {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 1.25rem; }
    .rw-start.r-b-content-body .r-google-map .r-img-content {
      max-width: 100%; } }
  @media (min-width: 960px) {
    .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar {
        width: 9px;
        height: 9px;
        border-radius: 3px;
        -webkit-border-radius: 3px; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar-thumb {
        background: #bbbebf;
        border-radius: 3px;
        -webkit-border-radius: 3px; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar-track {
        background: #dee3e8;
        border-radius: 3px;
        -webkit-border-radius: 3px; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel > .r-panel-body::-webkit-scrollbar-button {
        display: none; } }
  @media (min-width: 1440px) {
    .rw-start.r-b-content-body .rw-start-section {
      min-width: 0; }
      .rw-start.r-b-content-body .rw-start-section.r-m-main {
        position: relative;
        -webkit-box: 2;
        -moz-box: 2;
        -webkit-flex: 2 0 auto;
        -ms-flex: 2 0 auto;
        flex: 2 0 auto; }
        .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header {
          position: absolute;
          min-width: calc(1024px - 80px);
          width: 50%;
          right: -80px;
          transform: translateX(-80px); }
          .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-content-header .r-header-aside {
            margin-right: 8px; }
        .rw-start.r-b-content-body .rw-start-section.r-m-main > .r-panel {
          position: absolute;
          top: 90px;
          right: 0;
          bottom: 8%;
          z-index: 1;
          width: 50%;
          min-width: 1024px;
          min-height: 84%;
          transform: translateX(80px);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
          flex: 1; }
      .rw-start.r-b-content-body .rw-start-section.r-m-details {
        position: relative;
        order: 1;
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
        .rw-start.r-b-content-body .rw-start-section.r-m-details .r-section-close {
          position: absolute;
          right: 12px;
          top: 20px; }
        .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header {
          position: absolute;
          top: 90px;
          right: 0;
          width: calc(100% - 80px);
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          padding-top: 50px;
          padding-right: 12px;
          padding-left: 12px; }
          .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 .r-avatar-wrapper {
            display: inline-block; }
          .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-marker2 + .r-header-main {
            margin-top: 12px;
            margin-left: 0; }
          .rw-start.r-b-content-body .rw-start-section.r-m-details > .r-content-header .r-header-main + .r-header-aside {
            margin-top: 12px;
            margin-left: 0; }
    .rw-start.r-b-content-body .rw-start-header {
      padding-top: 48px;
      padding-bottom: 16px; }
      .rw-start.r-b-content-body .rw-start-header h1 {
        font-size: 28px; } }

.rw-cancel-start .r-po-section {
  padding: 40px; }
  .rw-cancel-start .r-po-section > .t {
    margin-bottom: 24px; }

.rw-start-popout .r-po-body {
  max-height: calc(100vh - 200px); }

.rw-model-steps.r-panel .r-list-gutter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  width: 25px;
  background-color: #eff1f3;
  border-right: 1px solid #dee3e8; }
  .rw-model-steps.r-panel .r-list-gutter + .r-list-body {
    padding-left: 25px; }

.rw-model-steps.r-panel .r-list-item {
  padding-left: 8px !important;
  transition: none; }
  .rw-model-steps.r-panel .r-list-item .r-item-body {
    height: 40px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .rw-model-steps.r-panel .r-list-item .r-item-number {
    font-size: 0.75rem;
    left: -33px;
    position: relative;
    display: block;
    text-align: center;
    width: 0; }
    .rw-model-steps.r-panel .r-list-item .r-item-number .t {
      width: 25px;
      text-align: center; }
  .rw-model-steps.r-panel .r-list-item .r-item-actions {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: content-box;
    padding: inherit;
    height: 40px; }
  .rw-model-steps.r-panel .r-list-item[role="button"]:not(.r-is-selected):not(:hover) {
    background-color: #fff; }
  .rw-model-steps.r-panel .r-list-item.r-is-selected .r-item-number {
    left: -33px; }

.rw-platform-services .r-btn.r-m-card {
  height: 306px; }
  .rw-platform-services .r-btn.r-m-card.r-m-outline {
    border-width: 3px; }
  .rw-platform-services .r-btn.r-m-card .r-i {
    font-size: 4rem; }
  .rw-platform-services .r-btn.r-m-card .t, .rw-platform-services .r-btn.r-m-card .r-i {
    color: #fff; }

.rw-steps .r-list .r-list-body {
  border-left: 3px solid #dee3e8;
  width: 50%;
  float: right; }

.rw-steps .r-list .r-list-item {
  border: none;
  padding: 0 0 32px 0; }
  .rw-steps .r-list .r-list-item .r-item-alert {
    position: absolute;
    width: 200%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    border-top: 1px solid #f5c024; }
    .rw-steps .r-list .r-list-item .r-item-alert > .r-tag {
      position: absolute;
      top: -14px;
      left: 16px;
      background-color: #eff1f3;
      color: #f5c024; }
  .rw-steps .r-list .r-list-item > .r-tag {
    float: left;
    width: 177px;
    margin-top: 12px;
    margin-left: -238px; }
  .rw-steps .r-list .r-list-item > .r-metadata {
    float: left;
    width: 183px;
    margin-left: -244px;
    margin-top: 12px;
    text-align: right; }
  .rw-steps .r-list .r-list-item > .r-marker {
    margin-left: -32px;
    position: relative; }
    .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon {
      margin-left: 12px; }
      .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        height: inherit;
        width: inherit;
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        background-color: inherit;
        border-radius: 8000px;
        -webkit-border-radius: 8000px;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon .r-i {
        z-index: 1; }
      .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-default {
        background-color: white; }
      .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-btn-large {
        margin-left: 6px; }
      .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-btn-xlarge {
        margin-left: 0; }
      .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-btn-xxlarge {
        margin-left: -6px; }
      .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon:hover::before, .rw-steps .r-list .r-list-item > .r-marker .r-btn-icon.r-is-active::before {
        opacity: 0.5; }
  .rw-steps .r-list .r-list-item > .r-content {
    margin-top: 8px;
    padding-left: 57px;
    overflow: inherit; }
    .rw-steps .r-list .r-list-item > .r-content .r-name {
      font-size: 1.125rem; }
  .rw-steps .r-list .r-list-item .r-metadata .r-event {
    font-size: 0.875rem;
    color: #94a7b8;
    margin: 4px 0; }
  .rw-steps .r-list .r-list-item:last-child {
    padding-bottom: 0; }
  .rw-steps .r-list .r-list-item[role="button"]:hover {
    background-color: initial; }

.rw-steps .r-list.is-small-block {
  padding-left: 38px; }
  .rw-steps .r-list.is-small-block .r-list-body {
    width: auto;
    float: none; }
  .rw-steps .r-list.is-small-block .r-list-item .r-item-alert {
    left: 0; }
    .rw-steps .r-list.is-small-block .r-list-item .r-item-alert > .r-tag {
      top: -12px;
      right: 16px;
      left: auto;
      left: initial; }
  .rw-steps .r-list.is-small-block .r-list-item > .r-content {
    padding-left: 40px; }
    .rw-steps .r-list.is-small-block .r-list-item > .r-content .r-name {
      font-size: 16px; }
    .rw-steps .r-list.is-small-block .r-list-item > .r-content .r-metadata .r-marker {
      margin-right: 4px; }

.rw-steps .r-list.r-m-left .r-list-body {
  text-align: left;
  width: auto;
  float: none; }

.rw-steps-inline .r-container {
  display: block;
  padding-left: 0;
  padding-right: 0; }

.rw-steps-inline .r-content-header.r-m-label {
  position: absolute;
  top: -17px;
  z-index: 1; }
  .rw-steps-inline .r-content-header.r-m-label .r-header-main {
    background-color: #eff1f3;
    padding: 6px 8px 6px 8px;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-right-radius: 3px; }

.rw-steps-inline .r-progress-marker {
  position: relative; }
  .rw-steps-inline .r-progress-marker .r-tag {
    display: flex;
    z-index: 20;
    padding-bottom: 2px;
    margin-right: auto;
    margin-left: auto; }
    .rw-steps-inline .r-progress-marker .r-tag.r-m-outline {
      border-width: 3px;
      border-color: #eff1f3; }
    .rw-steps-inline .r-progress-marker .r-tag.r-m-xsml {
      height: 16px;
      width: 16px; }
  .rw-steps-inline .r-progress-marker::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: 6px;
    right: -12px;
    width: 100%;
    height: 4px;
    -webkit-transition: background-color 0.3s, background-position 0.3s;
    transition: background-color 0.3s, background-position 0.3s;
    background-color: #eff1f3; }

.rw-steps-inline .r-panel {
  margin: 12px;
  min-height: 94px;
  background-color: #fafbfd;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
  transition: background-color 0.15s linear, border-color 0.15s linear; }
  .rw-steps-inline .r-panel:not(.r-is-selected):hover {
    background-color: #f3f5f6; }
  .rw-steps-inline .r-panel .r-panel-body {
    max-height: calc(2.4em); }
  .rw-steps-inline .r-panel .r-metadata {
    position: absolute; }
  .rw-steps-inline .r-panel .r-event {
    font-size: 13px !important;
    color: #94a7b8;
    font-weight: 600; }
  .rw-steps-inline .r-panel.r-default.r-is-selected {
    border-color: #f3f5f6; }
  .rw-steps-inline .r-panel.r-info {
    background-color: #f5faff; }
    .rw-steps-inline .r-panel.r-info:not(.r-is-selected):hover {
      background-color: #f0f6ff; }
    .rw-steps-inline .r-panel.r-info.r-is-selected {
      border-color: #e6f7ff; }
  .rw-steps-inline .r-panel.r-warning {
    background-color: #fffdf5; }
    .rw-steps-inline .r-panel.r-warning:not(.r-is-selected):hover {
      background-color: #fefae7; }
    .rw-steps-inline .r-panel.r-warning.r-is-selected {
      border-color: #fefae7; }
    .rw-steps-inline .r-panel.r-warning .r-event {
      color: #a37a00; }
  .rw-steps-inline .r-panel.r-success {
    background-color: #f7fdf8; }
    .rw-steps-inline .r-panel.r-success:not(.r-is-selected):hover {
      background-color: #edf8ef; }
    .rw-steps-inline .r-panel.r-success.r-is-selected {
      border-color: #edf8ef; }
    .rw-steps-inline .r-panel.r-success .r-event {
      color: #099f36; }
  .rw-steps-inline .r-panel.r-danger {
    background-color: #fff6f5; }
    .rw-steps-inline .r-panel.r-danger:not(.r-is-selected):hover {
      background-color: #feeae7; }
  .rw-steps-inline .r-panel:hover {
    cursor: pointer; }

.rw-steps-inline .glide__arrow {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22); }
  .rw-steps-inline .glide__arrow--right {
    right: 0.5em; }
  .rw-steps-inline .glide__arrow--left {
    left: 0.5em; }

.rw-step-status-summary {
  background-color: #fafbfd; }
  .rw-step-status-summary .r-title {
    font-size: 1.125rem; }
  .rw-step-status-summary .r-metadata {
    margin-top: 8px;
    font-size: 0.875rem; }

.rw-step-status-change .r-tabs-nav > li {
  height: 54px; }

.rw-step-status-change .r-tabs-nav .r-tab {
  padding-left: 12px;
  padding-right: 12px; }
  .rw-step-status-change .r-tabs-nav .r-tab > .r-marker {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .rw-step-status-change .r-tabs-nav .r-tab:not(.r-is-active):hover {
    background-color: #fafbfd; }
    .rw-step-status-change .r-tabs-nav .r-tab:not(.r-is-active):hover .rw-step-status-label > .r-btn-plain {
      border-bottom-color: inherit;
      border-bottom-style: solid;
      border-bottom-width: 1px; }

.rw-step-status-change .rw-step-status-label {
  font-size: 0.938rem; }
  .rw-step-status-change .rw-step-status-label .r-input-date > .t {
    font-size: inherit; }
  .rw-step-status-change .rw-step-status-label > .r-btn-plain {
    line-height: 1.2;
    -webkit-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear; }
  .rw-step-status-change .rw-step-status-label + .rw-step-status-label {
    font-size: 0.75rem; }

.rw-files .r-table td {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.rw-files .r-table .r-tcell-label {
  max-width: 345px; }
  .rw-files .r-table .r-tcell-label > a:hover {
    color: #3da8ff;
    text-decoration: none; }
  .rw-files .r-table .r-tcell-label .t, .rw-files .r-table .r-tcell-label > a {
    max-width: 345px; }

.rw-files .r-table .r-tcell-icon .r-i::before {
  font-size: 0.75rem; }

.rw-fields.r-table .r-tcell-label {
  vertical-align: top; }

.rw-sign-doc {
  position: relative; }
  .rw-sign-doc.r-list .r-list-gutter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    width: 10px;
    background-color: #f3f5f6;
    border-radius: 8000px;
    -webkit-border-radius: 8000px;
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ; }
    .rw-sign-doc.r-list .r-list-gutter .r-count {
      font-family: "Nunito", sans-serif;
      font-size: 0.75rem;
      color: #272c30;
      display: -webkit-box ;
      display: -moz-box ;
      display: -webkit-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .rw-sign-doc.r-list .r-list-gutter + .r-list-body {
      padding-left: 10px; }
      .rw-sign-doc.r-list .r-list-gutter + .r-list-body .r-no-data {
        margin-left: 14px; }
  .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-item-body {
    display: -webkit-box ;
    display: -moz-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    background-color: #fff; }
  .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-handle {
    height: 40px; }
  .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-content {
    min-width: 0; }
  .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-item-actions, .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-name {
    line-height: 40px; }
  .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-item-actions {
    font-size: 0.75rem;
    top: inherit; }
  .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-no-data {
    padding-top: 0;
    padding-bottom: 0; }
    .rw-sign-doc.r-list .r-list-item.r-m-draggable .r-no-data p {
      line-height: 40px; }
  .rw-sign-doc + .rw-sign-doc {
    margin-top: 8px; }

.rw-analytics-totals .r-content h2 {
  font-size: 0.875rem; }

.rw-analytics-totals .r-list.r-m-inline .r-list-item {
  flex: 1 1 280px; }

.rw-reminders .r-expander + .r-expander {
  margin-top: 16px; }

.rw-reminders .r-list-item .rw-reminder-type .r-btn-icon > .r-i::before {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.rw-reminders .r-list-item .rw-reminder-type .r-btn-icon > .r-i.fi-x {
  display: none; }
  .rw-reminders .r-list-item .rw-reminder-type .r-btn-icon > .r-i.fi-x::before {
    opacity: 0; }

.rw-reminders .r-list-item .rw-reminder-type .r-btn-icon + .t {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  visibility: hidden;
  opacity: 0;
  font-size: 11px;
  text-align: center; }

.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-comment {
  display: none; }
  .rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-comment::before {
    opacity: 0; }

.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-x {
  display: inline-block; }
  .rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon > .r-i.fi-x::before {
    opacity: 1; }

.rw-reminders .r-list-item:hover .rw-reminder-type .r-btn-icon + .t {
  visibility: visible;
  opacity: 1; }

.rw-reminder-popout .r-po-body {
  max-height: calc(100vh - 148px); }

.rw-reminder-popout > .r-inner .r-list-body {
  max-height: 296px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar-thumb {
    background: #bbbebf;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar-track {
    background: #dee3e8;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .rw-reminder-popout > .r-inner .r-list-body::-webkit-scrollbar-button {
    display: none; }

.r-b-content .rw-reminders .r-list-item {
  border: 1px solid #dee3e8;
  background-color: #fff; }

.rw-message.r-sb-section .r-message-context {
  border-bottom: 1px solid #eff1f3; }
  .rw-message.r-sb-section .r-message-context .r-context-selector {
    float: right;
    position: relative;
    margin-left: 6px;
    top: -6px; }

.rw-message.r-sb-section .r-message-context, .rw-message.r-sb-section .r-message, .rw-message.r-sb-section .r-comments {
  padding: 12px;
  margin-left: -12px;
  margin-right: -12px; }

.rw-highlights {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ; }
  .rw-highlights-item {
    text-align: center;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .rw-highlights-item .r-content {
      padding-left: 12px;
      padding-right: 12px; }
    .rw-highlights-item .r-btn-large > .t {
      line-height: 32px; }
    .rw-highlights-item .r-btn-sml > .t {
      line-height: 24px; }
    .rw-highlights-item + .rw-highlights-item {
      border-left: 1px solid #eff1f3; }

.rw-embedded-app {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto !important; }
  .rw-embedded-app iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0; }

.rw-payment-account.r-m-constrained {
  max-width: 480px; }

.rw-payment-account .rw-cc-icon {
  border: 1px solid #dee3e8;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
  .rw-payment-account .rw-cc-icon .r-i::before {
    font-size: 28px;
    line-height: 28px;
    display: block; }
  .rw-payment-account .rw-cc-icon.r-is-disabled .r-i::before {
    color: #dee3e8; }

.rw-payment-account .r-marker .rw-cc-icon {
  border: none; }
  .rw-payment-account .r-marker .rw-cc-icon .r-i::before {
    font-size: 56px;
    line-height: 56px; }

.rw-payment-account .rw-cc-expiry {
  display: -webkit-box ;
  display: -moz-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ; }
  .rw-payment-account .rw-cc-expiry .select2-container {
    min-width: 100px; }

.rw-payment-account .rw-cc-cvv .r-form-control {
  display: inline-block;
  width: 72px; }

.rw-tick {
  position: absolute;
  opacity: 0; }
  .rw-tick.r-success {
    position: relative;
    opacity: 1; }
    .rw-tick.r-success svg .path {
      opacity: 1;
      stroke-dashoffset: 0; }
  .rw-tick .circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .rw-tick .tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 0.5s 0.5 ease-out;
    transition: stroke-dashoffset 0.5s 0.5 ease-out; }

.rw-main-alert .r-content {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 10px 28px 10px 10px;
  font-size: 0.938rem; }

.rw-main-alert.r-m-completed {
  background-color: #cbf0d3;
  color: #099f36; }

.rw-main-alert.r-m-cancelled {
  background: #ffad9e;
  color: #93220b; }

.rw-context-popout > .r-inner {
  margin-left: 15px; }

@media (min-width: 600px) {
  .rw-context-popout .r-po-body {
    max-height: calc(100vh - 122px); }
    .app-drawer-open .rw-context-popout .r-po-body {
      max-height: calc(100vh - 218px); } }

.rw-context-popout .r-menu-options li > .r-content {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  .rw-context-popout .r-menu-options li > .r-content .r-count {
    position: absolute;
    top: 5px;
    right: 8px;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #178dee;
    background-color: transparent;
    color: #178dee;
    line-height: 23px;
    font-size: 0.625rem;
    text-align: center;
    border-radius: 8000px;
    -webkit-border-radius: 8000px; }
  .rw-context-popout .r-menu-options li > .r-content.r-is-active .r-count {
    border: 1px solid #fff;
    background-color: #fff; }

.rw-avatar-montage .r-img-avatar,
.rw-avatar-montage .r-char-avatar {
  box-shadow: 0 0 0 2px #fafbfd; }

.r-embed-responsive + .r-text-frame,
.r-embed-responsive + .r-expander {
  margin-top: 12px; }
  .r-page-content .r-embed-responsive + .r-text-frame, .r-page-content
  .r-embed-responsive + .r-expander {
    margin-top: 20px; }

.r-img-content + .r-text-frame {
  margin-top: 16px; }

#loading {
  padding-left: 3px;
  font-size: 0.75rem;
  display: table;
  margin-top: 2.5px;
  opacity: 0.7; }
