@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
400;500;700;900&display=swap");
.material-icons, .nav__toggle, .path-picker__current::after, .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label .treeview__item-toggle::before, .treeview__item-link .treeview__item-toggle::before, .checkbox span, input__withaction button,
input__withaction .button,
input__withaction .hint label,
.hint input__withaction label,
.input__withaction button,
.input__withaction .button,
.input__withaction .hint label,
.hint .input__withaction label, form.form--search .form__input--clear,
.form.form--search .form__input--clear, button__icon,
.button__icon,
button__icon--remove,
.button__icon--remove,
button__icon--new,
.button__icon--new {
  font-family: "Material Icons", Helvetica, Arial, Verdana, Tahoma, sans-serif;
  font-size: 24px;
  /* Preferred icon size */
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for IE. */
  font-feature-settings: "liga";
}

h1 a.material-icons, h1 a.nav__toggle, h1 a.path-picker__current::after, h1 .treeview__item-label a.treeview__item-toggle::before, .treeview__item-label h1 a.treeview__item-toggle::before, h1 .treeview__item-link a.treeview__item-toggle::before, .treeview__item-link h1 a.treeview__item-toggle::before,
h1 input__withaction a.button,
input__withaction h1 a.button,
h1 .input__withaction a.button,
.input__withaction h1 a.button, h1 form.form--search a.form__input--clear, form.form--search h1 a.form__input--clear,
h1 .form.form--search a.form__input--clear,
.form.form--search h1 a.form__input--clear,
h1 a.button__icon,
h1 a.button__icon--remove,
h1 a.button__icon--new {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  float: left;
  font-size: 34px;
  line-height: 44px;
  padding-right: 3rem;
  display: inline-block;
}

