@charset "UTF-8";
@import "https://static.taskstream.com/fonts/inter-web-4.0/inter.css";
/*
1. Flex
2. Box-shadow
3. Border-radius
4. Transform
5. CSS Triangle
6. Shadows
7. Helpers
8. position:sticky
9. Input Range
*/
/* --------------------------------------
   1. Flex
   -------------------------------------- */
/* --------------------------------------
   2. Box-shadow
   -------------------------------------- */
/* --------------------------------------
   3. Border-radius
   -------------------------------------- */
/* --------------------------------------
   4. Transforms
   -------------------------------------- */
/* --------------------------------------
   5. CSS Triangle
   -------------------------------------- */
/* --------------------------------------
   6. Shadows
   -------------------------------------- */
/* --------------------------------------
   7. Helpers
   -------------------------------------- */
/* --------------------------------------
   7. Input Range
   -------------------------------------- */
/* --------------------------------------
   8. position: sticky
   -------------------------------------- */
/* --------------------------------------
   9. Input Range
   -------------------------------------- */
/* =====================================
   TSTK20 variables
   ===================================== */
/* Buttons */
/* Inputs */
/* Panels */
/* Other Elements */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: "Inter", sans-serif;
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

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

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

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

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Inter", sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --wmgradient-ai-accent: linear-gradient(180deg, var(--wmcolor-ai-accent-gradientstart) 30%, var(--wmcolor-ai-accent-gradientend) 100%);
  --wmgradient-ai-interactive: linear-gradient(135deg, var(--wmcolor-ai-interactive-gradientstart) 0%, var(--wmcolor-ai-interactive-gradientend) 70%);
  --wmgradient-ai-interactive-hover: linear-gradient(135deg, var(--wmcolor-ai-interactive-gradientstart-hover) 0%, var(--wmcolor-ai-interactive-gradientend-hover) 70%);
  --ai-icon-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z'/%3E%3C/svg%3E%0A");
}

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

html,
body {
  height: 100%;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  color: var(--wmcolor-text, #4a4a4a);
  line-height: 1.4;
}

wm-tab-list,
wm-tab-item,
wm-tab-panel,
wm-navigator,
wm-network-uploader,
wm-action-menu,
wm-menuitem,
wm-chart,
wm-datepicker,
wm-modal-footer,
wm-modal-header,
wm-search,
wm-uploader,
wm-chart-slice,
wm-modal,
wm-pagination,
wm-wrapper,
priv-chart-popover,
priv-datepicker,
priv-navigator-button,
priv-navigator-item,
wm-snackbar,
wm-option,
wm-select,
wm-button {
  visibility: hidden;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

p {
  max-width: 37em;
}

a {
  color: #575195;
  text-decoration: none;
  font-weight: 700;
}
a:not(.button):not([role]):focus-visible {
  border-radius: 1px;
  line-height: normal;
  padding-block: 0;
  outline: 3px var(--wmcolor-interactive-focus, #B36DCD) solid;
  outline-offset: 3px;
}
a:focus {
  outline: 0;
}

button.-textonly:focus-visible {
  border-radius: 1px;
  line-height: normal;
  padding-block: 0;
  outline: 3px var(--wmcolor-interactive-focus, #B36DCD) solid;
  outline-offset: 3px;
}

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

:-moz-placeholder {
  color: #787878;
}

::-moz-placeholder {
  color: #787878;
}

:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  color: #787878;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.mdl-textfield {
  position: relative;
  font-size: 1.125rem;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mdl-textfield .mdl-button {
  position: absolute;
  bottom: 1.25rem;
}

.mdl-textfield--align-right {
  text-align: right;
}

.mdl-textfield--full-width {
  width: 100%;
}

.mdl-textfield--expandable {
  min-width: 32px;
  width: auto;
  min-height: 32px;
}

.mdl-textfield--expandable .mdl-button--icon {
  top: 16px;
}

.mdl-textfield__input {
  border: none;
  border-bottom: 1px solid #979797;
  display: block;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  width: 100%;
  background-position: 0 0;
  text-align: left;
  color: var(--wmcolor-input-text, #4a4a4a);
  height: 2.3125rem;
}

.mdl-textfield__input[type=number] {
  -moz-appearance: textfield;
}

.mdl-textfield__input[type=number]::-webkit-inner-spin-button,
.mdl-textfield__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mdl-textfield.is-focused .mdl-textfield__input {
  outline: none;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: #d50000;
  box-shadow: none;
}

fieldset[disabled] .mdl-textfield .mdl-textfield__input,
.mdl-textfield.is-disabled .mdl-textfield__input {
  background-color: transparent;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.mdl-textfield textarea.mdl-textfield__input {
  display: block;
}

.mdl-textfield__label {
  bottom: 0;
  color: #949494;
  font-size: 1.125rem;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0.5rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.mdl-textfield.is-dirty .mdl-textfield__label,
.mdl-textfield.has-placeholder .mdl-textfield__label {
  visibility: hidden;
}

.mdl-textfield--floating-label {
  padding: 1.5rem 0 0;
}

.mdl-textfield--floating-label .mdl-textfield__label {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--wmcolor-text, #4a4a4a);
  top: 1.625rem;
}

.mdl-textfield--floating-label .mdl-textfield__input {
  padding-bottom: 0.25rem;
  height: 2rem;
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  transition: none;
}

fieldset[disabled] .mdl-textfield .mdl-textfield__label,
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
  color: rgba(0, 0, 0, 0.26);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  font-size: 0.875rem;
  top: 0.125rem;
  visibility: visible;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__input,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__input,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__input {
  padding: 0 0 0.5rem;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  color: #5697e4;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label {
  top: -16px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  color: #d50000;
}

.mdl-textfield__label:after {
  background-color: #5697e4;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
  visibility: visible;
}

.mdl-textfield.is-invalid .mdl-textfield__label:after {
  background-color: #d50000;
}

.mdl-textfield.is-invalid .mdl-textfield__error {
  visibility: visible;
}

.mdl-textfield__expandable-holder {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  max-width: 0.1px;
}

.mdl-textfield.is-focused .mdl-textfield__expandable-holder,
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
  max-width: 600px;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
  bottom: 0;
}

.mdl-progress {
  display: block;
  position: relative;
  height: 10px;
  max-width: 100%;
}
.mdl-progress > .bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-progress > .progressbar {
  background-color: rgb(0, 150, 136);
  z-index: 1;
  left: 0;
}
.mdl-progress > .bufferbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(0, 150, 136), rgb(0, 150, 136));
  z-index: 0;
  left: 0;
}
.mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar, .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(0, 150, 136), rgb(0, 150, 136));
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyI…IwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=);
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyI…IwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=);
}

.light-tooltip + .mdl-tooltip {
  background: rgba(255, 255, 255, 0.9);
  color: var(--wmcolor-text, #4a4a4a);
}

.mdl-tooltip {
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.125rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 0.875rem;
  padding: 0.3125rem;
  position: fixed;
  top: -31.25rem;
  left: -31.25rem;
  padding: 0.5rem;
  text-align: left;
}

.mdl-tooltip.is-active {
  -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    transform: scale(0.99, 0.99);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes pulse {
  0% {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    transform: scale(0.99, 0.99);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
.flyout-panel.show > .header .button.-primary:focus-visible, .flyout-panel.show > .header .button.-secondary:focus-visible,
.flyout-panel.show > .container > .header .button.-primary:focus-visible,
.flyout-panel.show > .container > .header .button.-secondary:focus-visible, .dropdown-select > .selectedoption:focus-visible, .user-is-tabbing .switch-toggle input:focus + .togglelabel:before, .switch-toggle input:focus-visible + .togglelabel:before, input[type=checkbox].chkbx-input:focus-visible + .chkbx:before,
input[type=radio].radio-input:focus-visible + .radio:before,
.toggle-switch input:focus-visible + .switchtoggle, .button.-actionbutton:focus-visible,
button.-actionbutton:focus-visible, .button.-neutral:focus-visible, .button.-primary:focus-visible, .button.-secondary:focus-visible:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton), .button:focus-visible:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton):not(.selectedoption),
button.-neutral:focus-visible,
button.-primary:focus-visible,
button.-secondary:focus-visible:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton),
button:focus-visible:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton):not(.selectedoption) {
  outline: 3px solid var(--wmcolor-interactive-focus, #b36dcd);
  outline-offset: 2px;
}

.user-is-tabbing .top-bar .dropdown-select > .selectedoption:focus, .user-is-tabbing .menu .navlink:focus:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton):not(.selectedoption) {
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(244, 243, 246, 0.2), inset 0 2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 0 4px 3px #61279e;
  -moz-box-shadow: inset 0 2px 2px 0 rgba(244, 243, 246, 0.2), inset 0 2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 0 4px 3px #61279e;
  box-shadow: inset 0 2px 2px 0 rgba(244, 243, 246, 0.2), inset 0 2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 0 4px 3px #61279e;
  outline: none;
}

.immersive-header .button.-primary:focus-visible, .immersive-header .button.-secondary:focus-visible, .flyout-panel > .header .button.-primary:focus-visible,
.flyout-panel > .container > .header .button.-primary:focus-visible, .flyout-panel > .header .button.-secondary:focus-visible,
.flyout-panel > .container > .header .button.-secondary:focus-visible {
  -webkit-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;
  -moz-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;
  box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;
  outline: none;
}

.charcount.-textarea:focus-within, .is-focused .charcount.-textarea, .textfield .textfieldinput:focus {
  -webkit-box-shadow: 0 0 0 2px var(--wmcolor-border-focus, #19a1a9);
  -moz-box-shadow: 0 0 0 2px var(--wmcolor-border-focus, #19a1a9);
  box-shadow: 0 0 0 2px var(--wmcolor-border-focus, #19a1a9);
  outline: none;
  border-color: var(--wmcolor-border-focus, #19a1a9);
}

.invalid .charcount.-textarea, .textfield .textfieldinput.invalid, .textfield.error .textfieldinput:not(:focus) {
  -webkit-box-shadow: 0 0 0 1px #c0392b;
  -moz-box-shadow: 0 0 0 1px #c0392b;
  box-shadow: 0 0 0 1px #c0392b;
  border-color: #c0392b;
}

/* ============================================
   Layout elements
   ============================================ */
#app {
  height: 100vh;
}

.pagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-height: 0;
}
#appnonav .pagewrapper {
  margin-left: 0;
}
.pagewrapper.immerse {
  margin-left: 0;
  display: inline;
}
@media print {
  .pagewrapper {
    overflow: visible;
  }
}
@media only screen and (max-width: 1023px) {
  .pagewrapper {
    margin-left: 0 !important;
  }
}
.pagewrapper > .mainpage {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
}

.contentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
}
.contentwrapper #maincontent {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#elmDiv {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mainpage {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.pagecontent {
  background: #fafafa;
  padding-bottom: 2.25rem;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.page-content {
  padding-top: 1.875rem;
}

.subsection {
  margin-bottom: 2.5rem;
}

.contentheader {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1.875rem 0 1.25rem;
}
.contentheader:first-child {
  margin-top: 0;
}

.toolbar {
  margin: -0.625rem 0 1.25rem;
}

.grid-row {
  display: -ms-grid;
  display: grid;
}

.action-form ul {
  display: inline-flex;
  flex-direction: column;
}

/* ============================================
   Buttons and Inputs
   ============================================ */