/**
 * Retrieves a color value from the $pds-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
/**
 * Retrieves a color value from the $pds-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
.cf, .nav {
  *zoom: 1;
}

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

.cf::after, .nav::after {
  clear: both;
}

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

.is-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.flex-start {
  justify-content: flex-start;
  display: flex !important;
}

@media screen and (max-width: 640px) {
  .mobile-flex-between {
    justify-content: space-between !important;
  }
}

@media screen and (max-width: 640px) {
  .mb-flex-col {
    flex-direction: column !important;
  }
}

.flex-end {
  justify-content: flex-end;
  display: flex !important;
  padding: 0 1rem;
}

@media screen and (max-width: 640px) {
  .mb-flex-col-start {
    align-items: flex-start !important;
  }
}

.space-around {
  justify-content: space-around;
  display: flex !important;
}

.space-justify {
  justify-content: space-between;
  display: flex !important;
}

.flex-baseline {
  align-items: baseline !important;
  display: flex !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

@media screen and (min-width: 640px) {
  .desktop-flex-items-center {
    align-items: center !important;
  }
}

@media screen and (min-width: 640px) {
  .only--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .only--desktop {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-mb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-mb05 {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-mb {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-mb2 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-mt {
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-sr-only {
    position: absolute;
    left: -10000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}

body.no-js .js-only {
  display: none !important;
}

.no-padding {
  padding: 0;
}

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

.mla {
  margin-left: auto !important;
}

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

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

@media screen and (min-width: 640px) {
  .desktop-ml1 {
    margin-left: 1rem !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-fot-ml0:first-of-type {
    margin-left: 0 !important;
  }
}

.lot-mr0:last-of-type {
  margin-right: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
/*
This file can be used to overwrite any normailze settings.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #F5FBFF;
  height: 100%;
}
html *,
body * {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  font-size: 18px;
  font-size: 100%;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.625;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, .app-header__title, h4, .app-header__logo, .hint, h5, h6, form__label,
form label,
form legend,
.form__label,
.form label,
.form legend {
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.87);
}
h1 a, h2 a, h3 a, .app-header__title a, h4 a, .app-header__logo a, .hint a, h5 a, h6 a, form__label a,
form label a,
form legend a,
.form__label a,
.form label a,
.form legend a {
  font-weight: inherit;
}

h1,
.h1 {
  font-size: 40.5px;
  font-size: 2.25rem;
  font-weight: 300;
  font-size: 96px;
  line-height: 112px;
  letter-spacing: -1.5px;
}

h2,
.h2 {
  font-size: 33.75px;
  font-size: 1.875rem;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.5px;
}

h3, .app-header__title,
.h3 {
  font-size: 27px;
  font-size: 1.5rem;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
}

h4, .app-header__logo, .hint,
.h4 {
  font-size: 20.25px;
  font-size: 1.125rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  h4, .app-header__logo, .hint,
.h4 {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 640px) {
  h4, .app-header__logo, .hint,
.h4 {
    font-size: 22.5px;
    font-size: 1.25rem;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
  }
}

h5,
.h5 {
  font-size: 20.25px;
  font-size: 1.125rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

h6, form__label,
form label,
form legend,
.form__label,
.form label,
.form legend,
.h6 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

p {
  margin-bottom: 1rem;
}

.caption, .text-danger,
.field-validation-error, form__input.input-validation-error + button + span, form__input.field-validation-error + button + span,
.form__input.input-validation-error + button + span,
input__withaction button.input-validation-error + button + span,
input__withaction .input-validation-error.button + button + span,
input__withaction .hint label.input-validation-error + button + span,
.hint input__withaction label.input-validation-error + button + span,
.input__withaction button.input-validation-error + button + span,
.input__withaction .input-validation-error.button + button + span,
.input__withaction .hint label.input-validation-error + button + span,
.hint .input__withaction label.input-validation-error + button + span,
.form__input.field-validation-error + button + span,
input__withaction button.field-validation-error + button + span,
input__withaction .field-validation-error.button + button + span,
input__withaction .hint label.field-validation-error + button + span,
.hint input__withaction label.field-validation-error + button + span,
.input__withaction button.field-validation-error + button + span,
.input__withaction .field-validation-error.button + button + span,
.input__withaction .hint label.field-validation-error + button + span,
.hint .input__withaction label.field-validation-error + button + span, form__input.input-validation-error + span, form__input.field-validation-error + span,
.form__input.input-validation-error + span,
input__withaction button.input-validation-error + span,
input__withaction .input-validation-error.button + span,
input__withaction .hint label.input-validation-error + span,
.hint input__withaction label.input-validation-error + span,
.input__withaction button.input-validation-error + span,
.input__withaction .input-validation-error.button + span,
.input__withaction .hint label.input-validation-error + span,
.hint .input__withaction label.input-validation-error + span,
.form__input.field-validation-error + span,
input__withaction button.field-validation-error + span,
input__withaction .field-validation-error.button + span,
input__withaction .hint label.field-validation-error + span,
.hint input__withaction label.field-validation-error + span,
.input__withaction button.field-validation-error + span,
.input__withaction .field-validation-error.button + span,
.input__withaction .hint label.field-validation-error + span,
.hint .input__withaction label.field-validation-error + span {
  font-size: 14px;
  font-weight: 400;
}

.body1, .list--item, .response__responses .response-box p, table tr td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 640px) {
  .body1, .list--item, .response__responses .response-box p, table tr td {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}

.body2, .textual, .terms-and-conditions, .app-footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.subtitle-2, table thead th {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.uppercase, .message-detail__sequence-no {
  text-transform: uppercase;
}

.standout, .message-detail__sequence-no, table tr td em.count {
  color: #2C98F0;
  font-weight: 700;
}

.intro {
  font-weight: 700;
}

.badge {
  background-color: #E0E0E0;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
  position: relative;
  height: 16px;
  width: 16px;
  top: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 16x;
}

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container {
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 90rem;
}
.container--padded {
  max-width: 45rem;
  margin: 0 auto;
}
.container--padded form {
  width: 100%;
}

button,
.button,
.hint label {
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #2C98F0;
  color: #FFF;
  margin: 0.25rem;
  border: 1px solid transparent;
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  outline: none;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
  font-size: 14px;
  padding: 0.445rem 0.875rem;
}
button, button:active, button.active, button:hover, button:focus, button.focus,
.button,
.hint label,
.button:active,
.button.active,
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
  outline: 0;
}
button:hover,
.button:hover,
.hint label:hover {
  background-color: #42A5F5;
}
button:focus,
.button:focus,
.hint label:focus {
  background-color: #1E88E5;
}
button.disabled, button[disabled], fieldset[disabled] button,
.button.disabled,
.hint label.disabled,
.button[disabled],
.hint label[disabled],
fieldset[disabled] .button,
fieldset[disabled] .hint label,
.hint fieldset[disabled] label {
  cursor: default;
  color: rgba(0, 0, 0, 0.38);
}
button:-webkit-autofill,
.button:-webkit-autofill,
.hint label:-webkit-autofill {
  background-color: inherit !important;
}
button--inverse,
.button--inverse {
  color: #2C98F0;
  background-color: #FFF;
  border: 1px solid #FFF;
}
button--inverse:hover, button--inverse:focus,
.button--inverse:hover,
.button--inverse:focus {
  color: #fff;
}
button--outlined,
.button--outlined {
  background-color: transparent;
  border-color: #2C98F0;
  color: #2C98F0;
}
button--outlined:hover,
.button--outlined:hover {
  background-color: rgba(44, 152, 240, 0.05);
}
button--outlined:focus,
.button--outlined:focus {
  background-color: rgba(44, 152, 240, 0.12);
}
button--outlined.disabled, button--outlined[disabled], fieldset[disabled] button--outlined,
.button--outlined.disabled,
.button--outlined[disabled],
fieldset[disabled] .button--outlined {
  cursor: default;
  background-color: transparent;
  border-color: #BDBDBD;
  color: #BDBDBD;
}
button--tag span,
.button--tag span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
i + button--tag span span,
i + .button--tag span span {
  margin-right: 30px;
}
span + button--tag span i,
span + .button--tag span i {
  margin-right: 40px;
}
button--fullwidth,
.button--fullwidth {
  width: 100%;
  margin-bottom: 1rem;
}
button__icon,
.button__icon,
button__icon--remove,
.button__icon--remove,
button__icon--new,
.button__icon--new {
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  vertical-align: top;
}
button__icon--new::before,
.button__icon--new::before {
  content: "add";
}
button__icon--remove::before,
.button__icon--remove::before {
  content: "remove_circle";
}
button--small,
.button--small,
.hint label {
  padding: 0.445rem 0.875rem;
}
button--small .material-icons, button--small .nav__toggle, button--small .path-picker__current::after, button--small .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label button--small .treeview__checkbox + span::before, button--small .treeview__item-label .treeview__item-toggle::before, .treeview__item-label button--small .treeview__item-toggle::before, button--small .treeview__item-link .treeview__item-toggle::before, .treeview__item-link button--small .treeview__item-toggle::before, button--small .checkbox span, .checkbox button--small span, button--small input__withaction button, input__withaction button--small button,
button--small input__withaction .button,
button--small input__withaction .hint label,
.hint button--small input__withaction label,
input__withaction button--small .button,
input__withaction button--small .hint label,
.hint input__withaction button--small label,
button--small .input__withaction button,
.input__withaction button--small button,
button--small .input__withaction .button,
button--small .input__withaction .hint label,
.hint button--small .input__withaction label,
.input__withaction button--small .button,
.input__withaction button--small .hint label,
.hint .input__withaction button--small label, button--small form.form--search .form__input--clear, form.form--search button--small .form__input--clear,
button--small .form.form--search .form__input--clear,
.form.form--search button--small .form__input--clear, button--small button__icon,
button--small .button__icon,
button--small button__icon--new,
button--small .button__icon--new,
button--small button__icon--remove,
button--small .button__icon--remove,
.button--small .material-icons,
.button--small .nav__toggle,
.button--small .path-picker__current::after,
.button--small .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .button--small .treeview__checkbox + span::before,
.button--small .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .button--small .treeview__item-toggle::before,
.button--small .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .button--small .treeview__item-toggle::before,
.button--small .checkbox span,
.checkbox .button--small span,
.hint label .material-icons,
.hint label .nav__toggle,
.hint label .path-picker__current::after,
.hint label .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .hint label .treeview__checkbox + span::before,
.hint label .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .hint label .treeview__item-toggle::before,
.hint label .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .hint label .treeview__item-toggle::before,
.hint label .checkbox span,
.checkbox .hint label span,
.button--small input__withaction button,
.hint label input__withaction button,
input__withaction .button--small button,
input__withaction .hint label button,
.hint input__withaction label button,
.button--small input__withaction .button,
.hint label input__withaction .button,
.button--small input__withaction .hint label,
.hint .button--small input__withaction label,
.hint label input__withaction label,
input__withaction .button--small .button,
input__withaction .hint label .button,
.hint input__withaction label .button,
input__withaction .button--small .hint label,
input__withaction .hint label .hint label,
.hint input__withaction .button--small label,
.hint input__withaction label label,
.button--small .input__withaction button,
.hint label .input__withaction button,
.input__withaction .button--small button,
.input__withaction .hint label button,
.hint .input__withaction label button,
.button--small .input__withaction .button,
.hint label .input__withaction .button,
.button--small .input__withaction .hint label,
.hint .button--small .input__withaction label,
.hint label .input__withaction label,
.input__withaction .button--small .button,
.input__withaction .hint label .button,
.hint .input__withaction label .button,
.input__withaction .button--small .hint label,
.input__withaction .hint label .hint label,
.hint .input__withaction .button--small label,
.hint .input__withaction label label,
.button--small form.form--search .form__input--clear,
.hint label form.form--search .form__input--clear,
form.form--search .button--small .form__input--clear,
form.form--search .hint label .form__input--clear,
.hint form.form--search label .form__input--clear,
.button--small .form.form--search .form__input--clear,
.hint label .form.form--search .form__input--clear,
.form.form--search .button--small .form__input--clear,
.form.form--search .hint label .form__input--clear,
.hint .form.form--search label .form__input--clear,
.button--small button__icon,
.hint label button__icon,
.button--small .button__icon,
.hint label .button__icon,
.button--small button__icon--new,
.hint label button__icon--new,
.button--small .button__icon--new,
.hint label .button__icon--new,
.button--small button__icon--remove,
.hint label button__icon--remove,
.button--small .button__icon--remove,
.hint label .button__icon--remove {
  font-size: 16px;
  margin-right: 0.25rem;
}
.form__group .space-justify button:last-child,
.form__group .space-justify .button:last-child,
.form__group .space-justify .hint label:last-child,
.hint .form__group .space-justify label:last-child {
  margin-right: 0;
}
button--transparent,
.button--transparent,
.hint label {
  background-color: transparent;
  color: #2C98F0;
  padding: 2px 0 0 0;
  margin: 0 0.25rem;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
button--transparent:hover,
.button--transparent:hover,
.hint label:hover {
  background-color: transparent;
  border-bottom: 2px solid #2C98F0;
}
button--transparent:focus,
.button--transparent:focus,
.hint label:focus {
  background-color: transparent;
}
button--transparent.disabled, button--transparent[disabled], fieldset[disabled] button--transparent,
.button--transparent.disabled,
.hint label.disabled,
.button--transparent[disabled],
.hint label[disabled],
fieldset[disabled] .button--transparent,
fieldset[disabled] .hint label,
.hint fieldset[disabled] label {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: #BDBDBD;
}
button--fab,
.button--fab {
  border-radius: 3rem;
}
.pull-right button:last-child,
.pull-right .button:last-child,
.pull-right .hint label:last-child,
.hint .pull-right label:last-child {
  margin-right: 0;
}

p + form {
  margin-left: 1rem;
}

form,
.form {
  display: inline-block;
  max-width: 42.5rem;
  align-self: center;
}
form.form--search,
.form.form--search {
  position: relative;
  /* Only want to show if non empty */
  /* Show if non empty IE */
}
form.form--search .form__input.form__input--search, form.form--search input__withaction button.form__input--search, input__withaction form.form--search button.form__input--search,
form.form--search input__withaction .form__input--search.button,
form.form--search input__withaction .hint label.form__input--search,
.hint form.form--search input__withaction label.form__input--search,
input__withaction form.form--search .form__input--search.button,
input__withaction form.form--search .hint label.form__input--search,
.hint input__withaction form.form--search label.form__input--search,
form.form--search .input__withaction button.form__input--search,
.input__withaction form.form--search button.form__input--search,
form.form--search .input__withaction .form__input--search.button,
form.form--search .input__withaction .hint label.form__input--search,
.hint form.form--search .input__withaction label.form__input--search,
.input__withaction form.form--search .form__input--search.button,
.input__withaction form.form--search .hint label.form__input--search,
.hint .input__withaction form.form--search label.form__input--search,
.form.form--search .form__input.form__input--search,
.form.form--search input__withaction button.form__input--search,
input__withaction .form.form--search button.form__input--search,
.form.form--search input__withaction .form__input--search.button,
.form.form--search input__withaction .hint label.form__input--search,
.hint .form.form--search input__withaction label.form__input--search,
input__withaction .form.form--search .form__input--search.button,
input__withaction .form.form--search .hint label.form__input--search,
.hint input__withaction .form.form--search label.form__input--search,
.form.form--search .input__withaction button.form__input--search,
.input__withaction .form.form--search button.form__input--search,
.form.form--search .input__withaction .form__input--search.button,
.form.form--search .input__withaction .hint label.form__input--search,
.hint .form.form--search .input__withaction label.form__input--search,
.input__withaction .form.form--search .form__input--search.button,
.input__withaction .form.form--search .hint label.form__input--search,
.hint .input__withaction .form.form--search label.form__input--search {
  padding-right: 3rem;
}
form.form--search .form__input--clear,
.form.form--search .form__input--clear {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #606060;
}
form.form--search .form__input--clear::before,
.form.form--search .form__input--clear::before {
  content: "clear";
}
form.form--search .form__input--search:not(:placeholder-shown) + .form__input--clear,
.form.form--search .form__input--search:not(:placeholder-shown) + .form__input--clear {
  display: inline-block !important;
}
form.form--search .form__input--search:not(:-ms-input-placeholder) + .form__input--clear,
.form.form--search .form__input--search:not(:-ms-input-placeholder) + .form__input--clear {
  display: inline-block !important;
}
form__label,
form label,
form legend,
.form__label,
.form label,
.form legend {
  display: inline-flex;
  margin-bottom: 0.5rem;
  align-items: baseline;
}
form .form__label--cb-text,
.form .form__label--cb-text {
  font-size: 1.125rem;
  font-weight: 400;
}
form__group,
.form__group {
  margin-bottom: 1rem;
  overflow: hidden;
  line-height: 1;
  max-width: 42.5rem;
}
form input,
form textarea,
.form input,
.form textarea {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
form input:not[type=checkbox],
form textarea:not[type=checkbox],
.form input:not[type=checkbox],
.form textarea:not[type=checkbox] {
  -webkit-appearance: none;
}
form textarea,
.form textarea {
  min-height: 10rem;
  resize: none;
}
form__hint,
.form__hint {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 1em;
}
form__input,
.form__input,
input__withaction button,
input__withaction .button,
input__withaction .hint label,
.hint input__withaction label,
.input__withaction button,
.input__withaction .button,
.input__withaction .hint label,
.hint .input__withaction label {
  border: 1px solid rgba(0, 0, 0, 0.38);
  background-color: #FFF;
  outline: none;
  border-radius: 0;
  min-height: 3.5rem;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
  -webkit-appearance: none;
}
form__input .tag, form__input button--tag,
form__input .button--tag,
.form__input .tag,
input__withaction button .tag,
input__withaction .button .tag,
input__withaction .hint label .tag,
.hint input__withaction label .tag,
.input__withaction button .tag,
.input__withaction .button .tag,
.input__withaction .hint label .tag,
.hint .input__withaction label .tag,
.form__input button--tag,
input__withaction button button--tag,
input__withaction .button button--tag,
input__withaction .hint label button--tag,
.hint input__withaction label button--tag,
.input__withaction button button--tag,
.input__withaction .button button--tag,
.input__withaction .hint label button--tag,
.hint .input__withaction label button--tag,
.form__input .button--tag,
input__withaction button .button--tag,
input__withaction .button .button--tag,
input__withaction .hint label .button--tag,
.hint input__withaction label .button--tag,
.input__withaction button .button--tag,
.input__withaction .button .button--tag,
.input__withaction .hint label .button--tag,
.hint .input__withaction label .button--tag {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
}
form__input .tag:hover, form__input button--tag:hover,
form__input .button--tag:hover, form__input .tag:active, form__input button--tag:active,
form__input .button--tag:active, form__input .tag:focus, form__input button--tag:focus,
form__input .button--tag:focus,
.form__input .tag:hover,
input__withaction button .tag:hover,
input__withaction .button .tag:hover,
input__withaction .hint label .tag:hover,
.hint input__withaction label .tag:hover,
.input__withaction button .tag:hover,
.input__withaction .button .tag:hover,
.input__withaction .hint label .tag:hover,
.hint .input__withaction label .tag:hover,
.form__input button--tag:hover,
input__withaction button button--tag:hover,
input__withaction .button button--tag:hover,
input__withaction .hint label button--tag:hover,
.hint input__withaction label button--tag:hover,
.input__withaction button button--tag:hover,
.input__withaction .button button--tag:hover,
.input__withaction .hint label button--tag:hover,
.hint .input__withaction label button--tag:hover,
.form__input .button--tag:hover,
input__withaction button .button--tag:hover,
input__withaction .button .button--tag:hover,
input__withaction .hint label .button--tag:hover,
.hint input__withaction label .button--tag:hover,
.input__withaction button .button--tag:hover,
.input__withaction .button .button--tag:hover,
.input__withaction .hint label .button--tag:hover,
.hint .input__withaction label .button--tag:hover,
.form__input .tag:active,
input__withaction button .tag:active,
input__withaction .button .tag:active,
input__withaction .hint label .tag:active,
.hint input__withaction label .tag:active,
.input__withaction button .tag:active,
.input__withaction .button .tag:active,
.input__withaction .hint label .tag:active,
.hint .input__withaction label .tag:active,
.form__input button--tag:active,
input__withaction button button--tag:active,
input__withaction .button button--tag:active,
input__withaction .hint label button--tag:active,
.hint input__withaction label button--tag:active,
.input__withaction button button--tag:active,
.input__withaction .button button--tag:active,
.input__withaction .hint label button--tag:active,
.hint .input__withaction label button--tag:active,
.form__input .button--tag:active,
input__withaction button .button--tag:active,
input__withaction .button .button--tag:active,
input__withaction .hint label .button--tag:active,
.hint input__withaction label .button--tag:active,
.input__withaction button .button--tag:active,
.input__withaction .button .button--tag:active,
.input__withaction .hint label .button--tag:active,
.hint .input__withaction label .button--tag:active,
.form__input .tag:focus,
input__withaction button .tag:focus,
input__withaction .button .tag:focus,
input__withaction .hint label .tag:focus,
.hint input__withaction label .tag:focus,
.input__withaction button .tag:focus,
.input__withaction .button .tag:focus,
.input__withaction .hint label .tag:focus,
.hint .input__withaction label .tag:focus,
.form__input button--tag:focus,
input__withaction button button--tag:focus,
input__withaction .button button--tag:focus,
input__withaction .hint label button--tag:focus,
.hint input__withaction label button--tag:focus,
.input__withaction button button--tag:focus,
.input__withaction .button button--tag:focus,
.input__withaction .hint label button--tag:focus,
.hint .input__withaction label button--tag:focus,
.form__input .button--tag:focus,
input__withaction button .button--tag:focus,
input__withaction .button .button--tag:focus,
input__withaction .hint label .button--tag:focus,
.hint input__withaction label .button--tag:focus,
.input__withaction button .button--tag:focus,
.input__withaction .button .button--tag:focus,
.input__withaction .hint label .button--tag:focus,
.hint .input__withaction label .button--tag:focus {
  background-color: transparent;
}
form__input .tag i, form__input button--tag i,
form__input .button--tag i,
.form__input .tag i,
input__withaction button .tag i,
input__withaction .button .tag i,
input__withaction .hint label .tag i,
.hint input__withaction label .tag i,
.input__withaction button .tag i,
.input__withaction .button .tag i,
.input__withaction .hint label .tag i,
.hint .input__withaction label .tag i,
.form__input button--tag i,
input__withaction button button--tag i,
input__withaction .button button--tag i,
input__withaction .hint label button--tag i,
.hint input__withaction label button--tag i,
.input__withaction button button--tag i,
.input__withaction .button button--tag i,
.input__withaction .hint label button--tag i,
.hint .input__withaction label button--tag i,
.form__input .button--tag i,
input__withaction button .button--tag i,
input__withaction .button .button--tag i,
input__withaction .hint label .button--tag i,
.hint input__withaction label .button--tag i,
.input__withaction button .button--tag i,
.input__withaction .button .button--tag i,
.input__withaction .hint label .button--tag i,
.hint .input__withaction label .button--tag i {
  display: none;
}
form__input + .button, .hint form__input + label,
.form__input + .button,
.hint .form__input + label,
input__withaction button + .button,
input__withaction .hint button + label,
.hint input__withaction button + label,
input__withaction .button + .button,
input__withaction .hint label + .button,
.hint input__withaction label + .button,
input__withaction .hint .button + label,
.hint input__withaction .button + label,
input__withaction .hint label + label,
.hint input__withaction label + label,
.input__withaction button + .button,
.input__withaction .hint button + label,
.hint .input__withaction button + label,
.input__withaction .button + .button,
.input__withaction .hint label + .button,
.hint .input__withaction label + .button,
.input__withaction .hint .button + label,
.hint .input__withaction .button + label,
.input__withaction .hint label + label,
.hint .input__withaction label + label {
  margin: 0;
}
form__input.input-validation-error, form__input.field-validation-error,
.form__input.input-validation-error,
input__withaction button.input-validation-error,
input__withaction .input-validation-error.button,
input__withaction .hint label.input-validation-error,
.hint input__withaction label.input-validation-error,
.input__withaction button.input-validation-error,
.input__withaction .input-validation-error.button,
.input__withaction .hint label.input-validation-error,
.hint .input__withaction label.input-validation-error,
.form__input.field-validation-error,
input__withaction button.field-validation-error,
input__withaction .field-validation-error.button,
input__withaction .hint label.field-validation-error,
.hint input__withaction label.field-validation-error,
.input__withaction button.field-validation-error,
.input__withaction .field-validation-error.button,
.input__withaction .hint label.field-validation-error,
.hint .input__withaction label.field-validation-error {
  border-width: 2px;
  border-color: #FF0C3E;
}
form__input.input-validation-error + span, form__input.field-validation-error + span,
.form__input.input-validation-error + span,
input__withaction button.input-validation-error + span,
input__withaction .input-validation-error.button + span,
input__withaction .hint label.input-validation-error + span,
.hint input__withaction label.input-validation-error + span,
.input__withaction button.input-validation-error + span,
.input__withaction .input-validation-error.button + span,
.input__withaction .hint label.input-validation-error + span,
.hint .input__withaction label.input-validation-error + span,
.form__input.field-validation-error + span,
input__withaction button.field-validation-error + span,
input__withaction .field-validation-error.button + span,
input__withaction .hint label.field-validation-error + span,
.hint input__withaction label.field-validation-error + span,
.input__withaction button.field-validation-error + span,
.input__withaction .field-validation-error.button + span,
.input__withaction .hint label.field-validation-error + span,
.hint .input__withaction label.field-validation-error + span {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 5px;
  display: inline-block;
  color: #FF0C3E;
}
form__input.input-validation-error + button, form__input.field-validation-error + button,
.form__input.input-validation-error + button,
input__withaction button.input-validation-error + button,
input__withaction .input-validation-error.button + button,
input__withaction .hint label.input-validation-error + button,
.hint input__withaction label.input-validation-error + button,
.input__withaction button.input-validation-error + button,
.input__withaction .input-validation-error.button + button,
.input__withaction .hint label.input-validation-error + button,
.hint .input__withaction label.input-validation-error + button,
.form__input.field-validation-error + button,
input__withaction button.field-validation-error + button,
input__withaction .field-validation-error.button + button,
input__withaction .hint label.field-validation-error + button,
.hint input__withaction label.field-validation-error + button,
.input__withaction button.field-validation-error + button,
.input__withaction .field-validation-error.button + button,
.input__withaction .hint label.field-validation-error + button,
.hint .input__withaction label.field-validation-error + button {
  border-width: 2px;
  border-color: #FF0C3E;
}
form__input.input-validation-error + button + span, form__input.field-validation-error + button + span,
.form__input.input-validation-error + button + span,
input__withaction button.input-validation-error + button + span,
input__withaction .input-validation-error.button + button + span,
input__withaction .hint label.input-validation-error + button + span,
.hint input__withaction label.input-validation-error + button + span,
.input__withaction button.input-validation-error + button + span,
.input__withaction .input-validation-error.button + button + span,
.input__withaction .hint label.input-validation-error + button + span,
.hint .input__withaction label.input-validation-error + button + span,
.form__input.field-validation-error + button + span,
input__withaction button.field-validation-error + button + span,
input__withaction .field-validation-error.button + button + span,
input__withaction .hint label.field-validation-error + button + span,
.hint input__withaction label.field-validation-error + button + span,
.input__withaction button.field-validation-error + button + span,
.input__withaction .field-validation-error.button + button + span,
.input__withaction .hint label.field-validation-error + button + span,
.hint .input__withaction label.field-validation-error + button + span {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 2px;
  margin-top: 5px;
  display: inline-block;
  color: #FF0C3E;
}
form__input::-webkit-input-placeholder,
.form__input::-webkit-input-placeholder,
input__withaction button::-webkit-input-placeholder,
input__withaction .button::-webkit-input-placeholder,
input__withaction .hint label::-webkit-input-placeholder,
.hint input__withaction label::-webkit-input-placeholder,
.input__withaction button::-webkit-input-placeholder,
.input__withaction .button::-webkit-input-placeholder,
.input__withaction .hint label::-webkit-input-placeholder,
.hint .input__withaction label::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
form__input::-ms-clear,
.form__input::-ms-clear,
input__withaction button::-ms-clear,
input__withaction .button::-ms-clear,
input__withaction .hint label::-ms-clear,
.hint input__withaction label::-ms-clear,
.input__withaction button::-ms-clear,
.input__withaction .button::-ms-clear,
.input__withaction .hint label::-ms-clear,
.hint .input__withaction label::-ms-clear {
  display: none;
}
form__input:active, form__input:focus, form__input--focus, form__input--active,
.form__input:active,
input__withaction button:active,
input__withaction .button:active,
input__withaction .hint label:active,
.hint input__withaction label:active,
.input__withaction button:active,
.input__withaction .button:active,
.input__withaction .hint label:active,
.hint .input__withaction label:active,
.form__input:focus,
input__withaction button:focus,
input__withaction .button:focus,
input__withaction .hint label:focus,
.hint input__withaction label:focus,
.input__withaction button:focus,
.input__withaction .button:focus,
.input__withaction .hint label:focus,
.hint .input__withaction label:focus,
.form__input--focus,
.form__input--active {
  border-color: #2C98F0;
  outline: none;
  border-width: 1px;
}
form__input:active + button, form__input:focus + button, form__input--focus + button, form__input--active + button,
.form__input:active + button,
input__withaction button:active + button,
input__withaction .button:active + button,
input__withaction .hint label:active + button,
.hint input__withaction label:active + button,
.input__withaction button:active + button,
.input__withaction .button:active + button,
.input__withaction .hint label:active + button,
.hint .input__withaction label:active + button,
.form__input:focus + button,
input__withaction button:focus + button,
input__withaction .button:focus + button,
input__withaction .hint label:focus + button,
.hint input__withaction label:focus + button,
.input__withaction button:focus + button,
.input__withaction .button:focus + button,
.input__withaction .hint label:focus + button,
.hint .input__withaction label:focus + button,
.form__input--focus + button,
.form__input--active + button {
  border-width: 1px;
  border-color: #2C98F0;
}
form__input--search,
.form__input--search {
  padding-left: 2.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.502 14H14.708L14.432 13.726C15.407 12.589 16 11.115 16 9.49997C16 5.90997 13.09 2.99997 9.5 2.99997C5.91 2.99997 3 5.90997 3 9.49997C3 13.09 5.91 16 9.5 16C11.115 16 12.588 15.408 13.725 14.434L14.001 14.708V15.5L18.999 20.491L20.49 19L15.502 14ZM9.5 14C7.014 14 5 11.986 5 9.49997C5 7.01497 7.014 4.99997 9.5 4.99997C11.985 4.99997 14 7.01497 14 9.49997C14 11.986 11.985 14 9.5 14Z' fill='black' fill-opacity='0.54'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0.75rem 50%;
}
@media screen and (max-width: 640px) {
  form__input--search,
.form__input--search {
    height: 60px;
  }
}
form__input--readonly, form__input--readonly:focus, form__input--readonly:active,
.form__input--readonly,
.form__input--readonly:focus,
.form__input--readonly:active {
  border-width: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: -8px;
}
form p,
.form p {
  font-size: 0.875rem;
}
form p.mb0 + p,
.form p.mb0 + p {
  margin-top: 0;
}
form h6, form form__label,
form label,
form legend,
form .form__label,
form .form label,
.form form label,
form .form legend,
.form form legend,
.form h6,
.form form__label,
.form form label,
form .form label,
.form form legend,
form .form legend,
.form .form__label,
.form label,
.form legend {
  margin-bottom: 10px;
}

input__withaction button,
input__withaction .button,
input__withaction .hint label,
.hint input__withaction label,
.input__withaction button,
.input__withaction .button,
.input__withaction .hint label,
.hint .input__withaction label {
  display: none;
}
input__withaction.blank input,
.input__withaction.blank input {
  border: 1px solid rgba(0, 0, 0, 0.38);
  width: 100%;
}
input__withaction input,
.input__withaction input {
  width: calc(100% - 3.5rem);
  border-right: 0;
  display: inline-block;
  float: left;
}
input__withaction.blank .button--remove,
.input__withaction.blank .button--remove {
  display: none;
}
input__withaction button,
input__withaction .button,
input__withaction .hint label,
.hint input__withaction label,
.input__withaction button,
.input__withaction .button,
.input__withaction .hint label,
.hint .input__withaction label {
  width: 3.5rem;
  border-radius: 0;
  border-left: 0;
  display: inline-block;
  float: right;
  min-height: 3.5rem;
  color: transparent;
  font-size: 27px;
  font-size: 1.5rem;
}
input__withaction button:focus, input__withaction button.focus, input__withaction button.active,
input__withaction .button:focus,
input__withaction .hint label:focus,
.hint input__withaction label:focus,
input__withaction .button.focus,
input__withaction .hint label.focus,
.hint input__withaction label.focus,
input__withaction .button.active,
input__withaction .hint label.active,
.hint input__withaction label.active,
.input__withaction button:focus,
.input__withaction button.focus,
.input__withaction button.active,
.input__withaction .button:focus,
.input__withaction .hint label:focus,
.hint .input__withaction label:focus,
.input__withaction .button.focus,
.input__withaction .hint label.focus,
.hint .input__withaction label.focus,
.input__withaction .button.active,
.input__withaction .hint label.active,
.hint .input__withaction label.active {
  border-color: rgba(0, 0, 0, 0.38);
}
input__withaction button--remove::before,
input__withaction .button--remove::before,
.input__withaction button--remove::before,
.input__withaction .button--remove::before {
  content: "clear";
  color: #606060;
}
input__withaction button--add::before,
input__withaction .button--add::before,
.input__withaction button--add::before,
.input__withaction .button--add::before {
  content: "add_circle";
  color: #606060;
}
input__withaction button--save::before,
input__withaction .button--save::before,
.input__withaction button--save::before,
.input__withaction .button--save::before {
  content: "save";
  color: #2C98F0;
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  right: 1rem;
  top: 1.3rem;
}

select,
.select {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
  color: rgba(0, 0, 0, 0.87);
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding: 1rem 2rem 1rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
select:focus,
.select:focus {
  background-color: rgba(0, 0, 0, 0.08);
}
select::-ms-expand,
.select::-ms-expand {
  display: none;
}

.text-danger,
.field-validation-error {
  color: #FF0C3E;
  margin-top: 5px;
  display: inline-block;
}

.label--select-all {
  font-size: 0.875rem;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  margin-top: 15px;
  cursor: pointer;
}
.label--select-all label {
  height: 100%;
  vertical-align: top;
}
.label--select-all span {
  margin-left: 5px;
  height: 100%;
  line-height: 30px;
}
.label--select-all span::before {
  height: 100%;
}

table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  white-space: nowrap;
}
.js table[data-linkable-cell] tbody tr {
  cursor: pointer;
}
.js table[data-linkable-cell] tbody tr:hover {
  background-color: rgba(44, 152, 240, 0.05);
}
.js table[data-linkable-cell] tbody tr:focus {
  background-color: rgba(44, 152, 240, 0.12);
  cursor: pointer;
}
table thead > tr {
  text-align: left;
}
table thead th {
  padding: 0 1rem;
  padding-bottom: 0.65625rem;
  text-align: left;
}
table tbody > tr:first-child {
  border-top: 1px solid rgba(166, 166, 166, 0.38);
}
table tr {
  border-bottom: 1px solid rgba(166, 166, 166, 0.38);
}
.subtitle-2 table tr.clickable, table thead th table tr.clickable {
  cursor: pointer;
}
table tr td {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table tr td.checkbox-cell {
  padding: 0;
}
@media screen and (max-width: 640px) {
  table tr td.checkbox-cell {
    width: 34%;
    display: block;
  }
}
table tr td.checkbox-cell > label {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  /* match that of other cell content */
}
table tr td a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
table tr td em.count {
  margin-left: 10px;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  table,
thead,
tbody,
tr {
    display: block;
  }

  table {
    margin-bottom: 1rem;
  }

  tr {
    padding: 0.5rem 0;
    min-height: 4.575rem;
    display: block;
  }

  td {
    padding: 0 !important;
    /*&:nth-child(2) {
      text-align: right;
    }*/
  }
  td.checkbox-cell label {
    padding: 0;
  }
  td:nth-child(1) {
    display: inline-block;
    width: 65%;
    display: block;
    float: left;
  }
  td:nth-child(2) {
    display: inline-block;
    width: 34%;
    display: block;
    float: left;
    text-align: right;
  }
  td:nth-child(3), td:nth-child(4) {
    display: block;
    width: 65%;
    float: left;
    text-align: left;
  }
}
.response__chart {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .response__chart {
    width: 25%;
  }
}
.response__responses {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
  width: calc(100% + 20px);
  flex-direction: row;
}
.response__responses .response-box {
  background-color: #2C98F0;
  color: #FFF;
  text-align: center;
  padding: 1rem;
  min-height: auto;
  position: relative;
  min-height: 152px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  margin: 20px 0 0 20px;
  width: 100%;
}
.response__responses .response-box h2,
.response__responses .response-box p {
  color: #FFF;
}
.response__responses .response-box h2 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 48px;
}
.response__responses .response-box p {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .response__responses .response-box {
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .response__responses .response-box {
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333333333% - 20px);
    flex: 0 0 calc(33.333333333% - 20px);
    width: calc(33.333333333% - 20px);
  }
}
@media screen and (min-width: 1440px) {
  .response__responses .response-box {
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
.response__responses .response-count--1 {
  background-color: #2C98F0;
}
.response__responses .response-count--2,
.response__responses .response-count--5,
.response__responses .response-count--9 {
  background-color: #929292;
}
.response__responses .response-count--3,
.response__responses .response-count--6,
.response__responses .response-count--10 {
  background-color: #808080;
}
.response__responses .response-count--4,
.response__responses .response-count--8 {
  background-color: #707070;
}

.donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 100%;
}

p.center {
  background: #394264;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
}

.portion-block {
  border-radius: 50%;
  clip: rect(0, 200px, 200px, 100px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.circle {
  border-radius: 50%;
  clip: rect(0, 100px, 200px, 0);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}

#part1 {
  transform: rotate(0deg);
}

#part1 .circle {
  background-color: #E64C65;
  transform: rotate(180deg);
}

#part2 {
  transform: rotate(180deg);
}

#part2 .circle {
  background-color: #11A8AB;
  transform: rotate(150deg);
}