.button,
button {
  -ms-transition: background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #575195;
  color: #575195;
  font-size: 0.75rem;
  font-weight: 700;
  min-height: 2.75rem;
  padding: 12px 1.3333333333em;
  cursor: pointer;
  position: relative;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0;
}
.button.small,
button.small {
  height: 1.5625rem;
  padding: 0 0.5rem;
  line-height: 1.5625rem;
}
.button:hover,
button:hover {
  background: rgb(69.6, 64.8, 119.2);
  border-color: rgb(69.6, 64.8, 119.2);
  color: #fff;
}
.button:active:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton):not(.selectedoption),
button:active:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton):not(.selectedoption) {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.button.-primary:not(.-textonly), .button.large,
button.-primary:not(.-textonly),
button.large {
  -webkit-box-shadow: 0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #575195;
  color: #fff;
}
.button.-primary:not(.-textonly).-disabled, .button.-primary:not(.-textonly).-disabled:active, .button.-primary:not(.-textonly).-disabled:hover, .button.-primary:not(.-textonly):disabled, .button.-primary:not(.-textonly):disabled:active, .button.-primary:not(.-textonly):disabled:hover, .button.large.-disabled, .button.large.-disabled:active, .button.large.-disabled:hover, .button.large:disabled, .button.large:disabled:active, .button.large:disabled:hover,
button.-primary:not(.-textonly).-disabled,
button.-primary:not(.-textonly).-disabled:active,
button.-primary:not(.-textonly).-disabled:hover,
button.-primary:not(.-textonly):disabled,
button.-primary:not(.-textonly):disabled:active,
button.-primary:not(.-textonly):disabled:hover,
button.large.-disabled,
button.large.-disabled:active,
button.large.-disabled:hover,
button.large:disabled,
button.large:disabled:active,
button.large:disabled:hover {
  background: #737373;
  border-color: #737373;
  color: #fff;
}
.button.-primary:not(.-textonly):hover, .button.large:hover,
button.-primary:not(.-textonly):hover,
button.large:hover {
  background: rgb(69.6, 64.8, 119.2);
  border-color: rgb(69.6, 64.8, 119.2);
}
.button.-neutral:not(.-textonly),
button.-neutral:not(.-textonly) {
  -webkit-box-shadow: 0 2px 2px 0 rgba(11, 144, 156, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(11, 144, 156, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(11, 144, 156, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #0da1ae;
  color: #fff;
}
.button.-neutral:not(.-textonly):hover,
button.-neutral:not(.-textonly):hover {
  -webkit-box-shadow: 0 4px 2px 0 rgba(13, 161, 174, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 2px 0 rgba(13, 161, 174, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 2px 0 rgba(13, 161, 174, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: rgb(11.7, 144.9, 156.6);
}
.button.-secondary:disabled,
button.-secondary:disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.-primary:focus, .button.-secondary:focus, .button:focus,
button.-primary:focus,
button.-secondary:focus,
button:focus {
  outline: none;
}
.button.-disabled, .button.-disabled:active, .button.-disabled:hover, .button:disabled, .button:disabled:active, .button:disabled:hover,
button.-disabled,
button.-disabled:active,
button.-disabled:hover,
button:disabled,
button:disabled:active,
button:disabled:hover {
  background: inherit;
  border-color: #737373;
  color: #737373;
  cursor: default;
}
.button.-textonly,
button.-textonly {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.875rem;
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  border-radius: 0;
  line-height: normal;
  min-height: auto;
}
.button.-textonly + .-textonly,
button.-textonly + .-textonly {
  margin-left: 0.3125rem;
}
.button.-textonly.small,
button.-textonly.small {
  font-size: 0.625rem;
}
.button.-textonly:hover:not(:disabled):not(.-disabled):not(.-raised),
button.-textonly:hover:not(:disabled):not(.-disabled):not(.-raised) {
  text-decoration: underline;
  color: #454077;
}
.button.-textonly.-disabled, .button.-textonly:disabled,
button.-textonly.-disabled,
button.-textonly:disabled {
  cursor: default;
}
.button.-textonly.-action,
button.-textonly.-action {
  padding: 0;
  line-height: normal;
  height: auto;
}
.button.-textonly.-action:hover,
button.-textonly.-action:hover {
  background: transparent !important;
}
.button.-list,
button.-list {
  border-width: 1px;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.button.-list:before,
button.-list:before {
  position: absolute;
  right: 1.25rem;
}
.button.-list.-active,
button.-list.-active {
  background: #d7d6d9;
  color: #575195;
}
.button.-icononly, .button.-navigational,
button.-icononly,
button.-navigational {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 1rem;
  padding: 0;
  height: auto;
  min-width: 2.5rem;
  min-height: 2.5rem;
  text-align: center;
  letter-spacing: normal;
  aspect-ratio: 1;
}
@media only screen and (max-width: 768px) {
  .button.-icononly, .button.-navigational,
  button.-icononly,
  button.-navigational {
    min-height: 2.75rem;
    min-width: 2.75rem;
  }
}
.button.-icononly.-delete:before, .button.-icononly.cancel:not([class*=mdi]):before, .button.-icononly.close:before, .button.-navigational.-delete:before, .button.-navigational.cancel:not([class*=mdi]):before, .button.-navigational.close:before,
button.-icononly.-delete:before,
button.-icononly.cancel:not([class*=mdi]):before,
button.-icononly.close:before,
button.-navigational.-delete:before,
button.-navigational.cancel:not([class*=mdi]):before,
button.-navigational.close:before {
  content: "\f156";
}
.button.-icononly.goback:before, .button.-navigational.goback:before,
button.-icononly.goback:before,
button.-navigational.goback:before {
  content: "\f04d";
}
.button.-icononly,
button.-icononly {
  border-width: 1px;
}
.button.-icononly:before,
button.-icononly:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.-navigational,
button.-navigational {
  border: none;
  background-color: transparent;
  color: #575195;
}
.button.-navigational:before,
button.-navigational:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.-navigational.selected, .button.-navigational:hover,
button.-navigational.selected,
button.-navigational:hover {
  background-color: #d7d6d9;
}
.button.panel-toggle.-active, .button.panel-toggle:active,
button.panel-toggle.-active,
button.panel-toggle:active {
  background: rgba(87, 81, 149, 0.1);
  color: #575195;
}
.button.-actionbutton,
button.-actionbutton {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 2.5rem;
  font-size: 1.125rem;
  padding: 0;
}
.button.-actionbutton:active,
button.-actionbutton:active {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}
.button.-actionbutton:focus,
button.-actionbutton:focus {
  outline: none;
}
.button.-actionbutton.-small,
button.-actionbutton.-small {
  width: 1.875rem;
  height: 1.875rem;
}
.button.-actionbutton.-small:before,
button.-actionbutton.-small:before {
  font-size: 1rem;
  line-height: normal;
}
.button.assignlead:before,
button.assignlead:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f014";
  margin-right: 0.3125rem;
}
[dir=RTL] .button.assignlead:before,
[dir=RTL] button.assignlead:before {
  margin-left: 0.3125rem;
  margin-right: 0;
}

.button.-browse,
a.button {
  line-height: normal;
}
.button.-browse.-icononly, .button.-browse.-navigational,
a.button.-icononly,
a.button.-navigational {
  line-height: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .button.-browse.-icononly, .button.-browse.-navigational,
  a.button.-icononly,
  a.button.-navigational {
    height: 2.75rem;
  }
}

.wm-actions {
  position: relative;
}

wmrk-action-item .icon {
  margin-right: 0.625rem;
}

.actiondd {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  display: none;
  z-index: 10;
  position: absolute;
  text-align: left;
}
.actiondd.show {
  display: block;
  margin-left: 2.875rem;
}
.actiondd > .option {
  padding: 1.25rem;
  cursor: pointer;
  color: #575195;
  white-space: nowrap;
}
.actiondd > .option.hover, .actiondd > .option:focus, .actiondd > .option:hover {
  background: #f4f4f4;
}
.actiondd > .option:focus {
  outline: none;
}
.actiondd > .option:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}
.actiondd > .option.-edit:before {
  content: "\f3eb";
}
.actiondd > .option.-delete:before {
  content: "\f1c0";
}
.actiondd > .option:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  margin-right: 0.9375rem;
}
.actiondd > .option .icon {
  margin-right: 0.625rem;
}
[dir=RTL] .actiondd {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
[dir=RTL] .actiondd.show {
  margin-left: 0;
  margin-right: 2.875rem;
}
[dir=RTL] .actiondd > .option .icon {
  margin-left: 0.625rem;
  margin-right: 0;
}

.button.-toggle,
button.-toggle {
  padding: 0;
  margin-right: 0.6875rem;
  font-size: 16px;
  border: none;
  background: transparent;
}

.button.tab,
button.tab {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.button-collection {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}
.button-collection .wm-actions + wm-button,
.button-collection button + wm-action-menu,
.button-collection wm-button + wm-button,
.button-collection wm-select + wm-button {
  margin-inline-start: 0;
}

.wm-actions + wm-button,
button + wm-action-menu,
wm-button + wm-button,
wm-select + wm-button {
  margin-left: 1rem;
}

.radiolistheader {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
}

input[type=checkbox].chkbx-input,
input[type=radio].radio-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
input[type=checkbox].chkbx-input + .chkbx,
input[type=checkbox].chkbx-input + .radio,
input[type=radio].radio-input + .chkbx,
input[type=radio].radio-input + .radio {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0;
}
input[type=checkbox].chkbx-input + .chkbx:before,
input[type=checkbox].chkbx-input + .radio:before,
input[type=radio].radio-input + .chkbx:before,
input[type=radio].radio-input + .radio:before {
  color: #575195;
  margin-right: 0.5rem;
  vertical-align: middle;
}
input[type=checkbox].chkbx-input + .chkbx + label,
input[type=checkbox].chkbx-input + .radio + label,
input[type=radio].radio-input + .chkbx + label,
input[type=radio].radio-input + .radio + label {
  font-size: 0.875rem;
  margin-left: 0.3125rem;
  vertical-align: middle;
}
input[type=checkbox].chkbx-input + .chkbx.-multiline,
input[type=checkbox].chkbx-input + .radio.-multiline,
input[type=radio].radio-input + .chkbx.-multiline,
input[type=radio].radio-input + .radio.-multiline {
  vertical-align: text-top;
}
input[type=checkbox].chkbx-input + .chkbx.-multiline + label,
input[type=checkbox].chkbx-input + .radio.-multiline + label,
input[type=radio].radio-input + .chkbx.-multiline + label,
input[type=radio].radio-input + .radio.-multiline + label {
  vertical-align: baseline;
}
input[type=checkbox].chkbx-input + .chkbx:before,
input[type=radio].radio-input + .chkbx:before {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  content: "";
  background: url("https://cdn.watermarkinsights.com/images/checkbox3.svg") no-repeat 0 0;
  width: 13px;
  height: 13px;
  display: inline-block;
}
input[type=checkbox].chkbx-input + .radio:before,
input[type=radio].radio-input + .radio:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\f43d";
}
input[type=checkbox].chkbx-input:checked:not(:disabled) + .chkbx.-success:before,
input[type=radio].radio-input:checked:not(:disabled) + .chkbx.-success:before {
  color: #575195;
}
input[type=checkbox].chkbx-input:disabled + .chkbx,
input[type=checkbox].chkbx-input:disabled + .radio, input[type=checkbox].chkbx-input[disabled=""] + .chkbx,
input[type=checkbox].chkbx-input[disabled=""] + .radio,
input[type=radio].radio-input:disabled + .chkbx,
input[type=radio].radio-input:disabled + .radio,
input[type=radio].radio-input[disabled=""] + .chkbx,
input[type=radio].radio-input[disabled=""] + .radio {
  cursor: not-allowed;
  color: #6b6b6b;
}
input[type=checkbox].chkbx-input:disabled + .chkbx:before, input[type=checkbox].chkbx-input[disabled=""] + .chkbx:before,
input[type=radio].radio-input:disabled + .chkbx:before,
input[type=radio].radio-input[disabled=""] + .chkbx:before {
  background-image: url("https://cdn.watermarkinsights.com/images/checkbox3.svg");
  background-position: 0 -40px;
}
input[type=checkbox].chkbx-input:disabled + .radio:before, input[type=checkbox].chkbx-input[disabled=""] + .radio:before,
input[type=radio].radio-input:disabled + .radio:before,
input[type=radio].radio-input[disabled=""] + .radio:before {
  color: #6b6b6b;
}
input[type=checkbox].chkbx-input:disabled:checked + .chkbx, input[type=checkbox].chkbx-input:disabled:checked + .radio, input[type=checkbox].chkbx-input[disabled=""]:checked + .chkbx, input[type=checkbox].chkbx-input[disabled=""]:checked + .radio,
input[type=radio].radio-input:disabled:checked + .chkbx,
input[type=radio].radio-input:disabled:checked + .radio,
input[type=radio].radio-input[disabled=""]:checked + .chkbx,
input[type=radio].radio-input[disabled=""]:checked + .radio {
  color: #6b6b6b;
}
input[type=checkbox].chkbx-input:disabled:checked + .chkbx:before, input[type=checkbox].chkbx-input[disabled=""]:checked + .chkbx:before,
input[type=radio].radio-input:disabled:checked + .chkbx:before,
input[type=radio].radio-input[disabled=""]:checked + .chkbx:before {
  background-image: url("https://cdn.watermarkinsights.com/images/checkbox3.svg");
  background-position: 0 -60px;
}

.custom-chkbx,
.custom-radio {
  position: absolute;
}

.custom-chkbx + .chkbxlabel,
.custom-radio + .radiolabel {
  cursor: pointer;
  display: inline-block;
  padding-left: 1.5625rem;
}

input[type=checkbox].chkbx-input:checked + .chkbx {
  font-size: 0.875rem;
}
input[type=checkbox].chkbx-input:checked + .chkbx:before {
  background: url("https://cdn.watermarkinsights.com/images/checkbox3.svg") no-repeat;
  background-position: 0 -20px;
}

input[type=radio].radio-input:checked + .radio:before {
  content: "\f43e";
}

input[type=checkbox].chkbx-input:checked:focus:not(:disabled) + .chkbx.-success:before,
input[type=radio].radio-input:checked:focus:not(:disabled) + .chkbx.-success:before {
  text-shadow: 1px 1px 6px red;
}

input[type=radio].radio-input + .radio:before {
  line-height: normal;
}

input[type=radio].radio-input:focus-visible + .radio:before {
  border-radius: 50%;
  outline-offset: 0;
}

.toggle-switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-switch input {
  opacity: 0;
  padding: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.toggle-switch input + .switchtoggle {
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  border-radius: 3.5rem;
  -ms-transition: left 0.15s ease-out;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
  color: transparent;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid #575195;
  width: 3.5rem;
  height: 1.625rem;
  position: relative;
  text-align: left;
}
.toggle-switch input + .switchtoggle:before {
  position: relative;
  content: attr(data-checked);
  border: none;
  background: none;
  width: 2.4375rem;
  height: 100%;
  color: var(--wmcolor-text, #4a4a4a);
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  left: 0.375rem;
}
.toggle-switch input + .switchtoggle:after {
  -ms-transition: left 0.15s ease-out;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #575195;
  background: #ffffff;
  content: " ";
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  width: 0.8125rem;
  height: 0.8125rem;
}
.toggle-switch input:checked + .switchtoggle {
  border-color: #575195;
}
.toggle-switch input:checked + .switchtoggle:before {
  content: attr(data-checked);
  text-align: left;
  left: 0.375rem;
}
.toggle-switch input:checked + .switchtoggle:after {
  left: 2.125rem;
  background: #575195;
}
.toggle-switch input:disabled + .switchtoggle {
  cursor: default;
  border-color: #6b6b6b;
}
.toggle-switch input:disabled + .switchtoggle:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #6b6b6b;
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\f33e";
  color: #ffffff;
  font-size: 0.5625rem;
  padding-top: 0.125rem;
  padding-right: 0.0625rem;
  padding-left: 0.0625rem;
}
.toggle-switch label {
  margin-right: 0.3125rem;
  font-size: 0.75rem;
}
.toggle-switch .switchtoggle + label {
  margin-left: 0.3125rem;
  margin-right: 0;
}

.switch-toggle {
  position: relative;
}
.switch-toggle input {
  opacity: 0;
  padding: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.switch-toggle input:checked + .togglelabel:after {
  background-color: #575195;
  transform: translateX(32px);
}
.switch-toggle input:checked + .togglelabel + .toggletext {
  padding-left: 8px;
  padding-right: 0;
  text-align: left;
}
.switch-toggle .togglelabel {
  cursor: pointer;
  font-size: 0.875rem;
}
.switch-toggle .togglelabel:before {
  content: " ";
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  border-radius: 3.5rem;
  -ms-transition: left 0.15s ease-out;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid #575195;
  width: 54px;
  height: 26px;
  text-align: left;
  margin-right: 10px;
}
.switch-toggle .togglelabel:after {
  transform: translateX(8px);
  transition: transform 0.15s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #575195;
  background: #ffffff;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  width: 0.8125rem;
  height: 0.8125rem;
}
.switch-toggle .toggletext {
  position: absolute;
  line-height: 26px;
  top: 0;
  font-weight: 700;
  width: 54px;
  padding-right: 8px;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.75rem;
  pointer-events: none;
}

.mdl-textfield + .count {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 0.3125rem;
}

/* ============================================
   Components
   ============================================ */
wm-action-menu {
  font-size: 0.875rem;
}

/* ============================================
   Helpers
   ============================================ */
.flex1 {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex1 > label {
  display: block;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #979797;
  position: relative;
}
.input-group .field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 1.125rem;
  line-height: normal;
}

.nobullets, .accordion-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
[dir=RTL] .nobullets, [dir=RTL] .accordion-list {
  padding-right: 0;
}

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

button .tooltip {
  opacity: 0;
  font-weight: 400;
  text-transform: none;
}

button:focus-visible .tooltip {
  clip: auto;
  width: auto;
  height: auto;
  font-size: 14px;
  background: black;
  color: #fff;
  padding: 6px;
  top: 13px;
  right: 36px;
  left: auto;
  z-index: 30;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 500ms 500ms;
  line-height: normal;
}
button:focus-visible .tooltip.-left {
  right: auto;
  left: calc(100% - 6px);
}
button:focus-visible .tooltip.-bottom {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  left: 50%;
  top: calc(100% - 6px);
}
button:focus-visible .tooltip.-multiline {
  white-space: normal;
}

@media (hover) {
  button:hover .tooltip {
    clip: auto;
    width: auto;
    height: auto;
    font-size: 14px;
    background: black;
    color: #fff;
    padding: 6px;
    top: 13px;
    right: 36px;
    left: auto;
    z-index: 30;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 500ms 500ms;
    line-height: normal;
  }
  button:hover .tooltip.-left {
    right: auto;
    left: calc(100% - 6px);
  }
  button:hover .tooltip.-bottom {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    top: calc(100% - 6px);
  }
  button:hover .tooltip.-multiline {
    white-space: normal;
  }
}
.reqd {
  color: #c4431c;
  font-size: 1rem;
}
.error .reqd {
  color: #c0392b;
}

.required-notice {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   Lists
   ============================================ */
.people-list {
  list-style: none;
  padding: 0;
}
.people-list > .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 0;
}
.people-list > .person .info,
.people-list > .person .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
}
.people-list > .person.active {
  background-color: #f4f4f4;
}
.people-list > .person .info {
  font-style: italic;
  margin-left: 2.5rem;
}
.people-list.-selectionlist .person {
  padding: 0.625rem;
}
.people-list.-selectionlist .person.focus, .people-list.-selectionlist .person:hover {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background: rgba(46, 27, 70, 0.05);
}
.people-list.-selectionlist .selected .info,
.people-list.-selectionlist .selected .name {
  opacity: 0.5;
}

.person .avatar {
  -webkit-border-radius: 1.0625rem;
  -moz-border-radius: 1.0625rem;
  -ms-border-radius: 1.0625rem;
  border-radius: 1.0625rem;
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  color: #fff;
  background: #c8dfcc;
  text-align: center;
  margin-right: 0.625rem;
  text-transform: uppercase;
}
[dir=RTL] .person .avatar {
  margin-right: 0;
  margin-left: 0.625rem;
}
.person .avatar.icon-color-1 {
  background: #c8dfcc;
}
.person .avatar.icon-color-2 {
  background: rgba(250, 213, 135, 0.6);
  color: #8d5d11;
}
.person .avatar.icon-color-3 {
  background: rgba(133, 218, 223, 0.6);
  color: #0da1ae;
}
.person .avatar.icon-color-4 {
  background: rgba(226, 231, 104, 0.6);
  color: #a2a938;
}
.person .avatar.icon-color-5 {
  background: rgba(255, 181, 158, 0.6);
  color: #e56e49;
}
.person .genericavatar {
  margin-right: 0.1875rem;
}

.cslist li {
  display: inline;
}
.cslist li + li:before {
  content: ", ";
  white-space: pre;
}

.loader.-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgb(255, 255, 255);
}
.loader.-fullscreen > .content {
  margin: -130px auto 0;
  top: 50%;
  text-align: center;
  position: relative;
  padding-top: 130px;
  color: #8360b2;
}
.loader.-fullscreen > .content.watermark-logo {
  background: url("/images/watermark_loader.svg") no-repeat 50% 0;
}
.loader.-fullscreen > .content.content-loader {
  background: url("/images/content-loader.svg") no-repeat 50% 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loader.-fullscreen > .content.content-loader {
    background: url("/images/content-loader.gif") no-repeat 50% 0;
  }
}
.loader.-inline {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: bouncing-loader 1.8s infinite ease-in-out;
  animation: bouncing-loader 1.8s infinite ease-in-out;
  top: -1em;
}
.loader.-inline, .loader.-inline:after, .loader.-inline:before {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: bouncing-loader 1.8s infinite ease-in-out;
  animation: bouncing-loader 1.8s infinite ease-in-out;
}
.loader.-inline:after, .loader.-inline:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}
.loader.-inline:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader.-inline:after {
  left: 100%;
}

.loader.-inline {
  color: #d5d1da;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncing-loader {
  0%, 100%, 80% {
    -webkit-box-shadow: 0 1em 0 -1em;
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    -webkit-box-shadow: 0 1em 0 -0.2em;
    box-shadow: 0 1em 0 -0.2em;
  }
}
@keyframes bouncing-loader {
  0%, 100%, 80% {
    -webkit-box-shadow: 0 1em 0 -1em;
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    -webkit-box-shadow: 0 1em 0 -0.2em;
    box-shadow: 0 1em 0 -0.2em;
  }
}
span.primary-highlight {
  background-color: #cedc00;
}

span.secondary-hightlight {
  background-color: rgba(74, 74, 74, 0.3);
}

.dropdown-select {
  position: relative;
  font-size: 1.125rem;
  min-width: 8.75rem;
}
.dropdown-select > .selectedoption {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  height: 2.5rem;
  line-height: 1;
  display: block;
  width: 100%;
  border: solid 1px rgba(35, 35, 35, 0.6);
  padding: 0.7142857143em 2.1428571429em 0.5714285714em 1.0714285714em;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .dropdown-select > .selectedoption {
    height: 2.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
[dir=RTL] .dropdown-select > .selectedoption {
  padding: 0.7142857143em 1.0714285714em 0.5714285714em 2.1428571429em;
  text-align: right;
}
.dropdown-select > .selectedoption:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f140";
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
[dir=RTL] .dropdown-select > .selectedoption:before {
  right: auto;
  left: 0.5625rem;
}
.dropdown-select > .selectedoption:disabled {
  background: #f0f0f0;
  color: #6b6b6b;
  border-color: #8a8a8a;
}
.dropdown-select > .selectedoption:hover:not(:disabled):not(.-disabled):not(.-raised) {
  background: transparent;
  text-decoration: none;
  color: #575195;
}
.dropdown-select > .selectedoption:focus {
  outline: none;
}
.dropdown-select > .selectedoption .overflowcontrol {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown-select .optionscontainer .searchcontainer {
  padding: 0.9375rem 1.25rem;
  border-bottom: 2px solid rgba(46, 27, 70, 0.05);
  position: relative;
}
.dropdown-select .optionscontainer .searchbox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(35, 35, 35, 0.6);
  font-size: 0.875rem;
  padding: 0 0.9375rem 0 2.1875rem;
  width: 100%;
  height: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .dropdown-select .optionscontainer .searchbox {
    height: 2.75rem;
  }
}
.dropdown-select .optionscontainer .searchbox + .icon {
  position: absolute;
  top: 1.6875rem;
  left: 2rem;
}
.dropdown-select > .options,
.dropdown-select .optionscontainer .searchoptions {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  max-height: 12.5rem;
}
.dropdown-select > .options,
.dropdown-select .optionscontainer {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -ms-transition: transform 0.25s ease;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  transform-origin: center top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 2.5rem;
  right: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .dropdown-select > .options,
  .dropdown-select .optionscontainer {
    top: 2.75rem;
  }
}
.dropdown-select > .options .option,
.dropdown-select .optionscontainer .option {
  position: relative;
  padding: 1.4285714286em 3.4285714286em 1.4285714286em 1.4285714286em;
  background: #fff;
  color: var(--wmcolor-text, #4a4a4a);
  cursor: pointer;
}
.dropdown-select > .options .option:not(:last-child),
.dropdown-select .optionscontainer .option:not(:last-child) {
  border-bottom: 2px solid rgba(46, 27, 70, 0.05);
}
.dropdown-select > .options .option:hover, .dropdown-select > .options .option.focus, .dropdown-select > .options .option:focus,
.dropdown-select .optionscontainer .option:hover,
.dropdown-select .optionscontainer .option.focus,
.dropdown-select .optionscontainer .option:focus {
  background: rgba(46, 27, 70, 0.05);
  outline: none;
}
.dropdown-select > .options .option.selected,
.dropdown-select .optionscontainer .option.selected {
  background: rgba(46, 27, 70, 0.05);
  font-weight: 500;
}
.dropdown-select > .options:focus,
.dropdown-select .optionscontainer:focus {
  outline: none;
}
.dropdown-select.open > .options,
.dropdown-select.open .optionscontainer,
.dropdown-select .active > .options,
.dropdown-select .active .optionscontainer {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.dropdown-select .active + .options,
.dropdown-select .active + .optionscontainer,
.dropdown-select .active + .optionscontainer .options {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.dropdown-select.-multiple > .options .option.selected,
.dropdown-select.-multiple .optionscontainer .option.selected {
  font-weight: 400;
}
.dropdown-select.-multiple > .options .option.selected:before,
.dropdown-select.-multiple .optionscontainer .option.selected:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f12c";
  position: absolute;
  right: 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #61279e;
}

[dir=RTL] .dropdown-select > .options,
[dir=RTL] .dropdown-select .optionscontainer {
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  left: 0;
  right: auto;
}
[dir=RTL] .dropdown-select > .options .option,
[dir=RTL] .dropdown-select .optionscontainer .option {
  padding-left: 3.4285714286em;
  padding-right: 1.4285714286em;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.search-form.-withicon .textfield + .icon, .search-form.-withicon .textfield + .custom-chkbx {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0.4375rem;
  top: 50%;
}
[dir=RTL] .search-form.-withicon .textfield + .icon, [dir=RTL] .search-form.-withicon .textfield + .custom-chkbx {
  left: auto;
  right: 0.4375rem;
}
.search-form.-withicon .textfieldinput {
  padding-left: 1.875rem;
}
[dir=RTL] .search-form.-withicon .textfieldinput {
  padding-left: 0.9375rem;
  padding-right: 1.875rem;
}
.search-form > .mdl-textfield:focus, .search-form > .mdl-textfield.is-focused, .search-form > .field:focus, .search-form > .field.is-focused {
  outline: none;
}
.search-form > .mdl-textfield:focus + .icon, .search-form > .mdl-textfield.is-focused + .icon, .search-form > .field:focus + .icon, .search-form > .field.is-focused + .icon {
  color: var(--wmcolor-cyan, #19a1a9);
}
.search-form > .field, .search-form .mdl-textfield__input {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: transparent;
}
.search-form.-navigate {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 20px;
  position: relative;
  font-size: 0.875rem;
}
.search-form.-navigate .search-icon {
  position: absolute;
  left: 11px;
}
.search-form.-navigate .field {
  border: none;
  border-bottom: solid 1px rgba(35, 35, 35, 0.6);
  height: 100%;
  padding-right: 6.875rem;
  padding-bottom: 8px;
}
.search-form.-navigate .field.-warning {
  outline: none;
  border-bottom: 3px solid #f15a22;
  padding-bottom: 4px;
}
.search-form.-navigate .field:focus, .search-form.-navigate .field.is-focused {
  outline: none;
  border-bottom: solid 2px var(--wmcolor-border-focus, #19a1a9);
}
.search-form.-navigate > .count {
  white-space: nowrap;
  margin-left: 0.5rem;
}
.search-form.-navigate > .button-collection {
  margin-left: 0.5rem;
}
.search-form.-navigate > .button-collection.active {
  color: var(--wmcolor-text, #4a4a4a);
}
.search-form.-navigate .search.button {
  font-size: 1.25rem;
  width: 1.875rem;
}
.search-form.-navigate .search.button + .search.button {
  margin-left: 0;
}

.charcount {
  position: relative;
  background: #fff;
}
.charcount input.textfieldinput:focus {
  padding-right: 5.625rem;
}
[dir=RTL] .charcount input.textfieldinput:focus {
  padding-right: 0.9375rem;
  padding-left: 5.625rem;
}
.charcount.-textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(35, 35, 35, 0.6);
}
.charcount.-textarea .textfieldinput {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.charcount.-textarea .textfieldinput + .count {
  top: auto;
  left: 0;
  height: auto;
}
.charcount .count {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0.875rem;
  text-align: right;
  display: none;
  padding: 0.0625rem 1.25rem;
  background: rgba(74, 74, 74, 0.05);
  height: 100%;
  line-height: 2.25rem;
  letter-spacing: 0.3px;
}
[dir=RTL] .charcount .count {
  text-align: left;
  right: auto;
  left: 0;
}
.is-focused .charcount.-textarea {
  padding-bottom: 2.375rem;
}
.is-focused .charcount.-textarea .textfieldinput {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.textfieldlabel {
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
  line-height: normal;
}
.textfieldlabel + .charcount,
.textfieldlabel + .textfieldinput,
.textfieldlabel + wm-select {
  margin-top: 0.25rem;
  display: block;
}

.textfield {
  position: relative;
  font-size: 0.875rem;
}
.textfield + .textfield {
  margin-top: 1.25rem;
}
.textfield .textfieldinput {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(35, 35, 35, 0.6);
  font-size: 0.875rem;
  padding: 0 0.9375rem;
  width: 100%;
  height: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .textfield .textfieldinput {
    height: 2.75rem;
  }
}
.textfield .textfieldinput:focus + .count {
  display: block;
}
.textfield .textfieldinput.-disabled, .textfield .textfieldinput:disabled {
  background-color: #f0f0f0;
  border: 1px solid #8a8a8a;
  color: #737373;
}
.textfield textarea.textfieldinput {
  resize: vertical;
  min-height: 2.25rem;
  padding: 0.625rem 0.9375rem 0.5rem;
}
.textfield textarea.textfieldinput.-disabled, .textfield textarea.textfieldinput:disabled {
  background-color: #f0f0f0;
  border: 1px solid #8a8a8a;
  color: #737373;
}
.textfield .help-text {
  margin-top: 0.3125rem;
  font-style: italic;
}

.error {
  color: #c0392b;
}
.error.-textfield-error {
  color: #d50000;
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
  top: 100%;
  left: 0;
}
.error.textfieldlabel:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f026";
  margin-left: 0.3125rem;
}
[dir=RTL] .error.textfieldlabel:after {
  margin-left: 0;
  margin-right: 0.3125rem;
}
.error.input-error {
  font-style: italic;
  display: block;
  margin-top: 0.3125rem;
}

.textfield.error {
  color: var(--wmcolor-text, #4a4a4a);
}
.textfield.error .textfieldlabel {
  color: #c0392b;
}
.textfield.error .textfieldlabel:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c0392b;
  content: "\f026";
  margin-left: 0.3125rem;
}
[dir=RTL] .textfield.error .textfieldlabel:after {
  margin-left: 0;
  margin-right: 0.3125rem;
}
.textfield.error .input-error {
  color: #c0392b;
  font-style: italic;
  display: block;
  margin-top: 0.3125rem;
}

.is-invalid .error {
  visibility: visible;
}

.page-banner {
  -webkit-box-shadow: 0 2px 19px 0 rgba(46, 27, 70, 0.05);
  -moz-box-shadow: 0 2px 19px 0 rgba(46, 27, 70, 0.05);
  box-shadow: 0 2px 19px 0 rgba(46, 27, 70, 0.05);
  background: #fff;
  color: #4a4a4a;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 9;
}
.page-banner.-withbreadcrumbs {
  padding-top: 1.0625rem;
}
.page-banner.-mainheader {
  background: #fff;
  color: var(--wmcolor-text, #4a4a4a);
}
.pagecontent > .page-banner {
  margin-left: -32px;
  margin-right: -32px;
}
.pagecontent > .page-banner + .tab-list {
  margin-left: -32px;
  margin-right: -32px;
}
@media only screen and (max-width: 767px) {
  .page-banner {
    padding: 2.1875rem 1.25rem;
  }
}

.selectstatus {
  font-size: 0.875rem;
  padding-right: 3.75rem;
  font-style: italic;
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
}

.grid {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.grid > .empty-state {
  margin-top: 150px;
}
.grid .common-cell {
  position: fixed;
  z-index: 3;
  min-width: 22.625rem;
  box-sizing: border-box;
  padding: 1.25rem 0 1.25rem 3.125rem;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: solid 3px rgba(74, 74, 74, 0.5);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01875rem;
  text-align: left;
  text-transform: uppercase;
}
.grid .columnheader {
  text-align: center;
  vertical-align: middle;
}
.grid .grid-header + .row {
  margin-top: 3.625rem;
}
.grid .row {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.grid .rowheader {
  flex-direction: column;
  position: fixed;
  left: 0;
  z-index: 1;
  background: #fff;
  min-width: 22.625rem;
  border-right: solid 3px rgba(74, 74, 74, 0.5);
  border-bottom: solid 2px rgba(74, 74, 74, 0.1);
  box-sizing: border-box;
  height: 4.9375rem;
  padding: 1.25rem 0 1.25rem 3.125rem;
  background: #fff;
  text-align: left;
}
.grid .rowheader > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.grid .rowheader + .gridcell {
  margin-left: 22.75rem;
}
.grid .gridcell {
  flex-direction: column;
  margin-left: 0;
  width: 8.25rem;
  min-width: 8.25rem;
  box-sizing: border-box;
  height: 4.9375rem;
  padding: 0;
  border-right: solid 2px rgba(74, 74, 74, 0.1);
  border-bottom: solid 2px rgba(74, 74, 74, 0.1);
}
.grid .gridcell .textfieldinput {
  min-width: 8.125rem;
  height: 4.8125rem;
  border: none;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.grid .gridcell .textfieldinput:hover {
  background-color: rgba(46, 27, 70, 0.05);
}
.grid .gridcell .textfieldinput:focus {
  border: solid 2px #0da1ae;
  box-shadow: none;
}
.grid .gridcell .textfieldinput .invalid {
  color: #c0392b;
  border: solid 2px #c0392b;
  box-shadow: none;
}
.grid .invalid:focus {
  border: solid 2px #c0392b;
  box-shadow: none;
}
.grid .button-wrap {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 3;
}
.grid .grid-header {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  text-transform: uppercase;
}
.grid .grid-header > span {
  padding: 1.25rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01875rem;
  text-align: center;
  min-width: 8.25rem;
  box-sizing: border-box;
  cursor: context-menu;
}
.grid .grid-header > span:first-child {
  min-width: 22.625rem;
}
.grid .grid-header > span:hover {
  background-color: rgba(46, 27, 70, 0.05);
}

.empty-state {
  text-align: center;
}
.empty-state > .wrapper {
  margin-top: 4.0625rem;
}
.empty-state > .wrapper > .header {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.4375rem;
}
.empty-state > .wrapper > .callout {
  margin: 0;
  letter-spacing: normal;
  font-size: 0.875rem;
  max-width: none;
}
.empty-state > .wrapper > button.large, .empty-state > .wrapper > button.-primary, .empty-state > .wrapper wm-button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 1.25rem;
}
#manage-course-modal .empty-state > .wrapper {
  margin-top: 8.125rem;
}

@media screen and (min-height: 650px) {
  .empty-state {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 105px;
  }
  .empty-state > .wrapper.-centered {
    position: relative;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.-relativeemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.-relativeemptystate > .page-header {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.-relativeemptystate .empty-state {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  top: calc(50% - 222px);
}
@media screen and (min-height: 650px) {
  .-relativeemptystate .empty-state > .wrapper {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin-top: 0;
    top: 50%;
    left: 0;
    right: 0;
  }
}

.fixable-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  flex-wrap: wrap;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 2.25rem;
}

.immersive-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
.immersive-layout > .maincontent {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.875rem;
}

.immersive-header, .flyout-panel > .header,
.flyout-panel > .container > .header {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #353b48;
  color: #fff;
  z-index: 20;
  min-height: 5.4375rem;
  padding: 1.25rem 1.875rem;
}
.immersive-header .page-banner, .flyout-panel > .header .page-banner,
.flyout-panel > .container > .header .page-banner {
  margin-left: 0;
  margin-right: 0;
}
.immersive-header .page-header, .flyout-panel > .header .page-header,
.flyout-panel > .container > .header .page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.immersive-header .title, .flyout-panel > .header .title,
.flyout-panel > .container > .header .title {
  margin-bottom: 0;
}
.immersive-header .headerinfo, .flyout-panel > .header .headerinfo,
.flyout-panel > .container > .header .headerinfo {
  font-size: 0.875rem;
}
.immersive-header .headerinfo > .info, .flyout-panel > .header .headerinfo > .info,
.flyout-panel > .container > .header .headerinfo > .info {
  display: inline-block;
  margin-right: 2.5rem;
  margin-top: 0.375rem;
}
.immersive-header .headerinfo > .info .header, .flyout-panel > .header .headerinfo > .info .header,
.flyout-panel > .container > .header .headerinfo > .info .header, .immersive-header .headerinfo > .info .text, .flyout-panel > .header .headerinfo > .info .text,
.flyout-panel > .container > .header .headerinfo > .info .text {
  display: inline;
}
.immersive-header .headerinfo > .info .header, .flyout-panel > .header .headerinfo > .info .header,
.flyout-panel > .container > .header .headerinfo > .info .header {
  font-weight: 500;
  font-size: 0.875rem;
}
.immersive-header .headerinfo > .info .header:after, .flyout-panel > .header .headerinfo > .info .header:after,
.flyout-panel > .container > .header .headerinfo > .info .header:after {
  content: " ";
  margin-right: 0.625rem;
  display: inline-block;
}
.immersive-header .headerinfo > .info .text, .flyout-panel > .header .headerinfo > .info .text,
.flyout-panel > .container > .header .headerinfo > .info .text {
  font-weight: normal;
}
.immersive-header .subtitle, .flyout-panel > .header .subtitle,
.flyout-panel > .container > .header .subtitle {
  font-size: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5rem;
  margin-top: 0;
}
.immersive-header wm-button[icon=close], .flyout-panel > .header wm-button[icon=close],
.flyout-panel > .container > .header wm-button[icon=close] {
  margin: 0 1.875rem 0 0;
}
[dir=RTL] .immersive-header wm-button[icon=close], [dir=RTL] .flyout-panel > .header wm-button[icon=close],
[dir=RTL] .flyout-panel > .container > .header wm-button[icon=close] {
  margin: 0 0 0 1.875rem;
}
.immersive-header wm-button[icon=close]:before, .flyout-panel > .header wm-button[icon=close]:before,
.flyout-panel > .container > .header wm-button[icon=close]:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.immersive-header wm-button.cancel, .flyout-panel > .header wm-button.cancel,
.flyout-panel > .container > .header wm-button.cancel {
  margin: 0 1.875rem 0 0;
}
[dir=RTL] .immersive-header wm-button.cancel, [dir=RTL] .flyout-panel > .header wm-button.cancel,
[dir=RTL] .flyout-panel > .container > .header wm-button.cancel {
  margin: 0 0 0 1.875rem;
}
.immersive-header .button, .flyout-panel > .header .button,
.flyout-panel > .container > .header .button {
  display: inline-block;
}
.immersive-header .button.cancel, .flyout-panel > .header .button.cancel,
.flyout-panel > .container > .header .button.cancel, .immersive-header .button.goback, .flyout-panel > .header .button.goback,
.flyout-panel > .container > .header .button.goback {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  align-self: center;
  line-height: 1.65;
  margin-right: 0.625rem;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
}
.immersive-header .button.cancel, .flyout-panel > .header .button.cancel,
.flyout-panel > .container > .header .button.cancel {
  margin: 0 1.875rem 0 0;
}
[dir=RTL] .immersive-header .button.cancel, [dir=RTL] .flyout-panel > .header .button.cancel,
[dir=RTL] .flyout-panel > .container > .header .button.cancel {
  margin: 0 0 0 1.875rem;
}
.immersive-header .button.cancel:before, .flyout-panel > .header .button.cancel:before,
.flyout-panel > .container > .header .button.cancel:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.immersive-header .button.-secondary:not(.-disabled):not(:disabled), .flyout-panel > .header .button.-secondary:not(.-disabled):not(:disabled),
.flyout-panel > .container > .header .button.-secondary:not(.-disabled):not(:disabled), .immersive-header .button.-icononly, .flyout-panel > .header .button.-icononly,
.flyout-panel > .container > .header .button.-icononly {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.immersive-header .button.-secondary:not(.-disabled):not(:disabled):hover, .flyout-panel > .header .button.-secondary:not(.-disabled):not(:disabled):hover,
.flyout-panel > .container > .header .button.-secondary:not(.-disabled):not(:disabled):hover, .immersive-header .button.-icononly:hover, .flyout-panel > .header .button.-icononly:hover,
.flyout-panel > .container > .header .button.-icononly:hover {
  background: #fff;
  color: #575195;
}
.immersive-header .button.-primary:not(.-disabled):not(:disabled), .flyout-panel > .header .button.-primary:not(.-disabled):not(:disabled),
.flyout-panel > .container > .header .button.-primary:not(.-disabled):not(:disabled), .immersive-header .button.-icononly, .flyout-panel > .header .button.-icononly,
.flyout-panel > .container > .header .button.-icononly {
  background: #fff;
  color: #575195;
  border-color: #fff;
}
.immersive-header .button.-primary:not(.-disabled):not(:disabled):hover, .flyout-panel > .header .button.-primary:not(.-disabled):not(:disabled):hover,
.flyout-panel > .container > .header .button.-primary:not(.-disabled):not(:disabled):hover, .immersive-header .button.-icononly:hover, .flyout-panel > .header .button.-icononly:hover,
.flyout-panel > .container > .header .button.-icononly:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #575195;
}
.immersive-header .button.-secondary:disabled, .flyout-panel > .header .button.-secondary:disabled,
.flyout-panel > .container > .header .button.-secondary:disabled, .immersive-header .button.-secondary.-disabled, .flyout-panel > .header .button.-secondary.-disabled,
.flyout-panel > .container > .header .button.-secondary.-disabled {
  background: transparent;
}
.immersive-header .button.-navigational, .flyout-panel > .header .button.-navigational,
.flyout-panel > .container > .header .button.-navigational {
  color: #fff;
}
.immersive-header .button.-navigational:hover, .flyout-panel > .header .button.-navigational:hover,
.flyout-panel > .container > .header .button.-navigational:hover {
  background: #fff;
  color: #353b48;
}
.immersive-header .search-form.-navigate, .flyout-panel > .header .search-form.-navigate,
.flyout-panel > .container > .header .search-form.-navigate {
  margin-top: 1.5rem;
}
.immersive-header .search-form.-navigate .field, .flyout-panel > .header .search-form.-navigate .field,
.flyout-panel > .container > .header .search-form.-navigate .field {
  color: #fff;
  background: #353b48;
  font-size: 1.5rem;
  font-weight: 300;
}
.immersive-header .search-form.-navigate > .count, .flyout-panel > .header .search-form.-navigate > .count,
.flyout-panel > .container > .header .search-form.-navigate > .count {
  padding-left: 0.625rem;
  right: 1.5625rem;
  color: #949494;
  display: block;
}

.flyout-panel {
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100vw;
  z-index: 2000;
  text-align: left;
  opacity: 0;
}
[dir=RTL] .flyout-panel {
  left: 0;
  right: 100vw;
  text-align: right;
}
.flyout-panel > .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}
.flyout-panel > .overlay,
.flyout-panel > .container > .overlay {
  -ms-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  background-color: rgba(25, 25, 25, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
}
.flyout-panel > .content,
.flyout-panel > .header,
.flyout-panel > .container > .content,
.flyout-panel > .container > .header {
  -ms-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
  right: 0;
  left: 0;
  margin-left: 100%;
  width: 100%;
}
[dir=RTL] .flyout-panel > .content,
[dir=RTL] .flyout-panel > .header,
[dir=RTL] .flyout-panel > .container > .content,
[dir=RTL] .flyout-panel > .container > .header {
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 100%;
}
.flyout-panel > .header,
.flyout-panel > .container > .header {
  background: #fff;
}
.flyout-panel > .header + .content,
.flyout-panel > .container > .header + .content {
  padding-top: 1.875rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .flyout-panel > .header,
  .flyout-panel > .container > .header {
    top: -2.5rem;
  }
}
.flyout-panel > .content,
.flyout-panel > .container > .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 100%;
  background: #fafafa;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 16;
  padding: 0 1.875rem;
}
[dir=RTL] .flyout-panel > .content,
[dir=RTL] .flyout-panel > .container > .content {
  margin-left: 0;
  margin-right: 100%;
}
.flyout-panel > .content .flex-row,
.flyout-panel > .container > .content .flex-row {
  display: none;
}
.flyout-panel > .content .empty-state,
.flyout-panel > .container > .content .empty-state {
  top: 0;
}
@media screen and (min-height: 650px) {
  .flyout-panel > .content .empty-state,
  .flyout-panel > .container > .content .empty-state {
    top: 105px;
  }
}
.flyout-panel:not(.show) a, .flyout-panel:not(.show) button, .flyout-panel:not(.show) input, .flyout-panel:not(.show) textarea {
  display: none !important;
}
.flyout-panel > .course-outcome > .header + .content {
  padding-top: 0;
}
.flyout-panel > .course-outcome > .content {
  padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .flyout-panel > .course-outcome > .header {
    top: 0;
  }
}
.flyout-panel.show {
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
  opacity: 1;
}
[dir=RTL] .flyout-panel.show {
  right: 0;
  left: 0;
}
.flyout-panel.show > .overlay,
.flyout-panel.show > .container > .overlay {
  -ms-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.flyout-panel.show > .content, .flyout-panel.show > .header,
.flyout-panel.show > .container > .content,
.flyout-panel.show > .container > .header {
  transition-duration: 0.1s;
}
.flyout-panel.show > .header,
.flyout-panel.show > .container > .header {
  background: #fff;
  color: #4a4a4a;
  margin-left: 0;
}
[dir=RTL] .flyout-panel.show > .header,
[dir=RTL] .flyout-panel.show > .container > .header {
  margin-left: auto;
  margin-right: 0;
}
.flyout-panel.show > .header .button.-secondary:not(.-disabled):not(:disabled), .flyout-panel.show > .header .button.-icononly,
.flyout-panel.show > .container > .header .button.-secondary:not(.-disabled):not(:disabled),
.flyout-panel.show > .container > .header .button.-icononly {
  background: #fff;
  color: #575195;
  border-color: #575195;
}
.flyout-panel.show > .header .button.-secondary:not(.-disabled):not(:disabled):hover, .flyout-panel.show > .header .button.-icononly:hover,
.flyout-panel.show > .container > .header .button.-secondary:not(.-disabled):not(:disabled):hover,
.flyout-panel.show > .container > .header .button.-icononly:hover {
  background: rgb(69.6, 64.8, 119.2);
  color: #fff;
}
.flyout-panel.show > .header .button.-secondary:disabled, .flyout-panel.show > .header .button.-secondary.-disabled,
.flyout-panel.show > .container > .header .button.-secondary:disabled,
.flyout-panel.show > .container > .header .button.-secondary.-disabled {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(87, 81, 149, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(87, 81, 149, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(87, 81, 149, 0.12);
  background: inherit;
}
.flyout-panel.show > .header .button.-primary:not(.-disabled):not(:disabled), .flyout-panel.show > .header .button.-icononly,
.flyout-panel.show > .container > .header .button.-primary:not(.-disabled):not(:disabled),
.flyout-panel.show > .container > .header .button.-icononly {
  background: #575195;
  color: #fff;
  border-color: #575195;
}
.flyout-panel.show > .header .button.-primary:not(.-disabled):not(:disabled):hover, .flyout-panel.show > .header .button.-icononly:hover,
.flyout-panel.show > .container > .header .button.-primary:not(.-disabled):not(:disabled):hover,
.flyout-panel.show > .container > .header .button.-icononly:hover {
  background: rgb(69.6, 64.8, 119.2);
  color: #fff;
}
.flyout-panel.show > .header .button.-navigational,
.flyout-panel.show > .container > .header .button.-navigational {
  color: #575195;
}
.flyout-panel.show > .header .button.-navigational:hover,
.flyout-panel.show > .container > .header .button.-navigational:hover {
  background: #d7d6d9;
  color: #575195;
}
.flyout-panel.show > .header .search-form.-navigate .field,
.flyout-panel.show > .container > .header .search-form.-navigate .field {
  background: #fff;
}
.flyout-panel.show > .content,
.flyout-panel.show > .container > .content {
  margin-left: 0;
}
[dir=RTL] .flyout-panel.show > .content,
[dir=RTL] .flyout-panel.show > .container > .content {
  margin-left: auto;
  margin-right: 0;
}
.flyout-panel.show > .content .flex-row,
.flyout-panel.show > .container > .content .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flyout-panel.-sliding-panel {
  -ms-transition: left 0s ease-out;
  -webkit-transition: left 0s ease-out;
  -moz-transition: left 0s ease-out;
  transition: left 0s ease-out;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  overflow: hidden;
  left: 100vw;
  display: block;
  opacity: 1;
}
.flyout-panel.-sliding-panel.show {
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}
.flyout-panel.-sliding-panel.show .sliding-panel-overlay {
  opacity: 1;
}
.flyout-panel.-sliding-panel .header {
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  width: auto;
  margin: 0;
  left: 6.25rem;
}
.flyout-panel.-sliding-panel .header.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.flyout-panel.-sliding-panel .content {
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  width: auto;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  z-index: 16;
  left: 6.25rem;
}
.flyout-panel.-sliding-panel .content.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.main-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  height: 56px;
  padding: 12px 30px;
  color: var(--wmcolor-text, #4a4a4a);
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
}
.main-footer .getassistance .icon {
  margin-right: 8px;
  font-weight: normal;
}

.grid {
  padding: 0.625rem;
  /* TODO: Add actual styling*/
}

.wm-grid .wm-grid-row {
  display: grid;
  column-gap: 1.25rem;
  grid-template-columns: repeat(12, 1fr);
}
.wm-grid [class*=wm-grid-col] {
  width: 100%;
  box-sizing: border-box;
}
.wm-grid .wm-grid-col-1 {
  grid-column: auto/span 1;
}
.wm-grid .wm-grid-col-2 {
  grid-column: auto/span 2;
}
.wm-grid .wm-grid-col-3 {
  grid-column: auto/span 3;
}
.wm-grid .wm-grid-col-4 {
  grid-column: auto/span 4;
}
.wm-grid .wm-grid-col-5 {
  grid-column: auto/span 5;
}
.wm-grid .wm-grid-col-6 {
  grid-column: auto/span 6;
}
.wm-grid .wm-grid-col-7 {
  grid-column: auto/span 7;
}
.wm-grid .wm-grid-col-8 {
  grid-column: auto/span 8;
}
.wm-grid .wm-grid-col-9 {
  grid-column: auto/span 9;
}
.wm-grid .wm-grid-col-10 {
  grid-column: auto/span 10;
}
.wm-grid .wm-grid-col-11 {
  grid-column: auto/span 11;
}
.wm-grid .wm-grid-col-12 {
  grid-column: auto/span 12;
}
@media only screen and (max-width: 1280px) {
  .wm-grid .wm-grid-col-xl-1 {
    grid-column: auto/span 1;
  }
  .wm-grid .wm-grid-col-xl-2 {
    grid-column: auto/span 2;
  }
  .wm-grid .wm-grid-col-xl-3 {
    grid-column: auto/span 3;
  }
  .wm-grid .wm-grid-col-xl-4 {
    grid-column: auto/span 4;
  }
  .wm-grid .wm-grid-col-xl-5 {
    grid-column: auto/span 5;
  }
  .wm-grid .wm-grid-col-xl-6 {
    grid-column: auto/span 6;
  }
  .wm-grid .wm-grid-col-xl-7 {
    grid-column: auto/span 7;
  }
  .wm-grid .wm-grid-col-xl-8 {
    grid-column: auto/span 8;
  }
  .wm-grid .wm-grid-col-xl-9 {
    grid-column: auto/span 9;
  }
  .wm-grid .wm-grid-col-xl-10 {
    grid-column: auto/span 10;
  }
  .wm-grid .wm-grid-col-xl-11 {
    grid-column: auto/span 11;
  }
  .wm-grid .wm-grid-col-xl-12 {
    grid-column: auto/span 12;
  }
}
@media only screen and (max-width: 1440px) {
  .wm-grid .wm-grid-col-lg-1 {
    grid-column: auto/span 1;
  }
  .wm-grid .wm-grid-col-lg-2 {
    grid-column: auto/span 2;
  }
  .wm-grid .wm-grid-col-lg-3 {
    grid-column: auto/span 3;
  }
  .wm-grid .wm-grid-col-lg-4 {
    grid-column: auto/span 4;
  }
  .wm-grid .wm-grid-col-lg-5 {
    grid-column: auto/span 5;
  }
  .wm-grid .wm-grid-col-lg-6 {
    grid-column: auto/span 6;
  }
  .wm-grid .wm-grid-col-lg-7 {
    grid-column: auto/span 7;
  }
  .wm-grid .wm-grid-col-lg-8 {
    grid-column: auto/span 8;
  }
  .wm-grid .wm-grid-col-lg-9 {
    grid-column: auto/span 9;
  }
  .wm-grid .wm-grid-col-lg-10 {
    grid-column: auto/span 10;
  }
  .wm-grid .wm-grid-col-lg-11 {
    grid-column: auto/span 11;
  }
  .wm-grid .wm-grid-col-lg-12 {
    grid-column: auto/span 12;
  }
}
@media only screen and (max-width: 1024px) {
  .wm-grid .wm-grid-row {
    grid-template-columns: repeat(10, 1fr);
  }
  .wm-grid .wm-grid-col-1:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 0.8333333333;
  }
  .wm-grid .wm-grid-col-2:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 1.6666666667;
  }
  .wm-grid .wm-grid-col-3:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 2.5;
  }
  .wm-grid .wm-grid-col-4:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 3.3333333333;
  }
  .wm-grid .wm-grid-col-5:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 4.1666666667;
  }
  .wm-grid .wm-grid-col-6:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 5;
  }
  .wm-grid .wm-grid-col-7:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 5.8333333333;
  }
  .wm-grid .wm-grid-col-8:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 6.6666666667;
  }
  .wm-grid .wm-grid-col-9:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 7.5;
  }
  .wm-grid .wm-grid-col-10:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 8.3333333333;
  }
  .wm-grid .wm-grid-col-11:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 9.1666666667;
  }
  .wm-grid .wm-grid-col-12:not([class*=wm-grid-col-md]) {
    grid-column: auto/span 10;
  }
  .wm-grid .wm-grid-col-md-1 {
    grid-column: auto/span 1;
  }
  .wm-grid .wm-grid-col-md-2 {
    grid-column: auto/span 2;
  }
  .wm-grid .wm-grid-col-md-3 {
    grid-column: auto/span 3;
  }
  .wm-grid .wm-grid-col-md-4 {
    grid-column: auto/span 4;
  }
  .wm-grid .wm-grid-col-md-5 {
    grid-column: auto/span 5;
  }
  .wm-grid .wm-grid-col-md-6 {
    grid-column: auto/span 6;
  }
  .wm-grid .wm-grid-col-md-7 {
    grid-column: auto/span 7;
  }
  .wm-grid .wm-grid-col-md-8 {
    grid-column: auto/span 8;
  }
  .wm-grid .wm-grid-col-md-9 {
    grid-column: auto/span 9;
  }
  .wm-grid .wm-grid-col-md-10 {
    grid-column: auto/span 10;
  }
}
@media only screen and (max-width: 768px) {
  .wm-grid .wm-grid-row {
    grid-template-columns: repeat(8, 1fr);
  }
  .wm-grid .wm-grid-col-1:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 0.6666666667;
  }
  .wm-grid .wm-grid-col-2:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 1.3333333333;
  }
  .wm-grid .wm-grid-col-3:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 2;
  }
  .wm-grid .wm-grid-col-4:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 2.6666666667;
  }
  .wm-grid .wm-grid-col-5:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 3.3333333333;
  }
  .wm-grid .wm-grid-col-6:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 4;
  }
  .wm-grid .wm-grid-col-7:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 4.6666666667;
  }
  .wm-grid .wm-grid-col-8:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 5.3333333333;
  }
  .wm-grid .wm-grid-col-9:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 6;
  }
  .wm-grid .wm-grid-col-10:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 6.6666666667;
  }
  .wm-grid .wm-grid-col-11:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 7.3333333333;
  }
  .wm-grid .wm-grid-col-12:not([class*=wm-grid-col-sm]) {
    grid-column: auto/span 8;
  }
  .wm-grid .wm-grid-col-sm-1 {
    grid-column: auto/span 1;
  }
  .wm-grid .wm-grid-col-sm-2 {
    grid-column: auto/span 2;
  }
  .wm-grid .wm-grid-col-sm-3 {
    grid-column: auto/span 3;
  }
  .wm-grid .wm-grid-col-sm-4 {
    grid-column: auto/span 4;
  }
  .wm-grid .wm-grid-col-sm-5 {
    grid-column: auto/span 5;
  }
  .wm-grid .wm-grid-col-sm-6 {
    grid-column: auto/span 6;
  }
  .wm-grid .wm-grid-col-sm-7 {
    grid-column: auto/span 7;
  }
  .wm-grid .wm-grid-col-sm-8 {
    grid-column: auto/span 8;
  }
}
@media only screen and (max-width: 414px) {
  .wm-grid .wm-grid-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .wm-grid .wm-grid-col-1:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 48;
  }
  .wm-grid .wm-grid-col-2:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 24;
  }
  .wm-grid .wm-grid-col-3:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 16;
  }
  .wm-grid .wm-grid-col-4:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 12;
  }
  .wm-grid .wm-grid-col-5:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 9.6;
  }
  .wm-grid .wm-grid-col-6:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 8;
  }
  .wm-grid .wm-grid-col-7:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 6.8571428571;
  }
  .wm-grid .wm-grid-col-8:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 6;
  }
  .wm-grid .wm-grid-col-9:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 5.3333333333;
  }
  .wm-grid .wm-grid-col-10:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 4.8;
  }
  .wm-grid .wm-grid-col-11:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 4.3636363636;
  }
  .wm-grid .wm-grid-col-12:not([class*=wm-grid-col-xs]) {
    grid-column: auto/span 4;
  }
  .wm-grid .wm-grid-col-xs-1 {
    grid-column: auto/span 1;
  }
  .wm-grid .wm-grid-col-xs-2 {
    grid-column: auto/span 2;
  }
  .wm-grid .wm-grid-col-xs-3 {
    grid-column: auto/span 3;
  }
  .wm-grid .wm-grid-col-xs-4 {
    grid-column: auto/span 4;
  }
}
@media only screen and (max-width: 321px) {
  .wm-grid .wm-grid-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .wm-grid .wm-grid-col-1:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 48;
  }
  .wm-grid .wm-grid-col-2:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 24;
  }
  .wm-grid .wm-grid-col-3:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 16;
  }
  .wm-grid .wm-grid-col-4:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 12;
  }
  .wm-grid .wm-grid-col-5:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 9.6;
  }
  .wm-grid .wm-grid-col-6:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 8;
  }
  .wm-grid .wm-grid-col-7:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 6.8571428571;
  }
  .wm-grid .wm-grid-col-8:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 6;
  }
  .wm-grid .wm-grid-col-9:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 5.3333333333;
  }
  .wm-grid .wm-grid-col-10:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 4.8;
  }
  .wm-grid .wm-grid-col-11:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 4.3636363636;
  }
  .wm-grid .wm-grid-col-12:not([class*=wm-grid-col-tiny]) {
    grid-column: auto/span 4;
  }
  .wm-grid .wm-grid-col-tiny-1 {
    grid-column: auto/span 1;
  }
  .wm-grid .wm-grid-col-tiny-2 {
    grid-column: auto/span 2;
  }
  .wm-grid .wm-grid-col-tiny-3 {
    grid-column: auto/span 3;
  }
  .wm-grid .wm-grid-col-tiny-4 {
    grid-column: auto/span 4;
  }
}

.page-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-header > .title {
  margin: 0 0 2.5rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.page-header > .title .subtitle, .flyout-panel .page-header > .title .subtitle {
  font-size: 0.875rem;
  display: block;
  text-transform: none;
  font-weight: 700;
  line-height: 1.5rem;
}
.page-header > .title .supertitle, .flyout-panel .page-header > .title .supertitle {
  font-size: 0.875rem;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.2px;
}
.page-header > .title.-small {
  font-size: 0.875rem;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header > .title + p {
  margin-top: 0;
}
.page-header.-titleonly > .title {
  margin: 0;
}
.page-header .button.cancel + .title,
.page-header .button.goback + .title {
  display: inline-block;
  margin: 0;
}
.page-header .assessmentlead {
  font-size: 0.875rem;
}
.page-header .assessmentlead .icon {
  font-size: 0.9375rem;
  margin-right: 0.25rem;
}
.flyout-panel .page-header {
  margin-bottom: 0;
}
.flyout-panel .page-header > .title {
  margin-bottom: 0;
}
[dir=RTL] .page-header:not(.-titleonly) {
  margin: 0 0 0 2.5rem;
}

.modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(25, 25, 25, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3001;
  max-width: none;
  margin: 0;
}
.modal-dialog.-addList .content {
  overflow-y: auto;
}
.modal-dialog.-addList .content .-scrollcontainer {
  overflow-y: auto;
}
.modal-dialog.hide {
  display: none;
}
.modal-dialog.-dialog > .content .header {
  border-bottom: none;
}
.modal-dialog.-dialog > .content .footer {
  border-top: none;
}
.modal-dialog > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1002;
  background: #fff;
  width: 80vw;
  max-height: 80vh;
  max-width: 750px;
}
.modal-dialog > .content .header,
.modal-dialog > .content .footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.modal-dialog > .content .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.875rem 0.625rem;
  border-bottom: 1px solid rgba(46, 27, 70, 0.05);
}
.modal-dialog > .content .header.-titleonly {
  padding-top: 1.25rem;
}
.modal-dialog > .content .header + .footer {
  border-top: none;
}
.modal-dialog > .content .header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0;
  letter-spacing: normal;
}
.modal-dialog > .content .header .title.-nosubtitle + .close {
  margin-top: 0;
  position: absolute;
  top: 1.25rem;
  right: 0.4375rem;
}
.modal-dialog > .content .header .title.error {
  color: #f00;
}
.modal-dialog > .content .header .title .subtitle {
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
.modal-dialog > .content .header .title .error-msg {
  font-size: 14px;
  display: block;
  font-weight: 300;
  line-height: 1.5rem;
}
.modal-dialog > .content .header .close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -0.375rem;
  width: 2.5rem;
  height: 2.5rem;
}
.modal-dialog > .content .toolbar {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0.625rem 1.875rem 0;
}
.modal-dialog > .content .body {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
}
.modal-dialog > .content .body.-noscroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}
.modal-dialog > .content .body:not(.-noscroll) {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.25rem 1.875rem;
}
.modal-dialog > .content .body:not(.-noscroll) .loader {
  padding: 1.25rem;
}
.modal-dialog > .content .-scrollcontainer {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.25rem 1.875rem 0;
  min-height: 100%;
}
.modal-dialog > .content .-scrollcontainer .scrollelement {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -1.875rem;
  padding: 0.25rem 1.875rem;
}
.modal-dialog > .content .-scrollcontainer .scrollsibling {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.modal-dialog > .content .loader {
  text-align: center;
  width: 100%;
}
.modal-dialog > .content .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding: 1.25rem 1.875rem;
}
.modal-dialog > .content .footer.-buttonsonly {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.modal-dialog.-actiondialog .content {
  width: 41.625rem;
}
.modal-dialog.-actiondialog .content .header {
  padding: 1.25rem 1.875rem 1.5625rem;
  border: none;
}
.modal-dialog.-actiondialog .content .body {
  padding: 0 1.875rem;
}
.modal-dialog.-actiondialog .content .footer {
  padding: 1.5625rem 1.875rem;
  border: none;
}
.modal-dialog.-actiondialog .content .footer .button-collection > .button + .button {
  margin-left: 1rem;
}

.tab-list {
  font-size: 0.875rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  z-index: 8;
  background: rgb(69.16, 74.68, 86.64);
}
.tab-list.sticky {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
.tab-list > .button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5625rem;
  display: none;
  background: #10233b;
  z-index: 10;
}
.tab-list > .button:hover {
  background: #10233b;
}
.tab-list > .button.prev-tab {
  left: 0;
}
.tab-list > .button.next-tab {
  right: 0;
}
.tab-list > .button.show {
  display: block;
}
.tab-list .tabcontainer {
  overflow: hidden;
  padding-left: 32px;
  padding-right: 32px;
  height: 4.0625rem;
  line-height: 4.0625rem;
}
.tab-list .tab {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.7px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 3px 0;
  margin: 0 1.5625rem;
  opacity: 0.8;
}
.tab-list .tab.active {
  color: #fff;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  opacity: 1;
}
.tab-list .tab, .tab-list .tab:hover, .tab-list .tab:active {
  background: transparent;
}
.tab-list .tab:first-child {
  margin-left: 0;
}
[dir=RTL] .tab-list .tab:first-child {
  margin-right: 0;
  margin-left: 1.5625rem;
}
.-mainheader + .tab-list {
  background: #f2f2f2;
}
.-mainheader + .tab-list .tab {
  color: var(--wmcolor-text, #4a4a4a);
  opacity: 1;
}
.-mainheader + .tab-list .tab.active {
  color: #575195;
  border-color: #575195;
}
.-tabbed .tab-list {
  background: transparent;
  margin-bottom: 0;
}
.-tabbed .tab-list .tabcontainer {
  padding: 0;
}
.-tabbed .tab-list .tab {
  color: #575195;
  opacity: 1;
  height: 100%;
  line-height: 94px;
  padding: 0;
}
.-tabbed .tab-list .tab.active {
  color: #575195;
  border-color: #575195;
}

.accordion-list > .panel {
  -ms-transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 1.25rem;
  position: relative;
}
.accordion-list > .panel.-expanded {
  width: calc(78% + 40px);
  margin-top: 1.25rem;
}
.accordion-list > .panel.-expanded:not(:last-child) {
  margin-bottom: 1.25rem;
}

.org-node {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.875rem;
}
.org-node .node {
  list-style-type: none;
  padding-left: 0;
}
[dir=RTL] .org-node .node {
  padding-right: 0;
}
.org-node .node-info {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.3;
}
.org-node .node-info .infoheader,
.org-node .node-info .infodesc {
  display: inline;
}
.org-node .node-info .infoheader {
  font-weight: 300;
}
.org-node .node-info .infodesc + .infoheader:before {
  content: "\a";
  white-space: pre;
}
.org-node .orgnode {
  border-top: 2px solid #f3f4f6;
  position: relative;
  padding: 1.25rem 0.625rem 1.25rem 3.125rem;
}
[dir=RTL] .org-node .orgnode {
  padding: 1.25rem 3.125rem 1.25rem 0.625rem;
}
.org-node .orgnode .column {
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.org-node .orgnode .column.view {
  min-width: 3.75rem;
}
.org-node .orgnode.grid-row .column:first-child {
  margin-left: 0;
}
[dir=RTL] .org-node .orgnode.grid-row .column:first-child {
  margin-right: 0;
}
.org-node > .treeitem > .orgnode {
  border-top: none;
}
.org-node .button.-toggle {
  position: absolute;
  left: -2.25rem;
  font-size: 0.875rem;
  top: -0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  color: #575195;
}
[dir=RTL] .org-node .button.-toggle {
  right: -2.25rem;
  left: auto;
}
.org-node .radio {
  margin-right: 0.625rem;
  vertical-align: middle;
}
.org-node .treeitemlabel {
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0;
}
.org-node .treeitemlabel .highlight {
  background: #f0c2c2;
}
.org-node .treeitemlabel .highlight.focus {
  background: #c8dfcc;
}
.org-node .node .column:first-child {
  margin-left: 1.6875rem;
  position: relative;
}
.org-node .node h3 + .outcomesets {
  padding-left: 1.6875rem;
}
.org-node .node .node .column:first-child {
  margin-left: 3.375rem;
  position: relative;
}
.org-node .node .node h3 + .outcomesets {
  padding-left: 3.375rem;
}
.org-node .node .node .node .column:first-child {
  margin-left: 5.0625rem;
  position: relative;
}
.org-node .node .node .node h3 + .outcomesets {
  padding-left: 5.0625rem;
}
.org-node .node .node .node .node .column:first-child {
  margin-left: 6.75rem;
  position: relative;
}
.org-node .node .node .node .node h3 + .outcomesets {
  padding-left: 6.75rem;
}
.org-node .node .node .node .node .node .column:first-child {
  margin-left: 8.4375rem;
  position: relative;
}
.org-node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 8.4375rem;
}
.org-node .node .node .node .node .node .node .column:first-child {
  margin-left: 10.125rem;
  position: relative;
}
.org-node .node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 10.125rem;
}
.org-node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 11.8125rem;
  position: relative;
}
.org-node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 11.8125rem;
}
.org-node .node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 13.5rem;
  position: relative;
}
.org-node .node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 13.5rem;
}
.org-node.node .node .column:first-child {
  margin-left: 1.6875rem;
  position: relative;
}
.org-node.node .node h3 + .outcomesets {
  padding-left: 1.6875rem;
}
.org-node.node .node .node .column:first-child {
  margin-left: 3.375rem;
  position: relative;
}
.org-node.node .node .node h3 + .outcomesets {
  padding-left: 3.375rem;
}
.org-node.node .node .node .node .column:first-child {
  margin-left: 5.0625rem;
  position: relative;
}
.org-node.node .node .node .node h3 + .outcomesets {
  padding-left: 5.0625rem;
}
.org-node.node .node .node .node .node .column:first-child {
  margin-left: 6.75rem;
  position: relative;
}
.org-node.node .node .node .node .node h3 + .outcomesets {
  padding-left: 6.75rem;
}
.org-node.node .node .node .node .node .node .column:first-child {
  margin-left: 8.4375rem;
  position: relative;
}
.org-node.node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 8.4375rem;
}
.org-node.node .node .node .node .node .node .node .column:first-child {
  margin-left: 10.125rem;
  position: relative;
}
.org-node.node .node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 10.125rem;
}
.org-node.node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 11.8125rem;
  position: relative;
}
.org-node.node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 11.8125rem;
}
.org-node.node .node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 13.5rem;
  position: relative;
}
.org-node.node .node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-left: 13.5rem;
}
.org-node .orglevelselect {
  margin-right: 10px;
}
[dir=RTL] .org-node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 1.6875rem;
}
[dir=RTL] .org-node .node h3 + .outcomesets {
  padding-right: 1.6875rem;
  padding-left: 0;
}
[dir=RTL] .org-node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 3.375rem;
}
[dir=RTL] .org-node .node .node h3 + .outcomesets {
  padding-right: 3.375rem;
  padding-left: 0;
}
[dir=RTL] .org-node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 5.0625rem;
}
[dir=RTL] .org-node .node .node .node h3 + .outcomesets {
  padding-right: 5.0625rem;
  padding-left: 0;
}
[dir=RTL] .org-node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 6.75rem;
}
[dir=RTL] .org-node .node .node .node .node h3 + .outcomesets {
  padding-right: 6.75rem;
  padding-left: 0;
}
[dir=RTL] .org-node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 8.4375rem;
}
[dir=RTL] .org-node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 8.4375rem;
  padding-left: 0;
}
[dir=RTL] .org-node .node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 10.125rem;
}
[dir=RTL] .org-node .node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 10.125rem;
  padding-left: 0;
}
[dir=RTL] .org-node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 11.8125rem;
}
[dir=RTL] .org-node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 11.8125rem;
  padding-left: 0;
}
[dir=RTL] .org-node .node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 13.5rem;
}
[dir=RTL] .org-node .node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 13.5rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 1.6875rem;
}
[dir=RTL] .org-node.node .node h3 + .outcomesets {
  padding-right: 1.6875rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 3.375rem;
}
[dir=RTL] .org-node.node .node .node h3 + .outcomesets {
  padding-right: 3.375rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 5.0625rem;
}
[dir=RTL] .org-node.node .node .node .node h3 + .outcomesets {
  padding-right: 5.0625rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 6.75rem;
}
[dir=RTL] .org-node.node .node .node .node .node h3 + .outcomesets {
  padding-right: 6.75rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 8.4375rem;
}
[dir=RTL] .org-node.node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 8.4375rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 10.125rem;
}
[dir=RTL] .org-node.node .node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 10.125rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 11.8125rem;
}
[dir=RTL] .org-node.node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 11.8125rem;
  padding-left: 0;
}
[dir=RTL] .org-node.node .node .node .node .node .node .node .node .node .column:first-child {
  margin-left: 1.25rem;
  margin-right: 13.5rem;
}
[dir=RTL] .org-node.node .node .node .node .node .node .node .node .node h3 + .outcomesets {
  padding-right: 13.5rem;
  padding-left: 0;
}