#part3 {
  transform: rotate(250deg);
}

#part3 .circle {
  background-color: #4FC4F6;
  transform: rotate(111deg);
}

#part4 {
  transform: rotate(250deg);
}

#part4 .circle {
  background-color: #4FC4F6;
  transform: rotate(111deg);
}

.link {
  border: none;
  outline: none;
  background-color: transparent;
  color: #2C98F0;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: inherit;
  padding: 1rem 2rem;
}
.link:hover, .link:active, .link:focus {
  color: #2C98F0;
}
.app-footer .link {
  text-decoration: none;
  padding: 0;
  white-space: nowrap;
}
.app-footer .link:hover, .app-footer .link :focus {
  text-decoration: underline;
}
.link--inline {
  padding: 0;
  text-decoration: none;
}
.link--inline, .link--inline:hover, .link--inline:active, .link--inline:focus, .link--inline:visited {
  color: #2C98F0;
}
.link--inline:hover, .link--inline :focus {
  text-decoration: underline;
}

ul {
  padding: 0 3rem;
  list-style: none;
}
ul li a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.hint {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: hint;
  flex-grow: 1;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: #2C98F0;
  font-weight: 300;
  padding-left: 0 1rem;
  padding-top: 2rem;
}
@media screen and (max-width: 640px) {
  .hint {
    background: rgba(0, 0, 0, 0.87);
    color: #FFF;
    position: fixed;
    bottom: 0;
    padding: 1rem;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    width: 100%;
  }
}
.hint label {
  float: right;
  padding: 1rem 0;
}
@media screen and (min-width: 640px) {
  .hint label {
    display: none;
  }
}