li.org-node {
  border-bottom: none;
}

.org-nodes .node h3 {
  padding-left: 6.4375rem;
}
.org-nodes .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 3.0625rem;
}
.org-nodes .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 4.9375rem;
}
.org-nodes .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 6.0625rem;
}
.org-nodes .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 8.25rem;
}
.org-nodes .node .node h3 {
  padding-left: 9.5rem;
}
.org-nodes .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 6.125rem;
}
.org-nodes .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 8rem;
}
.org-nodes .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 9.125rem;
}
.org-nodes .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 11.3125rem;
}
.org-nodes .node .node .node h3 {
  padding-left: 12.5625rem;
}
.org-nodes .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 9.1875rem;
}
.org-nodes .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 11.0625rem;
}
.org-nodes .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 12.1875rem;
}
.org-nodes .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 14.375rem;
}
.org-nodes .node .node .node .node h3 {
  padding-left: 15.625rem;
}
.org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 12.25rem;
}
.org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 14.125rem;
}
.org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 15.25rem;
}
.org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 17.4375rem;
}
.org-nodes .node .node .node .node .node h3 {
  padding-left: 18.6875rem;
}
.org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 15.3125rem;
}
.org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 17.1875rem;
}
.org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 18.3125rem;
}
.org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 20.5rem;
}
.org-nodes .node .node .node .node .node .node h3 {
  padding-left: 21.75rem;
}
.org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 18.375rem;
}
.org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 20.25rem;
}
.org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 21.375rem;
}
.org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 23.5625rem;
}
.org-nodes .node .node .node .node .node .node .node h3 {
  padding-left: 24.8125rem;
}
.org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 21.4375rem;
}
.org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 23.3125rem;
}
.org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 24.4375rem;
}
.org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 26.625rem;
}
.org-nodes .node .node .node .node .node .node .node .node h3 {
  padding-left: 27.875rem;
}
.org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-left: 24.5rem;
}
.org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-left: 26.375rem;
}
.org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-left: 27.5rem;
}
.org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-left: 29.6875rem;
}
[dir=RTL] .org-nodes .node h3 {
  padding-right: 6.4375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 3.0625rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 4.9375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 6.0625rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 8.25rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node h3 {
  padding-right: 9.5rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 6.125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 8rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 9.125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 11.3125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node h3 {
  padding-right: 12.5625rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 9.1875rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 11.0625rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 12.1875rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 14.375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node h3 {
  padding-right: 15.625rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 12.25rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 14.125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 15.25rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 17.4375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node h3 {
  padding-right: 18.6875rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 15.3125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 17.1875rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 18.3125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 20.5rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node h3 {
  padding-right: 21.75rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 18.375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 20.25rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 21.375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 23.5625rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node h3 {
  padding-right: 24.8125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 21.4375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 23.3125rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 24.4375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 26.625rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node .node h3 {
  padding-right: 27.875rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row > .main-col {
  padding-right: 24.5rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-expandable {
  padding-right: 26.375rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes > li:not(.-expandable) {
  padding-right: 27.5rem;
  padding-left: 0;
}
[dir=RTL] .org-nodes .node .node .node .node .node .node .node .node h3 + .outcomesets > li .grid-row + .outcomes li.-subexpanded {
  padding-right: 29.6875rem;
  padding-left: 0;
}

.node-list.-sections {
  max-width: 43.75rem;
  width: 100%;
}
.node-list.-sections .node > .title {
  padding-right: 9.375rem;
  position: relative;
}
.node-list.-sections .date {
  font-size: 0.75rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 3px;
}
.node-list > .children {
  padding: 0 0 0 0.9375rem;
}
.node-list .children .node > .title {
  font-weight: bold;
  text-decoration: none;
}
.node-list .node {
  line-height: 1.5;
}
.node-list .node .title {
  font-size: 0.875rem;
  color: #7d7d7d;
  line-height: 2;
  margin: 0.625rem 0;
}
.node-list .node .title > .link {
  cursor: pointer;
  text-decoration: underline;
}
.node-list .node .title > .info {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
}

.stepper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 1.125rem calc(50% - 26.5625rem);
  margin: 0 -1.875rem 1.5625rem;
  background: #f4f4f4;
}
.stepper.-double {
  padding-left: calc(50% - 20.1325rem);
  padding-right: calc(50% - 20.1325rem);
}
.stepper .step:nth-child(1) .ordinal:after {
  content: "1";
}
.stepper .step:nth-child(2) .ordinal:after {
  content: "2";
}
.stepper .step:nth-child(3) .ordinal:after {
  content: "3";
}
.stepper .step:nth-child(4) .ordinal:after {
  content: "4";
}
.stepper .step:nth-child(5) .ordinal:after {
  content: "5";
}
.stepper .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  background: #f4f4f4;
  position: relative;
  padding: 0 2.375rem;
}
.stepper .step[aria-current=step] .ordinal, .stepper .step.active .ordinal {
  -webkit-box-shadow: 0 0 0 3px #f4f4f4, 0 0 0 5px #4a4a4a;
  -moz-box-shadow: 0 0 0 3px #f4f4f4, 0 0 0 5px #4a4a4a;
  box-shadow: 0 0 0 3px #f4f4f4, 0 0 0 5px #4a4a4a;
  border-color: var(--wmcolor-text, #4a4a4a);
  background: #4a4a4a;
  color: #fff;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  margin-right: 0.8125rem;
}
.stepper .step.completed .ordinal {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: #4a4a4a;
}
.stepper .step.completed .ordinal:after {
  content: "\f12c";
  font-family: "Material Design Icons";
  color: #fff;
}
.stepper .step.completed:not(:last-child):after {
  background: #4a4a4a;
}
.stepper .step:not(:last-child):after {
  content: "";
  position: absolute;
  left: 100%;
  right: -75%;
  height: 1px;
  background: #4a4a4a;
}
.stepper .ordinal {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-shadow: 0 0 0 1px #4a4a4a;
  -moz-box-shadow: 0 0 0 1px #4a4a4a;
  box-shadow: 0 0 0 1px #4a4a4a;
  display: inline-block;
  border-radius: 0.9375rem;
  width: 1.8125rem;
  height: 1.8125rem;
  line-height: 1.875rem;
  text-align: center;
  margin-right: 0.5rem;
}

.tag-list {
  font-size: 0.875rem;
}
.tag-list > .container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  border: 1px solid rgba(35, 35, 35, 0.6);
  padding: 0.5rem 0.625rem 0 0.3125rem;
  min-height: 3rem;
}
.tag-list > .container .taginput {
  border: none;
  margin: 0.375rem 0.625rem 0.625rem 0.4375rem;
}
.tag-list > .container .taginput:focus {
  outline: none;
}
.tag-list > .container .taginput:focus + .searchborder {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: #4a90e2;
}
.tag-list > .container .taginput:first-child {
  margin-left: 0;
}
.tag-list > .container .count {
  position: absolute;
  right: 0;
  padding: 0 10px;
}
.tag-list .createdtags {
  list-style-type: none;
  padding: 0;
  display: inline;
  font-size: 0.875rem;
  letter-spacing: normal;
}
.tag-list .createdtags .tag {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0 0.5rem 0.3125rem;
  background: #ececec;
  white-space: nowrap;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tag-list .createdtags .tag.-deletable {
  display: inline-flex;
  align-items: center;
  padding-right: 0.625rem;
}
.tag-list .createdtags .tag.highlight {
  background-color: #c8dfcc;
}
.tag-list .createdtags .tag:focus {
  background-color: #d1d1d1;
  outline: none;
}
.tag-list .createdtags .tag .-lock {
  margin-left: 0.5rem;
}
.tag-list .createdtags .tag .-lock:before {
  line-height: 1.875;
}
.tag-list .createdtags .tag .delete {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  min-height: 0;
  min-width: 0;
  height: 1.25rem;
  width: 1.25rem;
}
.tag-list .createdtags .tag .delete:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f156";
}
.tag-list.-light .createdtags .tag {
  background-color: #fff;
}
.tag-list.-dark .createdtags .tag {
  background-color: #d8d8d8;
}
.tag-list .tagsuggestions {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  padding: 0.6875rem 1.25rem 0;
  margin-bottom: 1.875rem;
  background: #fff;
  position: absolute;
  z-index: 10;
}
.tag-list .tagsuggestions .selectionlist {
  list-style: none;
  padding: 0;
  margin: 0 -1.25rem;
}
.tag-list .tagsuggestions .taginstructions {
  margin: 0 0 0.6875rem;
}
.tag-list .tagsuggestions .tag {
  padding: 0.6875rem 1.25rem;
  border-top: 2px solid #f4f3f6;
}
.tag-list .tagsuggestions .tag.selected {
  color: rgba(74, 74, 74, 0.5);
  font-style: italic;
}
.tag-list .tagsuggestions .tag.active {
  background: #f4f4f4;
}
.tag-list .tagsuggestions .tag:hover {
  background: rgba(46, 27, 70, 0.05);
  cursor: pointer;
}
.tag-list .tagsuggestions .tag a:hover {
  background: none;
}
.tag-list .hide-sugestive-tags {
  display: none;
}
.tag-list.is-focused > .container {
  -webkit-box-shadow: 0 0 0 1px var(--wmcolor-border-focus, #19a1a9);
  -moz-box-shadow: 0 0 0 1px var(--wmcolor-border-focus, #19a1a9);
  box-shadow: 0 0 0 1px var(--wmcolor-border-focus, #19a1a9);
  outline: none;
  border-color: var(--wmcolor-border-focus, #19a1a9);
}
.tag-list .focus {
  background: rgba(46, 27, 70, 0.05);
}

.bread-crumbs {
  margin: 0 0 1.25rem;
}
.bread-crumbs .link {
  text-decoration: none;
}
.bread-crumbs .link:after {
  content: "\f142";
  display: inline-block;
  color: inherit;
  margin: 0 0.375rem;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 0.875rem;
  vertical-align: middle;
  text-rendering: auto;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bread-crumbs .link:hover {
  background-image: none !important;
}
.bread-crumbs .link:hover span {
  background: linear-gradient(#575195, #575195) no-repeat;
  background-size: 100% 1px;
  background-position: 0 1em;
}
.user-is-tabbing .bread-crumbs .link:focus {
  background-image: none !important;
}
.user-is-tabbing .bread-crumbs .link:focus span {
  background: linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;
  background-size: 6px 3px;
  background-position: 0 1em;
}
[dir=RTL] .bread-crumbs .link:after {
  content: "\f141";
}

.main-nav {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
  width: 121px;
  padding: 0;
  background: #fff;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: width 0.3s, transform 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.875rem;
  z-index: 13;
}
@media only screen and (max-width: 1023px) {
  .main-nav {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.main-nav.expanded .menuitem .menuname {
  display: block;
}
.main-nav.expanded .hamburger-inner:before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scaleX(0.6);
}
.main-nav.expanded .hamburger-inner:after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scaleX(0.6);
}
@media only screen and (max-width: 1023px) {
  .main-nav.expanded {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.main-nav + #navoverlay {
  background: rgba(52, 55, 62, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  cursor: pointer;
}
.main-nav .icon {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 26px;
  font-size: 1.375rem;
  text-align: center;
}
.main-nav .wmrklogo {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 20px;
  height: 23px;
  margin: 20px auto;
  transition: 0.3s;
  overflow: hidden;
}
.main-nav .wmrklogo img {
  height: 23px;
  width: 137px;
}
.main-nav a {
  cursor: pointer;
}
.main-nav a:focus, .main-nav a:hover {
  background-image: none !important;
}
.main-nav .menu,
.main-nav .submenu {
  list-style-type: none;
  margin: 0;
}
.main-nav > .menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .main-nav > .menu {
    margin-top: 5rem;
  }
}
.main-nav .menu > .menuitem {
  background: #fff;
}
.main-nav .menu > .menuitem:last-child {
  margin-bottom: 0.625rem;
}
.main-nav .menu > .active-parent .active:after {
  content: " ";
  display: inline-block;
  width: 5px;
  background: #575195;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 5px 0 16px 0 rgba(87, 81, 149, 0.46);
}
.main-nav .submenu {
  padding: 0;
  display: none;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition-property: transform;
  transition-delay: 50ms;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}
.main-nav .menuitem {
  position: relative;
}
.main-nav .menuitem .submenu a,
.main-nav .menuitem a {
  display: block;
  color: #6e6e6e;
  text-decoration: none;
}
.main-nav .menuitem .submenu a:not(.active):hover,
.main-nav .menuitem a:not(.active):hover {
  background-color: #f2f2f2;
}
.main-nav .menuitem .submenu a:hover,
.main-nav .menuitem a:hover {
  padding-bottom: 1.25rem;
}
.main-nav .menuitem .submenu a:hover .icon.selfstudy-icon svg #shape-batch,
.main-nav .menuitem a:hover .icon.selfstudy-icon svg #shape-batch {
  fill: #f2f2f2;
}
.main-nav .menuitem .submenu a:hover .icon.selfstudy-icon svg polyline,
.main-nav .menuitem a:hover .icon.selfstudy-icon svg polyline {
  fill: #f2f2f2;
}
.main-nav .menuitem .submenu a.active,
.main-nav .menuitem a.active {
  color: #575195;
  background: #eeedf4;
}
.main-nav .menuitem .submenu a.active .icon.selfstudy-icon svg path,
.main-nav .menuitem a.active .icon.selfstudy-icon svg path {
  stroke: #575195;
}
.main-nav .menuitem .submenu a.active .icon.selfstudy-icon svg #shape-scroll,
.main-nav .menuitem a.active .icon.selfstudy-icon svg #shape-scroll {
  stroke: none;
  fill: #575195;
}
.main-nav .menuitem .submenu a.active .icon.selfstudy-icon svg #shape-batch,
.main-nav .menuitem a.active .icon.selfstudy-icon svg #shape-batch {
  fill: #eeedf4;
}
.main-nav .menuitem .submenu a.active .icon.selfstudy-icon svg polyline,
.main-nav .menuitem a.active .icon.selfstudy-icon svg polyline {
  fill: #eeedf4;
  stroke: #575195;
}
.main-nav .menuitem > a {
  padding: 1.25rem 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .main-nav .menuitem > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .main-nav .menuitem > a:hover {
    padding-bottom: 1rem;
  }
}
.main-nav .menuitem .menuname {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  letter-spacing: normal;
}
.main-nav button {
  cursor: pointer;
}
.main-nav button.-icononly {
  border: none;
  padding: 0;
}
.main-nav .toggle-nav {
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0.375rem;
}

#mobile-nav-toggle,
#nav-toggle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  width: 44px;
  height: 44px;
  padding: 0 12px;
}
#mobile-nav-toggle:hover,
#nav-toggle:hover {
  background: #d7d6d9;
}

body.user-is-tabbing #mobile-nav-toggle:not(:focus),
body.user-is-tabbing #nav-toggle:not(:focus),
body:not(.user-is-tabbing) #mobile-nav-toggle,
body:not(.user-is-tabbing) #nav-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#nav-toggle {
  position: absolute;
  right: 0;
  left: 0;
  top: 11px;
  margin: auto;
  background: #efeef1;
  display: none;
}
@media only screen and (max-width: 1023px) {
  #nav-toggle {
    display: block;
  }
}

#mobile-nav-toggle {
  margin-left: -60px;
  width: 60px;
  height: 60px;
  border-radius: 0;
  padding-left: 20px;
  display: none;
}
#mobile-nav-toggle:not(:hover) {
  background: rgba(87, 81, 149, 0);
}
@media only screen and (max-width: 1023px) {
  #mobile-nav-toggle {
    margin-left: 0;
    display: block;
  }
  #mobile-nav-toggle:after {
    content: "";
    background: #e6e4ef;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
  }
}

.main-nav:not(.expanded) #nav-toggle:not(:hover) {
  background: none;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 20px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-delay: 0.3s;
  border-radius: 2px;
  background-color: #575195;
}
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -4px;
}
.hamburger-inner:after {
  bottom: -4px;
}

[dir=RTL] .main-nav {
  -webkit-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14), -2px 0 4px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14), -2px 0 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14), -2px 0 4px 0 rgba(0, 0, 0, 0.24);
}
[dir=RTL] .main-nav .icon {
  right: 29px;
  left: auto;
}
[dir=RTL] .main-nav .menuitem .submenu a.active,
[dir=RTL] .main-nav .menuitem > a,
[dir=RTL] .main-nav .menuitem a.active {
  padding-left: 0;
  padding-right: 3.75rem;
}
[dir=RTL] .main-nav .toggle-subnav {
  left: -157px;
}
[dir=RTL] .main-nav .toggle-subnav:before {
  content: "\f141";
}
[dir=RTL] .main-nav .menu > .active-parent a:after {
  right: 0;
  left: auto;
}

.user-is-tabbing .menu .navlink:focus:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton):not(.selectedoption) {
  z-index: 1;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 1340px) {
  .user-is-tabbing .menu .navlink:focus:not(:disabled):not(.-disabled):not(.-textonly):not(.-actionbutton):not(.selectedoption) {
    padding-bottom: 1rem;
  }
}

#skip-to-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#skip-to-menu .skip-to {
  position: absolute;
  top: -5em;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%) translateZ(0);
  transform-style: preserve-3d;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
  transition-property: transform, top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 3px 10px;
  background: #fff;
  font-size: 1rem;
  margin: 0 auto;
}
#skip-to-menu .skip-to:focus {
  top: 1rem;
  background: linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;
  background-size: 0.375rem 0.1875rem;
  background-position: 0 1.25rem;
}
#skip-to-menu .skip-to.-dark {
  color: #fff;
}
#skip-to-menu #skip-menu-options {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #fff;
  font-size: 0.875rem;
}
#skip-to-menu #skip-menu-options .skiplink {
  padding: 0.625rem 1.25rem;
  display: block;
  color: #4a4a4a;
  font-weight: 400;
}
#skip-to-menu #skip-menu-options .skiplink:not(:last-child) {
  border-bottom: 2px solid rgba(46, 27, 70, 0.05);
}
#skip-to-menu #skip-menu-options .skiplink:hover {
  background-image: none;
}
#skip-to-menu #skip-menu-options .skiplink.focus {
  background: rgba(46, 27, 70, 0.05);
}
#skip-to-menu.open #skip-menu-options {
  display: block;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fff;
  font-size: 0.875rem;
  align-items: center;
  justify-content: space-between;
  min-height: 3.75rem;
  height: 2rem;
  z-index: 15;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .top-bar {
    z-index: 10;
  }
}
[dir=RTL] .top-bar {
  padding: 0 1.875rem 0 0;
}
@media only screen and (max-width: 1023px) {
  [dir=RTL] .top-bar {
    padding-right: 0;
  }
}
.top-bar .logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 20px;
}
.top-bar .logo img {
  display: block;
  width: 100px;
  height: 16px;
}
.top-bar .menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar .menu-bar > li {
  min-height: 2.5rem;
  border-left: solid 1px rgba(46, 27, 70, 0.05);
}
.top-bar .oa-link {
  cursor: pointer;
}
.top-bar .topbar-menu {
  position: relative;
}
.top-bar .topbar-menu .icon {
  font-size: 1.0625rem;
  vertical-align: middle;
}
.top-bar .topbar-menu .topbar:last-child {
  margin-right: 0;
}
.top-bar .dropdown-select > .username.selectedoption:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  pointer-events: none;
  content: "\f009";
  left: 0.9375rem;
}
.top-bar .dropdown-select {
  min-width: 10rem;
}
.top-bar .dropdown-select > .selectedoption {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.5em;
  height: auto;
}
.top-bar .dropdown-select > .selectedoption:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f5d8";
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.top-bar .dropdown-select > .options {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  top: 3.75rem;
}
.top-bar .dropdown-select > .options#oa-menu-listbox {
  width: 12.5rem;
}
.top-bar .dropdown-select > .selectedoption {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 3.75rem;
  letter-spacing: 0.2px;
  color: #575195;
}
.top-bar .dropdown-select > .selectedoption:hover:not(:disabled):not(.-disabled):not(.-raised) {
  background: rgba(0, 0, 0, 0.1);
}
.top-bar .open.dropdown-select > .selectedoption {
  background: rgba(0, 0, 0, 0.1);
}
.top-bar #oa-menu .username {
  min-width: 6.25rem;
}
.top-bar #usersettings .username {
  min-width: 3.125rem;
}
.top-bar.sso {
  height: 4.2857142857em;
}
.top-bar.sso .menu-bar {
  height: 4.2857142857em;
}
.top-bar.sso .dropdown-select > .selectedoption {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 3.75rem;
  height: 100%;
}
.top-bar .products.dropdown-select {
  height: 100%;
  min-width: 0;
}
.top-bar .products.dropdown-select #switcher-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: block;
  background: transparent;
  padding: 0 1.25rem;
  height: 100%;
  border: none;
}
body:not(.user-is-tabbing) .top-bar .products.dropdown-select #switcher-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-bar .products.dropdown-select #switcher-menu:hover {
  background: #dcdbde;
}
.top-bar .products.dropdown-select #switcher-menu:active {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.top-bar .products.dropdown-select #switcher-menu img {
  height: 36px;
  width: 36px;
  display: block;
}
.top-bar .products.dropdown-select .options {
  min-width: 15em;
  max-height: 80vh;
  width: auto;
}
.top-bar .products.dropdown-select .options li {
  display: block;
  color: #404248;
  padding: 0.9375rem 1.25rem;
}
.top-bar .products.dropdown-select .options li:hover, .top-bar .products.dropdown-select .options li.-active {
  background: #e5e5e5;
}
.top-bar .products.dropdown-select .options li.-active {
  cursor: default;
}
.top-bar .products.dropdown-select .options li:not(:last-child) {
  border-bottom: 1px solid #e0dde4;
}
.top-bar .products.dropdown-select .options #logprod {
  text-align: center;
}
.top-bar .products.dropdown-select .options .user,
.top-bar .products.dropdown-select .options .producthdr {
  background: rgb(244, 244, 244);
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  letter-spacing: normal;
}
.top-bar .products.dropdown-select .options .user p,
.top-bar .products.dropdown-select .options .producthdr p {
  margin: 0;
  line-height: normal;
}
.top-bar .products.dropdown-select .options .user p.username,
.top-bar .products.dropdown-select .options .producthdr p.username {
  font-weight: 700;
}
.top-bar .products.dropdown-select .options .producthdr {
  background: #2e1b46;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.top-bar .products.dropdown-select .iconlogo {
  height: 1.375rem;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .top-bar #usersettings .username {
    white-space: nowrap;
    overflow: hidden;
    max-width: 10rem;
    text-overflow: ellipsis;
  }
}