input#hint-snackbar {
  display: none;
}

input#hint-snackbar:checked ~ .hint {
  display: none;
}
@media screen and (min-width: 640px) {
  input#hint-snackbar:checked ~ .hint {
    display: block;
  }
}

.action {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: action;
  flex-grow: 1;
  margin: 0;
  padding: 0 1rem;
}
.action form {
  width: 100%;
}

.chip, #GroupTextarea:not(.form__input) > .tag, #GroupTextarea:not(.form__input) > button--tag,
#GroupTextarea:not(.form__input) > .button--tag,
.tags-area:not(.form__input) > .tag,
.tags-area:not(.form__input) > button--tag,
.tags-area:not(.form__input) > .button--tag,
.tags > .tag,
.tags > button--tag,
.tags > .button--tag {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.38);
  color: #FFF;
  padding: 0;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 0.875rem;
  padding: 0.0714285714rem 0.75rem;
  border-radius: 4px;
  width: inherit;
  display: inline-block;
  padding-right: 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1.75rem;
  height: 1.75rem;
}
.chip i, #GroupTextarea:not(.form__input) > .tag i, #GroupTextarea:not(.form__input) > button--tag i,
#GroupTextarea:not(.form__input) > .button--tag i,
.tags-area:not(.form__input) > .tag i,
.tags-area:not(.form__input) > button--tag i,
.tags-area:not(.form__input) > .button--tag i,
.tags > .tag i,
.tags > button--tag i,
.tags > .button--tag i {
  margin-right: 0;
  margin-left: 0.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  cursor: pointer;
}
.chip:hover, #GroupTextarea:not(.form__input) > .tag:hover, #GroupTextarea:not(.form__input) > button--tag:hover,
#GroupTextarea:not(.form__input) > .button--tag:hover,
.tags-area:not(.form__input) > .tag:hover,
.tags-area:not(.form__input) > button--tag:hover,
.tags-area:not(.form__input) > .button--tag:hover,
.tags > .tag:hover,
.tags > button--tag:hover,
.tags > .button--tag:hover {
  background-color: #cacaca;
}
.chip:focus, #GroupTextarea:not(.form__input) > .tag:focus, #GroupTextarea:not(.form__input) > button--tag:focus,
#GroupTextarea:not(.form__input) > .button--tag:focus,
.tags-area:not(.form__input) > .tag:focus,
.tags-area:not(.form__input) > button--tag:focus,
.tags-area:not(.form__input) > .button--tag:focus,
.tags > .tag:focus,
.tags > button--tag:focus,
.tags > .button--tag:focus {
  background-color: #b0b0b0;
}
.chip span, #GroupTextarea:not(.form__input) > .tag span, #GroupTextarea:not(.form__input) > button--tag span,
#GroupTextarea:not(.form__input) > .button--tag span,
.tags-area:not(.form__input) > .tag span,
.tags-area:not(.form__input) > button--tag span,
.tags-area:not(.form__input) > .button--tag span,
.tags > .tag span,
.tags > button--tag span,
.tags > .button--tag span {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 5px;
  font-weight: bold;
  margin-right: -2px;
}

#GroupTextarea.form__input > .tag, input__withaction button#GroupTextarea > .tag,
input__withaction #GroupTextarea.button > .tag,
.input__withaction button#GroupTextarea > .tag,
.input__withaction #GroupTextarea.button > .tag,
input__withaction .hint label#GroupTextarea > .tag,
.hint input__withaction label#GroupTextarea > .tag,
.input__withaction .hint label#GroupTextarea > .tag,
.hint .input__withaction label#GroupTextarea > .tag, #GroupTextarea.form__input > button--tag, input__withaction button#GroupTextarea > button--tag,
input__withaction #GroupTextarea.button > button--tag,
.input__withaction button#GroupTextarea > button--tag,
.input__withaction #GroupTextarea.button > button--tag,
input__withaction .hint label#GroupTextarea > button--tag,
.hint input__withaction label#GroupTextarea > button--tag,
.input__withaction .hint label#GroupTextarea > button--tag,
.hint .input__withaction label#GroupTextarea > button--tag,
#GroupTextarea.form__input > .button--tag,
input__withaction button#GroupTextarea > .button--tag,
input__withaction #GroupTextarea.button > .button--tag,
.input__withaction button#GroupTextarea > .button--tag,
.input__withaction #GroupTextarea.button > .button--tag,
input__withaction .hint label#GroupTextarea > .button--tag,
.hint input__withaction label#GroupTextarea > .button--tag,
.input__withaction .hint label#GroupTextarea > .button--tag,
.hint .input__withaction label#GroupTextarea > .button--tag,
.tags-area.form__input > .tag,
input__withaction button.tags-area > .tag,
input__withaction .tags-area.button > .tag,
.input__withaction button.tags-area > .tag,
.input__withaction .tags-area.button > .tag,
input__withaction .hint label.tags-area > .tag,
.hint input__withaction label.tags-area > .tag,
.input__withaction .hint label.tags-area > .tag,
.hint .input__withaction label.tags-area > .tag,
.tags-area.form__input > button--tag,
input__withaction button.tags-area > button--tag,
input__withaction .tags-area.button > button--tag,
.input__withaction button.tags-area > button--tag,
.input__withaction .tags-area.button > button--tag,
input__withaction .hint label.tags-area > button--tag,
.hint input__withaction label.tags-area > button--tag,
.input__withaction .hint label.tags-area > button--tag,
.hint .input__withaction label.tags-area > button--tag,
.tags-area.form__input > .button--tag,
input__withaction button.tags-area > .button--tag,
input__withaction .tags-area.button > .button--tag,
.input__withaction button.tags-area > .button--tag,
.input__withaction .tags-area.button > .button--tag,
input__withaction .hint label.tags-area > .button--tag,
.hint input__withaction label.tags-area > .button--tag,
.input__withaction .hint label.tags-area > .button--tag,
.hint .input__withaction label.tags-area > .button--tag {
  line-height: normal;
}

.snackbar {
  background: rgba(0, 0, 0, 0.87);
  color: #FFF;
  position: fixed;
  bottom: 1.5rem;
  left: 1rem;
  padding: 1rem;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  width: auto;
  min-width: 480px;
  display: none;
  z-index: 9999;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 1px 18px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.14);
}
.snackbar--active {
  display: block;
}

.screen-reader__only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.checkbox {
  cursor: pointer;
}
.checkbox-cell .checkbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .checkbox-cell .checkbox {
    padding-right: 0;
  }
}
.checkbox > input {
  display: none;
}
.checkbox span::before {
  content: "check_box_outline_blank";
}
.checkbox :checked + span::before {
  content: "check_box";
}