[dir=RTL] .top-bar .menu-bar > li {
  border-left: none;
  border-right: solid 1px rgba(46, 27, 70, 0.05);
}
[dir=RTL] .top-bar .dropdown-select > .selectedoption {
  padding-left: 2.1428571429em;
  padding-right: 2.5em;
}
[dir=RTL] .top-bar .dropdown-select > .selectedoption:before {
  left: 0.5625rem;
  right: auto;
}
[dir=RTL] .top-bar .dropdown-select > .selectedoption:after {
  right: 0.9375rem;
  left: auto;
}

.banner {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  padding-inline-end: 1rem;
  border: var(--hasborder, 2px solid var(--banner-color));
}

.banner:not(.-supplemental) {
  container-type: inline-size;
  container-name: banner;
}

.banner .icon {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0.75rem;
  background-color: var(--banner-color);
}

.banner .icon__image {
  width: 1.5rem;
  aspect-ratio: 1;
}

.banner .content {
  display: flex;
  flex: 1;
  padding-block: 1rem;
}

.banner:not(.-supplemental) .content {
  gap: 0.5rem 1rem;
  align-items: center;
}

.banner:not(.-supplemental) .content__text {
  flex: 0 1 588px;
}

.banner:not(.-supplemental) .link-btn {
  flex: 0 0 auto;
}

@container banner (max-width: 352px) {
  .content {
    flex-direction: column;
    align-items: flex-end !important;
  }
  .content__text {
    flex: none !important;
  }
}
.banner.-supplemental {
  background: var(--wmcolor-paleviolet);
  padding-inline-start: max(0.75rem, 50% - 330px);
  column-gap: 0.75rem;
}

.banner.-supplemental .content {
  flex-basis: 588px;
  row-gap: 0.5rem;
  flex-direction: column;
}

.banner.-informational {
  --banner-color: var(--wmcolor-momjeans);
  --hasborder: var(--TRUE);
}

.banner.-warning {
  --banner-color: var(--wmcolor-orangutan, #DB7C00);
  --hasborder: var(--TRUE);
}

.banner.-error {
  --banner-color: var(--wmcolor-firetruck);
  --hasborder: var(--TRUE);
}

.paper-card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  container-type: inline-size;
  padding: 0;
  background: #fff;
  font-size: 0.875rem;
}
.paper-card.-notoppadding {
  padding-block-start: 0;
}
.paper-card.-nobottompadding {
  padding-block-end: 0;
}
.paper-card.-nosidepadding {
  padding-inline: 0;
}
.paper-card.-nosidepadding > .header {
  margin-inline: 0;
}
.paper-card.-nopadding {
  padding: 0;
}
.paper-card.-nopadding > .header {
  margin-inline: 0;
}
.paper-card.-inaset {
  margin-block-end: 1.25rem;
}
.paper-card.-collapsed > .header {
  border-block-end: none;
}
.paper-card > .header {
  border-block-end: 1px solid var(--wmcolor-border);
  padding: 1.25rem 1.5rem;
  position: relative;
}
.paper-card > .header .eyebrowtitle {
  font-size: 0.75rem;
  margin: 0 0 0.1875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.paper-card > .header .title {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 600;
}
.paper-card > .header.-noborder {
  border-block-end: none;
}
.paper-card > .header + .body .data-table .dataheadercell:first-child,
.paper-card > .header + .body .data-table .datacell:first-child {
  padding-left: 1.5rem;
}
.paper-card.-tabbed > .header {
  background: rgba(53, 59, 72, 0.1);
  border-block-end: none;
}
.paper-card > .body {
  padding: 1.25rem 1.5rem;
}
.paper-card > .footer {
  padding: 1.25rem 1.5rem;
  text-align: end;
}
.paper-card > .footer:not(.-noborder) {
  border-block-start: 1px solid var(--wmcolor-border);
}
.paper-card .paper-card {
  padding-block-start: 0;
  border: 1px solid rgb(229, 229, 229);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.paper-card .paper-card > .header {
  background: #e5e5e5;
  border-bottom: none;
  padding-block-start: 1.25rem;
}
.paper-card .data-table {
  margin: -1.25rem -1.5rem;
  width: calc(100% + 3rem);
}
.paper-card .data-table tr:last-child td {
  border-block-end: none;
}
.paper-card.data-table .dataheadercell:first-child, .paper-card.data-table .datacell:first-child {
  padding-inline-start: 1.5rem;
}
.paper-card.data-table .dataheadercell:last-child, .paper-card.data-table .datacell:last-child {
  padding-inline-end: 1.5rem;
}
.paper-card.-empty {
  overflow: hidden;
}
.paper-card.-empty > .body {
  text-align: center;
  background: linear-gradient(#eeedf4 2.5rem, #fff 2.5rem);
  padding-block: 5rem 2.5rem;
}
.paper-card.-empty > .body .empty-hdr {
  margin: 0 auto;
  font-size: 1.5rem;
}
.paper-card.-empty > .body .description {
  margin: 0.5rem auto 0;
}
.paper-card.-empty > .body .description:first-child {
  margin-block-start: 0;
}
.paper-card.-empty > .body .description + wm-button,
.paper-card.-empty > .body .description + button {
  margin-block-start: 1.25rem;
}
.paper-card.-empty > .header + .body {
  background-image: none;
  padding-block-start: 2.25rem;
}

@media screen and (max-width: 50rem) {
  .paper-card > .header + .body .data-table .datacell {
    padding-inline-start: 1.5rem;
  }
  .paper-card.data-table .datacell {
    padding-inline-start: 1.5rem;
  }
}
@container (width <= 25.875rem) {
  .paper-card > .header {
    padding: 0.75rem 1rem;
  }
  .paper-card > .header + .body .data-table .dataheadercell:first-child,
  .paper-card > .header + .body .data-table .datacell:first-child {
    padding-inline-start: 1rem;
  }
  .paper-card > .header + .body .data-table .datacell {
    padding-inline-start: 1rem;
  }
  .paper-card > .body,
  .paper-card > .footer {
    padding: 0.75rem 1rem;
  }
  .paper-card .data-table {
    margin: -0.75rem -1rem;
    width: calc(100% + 2rem);
  }
}
.callout-message {
  border-radius: 3px;
  border: 1px solid var(--wmcolor-border);
  max-width: 49rem;
}
.callout-message .title {
  margin: 0 0 0.5rem;
  font-size: inherit;
}
.callout-message .title + p {
  margin-block-start: 0;
}
.callout-message p {
  max-width: none;
}
.callout-message p:last-child {
  margin-block-end: 0;
}
.callout-message.-info {
  position: relative;
  background-color: var(--wmcolor-background-accent);
  padding: 1rem 1rem 1rem 3.5rem;
}
.callout-message.-info * {
  line-height: 1.57;
}
.callout-message.-info .icon {
  position: absolute;
  aspect-ratio: 1;
  width: 1.25rem;
  inset: 18px auto auto 18px;
  fill: currentColor;
}
.callout-message.-info .title {
  font-weight: 600;
}
.callout-message.-highlight {
  background-color: var(--wmcolor-callout-background);
  padding: 1.5rem;
  font-size: 1rem;
}
.callout-message.-highlight * {
  line-height: 1.5;
}
.callout-message.-highlight .title {
  font-weight: 500;
}
.callout-message.-ai {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714;
  padding: 1rem 1.5rem;
  border-radius: 0;
  background-color: var(--wmcolor-ai-callout-background);
  border: none;
  border-inline-start: 3px solid;
  border-image: var(--wmgradient-ai-accent) 3;
}
.callout-message.-ai .ai-tag-message {
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 4px;
}
.callout-message.-ai .ai-tag-message::before {
  content: "";
  display: block;
  background: var(--icon-fill, currentColor);
  width: var(--icon-size, 0.875rem);
  height: var(--icon-size, 0.875rem);
  mask-size: 100%;
  mask-image: var(--ai-icon-mask);
  flex: none;
}

.data-table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  width: 100%;
}
.data-table .highlighted {
  background-color: yellow;
}
.data-table.-topaligned .dataheadercell,
.data-table .datacell {
  vertical-align: top;
}
.data-table.-centeraligned .dataheadercell, .data-table.-centeraligned .datacell {
  vertical-align: middle;
}
.data-table.-editable .datacell {
  border-right: 1px var(--wmcolor-border) solid;
}
.data-table.-editable .datacell:last-child {
  border-right: none;
}
.data-table .dataheadercell {
  background-color: rgba(46, 27, 70, 0.05);
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}
.data-table .datarow .datacell.-loading, .data-table .datarow .datacell.-noresults {
  height: 6.25rem;
  padding: 1.25rem;
  text-align: center;
}
.data-table .datarow .datacell.-noresults {
  font-style: italic;
  vertical-align: inherit;
}
.data-table .datarow:nth-child(even) {
  background-color: #fafafa;
}
.data-table .datacell {
  border-bottom: 1px var(--wmcolor-border) solid;
  min-width: 0%;
  position: relative;
  vertical-align: top;
}
.data-table .datarow:last-child .datacell {
  border-bottom: 0;
}
.data-table .dataheadercell,
.data-table .datacell {
  padding: 0.75rem;
  text-align: left;
}
.data-table .dataheadercell:first-child,
.data-table .datacell:first-child {
  padding-left: 1.25rem;
}
.data-table .dataheadercell:last-child,
.data-table .datacell:last-child {
  padding-right: 1.25rem;
}
.paper-card > .data-table:first-child .dataheadercell:first-child {
  border-top-left-radius: 5px;
}
.paper-card > .data-table:first-child .dataheadercell:last-child {
  border-top-right-radius: 5px;
}
.data-table.-clickablerows {
  display: block;
}
.data-table.-clickablerows .dataheader,
.data-table.-clickablerows .databody {
  display: block;
}
.data-table.-clickablerows .datarow,
.data-table.-clickablerows .dataheaderrow {
  display: -ms-grid;
  display: grid;
}
.data-table.-clickablerows .datacell,
.data-table.-clickablerows .dataheadercell {
  display: block;
}
.data-table.-clickablerows .datarow:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.data-table.-clickablerows .datacell {
  vertical-align: middle;
}
.data-table.-clickablerows .datacell .actions .-actionbutton {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  -ms-border-radius: 30;
  border-radius: 30;
  width: 1.875rem;
  height: 1.875rem;
  line-height: normal;
}
.data-table.paper-card {
  overflow: clip;
}
.data-table.paper-card tr:last-child td {
  border-block-end: none;
}

[dir=RTL] .datacell,
[dir=RTL] .dataheadercell {
  text-align: right;
}
[dir=RTL] .datacell:first-child,
[dir=RTL] .dataheadercell:first-child {
  padding-left: 0.625rem;
  padding-right: 1.25rem;
}
[dir=RTL] .datacell:last-child,
[dir=RTL] .dataheadercell:last-child {
  padding-left: 1.25rem;
  padding-right: 0.625rem;
}

@media screen and (max-width: 1000px) {
  .data-table .dataheadercell,
  .data-table .datacell {
    padding: 0.625rem 0.3125rem;
  }
  .data-table .dataheadercell:first-child,
  .data-table .datacell:first-child {
    padding-left: 0.625rem;
  }
  .data-table .dataheadercell:last-child,
  .data-table .datacell:last-child {
    padding-right: 0.625rem;
  }
  .data-table .datarow .datacell.-loading, .data-table .datarow .datacell.-noresults {
    padding: 1.25rem 0.625rem;
  }
  [dir=RTL] .data-table .datacell:first-child, [dir=RTL] .data-table .datacell:last-child,
  [dir=RTL] .data-table .dataheadercell:first-child,
  [dir=RTL] .data-table .dataheadercell:last-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 800px) {
  .data-table thead {
    display: none;
  }
  .data-table .datacell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0.625rem;
  }
  .data-table .datacell:first-child {
    padding-left: 0.625rem;
  }
  .data-table .datacell:last-child {
    padding-right: 0.625rem;
  }
  .data-table .datacell:not(:last-child) {
    border-bottom: none;
  }
  .data-table .datacell.-noresults:before {
    width: auto;
  }
  .data-table .datacell.-loading:before {
    display: none;
  }
  .data-table.-editable .datacell {
    border-right: none;
  }
  .data-table .datarow:last-child .datacell {
    border-bottom: 1px var(--wmcolor-border) solid;
  }
  .data-table .datarow:last-child .datacell:last-child {
    border-bottom: none;
  }
  .data-table .datacell:before {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    content: attr(data-th);
    font-weight: 700;
    display: inline-block;
    padding-right: 0.625rem;
    width: 30%;
    vertical-align: inherit;
  }
  [dir=RTL] .datacell:before {
    padding-right: initial;
    padding-left: 0.625rem;
  }
}
.drop-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.dropnumber {
  font-size: 0.8125rem;
}
.dropnumber > .details, .dropnumber > .count {
  display: block;
}
.dropnumber > .count {
  font-size: 2rem;
  font-weight: 300;
}
.dropnumber > .details {
  margin-top: 0.1875rem;
  line-height: 1.36;
  max-width: 5rem;
}

[dir=RTL] .drop-numbers > .data + .data {
  margin-right: 2.25rem;
  margin-left: 0;
}

.file-manager {
  font-size: 0.875rem;
}
.file-manager > .singlefile {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 1rem 1.875rem;
  background: #ffffff;
  font-size: 0.875rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
}
.file-manager > .singlefile.-uploading {
  color: #0da1ae;
}
.file-manager > .singlefile.-saved {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.file-manager > .singlefile.-error {
  color: #c0392b;
  background: rgba(229, 110, 73, 0.25);
}
.file-manager > .singlefile + .singlefile {
  margin-top: 0.625rem;
}
.file-manager > .singlefile .info {
  padding-right: 1.875rem;
}
.file-manager > .singlefile .info span {
  font-weight: 500;
}
.file-manager > .singlefile .info .filename {
  font-weight: 500;
}
.file-manager > .singlefile .info .file-date {
  margin-left: 3.75rem;
  font-weight: normal;
  font-style: italic;
}
.file-manager > .singlefile .button-collection.-icons > .button + .button {
  margin-left: 0.5rem;
}

.user-is-tabbing input[type=file]:focus + label,
.user-is-tabbing input[type=file]:focus .button,
.user-is-tabbing .input-file:focus + label,
.user-is-tabbing .input-file:focus .button {
  -webkit-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;
  -moz-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;
  box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;
  outline: none;
}

.legend-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 1.25rem;
}
.legend-box .legend-contain {
  position: relative;
  margin-top: 0.5rem;
  padding: 0 0.625rem;
}
.legend-box .legend-contain > .color-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0.6875rem;
  height: 0.6875rem;
}
.legend-box .legend-contain > .legend-text {
  padding-left: 0.3125rem;
  margin-right: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
}
.legend-box .legend-contain > .legend-text > .status-text {
  font-weight: bold;
  padding-right: 0.3125rem;
}