.radio-checkbox__border {
  border: 2px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.radio-checkbox__input {
  display: none;
}
.radio-checkbox__check {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
:checked + .radio-checkbox__check {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}

.bottom-drawer {
  position: fixed;
  /* Adjust to also hide the box shadow */
  bottom: -8.4375rem;
  /* 12px = 0.75rem */
  height: 7.6875rem;
  width: 100%;
  left: 0;
  background-color: #2C98F0;
  box-shadow: 0px -6px 11px 0px rgba(0, 0, 0, 0.23);
  transition: bottom 0.5s ease-in-out;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-drawer__content {
  width: 85%;
  padding: 1rem;
}
@media screen and (max-width: 900px) {
  .bottom-drawer__content {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .bottom-drawer__content {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .bottom-drawer__content {
    width: 100%;
  }
}
.bottom-drawer-open > .bottom-drawer {
  bottom: 0;
}
.bottom-drawer-open {
  /* Fix 1 move draw up */
}
.bottom-drawer-open aside {
  padding-bottom: 70px;
}
.bottom-drawer-open main {
  padding-bottom: 70px;
}

.draft-message-drawer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.draft-message-drawer__details {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  width: 85%;
  padding-right: 20px;
}
@media screen and (max-width: 1300px) {
  .draft-message-drawer__details {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .draft-message-drawer__details {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .draft-message-drawer__details {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .draft-message-drawer__details {
    width: 65%;
    font-size: 16px;
    font-size: 1rem;
  }
}
.draft-message-drawer__details span {
  color: #FFF;
}
.draft-message-drawer__details h4, .draft-message-drawer__details .app-header__logo, .draft-message-drawer__details .hint {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 1.0625rem;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .draft-message-drawer__details h4, .draft-message-drawer__details .app-header__logo, .draft-message-drawer__details .hint {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .draft-message-drawer__details h4, .draft-message-drawer__details .app-header__logo, .draft-message-drawer__details .hint {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.draft-message-drawer__details h4 strong, .draft-message-drawer__details .app-header__logo strong, .draft-message-drawer__details .hint strong {
  font-weight: 500;
}
.draft-message-drawer__heading {
  width: 100%;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.draft-message-drawer__options {
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .draft-message-drawer__options {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .draft-message-drawer__options {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .draft-message-drawer__options {
    width: 35%;
  }
}
.draft-message-drawer__options a {
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .draft-message-drawer__options a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.spinner, .loader--loading::before {
  height: 64px;
  width: 64px;
  background-image: url(/img/triangle-spinner.gif);
  background-repeat: no-repeat;
}

.loader {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader--loading::before {
  content: "";
  display: inline-block;
}

.treeview {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(166, 166, 166, 0.38);
  padding-bottom: 0;
  padding-top: 0;
  font-size: 0.875rem;
}
.treeview__list {
  /* reset the basics */
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.treeview__list:not(.treeview__list--bulletless) .treeview__item-content::before {
  background-image: url(/img/Icon_UNIT.svg);
  background-repeat: no-repeat;
  background-position: 9px;
  width: 1.5rem;
  height: 1em;
  margin-right: 0.375rem;
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.treeview__list:not(.treeview__list--bulletless) .treeview__item--parent > * > .treeview__item-content::before {
  background-image: url(/img/Icon_FOLDER.svg);
  background-position: 5px;
}
.treeview__list:not(.treeview__list--bulletless) .treeview__item--parent > .treeview__list {
  display: none;
}
.treeview__list:not(.treeview__list--bulletless) .treeview__item--parent.treeview__item--open > .treeview__list {
  display: block;
}
.treeview__item {
  line-height: 1.25rem;
}
.treeview__item--current > .treeview__item-label, .treeview__item--current > .treeview__item-link {
  background-color: #BBDEFB;
}
.treeview__item-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 1.875rem;
  padding-right: 1.5rem;
  flex-grow: 1;
}
.treeview__item--parent > * > .treeview__item-content::before {
  background-image: url(/img/Icon_FOLDER.svg);
  background-position: 5px;
}
.treeview__item--parent > .treeview__list {
  display: none;
}
.treeview__item--parent.treeview__item--open > .treeview__list {
  display: block;
}
.treeview__item-toggle {
  line-height: inherit;
  height: 20px;
}
.treeview__item-label, .treeview__item-link {
  line-height: inherit;
  min-height: 3rem;
  padding: 0 1.5rem 0 0.75rem;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(166, 166, 166, 0.38);
  color: inherit;
}
.treeview__item-label .treeview__item-toggle::before, .treeview__item-link .treeview__item-toggle::before {
  flex-shrink: 0;
  flex-grow: 0;
  content: "";
  width: 1.5rem;
  margin-right: 0.375rem;
  display: inline-block;
  text-align: center;
  line-height: inherit;
}
.treeview__item-label::after, .treeview__item-link::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.treeview__item .treeview__item .treeview__item .treeview__item-label, .treeview__item .treeview__item .treeview__item .treeview__item-link {
  padding-left: 2.625rem;
}
.treeview__item .treeview__item .treeview__item .treeview__item .treeview__item-label, .treeview__item .treeview__item .treeview__item .treeview__item .treeview__item-link {
  padding-left: 4.5rem;
}
.treeview__item-label:hover, .treeview__item-link:hover {
  background-color: rgba(44, 152, 240, 0.05);
}
.treeview__list--root > .treeview__item--parent > .treeview__item-label .treeview__item-toggle::before, .treeview__list--root > .treeview__item--parent > .treeview__item-link .treeview__item-toggle::before {
  display: none;
}
.treeview__item--parent > .treeview__item-label .treeview__item-toggle::before, .treeview__item--parent > .treeview__item-link .treeview__item-toggle::before {
  color: rgba(0, 0, 0, 0.6);
  content: "arrow_right";
  transform-origin: center center;
  transition: transform 0.2s;
}
.treeview__item--parent.treeview__item--open > .treeview__item-label .treeview__item-toggle::before, .treeview__item--parent.treeview__item--open > .treeview__item-link .treeview__item-toggle::before {
  transform: translateY(-3px) rotate(90deg);
}
.treeview__item-label .treeview__checkbox {
  visibility: hidden;
  line-height: inherit;
}
.treeview__item-label .treeview__checkbox:disabled + span::before {
  color: #BDBDBD;
  cursor: default;
}
.treeview__item-label .treeview__checkbox + span::before {
  color: rgba(0, 0, 0, 0.6);
  visibility: visible;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.treeview__item-label .treeview__checkbox + span::before {
  content: "check_box_outline_blank";
}
.treeview__item-label .treeview__checkbox:checked + span::before {
  content: "check_box";
}
.treeview__item-label .treeview__checkbox--radio + span::before {
  content: "radio_button_unchecked";
}
.treeview__item-label .treeview__checkbox--radio:checked + span::before {
  content: "radio_button_checked";
}

.path-picker {
  align-self: center;
  border: 1px solid #ccc;
  width: 300px;
  padding: 0;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  line-height: 2rem;
  box-sizing: border-box;
}
.path-picker__current {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  outline: none;
  margin: 0;
  padding: 4px 10px;
  line-height: 2rem;
  border: 0px;
}
.path-picker__current::after {
  font-weight: 700;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 30px;
  content: "arrow_drop_down";
  display: flex;
}
.path-picker__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -1px;
  top: calc(100% - 1px);
  width: calc(100% + 2px);
  border: 1px solid #ccc;
}
.path-picker__list a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #333;
  padding: 4px 10px;
  line-height: 2rem;
  text-decoration: none;
  outline: none;
}
.path-picker__list a:focus, .path-picker__list a:hover {
  background-color: #BBDEFB;
}

.path-picker[opened] .path-picker__list {
  display: block;
}

/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
header,
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-area: header;
  flex-shrink: 0;
  flex-wrap: wrap;
}
header ul,
.header ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  align-self: flex-start;
}

.app-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
  position: sticky;
  top: 0;
  background-color: #2C98F0;
  color: #FFF;
  padding: 0;
  z-index: 11;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
  line-height: 3.75rem;
}
@media screen and (min-width: 640px) {
  .app-header {
    padding: 0 1rem;
  }
}
.app-header__logo {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  margin: 0;
  padding: 0 1rem;
  display: inline-block;
  line-height: inherit;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 640px) {
  .app-header__logo {
    padding: 0 0;
  }
}
.app-header__logo--courier {
  color: transparent;
  background-image: url(/img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .app-header__logo--courier {
    margin-left: 1rem;
    background-size: 80%;
  }
}
.app-header__title {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  margin: 0.2rem 1rem;
  display: none;
}

/*.page-header,*/
@media screen and (max-width: 640px) {
  body.grid .grid--compact .page-header > .h4, body.grid .grid--compact .page-header .h4 .material-icons, body.grid .grid--compact .page-header .h4 .nav__toggle, body.grid .grid--compact .page-header .h4 button__icon,
body.grid .grid--compact .page-header .h4 .button__icon,
body.grid .grid--compact .page-header .h4 button__icon--new,
body.grid .grid--compact .page-header .h4 .button__icon--new,
body.grid .grid--compact .page-header .h4 button__icon--remove,
body.grid .grid--compact .page-header .h4 .button__icon--remove, body.grid .grid--compact .page-header .h4 form.form--search .form__input--clear, form.form--search body.grid .grid--compact .page-header .h4 .form__input--clear,
body.grid .grid--compact .page-header .h4 .form.form--search .form__input--clear,
.form.form--search body.grid .grid--compact .page-header .h4 .form__input--clear, body.grid .grid--compact .page-header .h4 input__withaction button, input__withaction body.grid .grid--compact .page-header .h4 button,
body.grid .grid--compact .page-header .h4 input__withaction .button,
input__withaction body.grid .grid--compact .page-header .h4 .button,
body.grid .grid--compact .page-header .h4 .input__withaction button,
.input__withaction body.grid .grid--compact .page-header .h4 button,
body.grid .grid--compact .page-header .h4 .input__withaction .button,
.input__withaction body.grid .grid--compact .page-header .h4 .button,
body.grid .grid--compact .page-header .h4 input__withaction .hint label,
input__withaction .hint body.grid .grid--compact .page-header .h4 label,
body.grid .grid--compact .page-header .h4 .hint input__withaction label,
.hint input__withaction body.grid .grid--compact .page-header .h4 label,
body.grid .grid--compact .page-header .h4 .input__withaction .hint label,
.input__withaction .hint body.grid .grid--compact .page-header .h4 label,
body.grid .grid--compact .page-header .h4 .hint .input__withaction label,
.hint .input__withaction body.grid .grid--compact .page-header .h4 label, body.grid .grid--compact .page-header .h4 .checkbox span, .checkbox body.grid .grid--compact .page-header .h4 span, body.grid .grid--compact .page-header .h4 .treeview__item-label .treeview__item-toggle::before, .treeview__item-label body.grid .grid--compact .page-header .h4 .treeview__item-toggle::before, body.grid .grid--compact .page-header .h4 .treeview__item-link .treeview__item-toggle::before, .treeview__item-link body.grid .grid--compact .page-header .h4 .treeview__item-toggle::before, body.grid .grid--compact .page-header .h4 .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label body.grid .grid--compact .page-header .h4 .treeview__checkbox + span::before, body.grid .grid--compact .page-header .h4 .path-picker__current::after {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
  }
}

@media screen and (max-width: 640px) {
  header.page-header.lh-h > .h4, header.page-header.lh-h > .h4 .material-icons, header.page-header.lh-h > .h4 .nav__toggle, header.page-header.lh-h > .h4 button__icon,
header.page-header.lh-h > .h4 .button__icon,
header.page-header.lh-h > .h4 button__icon--new,
header.page-header.lh-h > .h4 .button__icon--new,
header.page-header.lh-h > .h4 button__icon--remove,
header.page-header.lh-h > .h4 .button__icon--remove, header.page-header.lh-h > .h4 form.form--search .form__input--clear, form.form--search header.page-header.lh-h > .h4 .form__input--clear,
header.page-header.lh-h > .h4 .form.form--search .form__input--clear,
.form.form--search header.page-header.lh-h > .h4 .form__input--clear, header.page-header.lh-h > .h4 input__withaction button, input__withaction header.page-header.lh-h > .h4 button,
header.page-header.lh-h > .h4 input__withaction .button,
input__withaction header.page-header.lh-h > .h4 .button,
header.page-header.lh-h > .h4 .input__withaction button,
.input__withaction header.page-header.lh-h > .h4 button,
header.page-header.lh-h > .h4 .input__withaction .button,
.input__withaction header.page-header.lh-h > .h4 .button,
header.page-header.lh-h > .h4 input__withaction .hint label,
input__withaction .hint header.page-header.lh-h > .h4 label,
header.page-header.lh-h > .h4 .hint input__withaction label,
.hint input__withaction header.page-header.lh-h > .h4 label,
header.page-header.lh-h > .h4 .input__withaction .hint label,
.input__withaction .hint header.page-header.lh-h > .h4 label,
header.page-header.lh-h > .h4 .hint .input__withaction label,
.hint .input__withaction header.page-header.lh-h > .h4 label, header.page-header.lh-h > .h4 .checkbox span, .checkbox header.page-header.lh-h > .h4 span, header.page-header.lh-h > .h4 .treeview__item-label .treeview__item-toggle::before, .treeview__item-label header.page-header.lh-h > .h4 .treeview__item-toggle::before, header.page-header.lh-h > .h4 .treeview__item-link .treeview__item-toggle::before, .treeview__item-link header.page-header.lh-h > .h4 .treeview__item-toggle::before, header.page-header.lh-h > .h4 .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label header.page-header.lh-h > .h4 .treeview__checkbox + span::before, header.page-header.lh-h > .h4 .path-picker__current::after {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
  }
}

.page-header,
.side-header {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: header;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  min-height: 3rem;
  align-items: baseline;
}
.page-header + section,
.side-header + section {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .page-header,
.side-header {
    display: none;
  }
  .message-detail .page-header,
.message-detail .side-header {
    display: flex;
    padding: 1rem 1rem 0;
  }
  .message-detail .page-header .material-icons, .message-detail .page-header .nav__toggle, .message-detail .page-header button__icon,
.message-detail .page-header .button__icon,
.message-detail .page-header button__icon--new,
.message-detail .page-header .button__icon--new,
.message-detail .page-header button__icon--remove,
.message-detail .page-header .button__icon--remove, .message-detail .page-header form.form--search .form__input--clear, form.form--search .message-detail .page-header .form__input--clear,
.message-detail .page-header .form.form--search .form__input--clear,
.form.form--search .message-detail .page-header .form__input--clear, .message-detail .page-header input__withaction button, input__withaction .message-detail .page-header button,
.message-detail .page-header input__withaction .button,
input__withaction .message-detail .page-header .button,
.message-detail .page-header .input__withaction button,
.input__withaction .message-detail .page-header button,
.message-detail .page-header .input__withaction .button,
.input__withaction .message-detail .page-header .button,
.message-detail .page-header input__withaction .hint label,
input__withaction .hint .message-detail .page-header label,
.message-detail .page-header .hint input__withaction label,
.hint input__withaction .message-detail .page-header label,
.message-detail .page-header .input__withaction .hint label,
.input__withaction .hint .message-detail .page-header label,
.message-detail .page-header .hint .input__withaction label,
.hint .input__withaction .message-detail .page-header label, .message-detail .page-header .checkbox span, .checkbox .message-detail .page-header span, .message-detail .page-header .treeview__item-label .treeview__item-toggle::before, .treeview__item-label .message-detail .page-header .treeview__item-toggle::before, .message-detail .page-header .treeview__item-link .treeview__item-toggle::before, .treeview__item-link .message-detail .page-header .treeview__item-toggle::before, .message-detail .page-header .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label .message-detail .page-header .treeview__checkbox + span::before, .message-detail .page-header .path-picker__current::after,
.message-detail .side-header .material-icons,
.message-detail .side-header .nav__toggle,
.message-detail .side-header button__icon,
.message-detail .side-header .button__icon,
.message-detail .side-header button__icon--new,
.message-detail .side-header .button__icon--new,
.message-detail .side-header button__icon--remove,
.message-detail .side-header .button__icon--remove,
.message-detail .side-header form.form--search .form__input--clear,
form.form--search .message-detail .side-header .form__input--clear,
.message-detail .side-header .form.form--search .form__input--clear,
.form.form--search .message-detail .side-header .form__input--clear,
.message-detail .side-header input__withaction button,
input__withaction .message-detail .side-header button,
.message-detail .side-header input__withaction .button,
input__withaction .message-detail .side-header .button,
.message-detail .side-header .input__withaction button,
.input__withaction .message-detail .side-header button,
.message-detail .side-header .input__withaction .button,
.input__withaction .message-detail .side-header .button,
.message-detail .side-header input__withaction .hint label,
input__withaction .hint .message-detail .side-header label,
.message-detail .side-header .hint input__withaction label,
.hint input__withaction .message-detail .side-header label,
.message-detail .side-header .input__withaction .hint label,
.input__withaction .hint .message-detail .side-header label,
.message-detail .side-header .hint .input__withaction label,
.hint .input__withaction .message-detail .side-header label,
.message-detail .side-header .checkbox span,
.checkbox .message-detail .side-header span,
.message-detail .side-header .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .message-detail .side-header .treeview__item-toggle::before,
.message-detail .side-header .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .message-detail .side-header .treeview__item-toggle::before,
.message-detail .side-header .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .message-detail .side-header .treeview__checkbox + span::before,
.message-detail .side-header .path-picker__current::after {
    display: none;
  }
  .grid--compact .page-header, .contact-index .page-header, .asc-staff-index .page-header,
.grid--compact .side-header,
.contact-index .side-header,
.asc-staff-index .side-header {
    position: fixed;
    top: 0;
    z-index: 9990;
    background-color: #2C98F0;
    display: flex;
  }
  .grid--compact .page-header h4, .grid--compact .page-header .hint, .grid--compact .page-header .app-header__logo,
.grid--compact .page-header .h4, .contact-index .page-header h4, .contact-index .page-header .hint, .contact-index .page-header .app-header__logo,
.contact-index .page-header .h4, .asc-staff-index .page-header h4, .asc-staff-index .page-header .hint, .asc-staff-index .page-header .app-header__logo,
.asc-staff-index .page-header .h4,
.grid--compact .side-header h4,
.grid--compact .side-header .hint,
.grid--compact .side-header .app-header__logo,
.grid--compact .side-header .h4,
.contact-index .side-header h4,
.contact-index .side-header .hint,
.contact-index .side-header .app-header__logo,
.contact-index .side-header .h4,
.asc-staff-index .side-header h4,
.asc-staff-index .side-header .hint,
.asc-staff-index .side-header .app-header__logo,
.asc-staff-index .side-header .h4 {
    margin: 0;
    padding: 0.7rem 1rem;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .grid--compact .page-header .h4 a, .contact-index .page-header .h4 a, .asc-staff-index .page-header .h4 a,
.grid--compact .side-header .h4 a,
.contact-index .side-header .h4 a,
.asc-staff-index .side-header .h4 a {
    padding: 0;
    color: #FFF;
    margin-left: -0.5rem;
    margin-right: 0.5rem;
    line-height: 24px;
    font-size: 24px;
  }
  .grid--compact .page-header h5,
.grid--compact .page-header ul,
.grid--compact .page-header button,
.grid--compact .page-header form, .contact-index .page-header h5,
.contact-index .page-header ul,
.contact-index .page-header button,
.contact-index .page-header form, .asc-staff-index .page-header h5,
.asc-staff-index .page-header ul,
.asc-staff-index .page-header button,
.asc-staff-index .page-header form,
.grid--compact .side-header h5,
.grid--compact .side-header ul,
.grid--compact .side-header button,
.grid--compact .side-header form,
.contact-index .side-header h5,
.contact-index .side-header ul,
.contact-index .side-header button,
.contact-index .side-header form,
.asc-staff-index .side-header h5,
.asc-staff-index .side-header ul,
.asc-staff-index .side-header button,
.asc-staff-index .side-header form {
    margin-right: 0rem;
  }
  .grid--compact .page-header button, .contact-index .page-header button, .asc-staff-index .page-header button,
.grid--compact .side-header button,
.contact-index .side-header button,
.asc-staff-index .side-header button {
    color: #FFF;
  }
}
@media screen and (min-width: 640px) {
  .page-header,
.side-header {
    padding: 0 1rem;
    display: flex;
    position: relative;
    z-index: 3;
    background-color: transparent;
  }
  .message-detail .page-header,
.message-detail .side-header {
    padding: 0 1rem;
  }
  .page-header .material-icons, .page-header .nav__toggle, .page-header button__icon,
.page-header .button__icon,
.page-header button__icon--new,
.page-header .button__icon--new,
.page-header button__icon--remove,
.page-header .button__icon--remove, .page-header form.form--search .form__input--clear, form.form--search .page-header .form__input--clear,
.page-header .form.form--search .form__input--clear,
.form.form--search .page-header .form__input--clear, .page-header input__withaction button, input__withaction .page-header button,
.page-header input__withaction .button,
input__withaction .page-header .button,
.page-header .input__withaction button,
.input__withaction .page-header button,
.page-header .input__withaction .button,
.input__withaction .page-header .button,
.page-header input__withaction .hint label,
input__withaction .hint .page-header label,
.page-header .hint input__withaction label,
.hint input__withaction .page-header label,
.page-header .input__withaction .hint label,
.input__withaction .hint .page-header label,
.page-header .hint .input__withaction label,
.hint .input__withaction .page-header label, .page-header .checkbox span, .checkbox .page-header span, .page-header .treeview__item-label .treeview__item-toggle::before, .treeview__item-label .page-header .treeview__item-toggle::before, .page-header .treeview__item-link .treeview__item-toggle::before, .treeview__item-link .page-header .treeview__item-toggle::before, .page-header .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label .page-header .treeview__checkbox + span::before, .page-header .path-picker__current::after,
.side-header .material-icons,
.side-header .nav__toggle,
.side-header button__icon,
.side-header .button__icon,
.side-header button__icon--new,
.side-header .button__icon--new,
.side-header button__icon--remove,
.side-header .button__icon--remove,
.side-header form.form--search .form__input--clear,
form.form--search .side-header .form__input--clear,
.side-header .form.form--search .form__input--clear,
.form.form--search .side-header .form__input--clear,
.side-header input__withaction button,
input__withaction .side-header button,
.side-header input__withaction .button,
input__withaction .side-header .button,
.side-header .input__withaction button,
.input__withaction .side-header button,
.side-header .input__withaction .button,
.input__withaction .side-header .button,
.side-header input__withaction .hint label,
input__withaction .hint .side-header label,
.side-header .hint input__withaction label,
.hint input__withaction .side-header label,
.side-header .input__withaction .hint label,
.input__withaction .hint .side-header label,
.side-header .hint .input__withaction label,
.hint .input__withaction .side-header label,
.side-header .checkbox span,
.checkbox .side-header span,
.side-header .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .side-header .treeview__item-toggle::before,
.side-header .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .side-header .treeview__item-toggle::before,
.side-header .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .side-header .treeview__checkbox + span::before,
.side-header .path-picker__current::after {
    display: none;
  }
  .message-detail .page-header .material-icons, .message-detail .page-header .nav__toggle, .message-detail .page-header button__icon,
.message-detail .page-header .button__icon,
.message-detail .page-header button__icon--new,
.message-detail .page-header .button__icon--new,
.message-detail .page-header button__icon--remove,
.message-detail .page-header .button__icon--remove, .message-detail .page-header form.form--search .form__input--clear, form.form--search .message-detail .page-header .form__input--clear,
.message-detail .page-header .form.form--search .form__input--clear,
.form.form--search .message-detail .page-header .form__input--clear, .message-detail .page-header input__withaction button, input__withaction .message-detail .page-header button,
.message-detail .page-header input__withaction .button,
input__withaction .message-detail .page-header .button,
.message-detail .page-header .input__withaction button,
.input__withaction .message-detail .page-header button,
.message-detail .page-header .input__withaction .button,
.input__withaction .message-detail .page-header .button,
.message-detail .page-header input__withaction .hint label,
input__withaction .hint .message-detail .page-header label,
.message-detail .page-header .hint input__withaction label,
.hint input__withaction .message-detail .page-header label,
.message-detail .page-header .input__withaction .hint label,
.input__withaction .hint .message-detail .page-header label,
.message-detail .page-header .hint .input__withaction label,
.hint .input__withaction .message-detail .page-header label, .message-detail .page-header .checkbox span, .checkbox .message-detail .page-header span, .message-detail .page-header .treeview__item-label .treeview__item-toggle::before, .treeview__item-label .message-detail .page-header .treeview__item-toggle::before, .message-detail .page-header .treeview__item-link .treeview__item-toggle::before, .treeview__item-link .message-detail .page-header .treeview__item-toggle::before, .message-detail .page-header .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label .message-detail .page-header .treeview__checkbox + span::before, .message-detail .page-header .path-picker__current::after,
.message-detail .side-header .material-icons,
.message-detail .side-header .nav__toggle,
.message-detail .side-header button__icon,
.message-detail .side-header .button__icon,
.message-detail .side-header button__icon--new,
.message-detail .side-header .button__icon--new,
.message-detail .side-header button__icon--remove,
.message-detail .side-header .button__icon--remove,
.message-detail .side-header form.form--search .form__input--clear,
form.form--search .message-detail .side-header .form__input--clear,
.message-detail .side-header .form.form--search .form__input--clear,
.form.form--search .message-detail .side-header .form__input--clear,
.message-detail .side-header input__withaction button,
input__withaction .message-detail .side-header button,
.message-detail .side-header input__withaction .button,
input__withaction .message-detail .side-header .button,
.message-detail .side-header .input__withaction button,
.input__withaction .message-detail .side-header button,
.message-detail .side-header .input__withaction .button,
.input__withaction .message-detail .side-header .button,
.message-detail .side-header input__withaction .hint label,
input__withaction .hint .message-detail .side-header label,
.message-detail .side-header .hint input__withaction label,
.hint input__withaction .message-detail .side-header label,
.message-detail .side-header .input__withaction .hint label,
.input__withaction .hint .message-detail .side-header label,
.message-detail .side-header .hint .input__withaction label,
.hint .input__withaction .message-detail .side-header label,
.message-detail .side-header .checkbox span,
.checkbox .message-detail .side-header span,
.message-detail .side-header .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .message-detail .side-header .treeview__item-toggle::before,
.message-detail .side-header .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .message-detail .side-header .treeview__item-toggle::before,
.message-detail .side-header .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .message-detail .side-header .treeview__checkbox + span::before,
.message-detail .side-header .path-picker__current::after {
    display: flex;
  }
  .page-header h4, .page-header .hint, .page-header .app-header__logo,
.page-header .h4,
.side-header h4,
.side-header .hint,
.side-header .app-header__logo,
.side-header .h4 {
    color: rgba(0, 0, 0, 0.87);
  }
  .page-header h4 .material-icons, .page-header h4 .nav__toggle, .page-header .hint .material-icons, .page-header .hint .nav__toggle, .page-header .app-header__logo .material-icons, .page-header .app-header__logo .nav__toggle, .page-header h4 button__icon, .page-header .hint button__icon, .page-header .app-header__logo button__icon,
.page-header h4 .button__icon,
.page-header .hint .button__icon,
.page-header .app-header__logo .button__icon,
.page-header h4 button__icon--new,
.page-header .hint button__icon--new,
.page-header .app-header__logo button__icon--new,
.page-header h4 .button__icon--new,
.page-header .hint .button__icon--new,
.page-header .app-header__logo .button__icon--new,
.page-header h4 button__icon--remove,
.page-header .hint button__icon--remove,
.page-header .app-header__logo button__icon--remove,
.page-header h4 .button__icon--remove,
.page-header .hint .button__icon--remove,
.page-header .app-header__logo .button__icon--remove, .page-header h4 form.form--search .form__input--clear, form.form--search .page-header h4 .form__input--clear, .page-header .hint form.form--search .form__input--clear, form.form--search .page-header .hint .form__input--clear, .page-header .app-header__logo form.form--search .form__input--clear, form.form--search .page-header .app-header__logo .form__input--clear,
.page-header h4 .form.form--search .form__input--clear,
.form.form--search .page-header h4 .form__input--clear,
.page-header .hint .form.form--search .form__input--clear,
.form.form--search .page-header .hint .form__input--clear,
.page-header .app-header__logo .form.form--search .form__input--clear,
.form.form--search .page-header .app-header__logo .form__input--clear, .page-header h4 input__withaction button, input__withaction .page-header h4 button, .page-header .hint input__withaction button, input__withaction .page-header .hint button, .page-header .app-header__logo input__withaction button, input__withaction .page-header .app-header__logo button,
.page-header h4 input__withaction .button,
input__withaction .page-header h4 .button,
.page-header .hint input__withaction .button,
input__withaction .page-header .hint .button,
.page-header .app-header__logo input__withaction .button,
input__withaction .page-header .app-header__logo .button,
.page-header h4 .input__withaction button,
.input__withaction .page-header h4 button,
.page-header .hint .input__withaction button,
.input__withaction .page-header .hint button,
.page-header .app-header__logo .input__withaction button,
.input__withaction .page-header .app-header__logo button,
.page-header h4 .input__withaction .button,
.input__withaction .page-header h4 .button,
.page-header .hint .input__withaction .button,
.input__withaction .page-header .hint .button,
.page-header .app-header__logo .input__withaction .button,
.input__withaction .page-header .app-header__logo .button,
.page-header h4 input__withaction .hint label,
input__withaction .hint .page-header h4 label,
.page-header input__withaction .hint label,
input__withaction .page-header .hint label,
.page-header .app-header__logo input__withaction .hint label,
input__withaction .hint .page-header .app-header__logo label,
.page-header h4 .hint input__withaction label,
.hint input__withaction .page-header h4 label,
.page-header .hint input__withaction label,
.page-header .app-header__logo .hint input__withaction label,
.hint input__withaction .page-header .app-header__logo label,
.page-header h4 .input__withaction .hint label,
.input__withaction .hint .page-header h4 label,
.page-header .input__withaction .hint label,
.input__withaction .page-header .hint label,
.page-header .app-header__logo .input__withaction .hint label,
.input__withaction .hint .page-header .app-header__logo label,
.page-header h4 .hint .input__withaction label,
.hint .input__withaction .page-header h4 label,
.page-header .hint .input__withaction label,
.page-header .app-header__logo .hint .input__withaction label,
.hint .input__withaction .page-header .app-header__logo label, .page-header h4 .checkbox span, .checkbox .page-header h4 span, .page-header .hint .checkbox span, .checkbox .page-header .hint span, .page-header .app-header__logo .checkbox span, .checkbox .page-header .app-header__logo span, .page-header h4 .treeview__item-label .treeview__item-toggle::before, .treeview__item-label .page-header h4 .treeview__item-toggle::before, .page-header .hint .treeview__item-label .treeview__item-toggle::before, .treeview__item-label .page-header .hint .treeview__item-toggle::before, .page-header .app-header__logo .treeview__item-label .treeview__item-toggle::before, .treeview__item-label .page-header .app-header__logo .treeview__item-toggle::before, .page-header h4 .treeview__item-link .treeview__item-toggle::before, .treeview__item-link .page-header h4 .treeview__item-toggle::before, .page-header .hint .treeview__item-link .treeview__item-toggle::before, .treeview__item-link .page-header .hint .treeview__item-toggle::before, .page-header .app-header__logo .treeview__item-link .treeview__item-toggle::before, .treeview__item-link .page-header .app-header__logo .treeview__item-toggle::before, .page-header h4 .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label .page-header h4 .treeview__checkbox + span::before, .page-header .hint .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label .page-header .hint .treeview__checkbox + span::before, .page-header .app-header__logo .treeview__item-label .treeview__checkbox + span::before, .treeview__item-label .page-header .app-header__logo .treeview__checkbox + span::before, .page-header h4 .path-picker__current::after, .page-header .hint .path-picker__current::after, .page-header .app-header__logo .path-picker__current::after,
.page-header .h4 .material-icons,
.page-header .h4 .nav__toggle,
.page-header .h4 button__icon,
.page-header .h4 .button__icon,
.page-header .h4 button__icon--new,
.page-header .h4 .button__icon--new,
.page-header .h4 button__icon--remove,
.page-header .h4 .button__icon--remove,
.page-header .h4 form.form--search .form__input--clear,
form.form--search .page-header .h4 .form__input--clear,
.page-header .h4 .form.form--search .form__input--clear,
.form.form--search .page-header .h4 .form__input--clear,
.page-header .h4 input__withaction button,
input__withaction .page-header .h4 button,
.page-header .h4 input__withaction .button,
input__withaction .page-header .h4 .button,
.page-header .h4 .input__withaction button,
.input__withaction .page-header .h4 button,
.page-header .h4 .input__withaction .button,
.input__withaction .page-header .h4 .button,
.page-header .h4 input__withaction .hint label,
input__withaction .hint .page-header .h4 label,
.page-header .h4 .hint input__withaction label,
.hint input__withaction .page-header .h4 label,
.page-header .h4 .input__withaction .hint label,
.input__withaction .hint .page-header .h4 label,
.page-header .h4 .hint .input__withaction label,
.hint .input__withaction .page-header .h4 label,
.page-header .h4 .checkbox span,
.checkbox .page-header .h4 span,
.page-header .h4 .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .page-header .h4 .treeview__item-toggle::before,
.page-header .h4 .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .page-header .h4 .treeview__item-toggle::before,
.page-header .h4 .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .page-header .h4 .treeview__checkbox + span::before,
.page-header .h4 .path-picker__current::after,
.side-header h4 .material-icons,
.side-header h4 .nav__toggle,
.side-header .hint .material-icons,
.side-header .hint .nav__toggle,
.side-header .app-header__logo .material-icons,
.side-header .app-header__logo .nav__toggle,
.side-header h4 button__icon,
.side-header .hint button__icon,
.side-header .app-header__logo button__icon,
.side-header h4 .button__icon,
.side-header .hint .button__icon,
.side-header .app-header__logo .button__icon,
.side-header h4 button__icon--new,
.side-header .hint button__icon--new,
.side-header .app-header__logo button__icon--new,
.side-header h4 .button__icon--new,
.side-header .hint .button__icon--new,
.side-header .app-header__logo .button__icon--new,
.side-header h4 button__icon--remove,
.side-header .hint button__icon--remove,
.side-header .app-header__logo button__icon--remove,
.side-header h4 .button__icon--remove,
.side-header .hint .button__icon--remove,
.side-header .app-header__logo .button__icon--remove,
.side-header h4 form.form--search .form__input--clear,
form.form--search .side-header h4 .form__input--clear,
.side-header .hint form.form--search .form__input--clear,
form.form--search .side-header .hint .form__input--clear,
.side-header .app-header__logo form.form--search .form__input--clear,
form.form--search .side-header .app-header__logo .form__input--clear,
.side-header h4 .form.form--search .form__input--clear,
.form.form--search .side-header h4 .form__input--clear,
.side-header .hint .form.form--search .form__input--clear,
.form.form--search .side-header .hint .form__input--clear,
.side-header .app-header__logo .form.form--search .form__input--clear,
.form.form--search .side-header .app-header__logo .form__input--clear,
.side-header h4 input__withaction button,
input__withaction .side-header h4 button,
.side-header .hint input__withaction button,
input__withaction .side-header .hint button,
.side-header .app-header__logo input__withaction button,
input__withaction .side-header .app-header__logo button,
.side-header h4 input__withaction .button,
input__withaction .side-header h4 .button,
.side-header .hint input__withaction .button,
input__withaction .side-header .hint .button,
.side-header .app-header__logo input__withaction .button,
input__withaction .side-header .app-header__logo .button,
.side-header h4 .input__withaction button,
.input__withaction .side-header h4 button,
.side-header .hint .input__withaction button,
.input__withaction .side-header .hint button,
.side-header .app-header__logo .input__withaction button,
.input__withaction .side-header .app-header__logo button,
.side-header h4 .input__withaction .button,
.input__withaction .side-header h4 .button,
.side-header .hint .input__withaction .button,
.input__withaction .side-header .hint .button,
.side-header .app-header__logo .input__withaction .button,
.input__withaction .side-header .app-header__logo .button,
.side-header h4 input__withaction .hint label,
input__withaction .hint .side-header h4 label,
.side-header input__withaction .hint label,
input__withaction .side-header .hint label,
.side-header .app-header__logo input__withaction .hint label,
input__withaction .hint .side-header .app-header__logo label,
.side-header h4 .hint input__withaction label,
.hint input__withaction .side-header h4 label,
.side-header .hint input__withaction label,
.side-header .app-header__logo .hint input__withaction label,
.hint input__withaction .side-header .app-header__logo label,
.side-header h4 .input__withaction .hint label,
.input__withaction .hint .side-header h4 label,
.side-header .input__withaction .hint label,
.input__withaction .side-header .hint label,
.side-header .app-header__logo .input__withaction .hint label,
.input__withaction .hint .side-header .app-header__logo label,
.side-header h4 .hint .input__withaction label,
.hint .input__withaction .side-header h4 label,
.side-header .hint .input__withaction label,
.side-header .app-header__logo .hint .input__withaction label,
.hint .input__withaction .side-header .app-header__logo label,
.side-header h4 .checkbox span,
.checkbox .side-header h4 span,
.side-header .hint .checkbox span,
.checkbox .side-header .hint span,
.side-header .app-header__logo .checkbox span,
.checkbox .side-header .app-header__logo span,
.side-header h4 .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .side-header h4 .treeview__item-toggle::before,
.side-header .hint .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .side-header .hint .treeview__item-toggle::before,
.side-header .app-header__logo .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .side-header .app-header__logo .treeview__item-toggle::before,
.side-header h4 .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .side-header h4 .treeview__item-toggle::before,
.side-header .hint .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .side-header .hint .treeview__item-toggle::before,
.side-header .app-header__logo .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .side-header .app-header__logo .treeview__item-toggle::before,
.side-header h4 .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .side-header h4 .treeview__checkbox + span::before,
.side-header .hint .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .side-header .hint .treeview__checkbox + span::before,
.side-header .app-header__logo .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .side-header .app-header__logo .treeview__checkbox + span::before,
.side-header h4 .path-picker__current::after,
.side-header .hint .path-picker__current::after,
.side-header .app-header__logo .path-picker__current::after,
.side-header .h4 .material-icons,
.side-header .h4 .nav__toggle,
.side-header .h4 button__icon,
.side-header .h4 .button__icon,
.side-header .h4 button__icon--new,
.side-header .h4 .button__icon--new,
.side-header .h4 button__icon--remove,
.side-header .h4 .button__icon--remove,
.side-header .h4 form.form--search .form__input--clear,
form.form--search .side-header .h4 .form__input--clear,
.side-header .h4 .form.form--search .form__input--clear,
.form.form--search .side-header .h4 .form__input--clear,
.side-header .h4 input__withaction button,
input__withaction .side-header .h4 button,
.side-header .h4 input__withaction .button,
input__withaction .side-header .h4 .button,
.side-header .h4 .input__withaction button,
.input__withaction .side-header .h4 button,
.side-header .h4 .input__withaction .button,
.input__withaction .side-header .h4 .button,
.side-header .h4 input__withaction .hint label,
input__withaction .hint .side-header .h4 label,
.side-header .h4 .hint input__withaction label,
.hint input__withaction .side-header .h4 label,
.side-header .h4 .input__withaction .hint label,
.input__withaction .hint .side-header .h4 label,
.side-header .h4 .hint .input__withaction label,
.hint .input__withaction .side-header .h4 label,
.side-header .h4 .checkbox span,
.checkbox .side-header .h4 span,
.side-header .h4 .treeview__item-label .treeview__item-toggle::before,
.treeview__item-label .side-header .h4 .treeview__item-toggle::before,
.side-header .h4 .treeview__item-link .treeview__item-toggle::before,
.treeview__item-link .side-header .h4 .treeview__item-toggle::before,
.side-header .h4 .treeview__item-label .treeview__checkbox + span::before,
.treeview__item-label .side-header .h4 .treeview__checkbox + span::before,
.side-header .h4 .path-picker__current::after {
    margin-left: -10px;
  }
}
.page-header h5,
.page-header ul,
.page-header button,
.page-header form,
.side-header h5,
.side-header ul,
.side-header button,
.side-header form {
  margin-right: 1rem;
}
.page-header h5:last-child,
.page-header ul:last-child,
.page-header button:last-child,
.page-header form:last-child,
.side-header h5:last-child,
.side-header ul:last-child,
.side-header button:last-child,
.side-header form:last-child {
  margin-right: 0;
  margin-left: 1rem;
}
.page-header h5 + button,
.side-header h5 + button {
  margin-bottom: 1rem;
}

.page-header {
  flex-wrap: nowrap;
}
.page-header .h4 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer,
.footer {
  justify-content: space-between;
  align-items: center;
  display: none;
}
@media screen and (min-width: 640px) {
  footer,
.footer {
    display: flex;
  }
}

.app-footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: footer;
  flex-shrink: 0;
  background-color: #f2f9ff;
  color: rgba(0, 0, 0, 0.87);
  padding: 1rem;
  width: 100%;
  border-top: 1px solid #BDBDBD;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}
.app-footer .separator {
  padding: 0;
  margin: 0 4px;
  position: relative;
  top: -1px;
}
.app-footer .separator::before {
  content: "|";
}
.app-footer__content {
  display: flex;
  width: 100%;
}
.app-footer__content .dev-link {
  margin-left: auto;
}
.app-footer__content .dev-link::before {
  content: "";
  margin-left: 1rem;
}

.navigation {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/14;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .navigation {
    padding: 0;
  }
}

.nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .mobile-no-nav .app-header .nav {
    display: none;
  }
}
.nav a {
  text-decoration: none;
}
.nav a:hover, .nav a:focus {
  text-decoration: none;
}
.nav a:active {
  text-decoration: none;
}
.nav li {
  list-style: none;
}
.nav__item {
  color: #FFF;
  padding: 0 1rem;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  line-height: 3.25rem;
  /* = 52px  ( 60 - (2*4 for borders) ) */
}
@media screen and (min-width: 640px) {
  .nav__item {
    padding: 0 1rem;
    display: none;
  }
}
.nav__item:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.nav__item:hover a {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.nav__item a {
  color: #FFF;
}
.nav__item--active {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: #FFF;
}
.nav__item--active a {
  color: #FFF;
}
.nav__item--active:hover {
  border-bottom-color: #FFF;
}
.nav__item--first {
  margin-left: 0;
}
.nav__item--last {
  margin-right: 0;
}
.nav--horizontal li {
  padding-left: 0;
}
.nav--horizontal a, .nav--horizontal .nav__item {
  display: block;
}
.nav--vertical li:last-child {
  margin-bottom: 0;
}
.nav--vertical a, .nav--vertical .nav__item {
  display: inline-block;
}
.nav__toggle {
  font-size: 33.75px;
  font-size: 1.875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  vertical-align: top;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 640px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle.icon--menu::before {
  content: "menu";
}
.nav__toggle.icon--add::before {
  content: "add";
}

@media screen and (max-width: 640px) {
  nav {
    width: 100%;
  }
}

.primary {
  display: flex;
}
@media screen and (max-width: 640px) {
  .primary {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  .primary li {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
}

.search {
  display: none;
}
@media screen and (min-width: 640px) {
  .search {
    display: block;
  }
}
.search.menu--active {
  display: inline-block;
  position: fixed;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #FFF;
  color: rgba(0, 0, 0, 0.87);
  right: 0;
  top: 0;
  box-shadow: none;
  left: 0;
}
.search.menu--active form {
  width: 100%;
  margin: 0;
}
.search.menu--active input {
  border: none;
  min-height: 3.1rem;
  padding-top: 0.9rem;
}

.menu {
  display: none;
  right: 1rem;
  top: 1rem;
}
@media screen and (min-width: 640px) {
  .menu {
    display: block;
  }
}
.menu--active {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #FFF;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.list {
  margin: 0 !important;
  margin-left: 0;
  display: block;
  padding: 0.5rem 0;
  list-style-type: none;
}
.list .button, .list .hint label, .hint .list label {
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
  letter-spacing: 0;
}
.list--item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  overflow: hidden;
}
.list--item:hover, .list--item:focus {
  background-color: rgba(146, 146, 146, 0.12);
  border-color: transparent;
}
.list--item form {
  margin: 0 !important;
}
.list--item form button {
  margin: 0 0.25rem !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.list--item a:hover {
  border-color: transparent;
}

main,
.main {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: main;
  height: 100%;
  display: block;
  background-color: #F5FBFF;
  width: 100%;
  padding: 0;
  overflow-y: auto;
  position: relative;
  transition: padding-bottom 0.5s ease-in-out;
}
@media screen and (min-width: 640px) {
  main,
.main {
    padding: 2.125rem 0 0 0;
  }
}
main--hidden,
.main--hidden {
  display: none !important;
}
main--message,
.main--message {
  width: 31.875rem;
  margin: auto;
}

section,
.section {
  display: block;
  padding: 0 1rem;
}
@media screen and (min-width: 640px) {
  section,
.section {
    padding: 1rem;
  }
}

.controls {
  position: fixed;
  bottom: 0;
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: right;
  z-index: 9999;
}
.controls button,
.controls .button,
.controls .hint label,
.hint .controls label {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}
.controls--fullwidth {
  padding: 0;
}
.controls--fullwidth button--fullwidth,
.controls--fullwidth .button--fullwidth {
  border-radius: 0;
  box-shadow: 0;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .controls {
    display: none;
  }
}

side-bar {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sidebar;
  display: none;
}
side-bar .groups-container, side-bar .attributes-container {
  display: none;
}
side-bar[data-active=groups] .groups-container {
  display: block;
}
side-bar[data-active=attributes] .attributes-container {
  display: block;
}
side-bar--active, side-bar[data-active] {
  display: block;
}

aside,
.aside {
  padding: 0;
  width: 100%;
  background-color: #EDF7FF;
  border-right: 1px solid rgba(166, 166, 166, 0.38);
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  transition: padding-bottom 0.5s ease-in-out;
}
aside ul,
.aside ul {
  display: block;
}
aside form,
.aside form {
  width: 100%;
  padding: 1rem 0;
}
aside.contacts,
.aside.contacts {
  display: block;
  position: relative;
  grid-column: 1/3;
}
aside.contacts.sub-group,
.aside.contacts.sub-group {
  display: none;
}
@media screen and (min-width: 640px) {
  aside,
.aside {
    width: 360px;
    padding: 2.125rem 0 0 0;
    position: relative;
    z-index: 3;
  }
  aside.contacts,
.aside.contacts {
    display: block;
    position: relative;
    grid-column: 1/2;
  }
  aside.contacts.sub-group,
.aside.contacts.sub-group {
    display: block;
  }
}

.grid {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: auto 0 5fr;
  grid-template-columns: auto minmax(auto, 5fr);
  grid-template-rows: auto 1fr auto;
  -ms-grid-rows: auto 0 1fr 0 auto;
  grid-template-areas: "header header" "sidebar main" "footer footer";
}

.grid--text-page {
  height: 100%;
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 0 1fr 0 auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "action" "hint";
}
@media screen and (min-width: 640px) {
  .grid--text-page {
    -ms-grid-columns: 1fr 0 minmax(min-content, 720px) 0 1fr;
    grid-template-columns: 1fr minmax(min-content, 720px) 1fr;
    grid-template-areas: ". header ." ". action .";
  }
}

.grid--compact {
  height: 100%;
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 0 1fr 0 auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "action" "hint";
}
@media screen and (min-width: 640px) {
  .grid--compact {
    -ms-grid-columns: auto 0 5fr;
    grid-template-columns: auto 5fr;
    -ms-grid-rows: auto 0 1fr 0 auto;
    grid-template-rows: auto 1fr auto;
    -ms-grid-columns: 1fr 0 minmax(min-content, 720px) 0 minmax(min-content, 240px) 0 1fr;
    grid-template-columns: 1fr minmax(min-content, 720px) minmax(min-content, 240px) 1fr;
    grid-template-areas: ". header . ." ". action hint .";
  }
}

.two-thirds {
  width: 100%;
  max-width: 63.75rem;
}

/*
This file is used to contain page specific stylinh
Files inside this folder should contain all styles relating
to a specific page
*/
.message-detail__message {
  /* Body - 1 */
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 5px;
}
.message-detail__message-section {
  padding-bottom: 0;
}
.message-detail__sequence-no {
  font-style: normal;
  /* Body - 2 */
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
  letter-spacing: 0.75px;
}
.message-detail__date-section {
  padding-bottom: 5px;
  padding-right: 2rem;
}
.message-detail__options {
  align-items: center;
}
.message-detail__options {
  align-items: center;
}
.message-detail__complete + * {
  margin-left: 4px;
}

@media screen and (min-width: 640px) {
  .message-series table tr td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.textual, .terms-and-conditions {
  color: #000;
}
.textual header + section, .terms-and-conditions header + section {
  margin-top: -10px;
}
.textual h2, .terms-and-conditions h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin: 0;
}
.textual h2 + p, .terms-and-conditions h2 + p {
  margin-top: 0;
}
.textual .bulleted, .terms-and-conditions .bulleted {
  list-style-type: none;
  padding: 0;
}
.textual .bulleted li, .terms-and-conditions .bulleted li {
  padding-left: 2rem;
  position: relative;
  /* Regular discs were too big to match design */
}
.textual .bulleted li::after, .terms-and-conditions .bulleted li::after {
  content: ".";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: bold;
  font-size: 20px;
}

.courier-profile-page .form-phones .input--profile-phone:nth-child(2),
.courier-profile-page .form-emails .input--profile-email:nth-child(2) {
  margin-top: -16px;
}
.courier-profile-page form > h6, .courier-profile-page form > form__label,
.courier-profile-page form > label,
.courier-profile-page form > legend,
.courier-profile-page form > .form__label,
.courier-profile-page .form form > label,
.form .courier-profile-page form > label,
.courier-profile-page .form form > legend,
.form .courier-profile-page form > legend {
  margin-top: 29px;
}

.asc-staff-index .select-all-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .asc-staff-index .select-all-wrapper {
    padding-right: 4px;
  }
}
@media screen and (min-width: 640px) {
  .asc-staff-index table tr td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .asc-staff-index table col.contact__add {
    width: 60px;
  }
}