.snackbar {
  font-size: 0.875rem;
  color: #fff;
  border-radius: 2px;
  padding: 1.875rem 14.375rem 1.875rem 1.875rem;
  position: fixed;
  bottom: 1.875rem;
  left: 1.875rem;
}
.snackbar > .mdi {
  position: absolute;
  right: 1.875rem;
  top: 1.25rem;
}

.snack-bars {
  position: fixed;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.25rem 0.625rem 1.875rem;
  z-index: 2001;
  max-width: 35.5rem;
  max-height: 17.5rem;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.snack-bars.empty {
  -ms-transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  padding-top: 0;
  padding-bottom: 0;
}

.snack-bar {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.25s 0ms cubic-bezier(0.4, 0, 1, 1);
  font-size: 0.875rem;
  color: #fff;
  padding: 1.25rem 1.875rem;
  background-color: #4a4a4a;
  min-height: 3.75rem;
  opacity: 0;
  position: relative;
}
.snack-bar .link {
  color: #85dadf;
  margin: 0 3.125rem 0 0.625rem;
}
.snack-bar .link:hover {
  text-decoration: underline;
}
.snack-bar:not(:last-child) {
  margin-bottom: 1.25rem;
}
.snack-bar.active {
  opacity: 1;
}
.snack-bar.deleted {
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  overflow: hidden;
  margin-bottom: 0;
}
.snack-bar.deleted .close {
  display: none;
}
.snack-bar .snackbarmsg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.snack-bar .snackbarmsg + .close .tooltip.-right {
  position: absolute;
  left: -9.375rem;
  top: 0.125rem;
  opacity: 0;
}
.snack-bar .close {
  color: #fff;
}
.snack-bar .close:hover {
  background: #fff;
  color: #4a4a4a;
}

.user-is-tabbing .snack-bar .link:not(.button):not([role]):focus {
  background: linear-gradient(90deg, #85dadf 66%, transparent 0) repeat-x;
  background-size: 0.375rem 0.1875rem;
  background-position: 0 1em;
}
.user-is-tabbing .snack-bar .link:not(.button):not([role]):focus:hover {
  text-decoration: none;
}

:not(.modal-dialog) .toolbelt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.875rem;
  padding-left: 32px;
  padding-right: 32px;
  border-top: solid 2px #f4f3f6;
  border-bottom: solid 2px #f4f3f6;
  background: #f4f4f4;
  height: 3.625rem;
}
:not(.modal-dialog) .toolbelt .dropdown-select > .options {
  top: 1.875rem;
}
:not(.modal-dialog) .toolbelt .dropdown-select > .selectedoption {
  height: 1.875rem;
  border-color: rgba(35, 35, 35, 0.6);
  padding-top: 0;
  padding-bottom: 0;
  color: #575195;
}
:not(.modal-dialog) .toolbelt .dropdown-select + .dropdown-select {
  margin-left: 0.375rem;
}
:not(.modal-dialog) .toolbelt wm-select + wm-select {
  margin-left: 0.375rem;
}
:not(.modal-dialog) .toolbelt .textfieldinput {
  height: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.page-header + .toolbelt {
  margin-left: -32px;
  margin-right: -32px;
}

.tool-tip {
  position: absolute;
  top: 50%;
  right: 4.125rem;
  transform: translateY(-50%);
  width: 12.5rem;
  text-align: right;
  line-height: normal;
}
.tool-tip .tooltip {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0.3125rem;
  border-radius: 2px;
  transition: 0.3s 0s;
  transform: scaleY(0.1) scaleX(0.1) translateY(0px) translateX(80%);
  transform-origin: right;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-row.-justified {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-row.-verticallycentered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row.-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .largearea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.5rem;
}
.home img {
  height: 36px;
}
.home #logo {
  max-width: 13.75rem;
  margin: 0 auto 2.5rem;
}
.home .page-header {
  font-weight: normal;
  font-size: 2.25rem;
  color: #2e1b46;
  text-align: center;
}
.home .page-header.welcome {
  margin: 0;
  letter-spacing: 0.1px;
}
.home .paper-card.-margintop25 {
  margin-top: 1.5625rem;
}
.home .findemail .buttoncontainer,
.home .login .buttoncontainer,
.home .setpassword .button[type=submit],
.home .resetpassword .button[type=submit] {
  margin-top: 1.5625rem;
}
.home .checkemail .buttoncontainer .button,
.home .findemail .buttoncontainer .button,
.home .login .buttoncontainer .button {
  margin-right: 1.5625rem;
}
.home .termsandconditions.paper-card {
  max-width: 31.625rem;
  padding: 1.25rem 1.875rem 0 1.875rem;
}
.home .termsandconditions.paper-card .body {
  -webkit-box-shadow: inset 0 -4px 10px -10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 -4px 10px -10px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 -4px 10px -10px rgba(0, 0, 0, 0.7);
  padding: 0;
}
.home .termsandconditions.paper-card > .footer {
  -webkit-box-shadow: 0 -4px 10px 0 rgba(46, 27, 70, 0.11);
  -moz-box-shadow: 0 -4px 10px 0 rgba(46, 27, 70, 0.11);
  box-shadow: 0 -4px 10px 0 rgba(46, 27, 70, 0.11);
  border-top: none;
  margin: 0 -1.875rem;
  padding: 20px 30px;
  text-align: left;
}
.home .termsandconditions .alert {
  background-color: #f4f3f6;
  padding: 1.25rem 1.875rem;
}
.home .termsandconditions .agreementcontainer {
  color: #444;
  letter-spacing: 0.010625rem;
  max-height: 14.625rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1.25rem 1.875rem 0;
}
.home .termsandconditions .agreementcontainer h3 {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
}
.home .termsandconditions .agreementcontainer p {
  margin: 0 0 1.25rem;
}
.home .termsandconditions .agreementcontainer span {
  display: block;
}
.home .termsandconditions .agreementaccept {
  margin-bottom: 1.25rem;
  position: relative;
}
.home .termsandconditions .chkbx-label.chkbx {
  font-size: 0.875rem;
  color: var(--wmcolor-text, #4a4a4a);
  display: block;
  padding-left: 1.5625rem;
  margin: 0;
}
.home .termsandconditions .chkbx-label.chkbx:before {
  position: absolute;
  top: 0;
  left: 0;
}
.home .termsandconditions .-primary {
  margin-right: 1.5625rem;
}
.home ul.chooselang {
  display: none;
  font-size: 0.875rem;
  position: relative;
  text-align: center;
  margin-top: 1.875rem;
}
.home .chooselang:focus {
  outline: none;
}
.home .chooselang .langoption {
  display: inline-block;
  line-height: 1.85;
  font-weight: 500;
}
.home .chooselang .langoption:first-child:before {
  display: inline-block;
  font: normal normal normal 24px/1 Material Design Icons;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1e7";
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 1.25rem;
}
.home .productsuite {
  padding: 1.875rem 3.75rem;
  margin: 7.25rem -2.5rem 0;
  background: rgba(87, 81, 149, 0.04);
}
.home .productsuite .icon {
  height: 1.5rem;
  width: auto;
}
.home .productsuite h3 {
  text-align: center;
  color: #0a808b;
  font-size: 1.375rem;
  letter-spacing: 0.0125rem;
  font-weight: 500;
}
.home .productsuite .watermarksuite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1.5625rem;
}
.home .productsuite .product {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 1.5rem 1.25rem 0;
}
.home .paper-card .information {
  margin-top: 1.25rem;
}
.home .checkemail .paper-card p {
  margin-bottom: 1.25rem;
}
.home div[dir=RTL] .chooselang .langoption:first-child:before {
  margin-right: 0;
  margin-left: 1.25rem;
}
.home .chooselang .langoption:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 0.75rem;
}
.home .chooseproduct #logo {
  margin-bottom: 4rem;
}
.home .chooseproduct .availableproducts {
  margin-top: 0.625rem;
  padding-left: calc(50% - 193px);
  padding-right: calc(50% - 193px);
}
.home .chooseproduct .availableproducts .product {
  margin: 1.875rem auto 0;
}
.home .chooseproduct .availableproducts .product .button {
  height: 4.75rem;
  width: 100%;
  text-align: center;
  border-radius: 0.75rem;
}
.home .chooseproduct .availableproducts .product svg {
  fill: #fff;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.home .chooseproduct .availableproducts .product svg.logo {
  height: 2rem;
}
.home .chooseproduct .availableproducts .product svg.largelogo {
  height: 2.25rem;
}
.home .chooseproduct .availableproducts .product.livetext svg,
.home .chooseproduct .availableproducts .product.via svg {
  height: 1.25rem;
}
.home .paper-card {
  max-width: 26.25rem;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 0.3125rem;
  margin: 0 auto;
}
.home .paper-card .header {
  border-bottom: 1px solid #2e1b46;
}
.home .paper-card .header .title {
  font-size: 1.125rem;
  letter-spacing: 0.01875rem;
}
.home .paper-card .body {
  padding: 1.25rem 1.875rem 0;
}
.home .textfield + .textfield {
  margin-top: 1.25rem;
}
.home .textfieldlabel {
  font-weight: 600;
  display: block;
  letter-spacing: 0.01875rem;
}
.home .textfieldinput {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  -ms-border-radius: 3;
  border-radius: 3;
  border: 1px solid rgba(35, 35, 35, 0.6);
  font-size: 0.875rem;
  height: 2.75rem;
  padding: 0.625rem 0.9375rem 0.5rem;
  width: 100%;
  -webkit-appearance: none;
}
.home .textfieldinput:focus {
  -webkit-box-shadow: 0 0 0 1px var(--wmcolor-border-focus, #19a1a9);
  -moz-box-shadow: 0 0 0 1px var(--wmcolor-border-focus, #19a1a9);
  box-shadow: 0 0 0 1px var(--wmcolor-border-focus, #19a1a9);
  outline: none;
  border-color: var(--wmcolor-border-focus, #19a1a9);
}
.home .textfield.-error .textfieldlabel {
  color: #c0392b;
}
.home .textfield.-error .textfieldlabel::after {
  display: inline-block;
  font: normal normal normal 24px/1 Material Design Icons;
  font-size: 24px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f026";
  margin-left: 0.3125rem;
}
.home .textfield.-error .textfieldinput {
  -webkit-box-shadow: 0 0 0 1px #c0392b;
  -moz-box-shadow: 0 0 0 1px #c0392b;
  box-shadow: 0 0 0 1px #c0392b;
  border-color: #c0392b;
}
.home .textfield.-error .input-error {
  font-style: italic;
  display: block;
  margin-top: 0.3125rem;
  color: #c0392b;
}
.home .error.input-error {
  margin-bottom: 0.9375rem;
  position: relative;
}

.contentwrapper > .footer,
.home > .footer,
.maincontentfooter,
.program-identity .main-panel > .footer,
main + .footer {
  background-color: #dedede;
  color: var(--wmcolor-text, #4a4a4a);
  font-size: 0.875rem;
  padding: 0.4375rem 2.5rem;
  text-align: center;
}
.contentwrapper > .footer a,
.home > .footer a,
.maincontentfooter a,
.program-identity .main-panel > .footer a,
main + .footer a {
  color: var(--wmcolor-text, #4a4a4a);
}
.contentwrapper > .footer > div,
.home > .footer > div,
.maincontentfooter > div,
.program-identity .main-panel > .footer > div,
main + .footer > div {
  display: inline-block;
  text-align: center;
  margin: 0.25rem 1.5625rem;
}
.contentwrapper > .footer .companyname,
.contentwrapper > .footer .footerlink,
.home > .footer .companyname,
.home > .footer .footerlink,
.maincontentfooter .companyname,
.maincontentfooter .footerlink,
.program-identity .main-panel > .footer .companyname,
.program-identity .main-panel > .footer .footerlink,
main + .footer .companyname,
main + .footer .footerlink {
  font-weight: 600;
}
.contentwrapper > .footer .footerlink:hover,
.home > .footer .footerlink:hover,
.maincontentfooter .footerlink:hover,
.program-identity .main-panel > .footer .footerlink:hover,
main + .footer .footerlink:hover {
  background-image: linear-gradient(var(--wmcolor-text, #4a4a4a), var(--wmcolor-text, #4a4a4a));
}
.contentwrapper > .footer .footernav li,
.home > .footer .footernav li,
.maincontentfooter .footernav li,
.program-identity .main-panel > .footer .footernav li,
main + .footer .footernav li {
  display: inline-block;
  border-right: 1px solid var(--wmcolor-border-dark, #4a4a4a);
  padding: 0.1875rem 1.125rem;
}
.contentwrapper > .footer .footernav li:first-child,
.home > .footer .footernav li:first-child,
.maincontentfooter .footernav li:first-child,
.program-identity .main-panel > .footer .footernav li:first-child,
main + .footer .footernav li:first-child {
  padding-left: 0;
}
.contentwrapper > .footer .footernav li:last-child,
.home > .footer .footernav li:last-child,
.maincontentfooter .footernav li:last-child,
.program-identity .main-panel > .footer .footernav li:last-child,
main + .footer .footernav li:last-child {
  border-right: none;
  padding-right: 0;
}

.home > .footer {
  background-color: #2e1b46;
  color: #fff;
  padding: 0.875rem 2.5rem;
}
.home > .footer a {
  color: #fff;
}
.home > .footer .footernav li {
  border-right-color: #c8c8c8;
}
.home > .footer .footerlink:hover {
  background-image: linear-gradient(#c8c8c8, #c8c8c8);
}

.user-is-tabbing .chooselang:focus .focused,
.user-is-tabbing .login a:focus {
  background: linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;
  background-size: 6px 3px;
  background-position: 0 1em;
}

.my-lead-orgs .indented {
  margin-left: 2.5rem;
}

.body.programdata {
  background: #10233b;
  color: #fff;
}

.node-stats {
  color: #7d7d7d;
}
.node-stats.-sections {
  display: inline-block;
  max-width: 43.75rem;
  width: 100%;
}
.node-stats.-sections .group {
  display: block;
  max-width: inherit;
}
.node-stats.-sections .info {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  padding-left: 0.375rem;
}
.node-stats.-sections .heading {
  font-size: 0.875rem;
  font-weight: normal;
  padding-right: 9.375rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.node-stats.-sections .heading > .date {
  font-size: 0.75rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 3px;
}
.node-stats.-sections .stats {
  margin: 0 0 0 0.9375rem;
}
.node-stats.-sections .stats .stat > .label:after {
  content: none;
}
.node-stats.-sections .stat > .label {
  padding-right: 0;
  text-align: left;
  width: inherit;
}
.node-stats.-program .stat > .label {
  width: auto;
}
.node-stats.-program .stat > .lookup {
  font-style: italic;
  padding-left: 0.375rem;
}
.node-stats.-selected .stat > .label {
  width: auto;
}
.node-stats.-selected .stat > .lookup {
  font-style: italic;
  padding-left: 0.375rem;
}
.node-stats.-selected .stat.-shared > .info:after {
  content: ",";
  display: inline-block;
  padding-right: 0.625rem;
  font-weight: normal;
}
.node-stats.-selected .stat.-shared > .info:last-child:after {
  content: none;
}
.node-stats .group {
  display: inline-block;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  vertical-align: top;
}
.node-stats .heading {
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
}
.node-stats .heading,
.node-stats .stat > .label {
  display: inline-block;
  padding-right: 0.375rem;
  vertical-align: top;
}
.node-stats .stats {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.node-stats .stats .stat {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2;
}
.node-stats .stats .stat > .label {
  font-weight: normal;
  vertical-align: bottom;
}
.node-stats .stats .stat > .label:after {
  content: ":";
  display: inline-block;
}
.node-stats .stats .stat > .count {
  display: inline-block;
}
