@charset "UTF-8";
/* Set the order of all layers, inserting an "ember" layer among those from Tailwind */
/* Default Tailwind 4.x order is theme, base, components, utilities */
@layer properties, theme, base, ember, components, utilities;
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  body {
    margin: 0;
    font-family: Lato;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.15;
    color: #292b2c;
    text-align: left;
    background-color: white;
  }
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: #1d7bc9;
    text-decoration: none;
    background-color: transparent;
  }
  body:not(.disable-hover) a:hover {
    color: hsl(207, 75%, 60%);
    text-decoration: none;
  }
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  body:not(.disable-hover) a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [role=button] {
    cursor: pointer;
  }
  select {
    word-wrap: normal;
  }
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    cursor: pointer;
  }
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type=radio],
  input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none !important;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@media (min-width: 600px) {
  body {
    font-size: 1rem;
  }
  header {
    padding: 0 16px;
  }
}
@layer ember {
  body a {
    cursor: pointer;
    color: #1d7bc9;
    border-bottom: 1px solid rgba(29, 123, 201, 0.18);
  }
  body:not(.disable-hover) body a:hover {
    color: hsl(207, 75%, 60%);
    border-bottom-color: hsl(207, 75%, 60%);
  }
  body a[disabled] {
    cursor: default;
    color: #888;
    border-bottom: 1px solid rgba(136, 136, 136, 0.18);
  }
  body:not(.disable-hover) body a[disabled]:hover {
    color: #888;
    border-bottom-color: rgba(136, 136, 136, 0.18);
  }
  body a.dangerous-link {
    cursor: pointer;
    color: #e83034;
    border-bottom: 1px solid rgba(232, 48, 52, 0.18);
  }
  body:not(.disable-hover) body a.dangerous-link:hover {
    color: hsl(359, 80%, 70%);
    border-bottom-color: hsl(359, 80%, 70%);
  }
  .copyright {
    font-size: 11px;
    margin: 5em 0 1em;
    color: #777;
    font-weight: 400;
  }
  .copyright a {
    color: black;
    border-bottom: none;
  }
  body:not(.disable-hover) .copyright a:hover {
    color: rgb(68, 140, 242);
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  .btn {
    display: inline-block;
    font-family: Lato;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  body:not(.disable-hover) .btn:hover, .btn:focus {
    text-decoration: none;
  }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
  }
  .btn:active, .btn.active {
    background-image: none;
  }
  .btn-sm {
    padding: 0.25rem 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    font-size: 0.7rem;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-primary {
    color: #fff;
    background-color: hsl(207, 75%, 60%);
    border-color: #3292e2;
    color: white !important;
  }
  body:not(.disable-hover) .btn-primary:hover {
    color: #fff;
    background-color: #2b8fe1;
    border-color: #1c79c4;
  }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2b8fe1;
    border-color: #1c79c4;
    box-shadow: 0 0 0 0.2rem rgba(81, 162, 230, 0.5);
  }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: hsl(207, 75%, 60%);
    border-color: #3292e2;
  }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2089df;
    border-color: #1a72b9;
  }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 162, 230, 0.5);
  }
  .btn-default {
    color: #212529;
    background-color: white;
    border-color: #e0e0e0;
    color: #292b2c !important;
  }
  body:not(.disable-hover) .btn-default:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #c7c7c7;
  }
  .btn-default:focus, .btn-default.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #c7c7c7;
    box-shadow: 0 0 0 0.2rem rgba(195, 196, 197, 0.5);
  }
  .btn-default.disabled, .btn-default:disabled {
    color: #212529;
    background-color: white;
    border-color: #e0e0e0;
  }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #c1c1c1;
  }
  .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 196, 197, 0.5);
  }
  .btn-danger {
    color: #fff;
    background-color: hsl(359, 100%, 70%);
    border-color: #ff474a;
    color: white !important;
  }
  body:not(.disable-hover) .btn-danger:hover {
    color: #fff;
    background-color: #ff4043;
    border-color: #ff1418;
  }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ff4043;
    border-color: #ff1418;
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 101, 0.5);
  }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: hsl(359, 100%, 70%);
    border-color: #ff474a;
  }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff3336;
    border-color: #ff080c;
  }
  .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 101, 0.5);
  }
  .btn-success {
    color: #212529;
    background-color: hsl(138, 56%, 54%);
    border-color: #36bf5f;
    color: white !important;
  }
  body:not(.disable-hover) .btn-success:hover {
    color: #fff;
    background-color: #34b95c;
    border-color: #2b974b;
  }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #34b95c;
    border-color: #2b974b;
    box-shadow: 0 0 0 0.2rem rgba(51, 168, 87, 0.5);
  }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: hsl(138, 56%, 54%);
    border-color: #36bf5f;
  }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #31af57;
    border-color: #288d46;
  }
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 168, 87, 0.5);
  }
  .btn-link {
    font-weight: 400;
    color: #1d7bc9;
    text-decoration: none;
    background-color: transparent;
  }
  body:not(.disable-hover) .btn-link:hover {
    color: hsl(207, 75%, 60%);
    text-decoration: none;
  }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none;
  }
  .btn-link:disabled, .btn-link.disabled {
    color: #888;
    pointer-events: none;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  .content-editor {
    width: 100%;
  }
  .lsb-wysiwyg p {
    margin: 0;
  }
  .lsb-wysiwyg div.responsorial[icon=C] .part p {
    font-weight: bold !important;
  }
  .stanzas-editor {
    padding: 4px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .stanza-editor {
    width: 100%;
    padding: 0.5em;
    display: flex;
    flex-direction: row;
    margin: -1px 0;
    padding: 9px 10.5pt;
    border: 1px solid transparent;
    border-radius: 2px;
  }
  .stanza-editor.active {
    background: rgba(77, 161, 230, 0.1);
    border-color: #4da1e6;
  }
  body:not(.disable-hover) .stanza-editor:not(.active):hover {
    background: rgba(77, 161, 230, 0.06);
    border-color: rgba(77, 161, 230, 0.4);
  }
  .stanza-editor:not(.active), .stanza-editor:not(.active) label, .stanza-editor:not(.active) textarea {
    cursor: pointer;
  }
  .stanza-editor .stanza-name {
    width: 2em;
    line-height: 1.3;
  }
  .stanza-editor .stanza-text {
    flex-grow: 1;
    outline: none;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    line-height: 1.3;
  }
  .stanza-editor .stanza-text:focus {
    box-shadow: none;
    color: inherit;
  }
  .bml-editor {
    height: 100%;
  }
  .bml-editor textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  }
  .playlist-tracks {
    display: flex;
    flex-direction: column;
  }
  .playlist-tracks .playlist-track {
    display: flex;
    flex-direction: row;
    padding: 0.75em;
  }
  .playlist-tracks .playlist-track .mp3-player.mp3-player-icon {
    font-size: 2em;
    width: 1.05em;
    margin-right: 0.25em;
  }
  .playlist-tracks .playlist-track .mp3-player.mp3-player-icon[disabled=disabled] {
    color: #acadaf;
    cursor: inherit;
  }
  .playlist-tracks .playlist-track .playlist-track-fields-row {
    display: flex;
    flex-direction: row;
    margin: 0.25em 0;
  }
  .playlist-tracks .playlist-track .playlist-track-fields-row .ember-power-select-trigger {
    vertical-align: top;
  }
  .playlist-tracks .playlist-track .playlist-track-fields-row label {
    margin-bottom: 0;
  }
  .playlist-tracks .playlist-track .playlist-track-fields {
    display: flex;
    flex-direction: column;
  }
  .playlist-tracks .playlist-track .playlist-track-fields .playlist-track-field-row {
    display: flex;
    flex-direction: row;
  }
  .playlist-tracks .playlist-track input,
  .playlist-tracks .playlist-track .ember-power-select-trigger {
    margin: 0 0.25em;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0px !important;
    content: "";
    margin: 0 0 0 6px;
  }
  a.dropdown-toggle:not(.btn) {
    border-bottom: none;
  }
  .dropdown {
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .dropdown .dropdown-anchor {
    position: relative;
    width: 100%;
  }
  .dropdown.dropup .dropdown-menu {
    top: auto;
    bottom: 0;
  }
  .dropdown.dropright .dropdown-menu {
    left: 0;
    right: auto;
  }
  .dropdown.dropbehind .dropdown-anchor {
    position: static;
  }
  .dropdown.dropbehind .dropdown-menu {
    top: 0;
    right: -10px;
  }
  .dropdown.submenu {
    display: block;
  }
  .dropdown.submenu .dropdown-menu {
    top: 0;
    right: 100%;
    padding-top: 0;
  }
  .dropdown.dropbehind.open .dropdown-toggle {
    position: relative;
    z-index: 1081;
  }
  .dropdown.open > a[href] {
    color: #303238;
  }
  body:not(.disable-hover) .dropdown.open > a[href]:hover {
    color: #303238;
  }
  .dropdown.open .caret {
    border-right: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: none;
    margin: 0 2px 0 8px;
  }
  .dropdown .badge {
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: hsl(359, 100%, 70%);
    font-size: 0;
    overflow: hidden;
    margin: 9px -5px 0 -5px;
  }
  .dropdown-menu {
    line-height: 1.15;
    z-index: 1080;
    padding: 5px 0;
    margin: 2px 0;
    list-style: none;
    background-color: white;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -3px 3px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .dropdown-menu:not(.ember-basic-dropdown-content) {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    min-width: 160px;
  }
  .dropdown-menu > li.dropdown-title {
    margin: -5px 0 0.5rem;
    background: #f4f4f4;
    border-bottom: 1px solid #dedede;
    padding: 12px 20px 18px 20px;
    color: #292b2c;
  }
  .dropdown-menu .dropdown-divider {
    height: 0;
    margin: 8px 0;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
  }
  .dropdown-menu > li.active > a,
  .dropdown-menu > li.active > label,
  .dropdown-menu > li > .submenu.open > a {
    background: #ddd;
  }
  .dropdown-menu > li > a,
  .dropdown-menu > li > label,
  .dropdown-menu > li > .submenu > a,
  .dropdown-menu > li > .submenu > label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    border-bottom: none;
  }
  .dropdown-menu > li.disabled > a,
  .dropdown-menu > li.disabled > label {
    color: #888;
  }
  .dropdown-menu > li > a[href],
  .dropdown-menu > li > label,
  .dropdown-menu > li > .submenu > a[href],
  .dropdown-menu > li > .submenu > label {
    cursor: pointer;
  }
  .dropdown-menu > li > a[href]:focus,
  .dropdown-menu > li > label:focus,
  .dropdown-menu > li > .submenu > a[href]:focus,
  .dropdown-menu > li > .submenu > label:focus {
    background: hsl(207, 75%, 60%);
    color: white;
  }
  body:not(.disable-hover) .dropdown-menu > li > a[href]:hover,
  body:not(.disable-hover) .dropdown-menu > li > label:hover,
  body:not(.disable-hover) .dropdown-menu > li > .submenu > a[href]:hover,
  body:not(.disable-hover) .dropdown-menu > li > .submenu > label:hover {
    background: hsl(207, 75%, 60%);
    color: white;
  }
  .context-menu.dropdown-anchor {
    position: absolute;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  input[type=text],
  input[type=search],
  input[type=number],
  input[type=email],
  input[type=password] {
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.75;
    color: #292b2c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d1d2;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    input[type=text],
    input[type=search],
    input[type=number],
    input[type=email],
    input[type=password] {
      transition: none;
    }
  }
  input[type=text]::-ms-expand,
  input[type=search]::-ms-expand,
  input[type=number]::-ms-expand,
  input[type=email]::-ms-expand,
  input[type=password]::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=number]:focus,
  input[type=email]:focus,
  input[type=password]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  input[type=text]::placeholder,
  input[type=search]::placeholder,
  input[type=number]::placeholder,
  input[type=email]::placeholder,
  input[type=password]::placeholder {
    color: #acadaf;
    opacity: 1;
  }
  input[type=text]:disabled, input[type=text][readonly],
  input[type=search]:disabled,
  input[type=search][readonly],
  input[type=number]:disabled,
  input[type=number][readonly],
  input[type=email]:disabled,
  input[type=email][readonly],
  input[type=password]:disabled,
  input[type=password][readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  textarea {
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.75;
    color: #292b2c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d1d2;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    textarea {
      transition: none;
    }
  }
  textarea::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  textarea::placeholder {
    color: #acadaf;
    opacity: 1;
  }
  textarea:disabled, textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  .file-uploader input[type=file] {
    display: none;
  }
}
.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #d0d1d2;
  border-bottom: 1px solid #d0d1d2;
  border-right: 1px solid #d0d1d2;
  border-left: 1px solid #d0d1d2;
  border-radius: 0;
  background-color: #ffffff;
  line-height: 2.35;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 2.35em;
  user-select: none;
  -webkit-user-select: none;
  color: #292b2c;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #80bdff;
  border-bottom: 1px solid #80bdff;
  border-right: 1px solid #80bdff;
  border-left: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #d0d1d2 transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #d0d1d2;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #d0d1d2;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ember-power-select-dropdown {
  border-left: 1px solid #d0d1d2;
  border-right: 1px solid #d0d1d2;
  line-height: 2.35;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: #292b2c;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #d0d1d2;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #d0d1d2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 16.45em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days, .ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  -webkit-appearance: none;
  flex: 1 1 100%;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit;
}

.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857;
}

.ember-power-calendar-nav {
  line-height: 2;
}

.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days, .ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  -webkit-appearance: none;
  flex: 1 1 100%;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit;
}

.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857;
}

.ember-power-calendar-nav {
  line-height: 2;
}

.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

@layer ember {
  .ember-power-datepicker-trigger {
    position: relative;
    border-top: 1px solid #d0d1d2;
    border-bottom: 1px solid #d0d1d2;
    border-right: 1px solid #d0d1d2;
    border-left: 1px solid #d0d1d2;
    border-radius: 0;
    background-color: #ffffff;
    line-height: 2.35;
    overflow-x: hidden;
    text-overflow: ellipsis;
    min-height: 2.35em;
    user-select: none;
    -webkit-user-select: none;
    color: #292b2c;
    padding-left: 8px;
    /* Minimum clearfix for modern browsers */
  }
  .ember-power-datepicker-trigger:after {
    content: "";
    display: table;
    clear: both;
  }
  .ember-power-datepicker-trigger:focus, .ember-power-datepicker-trigger .ember-basic-dropdown-trigger--below {
    border-top: 1px solid #80bdff;
    border-bottom: 1px solid #80bdff;
    border-right: 1px solid #80bdff;
    border-left: 1px solid #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .demo-datepicker-small {
    width: 222px;
  }
  .demo-datepicker-small .ember-power-calendar-week:first-child[data-missing-days="1"] {
    padding-left: 32px;
  }
  .demo-datepicker-small .ember-power-calendar-week:first-child[data-missing-days="2"] {
    padding-left: 64px;
  }
  .demo-datepicker-small .ember-power-calendar-week:first-child[data-missing-days="3"] {
    padding-left: 96px;
  }
  .demo-datepicker-small .ember-power-calendar-week:first-child[data-missing-days="4"] {
    padding-left: 128px;
  }
  .demo-datepicker-small .ember-power-calendar-week:first-child[data-missing-days="5"] {
    padding-left: 160px;
  }
  .demo-datepicker-small .ember-power-calendar-week:first-child[data-missing-days="6"] {
    padding-left: 192px;
  }
  .demo-datepicker-small .ember-power-calendar-week:last-child[data-missing-days="1"] {
    padding-right: 32px;
  }
  .demo-datepicker-small .ember-power-calendar-week:last-child[data-missing-days="2"] {
    padding-right: 64px;
  }
  .demo-datepicker-small .ember-power-calendar-week:last-child[data-missing-days="3"] {
    padding-right: 96px;
  }
  .demo-datepicker-small .ember-power-calendar-week:last-child[data-missing-days="4"] {
    padding-right: 128px;
  }
  .demo-datepicker-small .ember-power-calendar-week:last-child[data-missing-days="5"] {
    padding-right: 160px;
  }
  .demo-datepicker-small .ember-power-calendar-week:last-child[data-missing-days="6"] {
    padding-right: 192px;
  }
  .demo-datepicker-small .ember-power-calendar-day, .demo-datepicker-small .ember-power-calendar-weekday {
    max-width: 30px;
    max-height: 30px;
    width: 30px;
    height: 30px;
  }
  .demo-datepicker-small .ember-power-calendar-weekdays, .demo-datepicker-small .ember-power-calendar-week {
    height: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .demo-datepicker-small .ember-power-calendar-day {
    color: #bbb;
  }
  .demo-datepicker-small .ember-power-calendar-weekdays {
    color: #333333;
  }
  .demo-datepicker-small .ember-power-calendar-nav-control {
    color: #0078c9;
  }
  .demo-datepicker-small .ember-power-calendar-nav-control:focus {
    color: #30acff;
  }
  .demo-datepicker-small .ember-power-calendar-day--current-month {
    color: #656D78;
    background-color: #F5F7FA;
  }
  .demo-datepicker-small .ember-power-calendar-day--today {
    background-color: #eee;
  }
  .demo-datepicker-small .ember-power-calendar-day:not([disabled]):hover {
    background-color: #eee;
  }
  .demo-datepicker-small .ember-power-calendar-day--focused {
    box-shadow: inset 0px -2px 0px 0px #0078c9;
  }
  .demo-datepicker-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
    background-color: #96d5ff;
  }
  .demo-datepicker-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
    background-color: #96d5ff;
  }
  .demo-datepicker-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
    background-color: #96d5ff;
  }
  .demo-datepicker-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
    background-color: #96d5ff;
  }
  .demo-datepicker-small .ember-power-calendar-day--selected {
    background-color: #c9e9ff;
    color: #656D78;
  }
  .demo-datepicker-small .ember-power-calendar-day--selected:not([disabled]):hover {
    background-color: #c9e9ff;
    color: #656D78;
  }
  .demo-datepicker-small .ember-power-calendar-day--other-month:not([disabled]):hover {
    color: #656D78;
  }
  .demo-datepicker-small button:focus {
    outline: 0;
  }
  .demo-datepicker-small .ember-power-calendar-day:not([disabled]):hover {
    background: rgba(77, 161, 230, 0.18);
    color: black;
  }
  .demo-datepicker-small .ember-power-calendar-day--selected {
    background: hsl(207, 75%, 60%) !important;
    color: white !important;
  }
  .ember-power-select-trigger {
    display: inline-block;
    min-width: 200px;
    vertical-align: middle;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .ember-power-select-trigger {
      transition: none;
    }
  }
  .ember-basic-dropdown-trigger:focus {
    outline: 0;
  }
  .ember-basic-dropdown-content {
    z-index: 1051;
  }
  .ember-power-select-option {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
  }
  .ember-power-select-option:focus {
    background: hsl(207, 75%, 60%);
    color: white;
  }
  body:not(.disable-hover) .ember-power-select-option:hover {
    background: hsl(207, 75%, 60%);
    color: white;
  }
  .ember-power-select-option[aria-current=true] {
    background: hsl(207, 75%, 60%);
    color: white;
  }
  .ember-basic-dropdown-content {
    line-height: 1.15;
    z-index: 1080;
    padding: 5px 0;
    margin: 2px 0;
    list-style: none;
    background-color: white;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -3px 3px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .ember-power-select-dropdown {
    max-width: 260px;
  }
  .ember-power-select-options[role=listbox] {
    overflow-x: hidden;
  }
  .ember-power-select-option {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ember-power-select-search {
    line-height: 2;
    padding: 0;
    border: none;
    margin: -5px 0 0 0;
    padding: 2px 2px 2px 32px;
    border-bottom: 1px solid #dedede;
    position: relative;
  }
  .ember-power-select-search::before {
    font-family: "lsbicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "r";
    position: absolute;
    left: 11px;
    font-size: 23px;
    top: 9px;
    color: #d0d1d2;
    font-size: 19px;
    top: 9px;
  }
  .ember-power-select-search > input {
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    direction: ltr;
    font-size: 17px;
  }
  .ember-power-select-search > input::-webkit-search-decoration, .ember-power-select-search > input::-webkit-search-cancel-button, .ember-power-select-search > input::-webkit-search-results-button, .ember-power-select-search > input::-webkit-search-results-decoration {
    display: none;
  }
  .ember-power-select-search > input::placeholder {
    color: #acadaf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
  }
  .ember-power-select-search > input:focus {
    outline: 0;
    border: none;
    box-shadow: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .ember-power-select-group-name {
    white-space: nowrap;
  }
  .ember-power-select-dropdown {
    line-height: 1.15;
    z-index: 1080;
    padding: 5px 0;
    margin: 2px 0;
    list-style: none;
    background-color: white;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -3px 3px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .ember-power-select-group-name {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 900;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
  }
  .ember-power-select-group .ember-power-select-option {
    padding-left: 20px;
  }
  .ember-power-select-status-icon {
    border-width: 4px 4px 0;
    border-color: #292b2c transparent transparent transparent;
  }
  .rite-selector .ember-power-select-group .ember-power-select-group-name {
    position: relative;
    color: #acadaf;
    font-size: 0.8em;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 8px;
    display: flex;
  }
  .rite-selector .ember-power-select-group .ember-power-select-group-name::after {
    content: " ";
    color: transparent;
    margin-bottom: 8px;
    margin-left: 8px;
    flex-grow: 1;
    border-bottom: 1px solid #acadaf;
  }
  .rite-selector .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
    color: #292b2c;
    font-size: inherit;
    font-weight: 900;
    padding: 3px 8px;
  }
  .rite-selector .ember-power-select-group .ember-power-select-group .ember-power-select-group-name::after {
    content: none;
  }
  .rite-selector .ember-power-select-group .ember-power-select-group .ember-power-select-option {
    padding-left: 20px;
  }
  .date-range {
    display: flex;
    flex-direction: row;
  }
  .date-range .ember-basic-dropdown-trigger {
    display: inline-block;
    padding-right: 1.5em;
  }
  .date-range .date-range-to {
    line-height: 37px;
    padding: 0 0.25em;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  html {
    font-size: 15px;
  }
  .liquid-container.surfaces-container, .liquid-container.surfaces-container > .liquid-child {
    height: 100%;
  }
  .list-keyboard-navigator:focus {
    outline: 0;
  }
  .scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  @media (max-width: 600px) {
    body {
      font-size: 1.125rem;
    }
    .btn {
      font-size: 1rem;
    }
  }
  a.disabled {
    color: #d0d1d2 !important;
    border-bottom-color: transparent !important;
  }
  a.small {
    margin: 0.25rem 0;
    font-size: 0.8em;
  }
  strong {
    font-weight: 900;
  }
  .invisible {
    display: none;
  }
  .clipboard-helper {
    background: white !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 10px !important;
    height: 10px !important;
    font-size: 1 !important;
    z-index: -1 !important;
    color: transparent !important;
    background: transparent !important;
    overflow: hidden !important;
    border: none !important;
    padding: 0 !important;
    resize: none !important;
    outline: none !important;
    -webkit-user-select: text !important;
    user-select: text !important;
  }
}
@font-face {
  font-family: "lsbicons";
  src: url("/fonts/0.17/lsbicons.eot");
  src: url("/fonts/0.17/lsbicons.eot?#iefix") format("embedded-opentype"), url("/fonts/0.17/lsbicons.woff") format("woff"), url("/fonts/0.17/lsbicons.ttf") format("truetype"), url("/fonts/0.17/lsbicons.svg#lsbicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@layer ember {
  [data-icon] {
    display: inline-block;
  }
  [data-icon]:before {
    font-family: "lsbicons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  [class^=icon-],
  [class*=" icon-"] {
    display: inline-block;
    font-family: "lsbicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-spin {
    animation: icon-spin 2s infinite linear;
  }
  .icon-stepped-spin {
    animation: icon-spin 1s infinite steps(8);
  }
  @keyframes icon-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  .icon-lsb-communion:before {
    content: "c";
  }
  .icon-lsb-cross:before {
    content: "d";
  }
  .icon-lsb-crown:before {
    content: "e";
  }
  .icon-lsb-dove:before {
    content: "h";
  }
  .icon-lsb-lamb:before {
    content: "i";
  }
  .icon-lsb-rose:before {
    content: "k";
  }
  .icon-lsb-star:before {
    content: "l";
  }
  .icon-lsb-thorns:before {
    content: "m";
  }
  .icon-lsb-trinity:before {
    content: "n";
  }
  .icon-cph:before {
    content: "t";
  }
  .icon-arrow-left:before {
    content: "p";
  }
  .icon-arrow-right:before {
    content: "q";
  }
  .icon-filter:before {
    content: "r";
  }
  .icon-wysiwyg-align-center:before {
    content: "B";
  }
  .icon-wysiwyg-align-justified:before {
    content: "F";
  }
  .icon-wysiwyg-align-left:before {
    content: "G";
  }
  .icon-wysiwyg-align-right:before {
    content: "H";
  }
  .icon-wysiwyg-indent-hanging:before {
    content: "I";
  }
  .icon-wysiwyg-indent-left:before {
    content: "J";
  }
  .icon-wysiwyg-indent-right:before {
    content: "O";
  }
  .icon-wysiwyg-line-height:before {
    content: "N";
  }
  .icon-wysiwyg-space-after:before {
    content: "K";
  }
  .icon-wysiwyg-space-before:before {
    content: "M";
  }
  .icon-lsb-sunrise:before {
    content: "g";
  }
  .icon-lsb-matrimony:before {
    content: "Q";
  }
  .icon-lsb-chalice:before {
    content: "S";
  }
  .icon-close:before {
    content: "o";
  }
  .icon-reset:before {
    content: "Z";
  }
  .icon-preview-close:before {
    content: "j";
  }
  .icon-preview-open:before {
    content: "u";
  }
  .icon-fa-info:before {
    content: "z";
  }
  .icon-flask:before {
    content: "X";
  }
  .icon-fa-check:before {
    content: "Y";
  }
  .icon-fa-exclamation-triangle:before {
    content: "0";
  }
  .icon-fa-upload:before {
    content: "E";
  }
  .icon-fa-sign-out:before {
    content: "L";
  }
  .icon-fa-thumbs-down:before {
    content: "P";
  }
  .icon-fa-thumbs-up:before {
    content: "R";
  }
  .icon-fa-spinner:before {
    content: "U";
  }
  .icon-magnifying-lens:before {
    content: "a";
  }
  .icon-cog:before {
    content: "b";
  }
  .icon-lock:before {
    content: "f";
  }
  .icon-fa-redo:before {
    content: "s";
  }
  .icon-fa-undo:before {
    content: "v";
  }
  .icon-text:before {
    content: "w";
  }
  .icon-melody:before {
    content: "x";
  }
  .icon-setting:before {
    content: "y";
  }
  .icon-play:before {
    content: "D";
  }
  .icon-stop:before {
    content: "A";
  }
  .icon-search:before {
    content: "C";
  }
  .icon-fa-share:before {
    content: "T";
  }
  .icon-binoculars:before {
    content: "V";
  }
}
@font-face {
  font-family: "LSBSymbolWEBFONT";
  src: url("https://s3.amazonaws.com/lsb-production/fonts/LSBSymbol.eot?") format("eot"), url("https://s3.amazonaws.com/lsb-production/fonts/LSBSymbol.woff") format("woff"), url("https://s3.amazonaws.com/lsb-production/fonts/LSBSymbol.ttf") format("truetype"), url("https://s3.amazonaws.com/lsb-production/fonts/LSBSymbol.svg#LSBSymbol") format("svg");
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@layer ember {
  .lsb-wysiwyg {
    display: flex;
    flex-direction: column;
    background: #f6f7f7;
  }
  .lsb-wysiwyg .loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
  .lsb-wysiwyg .loading-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lsb-wysiwyg .loading-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #d0d1d2;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #d0d1d2 transparent transparent transparent;
  }
  .lsb-wysiwyg .loading-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lsb-wysiwyg .loading-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lsb-wysiwyg .loading-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  .lsb-wysiwyg .unsupported-browser-notice {
    padding: 0.66em 1.33em;
    line-height: 1.33em;
  }
  .lsb-wysiwyg.loading .ck-editor__main {
    visibility: hidden;
    flex-grow: 0;
    height: 0;
  }
  .lsb-wysiwyg .ck-editor {
    width: 100%;
    max-height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .lsb-wysiwyg .ck-editor .ck-editor__main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .lsb-wysiwyg .ck-editor .ck-editor__main .ck-editor__editable {
    flex-grow: 1;
    flex-basis: 0;
    -webkit-user-select: auto;
  }
  .lsb-wysiwyg .ck-editor .ck-editor__main .ck-editor__editable p, .lsb-wysiwyg .ck-editor .ck-editor__main .ck-editor__editable div.lsb-responsorial, .lsb-wysiwyg .ck-editor .ck-editor__main .ck-editor__editable div.part {
    -moz-user-select: text;
  }
  .lsb-wysiwyg .ck-editor .ck-editor__main .ck-editor__editable div.lsb-responsorial, .lsb-wysiwyg .ck-editor .ck-editor__main .ck-editor__editable div.part {
    user-select: none;
  }
  .lsb-wysiwyg .ck-toolbar {
    --ck-color-toolbar-background: $background-fill;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0 3px;
  }
  .lsb-wysiwyg .ck-toolbar .ember-power-select-trigger {
    line-height: 25px;
    min-height: 28px;
    height: 28px;
    margin: 3px 0;
    min-width: 0;
    width: 9.5em;
  }
  .lsb-wysiwyg .ck-toolbar input[type=checkbox] + label,
  .lsb-wysiwyg .ck-toolbar input[type=radio] + label,
  .lsb-wysiwyg .ck-toolbar button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 3px 0;
  }
  .lsb-wysiwyg .ck-toolbar input[type=checkbox] + label > svg,
  .lsb-wysiwyg .ck-toolbar input[type=radio] + label > svg,
  .lsb-wysiwyg .ck-toolbar button > svg {
    display: block;
    flex-grow: 1;
  }
  .lsb-wysiwyg .ck-toolbar input[type=checkbox] + label > i.icon::before,
  .lsb-wysiwyg .ck-toolbar input[type=radio] + label > i.icon::before,
  .lsb-wysiwyg .ck-toolbar button > i.icon::before {
    vertical-align: text-bottom;
  }
  .lsb-wysiwyg .ck-toolbar .ember-basic-dropdown {
    display: inline-block;
  }
  .lsb-wysiwyg .ck-toolbar .ember-power-select-selected-item .lsb-symbol,
  .lsb-wysiwyg .ck-toolbar .ember-power-select-option .lsb-symbol {
    font-size: 1.125em;
    display: inline-block;
    margin-right: 0.33em;
  }
  .lsb-wysiwyg .ck-toolbar input[type=checkbox] + label,
  .lsb-wysiwyg .ck-toolbar input[type=radio] + label,
  .lsb-wysiwyg .ck-toolbar button {
    display: flex;
    justify-content: center;
  }
  .lsb-wysiwyg .ck-toolbar input[type=checkbox] + label > svg,
  .lsb-wysiwyg .ck-toolbar input[type=radio] + label > svg,
  .lsb-wysiwyg .ck-toolbar button > svg {
    display: block;
    flex-grow: 1;
  }
  .lsb-wysiwyg .ck-toolbar .tooltip-inner {
    white-space: nowrap;
    font-size: 0.88em;
  }
  .lsb-wysiwyg .ck-editor__editable {
    background: white;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0 !important;
  }
  .lsb-wysiwyg .ck-editor__editable:not(.ck-focused) {
    border-color: transparent !important;
  }
  .lsb-wysiwyg .ck-editor__editable.ck-focused {
    border-color: #80bdff !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
  }
  .lsb-wysiwyg .ck-editor__editable .ck-widget {
    margin: 0;
  }
  .lsb-wysiwyg .ck-editor__editable .ck-widget.ck-widget_selected {
    background-color: Highlight;
  }
  .lsb-wysiwyg .ck-editor__editable img.ck-widget {
    display: block;
  }
  .lsb-wysiwyg .ck-editor__editable p.poetry {
    margin-left: 2em;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial {
    display: flex;
    flex-direction: row;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial > .lsb-symbol:first-child {
    flex-shrink: 0;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial > .speaker {
    width: 1.5in;
    font-family: "Times New Roman", Times, serif;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial .ck-editor__nested-editable_focused {
    box-shadow: none !important;
    border-color: transparent !important;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial.responsorial-icon-C .part p, .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial.responsorial-icon-C .speaker {
    font-weight: bold;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial.responsorial-icon-P .part p, .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial.responsorial-icon-P .speaker {
    font-weight: normal;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial.responsorial-icon-R .part p, .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial.responsorial-icon-R .speaker {
    font-style: italic;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial p.poetry:first-child {
    padding-top: 0;
  }
  .lsb-wysiwyg .ck-editor__editable div.lsb-responsorial p.scripture-heading:first-child {
    padding-top: 0;
    font-weight: bold !important;
  }
  .lsb-wysiwyg .ck-editor__editable .lsb-cross {
    display: inline-block;
    font-family: LSBSymbolWEBFONT, CWSymbolWEBFONT, LSBSymbol, CWSymbol;
  }
  .lsb-wysiwyg .ck-editor__editable .chant-mark {
    display: inline-block;
    color: #FF0000;
  }
  .add-custom-responsorial .ember-power-select-trigger {
    min-width: 4em;
    vertical-align: top;
    line-height: 1.75;
    padding: 0.375rem 16px 0.375rem 0;
  }
}
@layer ember {
  lsb-service-element,
  lsb-content,
  acknowledgments {
    display: flex;
    flex-direction: column;
  }
  .lsb-caption {
    position: relative;
  }
  .lsb-subcaption {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  picture {
    display: block;
    line-height: 0;
  }
  .lsb-symbol {
    text-transform: none !important;
    font-family: LSBSymbolWEBFONT, CWSymbolWEBFONT, LSBSymbol, CWSymbol;
  }
  .lsml p {
    margin: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  .music-slice-wizard .fullscreen-modal-body {
    display: flex;
    flex-direction: row;
  }
  .music-slice-wizard .fullscreen-modal-footer {
    justify-content: flex-end;
  }
  .music-slice-wizard .fullscreen-modal-footer label.btn {
    margin-bottom: 0;
  }
  .music-slice-wizard .fullscreen-modal-footer .btn + .btn {
    margin-left: 0.25em;
  }
  .music-slice-wizard .step-specific {
    width: 260px;
    flex-shrink: 0;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
  }
  .music-slice-wizard .step-specific h4, .music-slice-wizard .step-specific p {
    margin-bottom: 1em;
  }
  .music-slice-wizard .step-specific .field {
    display: flex;
    flex-direction: row;
  }
  .music-slice-wizard .step-specific .field label {
    flex-shrink: 0;
    margin: 0 0.5em 0 0;
    line-height: 28px;
  }
  .music-slice-wizard .step-specific .field label[for=engraving_width], .music-slice-wizard .step-specific .field label[for=engraving_dpi], .music-slice-wizard .step-specific .field label[for=engraving_threshold] {
    flex-grow: 1;
  }
  .music-slice-wizard .step-specific .field label[for=engraving_width] + .number-input, .music-slice-wizard .step-specific .field label[for=engraving_dpi] + .number-input, .music-slice-wizard .step-specific .field label[for=engraving_threshold] + .number-input {
    width: 5em;
  }
  .music-slice-wizard .step-specific .field input[type=number] + .number-input-units {
    line-height: normal;
    padding-top: 1em;
  }
  .music-slice-wizard .step-specific .field .value {
    margin: 0 0 0 0.5em;
    line-height: 28px;
    white-space: nowrap;
  }
  .music-slice-wizard .step-specific .field .noUi-target {
    flex-grow: 1;
    margin: 6px 0;
  }
  .music-slice-wizard .step-specific .field + .field {
    margin-top: 0.25em;
  }
  .music-slice-wizard .step-specific #music_slice_wizard_step_controls {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .music-slice-wizard .palette-container {
    flex-shrink: 1;
    overflow: auto;
    position: relative;
    border: 1px solid #888;
    background-color: #aaa;
    width: 100%;
    transform: rotate(0deg);
  }
  .music-slice-wizard .stanza-selector {
    flex-grow: 1;
    width: 100%;
    border: 1px solid #dedede;
    background: white;
  }
  .music-slice-wizard .stanza-selector .stanza {
    line-height: 2;
    padding: 0 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body:not(.disable-hover) .music-slice-wizard .stanza-selector .stanza:not(.disabled):not(.active):hover {
    background-color: rgba(77, 161, 230, 0.18);
    color: black;
  }
  .music-slice-wizard .stanza-selector .stanza.active {
    background-color: hsl(207, 75%, 60%);
    color: white;
  }
  body:not(.disable-hover) .music-slice-wizard .stanza-selector .stanza.unmatched:not(.disabled):not(.active):hover {
    background-color: hsl(259, 60%, 94%);
    color: black;
  }
  .music-slice-wizard .stanza-selector .stanza.unmatched.active {
    background-color: hsl(259, 65%, 65%);
    color: white;
  }
  .music-slice-wizard .stanza-selector .inline-editable-text textarea {
    margin: 3px -6px;
    padding: 0 6px;
    background: #fff;
    color: #292b2c;
  }
  .music-slice-wizard .ruler {
    border: none;
    border-bottom: 1px solid #888;
    background-color: #fff;
    z-index: 9001;
  }
  .music-slice-wizard .canvas-container {
    position: relative;
    overflow: hidden;
  }
  .music-slice-wizard .canvas-container #music_image,
  .music-slice-wizard .canvas-container #crop_overlay,
  .music-slice-wizard .canvas-container #slice_editor_overlay,
  .music-slice-wizard .canvas-container #slice_matcher_overlay {
    position: absolute;
    top: 1.6em;
    margin-top: 1px;
    left: 0;
    transform-origin: left top;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay .overlay-mask {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(255, 102, 105, 0.4);
    -webkit-backdrop-filter: blur(10px);
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay .overlay-handle {
    background-color: hsl(359, 100%, 70%);
    border-radius: 3px;
    position: absolute;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay .overlay-handle.vertical-handle {
    cursor: ew-resize;
    height: 36px;
    width: 6px;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay .overlay-handle.horizontal-handle {
    cursor: ns-resize;
    height: 6px;
    width: 36px;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-top {
    top: 0;
    left: 0;
    border-bottom: 2px solid hsl(359, 100%, 70%);
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-top .overlay-handle {
    left: calc(50% - 18px);
    bottom: -4px;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-left {
    top: 0;
    left: 0;
    border-right: 2px solid hsl(359, 100%, 70%);
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-left .overlay-handle {
    top: calc(50% - 18px);
    right: -4px;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-width {
    top: 0;
    right: 0;
    border-left: 2px solid hsl(359, 100%, 70%);
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-width .overlay-handle {
    top: calc(50% - 18px);
    left: -4px;
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-height {
    bottom: 0;
    left: 0;
    border-top: 2px solid hsl(359, 100%, 70%);
  }
  .music-slice-wizard .canvas-container #crop_overlay .crop-overlay.overlay-height .overlay-handle {
    left: calc(50% - 18px);
    top: -4px;
  }
  .music-slice-wizard .canvas-container .slice {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .music-slice-wizard .canvas-container #slice_editor_overlay .slice {
    border-bottom: 1px solid hsl(207, 75%, 60%);
  }
  .music-slice-wizard .canvas-container #slice_editor_overlay .slice .slice-handle {
    width: 30px;
    height: 5px;
    position: absolute;
    background-color: hsl(207, 75%, 60%);
    top: -3px;
    left: calc(50% - 15px);
    border-radius: 2.5px;
    cursor: ns-resize;
  }
  body:not(.disable-hover) .music-slice-wizard .canvas-container #slice_editor_overlay .slice:not(.disabled):not(.active):hover {
    background-color: rgba(77, 161, 230, 0.25);
  }
  .music-slice-wizard .canvas-container #slice_editor_overlay .slice.active {
    background-color: rgba(77, 161, 230, 0.6);
  }
  .music-slice-wizard .canvas-container #slice_matcher_overlay .slice.unmatched {
    background: rgba(0, 0, 0, 0.1);
  }
  body:not(.disable-hover) .music-slice-wizard .canvas-container #slice_matcher_overlay.matching-text .slice:not(.disabled):not(.active):hover, body:not(.disable-hover) .music-slice-wizard .canvas-container #slice_matcher_overlay.matching-text .slice:not(.disabled):not(.matched):hover {
    background-color: rgba(77, 161, 230, 0.25);
  }
  .music-slice-wizard .canvas-container #slice_matcher_overlay.matching-text .slice.active.matched {
    background-color: rgba(77, 161, 230, 0.6);
  }
  body:not(.disable-hover) .music-slice-wizard .canvas-container #slice_matcher_overlay.matching-music .slice:not(.disabled):not(.active):hover, body:not(.disable-hover) .music-slice-wizard .canvas-container #slice_matcher_overlay.matching-music .slice:not(.disabled):not(.matched):hover {
    background-color: rgba(144, 108, 224, 0.25);
  }
  .music-slice-wizard .canvas-container #slice_matcher_overlay.matching-music .slice.active.matched {
    background-color: rgba(144, 108, 224, 0.6);
  }
  .music-slice-wizard .fullscreen-modal-footer .noUi-target.noUi-horizontal {
    display: inline-block;
    min-width: 200px;
    height: 12px;
  }
  .music-slice-wizard .fullscreen-modal-footer .noUi-target.noUi-horizontal .noUi-handle {
    height: 16px;
    width: 16px;
    left: -8px;
    top: -3px;
    border-radius: 8px;
  }
  .music-slice-wizard .fullscreen-modal-footer .noUi-target.noUi-horizontal .noUi-handle::before, .music-slice-wizard .fullscreen-modal-footer .noUi-target.noUi-horizontal .noUi-handle::after {
    display: none;
  }
  .music-slice-wizard-modal.liquid-animating {
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;
  }
}
@layer ember {
  .ruler {
    border: 1px solid #888;
    box-sizing: content-box;
    color: #888;
    margin: 0;
    padding: 0;
    height: 2em;
    white-space: nowrap;
    position: relative;
    font-size: 0.8rem;
  }
  .ruler li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0.0625in;
    width: 2em;
    text-align: left;
    position: absolute;
    line-height: normal;
  }
  .ruler li:before {
    content: "";
    position: absolute;
    border-left: 1px solid #888;
    height: 0.25em;
    top: 1.75em;
  }
  .ruler li:nth-of-type(2n):before {
    height: 0.5em;
    top: 1.5em;
  }
  .ruler li:nth-of-type(4n):before {
    height: 0.75em;
    top: 1.25em;
  }
  .ruler li:nth-of-type(8n):before {
    height: 1em;
    top: 1em;
  }
  .ruler li:nth-of-type(16n):before {
    height: 2em;
    top: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@layer ember {
  .tab-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .tab-control .tab-control-tablist {
    flex-shrink: 0;
  }
  .tab-control .tab-control-content {
    flex-grow: 2;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-control-tablist {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e3e5e7;
  }
  .tab-control-tablist:after {
    content: ".";
    clear: left;
    color: transparent;
    width: 0;
    height: 0;
    display: block;
  }
  .tab-control-tablist .tab {
    display: block;
  }
  .tab-control-tablist .tab a {
    cursor: pointer;
    display: block;
    padding: 0 0.66em 0.33em;
    margin-right: 0.33em;
    border-bottom: 3px solid transparent;
    color: #acadaf;
    white-space: nowrap;
  }
  body:not(.disable-hover) .tab-control-tablist .tab:not(.tab-active) a:hover {
    color: inherit;
    border-color: inherit;
  }
  .tab-control-tablist .tab.tab-active a {
    border-color: hsl(207, 75%, 60%);
    color: hsl(207, 75%, 60%) !important;
  }
  .compound-tabline {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    flex-basis: 26px;
    justify-content: start;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.back-link {
  font-size: 12px;
}
.back-link:not(:hover) {
  color: #acadaf;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#calendar_surface .event {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  min-width: 14.2857142857%;
}

@media (min-width: 600px) {
  #calendar_surface .event {
    font-size: 0.9em;
  }
}
#calendar_surface.fullscreen .event {
  visibility: hidden;
}
@media screen and (min-height: 360px) {
  #calendar_surface.fullscreen .event.day-index-0 {
    visibility: visible;
  }
}
@media screen and (min-height: 460px) {
  #calendar_surface.fullscreen .event.day-index-1 {
    visibility: visible;
  }
}
@media screen and (min-height: 560px) {
  #calendar_surface.fullscreen .event.day-index-2 {
    visibility: visible;
  }
}
@media screen and (min-height: 660px) {
  #calendar_surface.fullscreen .event.day-index-3 {
    visibility: visible;
  }
}
@media screen and (min-height: 760px) {
  #calendar_surface.fullscreen .event.day-index-4 {
    visibility: visible;
  }
}
@media screen and (min-height: 860px) {
  #calendar_surface.fullscreen .event.day-index-5 {
    visibility: visible;
  }
}
@media screen and (min-height: 960px) {
  #calendar_surface.fullscreen .event.day-index-6 {
    visibility: visible;
  }
}
@media screen and (min-height: 1060px) {
  #calendar_surface.fullscreen .event.day-index-7 {
    visibility: visible;
  }
}
@media screen and (min-height: 1160px) {
  #calendar_surface.fullscreen .event.day-index-8 {
    visibility: visible;
  }
}
@media screen and (min-height: 1260px) {
  #calendar_surface.fullscreen .event.day-index-9 {
    visibility: visible;
  }
}

#calendar_surface.fullscreen .calendar-date-popover .event {
  position: relative;
  visibility: visible;
}

#calendar_surface.fullscreen .calendar-date button,
#calendar_surface.fullscreen .calendar-date-popover {
  display: block;
}
@media (max-height: 359px) {
  #calendar_surface.fullscreen .calendar-date button,
  #calendar_surface.fullscreen .calendar-date-popover {
    display: none;
  }
}
@media screen and (min-height: 360px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-1,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-1 {
    display: none;
  }
}
@media screen and (min-height: 460px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-2,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-2 {
    display: none;
  }
}
@media screen and (min-height: 560px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-3,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-3 {
    display: none;
  }
}
@media screen and (min-height: 660px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-4,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-4 {
    display: none;
  }
}
@media screen and (min-height: 760px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-5,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-5 {
    display: none;
  }
}
@media screen and (min-height: 860px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-6,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-6 {
    display: none;
  }
}
@media screen and (min-height: 960px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-7,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-7 {
    display: none;
  }
}
@media screen and (min-height: 1060px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-8,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-8 {
    display: none;
  }
}
@media screen and (min-height: 1160px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-9,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-9 {
    display: none;
  }
}
@media screen and (min-height: 1260px) {
  #calendar_surface.fullscreen .calendar-date button.event-count-10,
  #calendar_surface.fullscreen .calendar-date-popover.event-count-10 {
    display: none;
  }
}

#calendar_surface.sidebar .calendar-date button {
  display: none;
}

.event-heading {
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-weight: 900;
  color: #505253;
  font-weight: 900;
  padding-top: 14px;
}
.event-heading b {
  font-weight: 900;
}

.event a {
  padding: 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: inherit;
  height: 100%;
  border-bottom: none;
}

body:not(.disable-hover) #calendar_surface .event:not(.active):not(.event-heading):hover {
  background: #d9e7f4;
}
body:not(.disable-hover) #calendar_surface .event:not(.active):not(.event-heading):hover a {
  color: black;
}
#calendar_surface .event.active {
  background: hsl(207, 75%, 60%) !important;
}
#calendar_surface .event.active a {
  color: white !important;
}
#calendar_surface .event.past {
  color: #505253;
}

.event-icon {
  width: 0.8125em;
  display: inline-block;
  box-sizing: content-box;
  margin: 0 2px -1px 0;
  vertical-align: baseline;
}
.event-icon .square {
  fill: #95989a;
  stroke: #95989a;
}
.event-icon .bookmark {
  fill: white;
}

.event-color-black .event-icon .square {
  fill: hsl(0, 0%, 31%);
  stroke: hsl(0, 0%, 31%);
}
.event-color-black .event-icon .bookmark {
  fill: white;
}

.event-color-blue .event-icon .square {
  fill: hsl(216, 77%, 54%);
  stroke: hsl(216, 77%, 54%);
}
.event-color-blue .event-icon .bookmark {
  fill: white;
}

.event-color-green .event-icon .square {
  fill: hsl(99, 65%, 58%);
  stroke: hsl(99, 65%, 58%);
}
.event-color-green .event-icon .bookmark {
  fill: white;
}

.event-color-purple .event-icon .square {
  fill: hsl(282, 61%, 57%);
  stroke: hsl(282, 61%, 57%);
}
.event-color-purple .event-icon .bookmark {
  fill: white;
}

.event-color-red .event-icon .square {
  fill: hsl(0, 84%, 64%);
  stroke: hsl(0, 84%, 64%);
}
.event-color-red .event-icon .bookmark {
  fill: white;
}

.event-color-white .event-icon .square {
  fill: #FFFFFF;
  stroke: #acadaf;
}
.event-color-white .event-icon .bookmark {
  fill: #acadaf;
}

header.ribbon .event-color-black .event-icon .square {
  fill: hsl(0, 0%, 12%);
  stroke: hsl(0, 0%, 12%);
}
header.ribbon .event-color-blue .event-icon .square {
  fill: hsl(216, 90%, 60%);
  stroke: hsl(216, 90%, 60%);
}

.event-service {
  font-weight: 700;
}

.event-usage-report .icon-fa-exclamation-triangle {
  font-size: 0.8rem;
  color: hsl(359, 100%, 70%);
}

.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.modal-container {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  background: rgba(38, 85, 151, 0.1);
  background: rgba(235, 235, 235, 0.55);
  background: rgba(246, 247, 247, 0.55);
}

.modal-dialog {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  border-radius: 4px;
  max-width: 28em;
}
.modal-dialog .close-modal {
  position: absolute;
  top: 1.33rem;
  right: 2.33rem;
  margin: -12px -12px -8px -24px;
  padding: 8px;
  font-size: 26px;
  font-weight: 300;
  border-bottom: none;
}
.modal-dialog .close-modal:not(:hover) {
  color: #d0d1d2;
}
.modal-dialog .modal-dialog-header {
  background: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 1.33rem 3.99rem 1.33rem 2.33rem;
  font-weight: 700;
}
.modal-dialog .modal-dialog-header .modal-icon {
  width: 1.33em;
  height: 1.33em;
  margin-right: 0.5em;
  vertical-align: bottom;
}
.modal-dialog .modal-dialog-body {
  background: #f6f7f7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 4rem;
  padding: 2rem 2.33rem;
}
.modal-dialog .modal-dialog-body .form-buttons {
  text-align: right;
  margin-top: 2rem;
}
.modal-dialog .input-wrapper {
  margin-bottom: 1em;
}
.modal-dialog .input-wrapper label {
  display: block;
  font-weight: 900;
  color: #505253;
}
.modal-dialog .input-wrapper input, .modal-dialog .input-wrapper .ember-power-select-trigger {
  width: 100%;
}

.ember-modal-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.modal-save-order-of-service input {
  width: 100%;
}

.one-license-song-list-matches-modal {
  width: 800px;
  max-width: initial;
}

.lsml, .lsml-default {
  /* Don't treat .Apple-tab-span as a Style in Word */
}
.lsml p.heading, .lsml-default p.heading {
  font-family: "Trebuchet MS";
  font-size: 20pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  margin-top: 6pt;
  margin-bottom: 6pt;
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
}
.lsml p.rubric, .lsml-default p.rubric {
  font-family: "Times New Roman";
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
}
.lsml p, .lsml-default p {
  font-family: "Times New Roman";
  font-size: 10.5pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
}
.lsml p.caption, .lsml-default p.caption {
  font-family: "Trebuchet MS";
  font-size: 11pt;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
  page-break-after: avoid;
}
.lsml p.copyright, .lsml-default p.copyright {
  font-family: Verdana;
  font-size: 5pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
}
.lsml p.image, .lsml-default p.image {
  line-height: 1.2;
}
.lsml p.numbered-stanza, .lsml-default p.numbered-stanza {
  margin-left: 21pt;
  text-indent: -21pt;
}
.lsml p.doxological-numbered-stanza, .lsml-default p.doxological-numbered-stanza {
  margin-left: 21pt;
  text-indent: -31.5pt;
}
.lsml p.acknowledgments, .lsml-default p.acknowledgments {
  margin-left: 21pt;
  text-indent: -21pt;
}
.lsml p.poetry, .lsml-default p.poetry {
  margin-top: 5.3pt;
  margin-bottom: 5.3pt;
  margin-left: 0;
}
.lsml p.poetry-mixed, .lsml-default p.poetry-mixed {
  margin-top: 5.3pt;
  margin-bottom: 5.3pt;
  margin-left: 21pt;
}
.lsml p.scripture-heading, .lsml-default p.scripture-heading {
  font-weight: bold;
  margin-top: 10.5pt;
  margin-bottom: 2.6pt;
  page-break-after: avoid;
}
.lsml p.scripture-heading-initial, .lsml-default p.scripture-heading-initial {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.6pt;
  page-break-after: avoid;
}
.lsml p.psalm-acrostic-title, .lsml-default p.psalm-acrostic-title {
  font-variant: small-caps;
  page-break-after: avoid;
}
.lsml p.lsb-responsorial, .lsml-default p.lsb-responsorial {
  margin-left: 21pt;
  text-indent: -21pt;
}
.lsml p.lsb-responsorial_poetry, .lsml-default p.lsb-responsorial_poetry {
  margin-top: 5.3pt;
  margin-bottom: 5.3pt;
  margin-left: 21pt;
  text-indent: -21pt;
}
.lsml p.lsb-responsorial_poetry-mixed, .lsml-default p.lsb-responsorial_poetry-mixed {
  margin-top: 5.3pt;
  margin-bottom: 5.3pt;
  margin-left: 42pt;
  text-indent: -42pt;
}
.lsml p.lsb-responsorial_scripture-heading, .lsml-default p.lsb-responsorial_scripture-heading {
  font-weight: bold;
  margin-top: 10.5pt;
  margin-bottom: 2.6pt;
  margin-left: 21pt;
  text-indent: -21pt;
  page-break-after: avoid;
}
.lsml p.lsb-responsorial_scripture-heading-initial, .lsml-default p.lsb-responsorial_scripture-heading-initial {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.6pt;
  margin-left: 21pt;
  text-indent: -21pt;
  page-break-after: avoid;
}
.lsml p.lsb-responsorial_psalm-acrostic-title, .lsml-default p.lsb-responsorial_psalm-acrostic-title {
  font-variant: small-caps;
  margin-left: 21pt;
  text-indent: -21pt;
  page-break-after: avoid;
}
.lsml p.lsb-responsorial-continued, .lsml-default p.lsb-responsorial-continued {
  margin-left: 21pt;
  text-indent: 0;
}
.lsml p.lsb-responsorial-continued_poetry, .lsml-default p.lsb-responsorial-continued_poetry {
  margin-top: 5.3pt;
  margin-bottom: 5.3pt;
  margin-left: 21pt;
  text-indent: 0;
}
.lsml p.lsb-responsorial-continued_poetry-mixed, .lsml-default p.lsb-responsorial-continued_poetry-mixed {
  margin-top: 5.3pt;
  margin-bottom: 5.3pt;
  margin-left: 42pt;
  text-indent: 0;
}
.lsml p.lsb-responsorial-continued_scripture-heading, .lsml-default p.lsb-responsorial-continued_scripture-heading {
  font-weight: bold;
  margin-top: 10.5pt;
  margin-bottom: 2.6pt;
  margin-left: 21pt;
  text-indent: 0;
  page-break-after: avoid;
}
.lsml p.lsb-responsorial-continued_scripture-heading-initial, .lsml-default p.lsb-responsorial-continued_scripture-heading-initial {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.6pt;
  margin-left: 21pt;
  text-indent: 0;
  page-break-after: avoid;
}
.lsml p.lsb-responsorial-continued_psalm-acrostic-title, .lsml-default p.lsb-responsorial-continued_psalm-acrostic-title {
  font-variant: small-caps;
  margin-left: 21pt;
  text-indent: 0;
  page-break-after: avoid;
}
.lsml span.chant-mark, .lsml-default span.chant-mark {
  color: #FF0000;
}
.lsml span.divine-name, .lsml-default span.divine-name {
  font-variant: small-caps;
}
.lsml span.lsb-symbol, .lsml-default span.lsb-symbol {
  font-family: LSBSymbolWEBFONT, CWSymbolWEBFONT, LSBSymbol, CWSymbol;
  font-weight: normal;
  font-style: normal;
}
.lsml sup.verse-number_woc, .lsml-default sup.verse-number_woc {
  color: #FF0000;
}
.lsml span.woc, .lsml-default span.woc {
  color: #FF0000;
}
.lsml span.decision-field, .lsml-default span.decision-field {
  font-style: italic;
  text-decoration: underline;
}
.lsml span.subcaption, .lsml-default span.subcaption {
  font-family: "Times New Roman";
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}
@media screen, print {
  .lsml body, .lsml-default body {
    display: flex;
    flex-direction: column;
  }
  .lsml .Apple-tab-span, .lsml-default .Apple-tab-span {
    display: inline-block;
    width: 10.5pt;
  }
  .lsml .stanza-number + .Apple-tab-span,
  .lsml .doxological-numbered-stanza > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml .lsb-responsorial > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml .lsb-responsorial_poetry > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml .lsb-responsorial_scripture-heading > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml .lsb-responsorial_psalm-acrostic-title > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml .lsb-responsorial > .speaker + .Apple-tab-span,
  .lsml .lsb-responsorial_poetry > .speaker + .Apple-tab-span,
  .lsml .lsb-responsorial_scripture-heading > .speaker + .Apple-tab-span,
  .lsml .lsb-responsorial_psalm-acrostic-title > .speaker + .Apple-tab-span, .lsml-default .stanza-number + .Apple-tab-span,
  .lsml-default .doxological-numbered-stanza > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml-default .lsb-responsorial > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml-default .lsb-responsorial_poetry > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml-default .lsb-responsorial_scripture-heading > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml-default .lsb-responsorial_psalm-acrostic-title > .lsb-symbol:first-child + .Apple-tab-span,
  .lsml-default .lsb-responsorial > .speaker + .Apple-tab-span,
  .lsml-default .lsb-responsorial_poetry > .speaker + .Apple-tab-span,
  .lsml-default .lsb-responsorial_scripture-heading > .speaker + .Apple-tab-span,
  .lsml-default .lsb-responsorial_psalm-acrostic-title > .speaker + .Apple-tab-span {
    position: absolute;
  }
  .lsml .stanza-number, .lsml-default .stanza-number {
    text-indent: 0;
    display: inline-block;
    width: 21pt;
  }
  .lsml .doxological-numbered-stanza > .lsb-symbol:first-child, .lsml-default .doxological-numbered-stanza > .lsb-symbol:first-child {
    text-indent: 0;
    display: inline-block;
    width: 10.5pt;
  }
  .lsml .lsb-responsorial > .lsb-symbol:first-child,
  .lsml .lsb-responsorial_scripture-heading > .lsb-symbol:first-child,
  .lsml .lsb-responsorial_psalm-acrostic-title > .lsb-symbol:first-child,
  .lsml .lsb-responsorial > .speaker,
  .lsml .lsb-responsorial_scripture-heading > .speaker,
  .lsml .lsb-responsorial_psalm-acrostic-title > .speaker, .lsml-default .lsb-responsorial > .lsb-symbol:first-child,
  .lsml-default .lsb-responsorial_scripture-heading > .lsb-symbol:first-child,
  .lsml-default .lsb-responsorial_psalm-acrostic-title > .lsb-symbol:first-child,
  .lsml-default .lsb-responsorial > .speaker,
  .lsml-default .lsb-responsorial_scripture-heading > .speaker,
  .lsml-default .lsb-responsorial_psalm-acrostic-title > .speaker {
    text-indent: 0;
    display: inline-block;
    vertical-align: text-top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 21pt;
  }
  .lsml .lsb-responsorial_poetry > .lsb-symbol:first-child,
  .lsml .lsb-responsorial_poetry > .speaker, .lsml-default .lsb-responsorial_poetry > .lsb-symbol:first-child,
  .lsml-default .lsb-responsorial_poetry > .speaker {
    text-indent: 0;
    display: inline-block;
    vertical-align: text-top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 42pt;
  }
  .lsml .caption, .lsml-default .caption {
    position: relative;
  }
  .lsml .subcaption, .lsml-default .subcaption {
    position: absolute;
    right: 0;
    text-align: right;
  }
  .lsml sup, .lsml-default sup {
    line-height: 0;
  }
  .lsml picture, .lsml-default picture {
    display: block;
    line-height: 0;
  }
}
.lsml .Apple-tab-span, .lsml-default .Apple-tab-span {
  mso-style-noshow: yes;
  text-decoration: none !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.export-service-count .ember-power-select-trigger {
  margin-bottom: 0.5em;
}
.export-service-count .upcoming-service-select {
  width: 100%;
}
.export-service-count .usage-summary {
  color: #95989a;
  font-size: 0.8em;
}
.export-service-count .service-counts {
  margin-top: 0.5em;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.view-only {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.view-only::after {
  content: ".";
  color: transparent;
  font-size: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

.feature-disabled > section, .feature-disabled.fullscreen-modal > .fullscreen-modal-body, .feature-disabled.fullscreen-modal > .fullscreen-modal-footer {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(3.5px);
  filter: blur(3.5px);
  position: relative;
}
.feature-disabled > section::after, .feature-disabled.fullscreen-modal > .fullscreen-modal-body::after, .feature-disabled.fullscreen-modal > .fullscreen-modal-footer::after {
  content: ".";
  color: transparent;
  font-size: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}
.feature-disabled.fullscreen-modal > header h1 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(3.5px);
  filter: blur(3.5px);
}

.dropdown-menu {
  color: #292b2c;
}
.dropdown-menu .dropdown-divider + .coming-soon {
  margin-top: -8px;
  padding-top: 8px;
}
.dropdown-menu .dropdown-divider + .coming-soon::after {
  top: 14px;
}
.dropdown-menu .coming-soon {
  position: relative;
  background: #f6f7f7;
}
.dropdown-menu .coming-soon > a {
  padding-right: 78px !important;
}
.dropdown-menu .coming-soon::after {
  content: "Coming Soon";
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.dropdown-menu .coming-soon + .coming-soon::after {
  display: none;
}
.dropdown-menu .coming-soon + .dropdown-divider {
  margin-top: 0;
  border-top: 8px solid #f6f7f7;
}
.dropdown-menu .coming-soon:last-child {
  padding-bottom: 5px;
  margin-bottom: -5px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.flash-message {
  border-radius: 2px;
  padding: 4px 8px 5px;
  color: white;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: normal;
}
.flash-message.success {
  background: hsl(138, 56%, 54%);
  color: white;
}
.flash-message.error {
  background: hsl(359, 100%, 70%);
  color: white;
}

/* https://github.com/adobe-fonts/adobe-blank/blob/master/adobe-blank.css */
@font-face {
  font-family: AdobeBlank;
  src: url("data:font/opentype;base64,T1RUTwAKAIAAAwAgQ0ZGIDTeCDQAACFkAAAZPERTSUcAAAABAABKqAAAAAhPUy8yAF+xmwAAARAAAABgY21hcCRDbtEAAAdcAAAZ6GhlYWQFl9tDAAAArAAAADZoaGVhB1oD7wAAAOQAAAAkaG10eAPoAHwAADqgAAAQBm1heHAIAVAAAAABCAAAAAZuYW1lIE0HkgAAAXAAAAXrcG9zdP+4ADIAACFEAAAAIAABAAAAAQuFfcPHtV8PPPUAAwPoAAAAANFMRfMAAAAA0UxF8wB8/4gDbANwAAAAAwACAAAAAAAAAAEAAANw/4gAAAPoAHwAfANsAAEAAAAAAAAAAAAAAAAAAAACAABQAAgBAAAAAwPoAZAABQAAAooCWAAAAEsCigJYAAABXgAyANwAAAAAAAAAAAAAAAD3/67/+9///w/gAD8AAAAAQURCTwBAAAD//wNw/4gAAANwAHhgLwH/AAAAAAAAAAAAAAAgAAAAAAARANIAAQAAAAAAAQALAAAAAQAAAAAAAgAHAAsAAQAAAAAAAwAbABIAAQAAAAAABAALAAAAAQAAAAAABQA6AC0AAQAAAAAABgAKAGcAAwABBAkAAACUAHEAAwABBAkAAQAWAQUAAwABBAkAAgAOARsAAwABBAkAAwA2ASkAAwABBAkABAAWAQUAAwABBAkABQB0AV8AAwABBAkABgAUAdMAAwABBAkACAA0AecAAwABBAkACwA0AhsAAwABBAkADQKWAk8AAwABBAkADgA0BOVBZG9iZSBCbGFua1JlZ3VsYXIxLjA0NTtBREJPO0Fkb2JlQmxhbms7QURPQkVWZXJzaW9uIDEuMDQ1O1BTIDEuMDQ1O2hvdGNvbnYgMS4wLjgyO21ha2VvdGYubGliMi41LjYzNDA2QWRvYmVCbGFuawBDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMQAzACwAIAAyADAAMQA1ACAAQQBkAG8AYgBlACAAUwB5AHMAdABlAG0AcwAgAEkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAKABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBkAG8AYgBlAC4AYwBvAG0ALwApAC4AQQBkAG8AYgBlACAAQgBsAGEAbgBrAFIAZQBnAHUAbABhAHIAMQAuADAANAA1ADsAQQBEAEIATwA7AEEAZABvAGIAZQBCAGwAYQBuAGsAOwBBAEQATwBCAEUAVgBlAHIAcwBpAG8AbgAgADEALgAwADQANQA7AFAAUwAgADEALgAwADQANQA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADgAMgA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADYAMwA0ADAANgBBAGQAbwBiAGUAQgBsAGEAbgBrAEEAZABvAGIAZQAgAFMAeQBzAHQAZQBtAHMAIABJAG4AYwBvAHIAcABvAHIAYQB0AGUAZABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBkAG8AYgBlAC4AYwBvAG0ALwB0AHkAcABlAC8AVABoAGkAcwAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABpAHMAIABsAGkAYwBlAG4AcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAFMASQBMACAATwBwAGUAbgAgAEYAbwBuAHQAIABMAGkAYwBlAG4AcwBlACwAIABWAGUAcgBzAGkAbwBuACAAMQAuADEALgAgAFQAaABpAHMAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAaQBzACAAZABpAHMAdAByAGkAYgB1AHQAZQBkACAAbwBuACAAYQBuACAAIgBBAFMAIABJAFMAIgAgAEIAQQBTAEkAUwAsACAAVwBJAFQASABPAFUAVAAgAFcAQQBSAFIAQQBOAFQASQBFAFMAIABPAFIAIABDAE8ATgBEAEkAVABJAE8ATgBTACAATwBGACAAQQBOAFkAIABLAEkATgBEACwAIABlAGkAdABoAGUAcgAgAGUAeABwAHIAZQBzAHMAIABvAHIAIABpAG0AcABsAGkAZQBkAC4AIABTAGUAZQAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUAIABmAG8AcgAgAHQAaABlACAAcwBwAGUAYwBpAGYAaQBjACAAbABhAG4AZwB1AGEAZwBlACwAIABwAGUAcgBtAGkAcwBzAGkAbwBuAHMAIABhAG4AZAAgAGwAaQBtAGkAdABhAHQAaQBvAG4AcwAgAGcAbwB2AGUAcgBuAGkAbgBnACAAeQBvAHUAcgAgAHUAcwBlACAAbwBmACAAdABoAGkAcwAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUALgBoAHQAdABwADoALwAvAHMAYwByAGkAcAB0AHMALgBzAGkAbAAuAG8AcgBnAC8ATwBGAEwAAAAABQAAAAMAAAA4AAAABAAAAFgAAQAAAAAALAADAAEAAAA4AAMACgAAAFgABgAMAAAAAAABAAAABAAgAAAABAAEAAEAAAf///8AAAAA//8AAQABAAAAAAAMAAAAABmQAAAAAAAAAiAAAAAAAAAH/wAAAAEAAAgAAAAP/wAAAAEAABAAAAAX/wAAAAEAABgAAAAf/wAAAAEAACAAAAAn/wAAAAEAACgAAAAv/wAAAAEAADAAAAA3/wAAAAEAADgAAAA//wAAAAEAAEAAAABH/wAAAAEAAEgAAABP/wAAAAEAAFAAAABX/wAAAAEAAFgAAABf/wAAAAEAAGAAAABn/wAAAAEAAGgAAABv/wAAAAEAAHAAAAB3/wAAAAEAAHgAAAB//wAAAAEAAIAAAACH/wAAAAEAAIgAAACP/wAAAAEAAJAAAACX/wAAAAEAAJgAAACf/wAAAAEAAKAAAACn/wAAAAEAAKgAAACv/wAAAAEAALAAAAC3/wAAAAEAALgAAAC//wAAAAEAAMAAAADH/wAAAAEAAMgAAADP/wAAAAEAANAAAADX/wAAAAEAAOAAAADn/wAAAAEAAOgAAADv/wAAAAEAAPAAAAD3/wAAAAEAAPgAAAD9zwAAAAEAAP3wAAD//QAABfEAAQAAAAEH/wAAAAEAAQgAAAEP/wAAAAEAARAAAAEX/wAAAAEAARgAAAEf/wAAAAEAASAAAAEn/wAAAAEAASgAAAEv/wAAAAEAATAAAAE3/wAAAAEAATgAAAE//wAAAAEAAUAAAAFH/wAAAAEAAUgAAAFP/wAAAAEAAVAAAAFX/wAAAAEAAVgAAAFf/wAAAAEAAWAAAAFn/wAAAAEAAWgAAAFv/wAAAAEAAXAAAAF3/wAAAAEAAXgAAAF//wAAAAEAAYAAAAGH/wAAAAEAAYgAAAGP/wAAAAEAAZAAAAGX/wAAAAEAAZgAAAGf/wAAAAEAAaAAAAGn/wAAAAEAAagAAAGv/wAAAAEAAbAAAAG3/wAAAAEAAbgAAAG//wAAAAEAAcAAAAHH/wAAAAEAAcgAAAHP/wAAAAEAAdAAAAHX/wAAAAEAAdgAAAHf/wAAAAEAAeAAAAHn/wAAAAEAAegAAAHv/wAAAAEAAfAAAAH3/wAAAAEAAfgAAAH//QAAAAEAAgAAAAIH/wAAAAEAAggAAAIP/wAAAAEAAhAAAAIX/wAAAAEAAhgAAAIf/wAAAAEAAiAAAAIn/wAAAAEAAigAAAIv/wAAAAEAAjAAAAI3/wAAAAEAAjgAAAI//wAAAAEAAkAAAAJH/wAAAAEAAkgAAAJP/wAAAAEAAlAAAAJX/wAAAAEAAlgAAAJf/wAAAAEAAmAAAAJn/wAAAAEAAmgAAAJv/wAAAAEAAnAAAAJ3/wAAAAEAAngAAAJ//wAAAAEAAoAAAAKH/wAAAAEAAogAAAKP/wAAAAEAApAAAAKX/wAAAAEAApgAAAKf/wAAAAEAAqAAAAKn/wAAAAEAAqgAAAKv/wAAAAEAArAAAAK3/wAAAAEAArgAAAK//wAAAAEAAsAAAALH/wAAAAEAAsgAAALP/wAAAAEAAtAAAALX/wAAAAEAAtgAAALf/wAAAAEAAuAAAALn/wAAAAEAAugAAALv/wAAAAEAAvAAAAL3/wAAAAEAAvgAAAL//QAAAAEAAwAAAAMH/wAAAAEAAwgAAAMP/wAAAAEAAxAAAAMX/wAAAAEAAxgAAAMf/wAAAAEAAyAAAAMn/wAAAAEAAygAAAMv/wAAAAEAAzAAAAM3/wAAAAEAAzgAAAM//wAAAAEAA0AAAANH/wAAAAEAA0gAAANP/wAAAAEAA1AAAANX/wAAAAEAA1gAAANf/wAAAAEAA2AAAANn/wAAAAEAA2gAAANv/wAAAAEAA3AAAAN3/wAAAAEAA3gAAAN//wAAAAEAA4AAAAOH/wAAAAEAA4gAAAOP/wAAAAEAA5AAAAOX/wAAAAEAA5gAAAOf/wAAAAEAA6AAAAOn/wAAAAEAA6gAAAOv/wAAAAEAA7AAAAO3/wAAAAEAA7gAAAO//wAAAAEAA8AAAAPH/wAAAAEAA8gAAAPP/wAAAAEAA9AAAAPX/wAAAAEAA9gAAAPf/wAAAAEAA+AAAAPn/wAAAAEAA+gAAAPv/wAAAAEAA/AAAAP3/wAAAAEAA/gAAAP//QAAAAEABAAAAAQH/wAAAAEABAgAAAQP/wAAAAEABBAAAAQX/wAAAAEABBgAAAQf/wAAAAEABCAAAAQn/wAAAAEABCgAAAQv/wAAAAEABDAAAAQ3/wAAAAEABDgAAAQ//wAAAAEABEAAAARH/wAAAAEABEgAAARP/wAAAAEABFAAAARX/wAAAAEABFgAAARf/wAAAAEABGAAAARn/wAAAAEABGgAAARv/wAAAAEABHAAAAR3/wAAAAEABHgAAAR//wAAAAEABIAAAASH/wAAAAEABIgAAASP/wAAAAEABJAAAASX/wAAAAEABJgAAASf/wAAAAEABKAAAASn/wAAAAEABKgAAASv/wAAAAEABLAAAAS3/wAAAAEABLgAAAS//wAAAAEABMAAAATH/wAAAAEABMgAAATP/wAAAAEABNAAAATX/wAAAAEABNgAAATf/wAAAAEABOAAAATn/wAAAAEABOgAAATv/wAAAAEABPAAAAT3/wAAAAEABPgAAAT//QAAAAEABQAAAAUH/wAAAAEABQgAAAUP/wAAAAEABRAAAAUX/wAAAAEABRgAAAUf/wAAAAEABSAAAAUn/wAAAAEABSgAAAUv/wAAAAEABTAAAAU3/wAAAAEABTgAAAU//wAAAAEABUAAAAVH/wAAAAEABUgAAAVP/wAAAAEABVAAAAVX/wAAAAEABVgAAAVf/wAAAAEABWAAAAVn/wAAAAEABWgAAAVv/wAAAAEABXAAAAV3/wAAAAEABXgAAAV//wAAAAEABYAAAAWH/wAAAAEABYgAAAWP/wAAAAEABZAAAAWX/wAAAAEABZgAAAWf/wAAAAEABaAAAAWn/wAAAAEABagAAAWv/wAAAAEABbAAAAW3/wAAAAEABbgAAAW//wAAAAEABcAAAAXH/wAAAAEABcgAAAXP/wAAAAEABdAAAAXX/wAAAAEABdgAAAXf/wAAAAEABeAAAAXn/wAAAAEABegAAAXv/wAAAAEABfAAAAX3/wAAAAEABfgAAAX//QAAAAEABgAAAAYH/wAAAAEABggAAAYP/wAAAAEABhAAAAYX/wAAAAEABhgAAAYf/wAAAAEABiAAAAYn/wAAAAEABigAAAYv/wAAAAEABjAAAAY3/wAAAAEABjgAAAY//wAAAAEABkAAAAZH/wAAAAEABkgAAAZP/wAAAAEABlAAAAZX/wAAAAEABlgAAAZf/wAAAAEABmAAAAZn/wAAAAEABmgAAAZv/wAAAAEABnAAAAZ3/wAAAAEABngAAAZ//wAAAAEABoAAAAaH/wAAAAEABogAAAaP/wAAAAEABpAAAAaX/wAAAAEABpgAAAaf/wAAAAEABqAAAAan/wAAAAEABqgAAAav/wAAAAEABrAAAAa3/wAAAAEABrgAAAa//wAAAAEABsAAAAbH/wAAAAEABsgAAAbP/wAAAAEABtAAAAbX/wAAAAEABtgAAAbf/wAAAAEABuAAAAbn/wAAAAEABugAAAbv/wAAAAEABvAAAAb3/wAAAAEABvgAAAb//QAAAAEABwAAAAcH/wAAAAEABwgAAAcP/wAAAAEABxAAAAcX/wAAAAEABxgAAAcf/wAAAAEAByAAAAcn/wAAAAEABygAAAcv/wAAAAEABzAAAAc3/wAAAAEABzgAAAc//wAAAAEAB0AAAAdH/wAAAAEAB0gAAAdP/wAAAAEAB1AAAAdX/wAAAAEAB1gAAAdf/wAAAAEAB2AAAAdn/wAAAAEAB2gAAAdv/wAAAAEAB3AAAAd3/wAAAAEAB3gAAAd//wAAAAEAB4AAAAeH/wAAAAEAB4gAAAeP/wAAAAEAB5AAAAeX/wAAAAEAB5gAAAef/wAAAAEAB6AAAAen/wAAAAEAB6gAAAev/wAAAAEAB7AAAAe3/wAAAAEAB7gAAAe//wAAAAEAB8AAAAfH/wAAAAEAB8gAAAfP/wAAAAEAB9AAAAfX/wAAAAEAB9gAAAff/wAAAAEAB+AAAAfn/wAAAAEAB+gAAAfv/wAAAAEAB/AAAAf3/wAAAAEAB/gAAAf//QAAAAEACAAAAAgH/wAAAAEACAgAAAgP/wAAAAEACBAAAAgX/wAAAAEACBgAAAgf/wAAAAEACCAAAAgn/wAAAAEACCgAAAgv/wAAAAEACDAAAAg3/wAAAAEACDgAAAg//wAAAAEACEAAAAhH/wAAAAEACEgAAAhP/wAAAAEACFAAAAhX/wAAAAEACFgAAAhf/wAAAAEACGAAAAhn/wAAAAEACGgAAAhv/wAAAAEACHAAAAh3/wAAAAEACHgAAAh//wAAAAEACIAAAAiH/wAAAAEACIgAAAiP/wAAAAEACJAAAAiX/wAAAAEACJgAAAif/wAAAAEACKAAAAin/wAAAAEACKgAAAiv/wAAAAEACLAAAAi3/wAAAAEACLgAAAi//wAAAAEACMAAAAjH/wAAAAEACMgAAAjP/wAAAAEACNAAAAjX/wAAAAEACNgAAAjf/wAAAAEACOAAAAjn/wAAAAEACOgAAAjv/wAAAAEACPAAAAj3/wAAAAEACPgAAAj//QAAAAEACQAAAAkH/wAAAAEACQgAAAkP/wAAAAEACRAAAAkX/wAAAAEACRgAAAkf/wAAAAEACSAAAAkn/wAAAAEACSgAAAkv/wAAAAEACTAAAAk3/wAAAAEACTgAAAk//wAAAAEACUAAAAlH/wAAAAEACUgAAAlP/wAAAAEACVAAAAlX/wAAAAEACVgAAAlf/wAAAAEACWAAAAln/wAAAAEACWgAAAlv/wAAAAEACXAAAAl3/wAAAAEACXgAAAl//wAAAAEACYAAAAmH/wAAAAEACYgAAAmP/wAAAAEACZAAAAmX/wAAAAEACZgAAAmf/wAAAAEACaAAAAmn/wAAAAEACagAAAmv/wAAAAEACbAAAAm3/wAAAAEACbgAAAm//wAAAAEACcAAAAnH/wAAAAEACcgAAAnP/wAAAAEACdAAAAnX/wAAAAEACdgAAAnf/wAAAAEACeAAAAnn/wAAAAEACegAAAnv/wAAAAEACfAAAAn3/wAAAAEACfgAAAn//QAAAAEACgAAAAoH/wAAAAEACggAAAoP/wAAAAEAChAAAAoX/wAAAAEAChgAAAof/wAAAAEACiAAAAon/wAAAAEACigAAAov/wAAAAEACjAAAAo3/wAAAAEACjgAAAo//wAAAAEACkAAAApH/wAAAAEACkgAAApP/wAAAAEAClAAAApX/wAAAAEAClgAAApf/wAAAAEACmAAAApn/wAAAAEACmgAAApv/wAAAAEACnAAAAp3/wAAAAEACngAAAp//wAAAAEACoAAAAqH/wAAAAEACogAAAqP/wAAAAEACpAAAAqX/wAAAAEACpgAAAqf/wAAAAEACqAAAAqn/wAAAAEACqgAAAqv/wAAAAEACrAAAAq3/wAAAAEACrgAAAq//wAAAAEACsAAAArH/wAAAAEACsgAAArP/wAAAAEACtAAAArX/wAAAAEACtgAAArf/wAAAAEACuAAAArn/wAAAAEACugAAArv/wAAAAEACvAAAAr3/wAAAAEACvgAAAr//QAAAAEACwAAAAsH/wAAAAEACwgAAAsP/wAAAAEACxAAAAsX/wAAAAEACxgAAAsf/wAAAAEACyAAAAsn/wAAAAEACygAAAsv/wAAAAEACzAAAAs3/wAAAAEACzgAAAs//wAAAAEAC0AAAAtH/wAAAAEAC0gAAAtP/wAAAAEAC1AAAAtX/wAAAAEAC1gAAAtf/wAAAAEAC2AAAAtn/wAAAAEAC2gAAAtv/wAAAAEAC3AAAAt3/wAAAAEAC3gAAAt//wAAAAEAC4AAAAuH/wAAAAEAC4gAAAuP/wAAAAEAC5AAAAuX/wAAAAEAC5gAAAuf/wAAAAEAC6AAAAun/wAAAAEAC6gAAAuv/wAAAAEAC7AAAAu3/wAAAAEAC7gAAAu//wAAAAEAC8AAAAvH/wAAAAEAC8gAAAvP/wAAAAEAC9AAAAvX/wAAAAEAC9gAAAvf/wAAAAEAC+AAAAvn/wAAAAEAC+gAAAvv/wAAAAEAC/AAAAv3/wAAAAEAC/gAAAv//QAAAAEADAAAAAwH/wAAAAEADAgAAAwP/wAAAAEADBAAAAwX/wAAAAEADBgAAAwf/wAAAAEADCAAAAwn/wAAAAEADCgAAAwv/wAAAAEADDAAAAw3/wAAAAEADDgAAAw//wAAAAEADEAAAAxH/wAAAAEADEgAAAxP/wAAAAEADFAAAAxX/wAAAAEADFgAAAxf/wAAAAEADGAAAAxn/wAAAAEADGgAAAxv/wAAAAEADHAAAAx3/wAAAAEADHgAAAx//wAAAAEADIAAAAyH/wAAAAEADIgAAAyP/wAAAAEADJAAAAyX/wAAAAEADJgAAAyf/wAAAAEADKAAAAyn/wAAAAEADKgAAAyv/wAAAAEADLAAAAy3/wAAAAEADLgAAAy//wAAAAEADMAAAAzH/wAAAAEADMgAAAzP/wAAAAEADNAAAAzX/wAAAAEADNgAAAzf/wAAAAEADOAAAAzn/wAAAAEADOgAAAzv/wAAAAEADPAAAAz3/wAAAAEADPgAAAz//QAAAAEADQAAAA0H/wAAAAEADQgAAA0P/wAAAAEADRAAAA0X/wAAAAEADRgAAA0f/wAAAAEADSAAAA0n/wAAAAEADSgAAA0v/wAAAAEADTAAAA03/wAAAAEADTgAAA0//wAAAAEADUAAAA1H/wAAAAEADUgAAA1P/wAAAAEADVAAAA1X/wAAAAEADVgAAA1f/wAAAAEADWAAAA1n/wAAAAEADWgAAA1v/wAAAAEADXAAAA13/wAAAAEADXgAAA1//wAAAAEADYAAAA2H/wAAAAEADYgAAA2P/wAAAAEADZAAAA2X/wAAAAEADZgAAA2f/wAAAAEADaAAAA2n/wAAAAEADagAAA2v/wAAAAEADbAAAA23/wAAAAEADbgAAA2//wAAAAEADcAAAA3H/wAAAAEADcgAAA3P/wAAAAEADdAAAA3X/wAAAAEADdgAAA3f/wAAAAEADeAAAA3n/wAAAAEADegAAA3v/wAAAAEADfAAAA33/wAAAAEADfgAAA3//QAAAAEADgAAAA4H/wAAAAEADggAAA4P/wAAAAEADhAAAA4X/wAAAAEADhgAAA4f/wAAAAEADiAAAA4n/wAAAAEADigAAA4v/wAAAAEADjAAAA43/wAAAAEADjgAAA4//wAAAAEADkAAAA5H/wAAAAEADkgAAA5P/wAAAAEADlAAAA5X/wAAAAEADlgAAA5f/wAAAAEADmAAAA5n/wAAAAEADmgAAA5v/wAAAAEADnAAAA53/wAAAAEADngAAA5//wAAAAEADoAAAA6H/wAAAAEADogAAA6P/wAAAAEADpAAAA6X/wAAAAEADpgAAA6f/wAAAAEADqAAAA6n/wAAAAEADqgAAA6v/wAAAAEADrAAAA63/wAAAAEADrgAAA6//wAAAAEADsAAAA7H/wAAAAEADsgAAA7P/wAAAAEADtAAAA7X/wAAAAEADtgAAA7f/wAAAAEADuAAAA7n/wAAAAEADugAAA7v/wAAAAEADvAAAA73/wAAAAEADvgAAA7//QAAAAEADwAAAA8H/wAAAAEADwgAAA8P/wAAAAEADxAAAA8X/wAAAAEADxgAAA8f/wAAAAEADyAAAA8n/wAAAAEADygAAA8v/wAAAAEADzAAAA83/wAAAAEADzgAAA8//wAAAAEAD0AAAA9H/wAAAAEAD0gAAA9P/wAAAAEAD1AAAA9X/wAAAAEAD1gAAA9f/wAAAAEAD2AAAA9n/wAAAAEAD2gAAA9v/wAAAAEAD3AAAA93/wAAAAEAD3gAAA9//wAAAAEAD4AAAA+H/wAAAAEAD4gAAA+P/wAAAAEAD5AAAA+X/wAAAAEAD5gAAA+f/wAAAAEAD6AAAA+n/wAAAAEAD6gAAA+v/wAAAAEAD7AAAA+3/wAAAAEAD7gAAA+//wAAAAEAD8AAAA/H/wAAAAEAD8gAAA/P/wAAAAEAD9AAAA/X/wAAAAEAD9gAAA/f/wAAAAEAD+AAAA/n/wAAAAEAD+gAAA/v/wAAAAEAD/AAAA/3/wAAAAEAD/gAAA///QAAAAEAEAAAABAH/wAAAAEAEAgAABAP/wAAAAEAEBAAABAX/wAAAAEAEBgAABAf/wAAAAEAECAAABAn/wAAAAEAECgAABAv/wAAAAEAEDAAABA3/wAAAAEAEDgAABA//wAAAAEAEEAAABBH/wAAAAEAEEgAABBP/wAAAAEAEFAAABBX/wAAAAEAEFgAABBf/wAAAAEAEGAAABBn/wAAAAEAEGgAABBv/wAAAAEAEHAAABB3/wAAAAEAEHgAABB//wAAAAEAEIAAABCH/wAAAAEAEIgAABCP/wAAAAEAEJAAABCX/wAAAAEAEJgAABCf/wAAAAEAEKAAABCn/wAAAAEAEKgAABCv/wAAAAEAELAAABC3/wAAAAEAELgAABC//wAAAAEAEMAAABDH/wAAAAEAEMgAABDP/wAAAAEAENAAABDX/wAAAAEAENgAABDf/wAAAAEAEOAAABDn/wAAAAEAEOgAABDv/wAAAAEAEPAAABD3/wAAAAEAEPgAABD//QAAAAEAAwAAAAAAAP+1ADIAAAAAAAAAAAAAAAAAAAAAAAAAAAEABAIAAQEBC0Fkb2JlQmxhbmsAAQEBMPgb+ByLDB74HQH4HgKL+wz6APoEBR4aBF8MHxwIAQwi91UP92IR91oMJRwZHwwkAAUBAQYOVmFwQWRvYmVJZGVudGl0eUNvcHlyaWdodCAyMDEzLCAyMDE1IEFkb2JlIFN5c3RlbXMgSW5jb3Jwb3JhdGVkIChodHRwOi8vd3d3LmFkb2JlLmNvbS8pLkFkb2JlIEJsYW5rQWRvYmVCbGFuay0yMDQ5AAACAAEH/wMAAQAAAAgBCAECAAEASwBMAE0ATgBPAFAAUQBSAFMAVABVAFYAVwBYAFkAWgBbAFwAXQBeAF8AYABhAGIAYwBkAGUAZgBnAGgAaQBqAGsAbABtAG4AbwBwAHEAcgBzAHQAdQB2AHcAeAB5AHoAewB8AH0AfgB/AIAAgQCCAIMAhACFAIYAhwCIAIkAigCLAIwAjQCOAI8AkACRAJIAkwCUAJUAlgCXAJgAmQCaAJsAnACdAJ4AnwCgAKEAogCjAKQApQCmAKcAqACpAKoAqwCsAK0ArgCvALAAsQCyALMAtAC1ALYAtwC4ALkAugC7ALwAvQC+AL8AwADBAMIAwwDEAMUAxgDHAMgAyQDKAMsAzADNAM4AzwDQANEA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QDiAOMA5ADlAOYA5wDoAOkA6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtIC0wLUAtUC1gLXAtgC2QLaAtsC3ALdAt4C3wLgAuEC4gLjAuQC5QLmAucC6ALpAuoC6wLsAu0C7gLvAvAC8QLyAvMC9AL1AvYC9wL4AvkC+gL7AvwC/QL+Av8DAAMBAwIDAwMEAwUDBgMHAwgDCQMKAwsDDAMNAw4DDwMQAxEDEgMTAxQDFQMWAxcDGAMZAxoDGwMcAx0DHgMfAyADIQMiAyMDJAMlAyYDJwMoAykDKgMrAywDLQMuAy8DMAMxAzIDMwM0AzUDNgM3AzgDOQM6AzsDPAM9Az4DPwNAA0EDQgNDA0QDRQNGA0cDSANJA0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA2gDaQNqA2sDbANtA24DbwNwA3EDcgNzA3QDdQN2A3cDeAN5A3oDewN8A30DfgN/A4ADgQOCA4MDhAOFA4YDhwOIA4kDigOLA4wDjQOOA48DkAORA5IDkwOUA5UDlgOXA5gDmQOaA5sDnAOdA54DnwOgA6EDogOjA6QDpQOmA6cDqAOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A7kDugO7A7wDvQO+A78DwAPBA8IDwwPEA8UDxgPHA8gDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D3gPfA+AD4QPiA+MD5APlA+YD5wPoA+kD6gPrA+wD7QPuA+8D8APxA/ID8wP0A/UD9gP3A/gD+QP6A/sD/AP9A/4D/wQABAEEAgQDBAQEBQQGBAcECAQJBAoECwQMBA0EDgQPBBAEEQQSBBMEFAQVBBYEFwQYBBkEGgQbBBwEHQQeBB8EIAQhBCIEIwQkBCUEJgQnBCgEKQQqBCsELAQtBC4ELwQwBDEEMgQzBDQENQQ2BDcEOAQ5BDoEOwQ8BD0EPgQ/BEAEQQRCBEMERARFBEYERwRIBEkESgRLBEwETQROBE8EUARRBFIEUwRUBFUEVgRXBFgEWQRaBFsEXARdBF4EXwRgBGEEYgRjBGQEZQRmBGcEaARpBGoEawRsBG0EbgRvBHAEcQRyBHMEdAR1BHYEdwR4BHkEegR7BHwEfQR+BH8EgASBBIIEgwSEBIUEhgSHBIgEiQSKBIsEjASNBI4EjwSQBJEEkgSTBJQElQSWBJcEmASZBJoEmwScBJ0EngSfBKAEoQSiBKMEpASlBKYEpwSoBKkEqgSrBKwErQSuBK8EsASxBLIEswS0BLUEtgS3BLgEuQS6BLsEvAS9BL4EvwTABMEEwgTDBMQExQTGBMcEyATJBMoEywTMBM0EzgTPBNAE0QTSBNME1ATVBNYE1wTYBNkE2gTbBNwE3QTeBN8E4AThBOIE4wTkBOUE5gTnBOgE6QTqBOsE7ATtBO4E7wTwBPEE8gTzBPQE9QT2BPcE+AT5BPoE+wT8BP0E/gT/BQAFAQUCBQMFBAUFBQYFBwUIBQkFCgULBQwFDQUOBQ8FEAURBRIFEwUUBRUFFgUXBRgFGQUaBRsFHAUdBR4FHwUgBSEFIgUjBSQFJQUmBScFKAUpBSoFKwUsBS0FLgUvBTAFMQUyBTMFNAU1BTYFNwU4BTkFOgU7BTwFPQU+BT8FQAVBBUIFQwVEBUUFRgVHBUgFSQVKBUsFTAVNBU4FTwVQBVEFUgVTBVQFVQVWBVcFWAVZBVoFWwVcBV0FXgVfBWAFYQViBWMFZAVlBWYFZwVoBWkFagVrBWwFbQVuBW8FcAVxBXIFcwV0BXUFdgV3BXgFeQV6BXsFfAV9BX4FfwWABYEFggWDBYQFhQWGBYcFiAWJBYoFiwWMBY0FjgWPBZAFkQWSBZMFlAWVBZYFlwWYBZkFmgWbBZwFnQWeBZ8FoAWhBaIFowWkBaUFpgWnBagFqQWqBasFrAWtBa4FrwWwBbEFsgWzBbQFtQW2BbcFuAW5BboFuwW8Bb0FvgW/BcAFwQXCBcMFxAXFBcYFxwXIBckFygXLBcwFzQXOBc8F0AXRBdIF0wXUBdUF1gXXBdgF2QXaBdsF3AXdBd4F3wXgBeEF4gXjBeQF5QXmBecF6AXpBeoF6wXsBe0F7gXvBfAF8QXyBfMF9AX1BfYF9wX4BfkF+gX7BfwF/QX+Bf8GAAYBBgIGAwYEBgUGBgYHBggGCQYKBgsGDAYNBg4GDwYQBhEGEgYTBhQGFQYWBhcGGAYZBhoGGwYcBh0GHgYfBiAGIQYiBiMGJAYlBiYGJwYoBikGKgYrBiwGLQYuBi8GMAYxBjIGMwY0BjUGNgY3BjgGOQY6BjsGPAY9Bj4GPwZABkEGQgZDBkQGRQZGBkcGSAZJBkoGSwZMBk0GTgZPBlAGUQZSBlMGVAZVBlYGVwZYBlkGWgZbBlwGXQZeBl8GYAZhBmIGYwZkBmUGZgZnBmgGaQZqBmsGbAZtBm4GbwZwBnEGcgZzBnQGdQZ2BncGeAZ5BnoGewZ8Bn0GfgZ/BoAGgQaCBoMGhAaFBoYGhwaIBokGigaLBowGjQaOBo8GkAaRBpIGkwaUBpUGlgaXBpgGmQaaBpsGnAadBp4GnwagBqEGogajBqQGpQamBqcGqAapBqoGqwasBq0GrgavBrAGsQayBrMGtAa1BrYGtwa4BrkGuga7BrwGvQa+Br8GwAbBBsIGwwbEBsUGxgbHBsgGyQbKBssGzAbNBs4GzwbQBtEG0gbTBtQG1QbWBtcG2AbZBtoG2wbcBt0G3gbfBuAG4QbiBuMG5AblBuYG5wboBukG6gbrBuwG7QbuBu8G8AbxBvIG8wb0BvUG9gb3BvgG+Qb6BvsG/Ab9Bv4G/wcABwEHAgcDBwQHBQcGBwcHCAcJBwoHCwcMBw0HDgcPBxAHEQcSBxMHFAcVBxYHFwcYBxkHGgcbBxwHHQceBx8HIAchByIHIwckByUHJgcnBygHKQcqBysHLActBy4HLwcwBzEHMgczBzQHNQc2BzcHOAc5BzoHOwc8Bz0HPgc/B0AHQQdCB0MHRAdFB0YHRwdIB0kHSgdLB0wHTQdOB08HUAdRB1IHUwdUB1UHVgdXB1gHWQdaB1sHXAddB14HXwdgB2EHYgdjB2QHZQdmB2cHaAdpB2oHawdsB20HbgdvB3AHcQdyB3MHdAd1B3YHdwd4B3kHegd7B3wHfQd+B38HgAeBB4IHgweEB4UHhgeHB4gHiQeKB4sHjAeNB44HjweQB5EHkgeTB5QHlQeWB5cHmAeZB5oHmwecB50HngefB6AHoQeiB6MHpAelB6YHpweoB6kHqgerB6wHrQeuB68HsAexB7IHswe0B7UHtge3B7gHuQe6B7sHvAe9B74HvwfAB8EHwgfDB8QHxQfGB8cHyAfJB8oHywfMB80HzgfPB9AH0QfSB9MH1AfVB9YH1wfYB9kH2gfbB9wH3QfeB98H4AfhB+IH4wfkB+UH5gfnB+gH6QfqB+sH7AftB+4H7wfwB/EH8gfzB/QH9Qf2B/cH+Af5B/oH+wf8B/0H/gf/CAAIAQgCCAMIBAgFCAYIBwgICAkICggLCAwIDQgOCA8IEAgRCBIIEwgUCBUIFggXCBgIGQgaCBsIHAgdCB4IHwggCCEIIggjCCQIJQgmCCcIKAgpCCoIKwgsCC0ILggvCDAIMQgyCDMINAg1CDYINwg4CDkIOgg7CDwIPQg+CD8IQAhBCEIIQwhECEUIRghHCEgISQhKCEsg+wy3+iS3AfcQt/kstwP3EPoEFf58+YT6fAf9WP4nFfnSB/fF/DMFprAV+8X4NwX49gamYhX90gf7xfgzBXBmFffF/DcF/PYGDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OAAEBAQr4HwwmmhwZLRL7joscBUaLBr0KvQv65xUD6AB8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAA==");
}
#font_tester {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.suggested-font {
  position: relative;
}
.suggested-font p.missing-font {
  position: relative;
  white-space: normal;
  font-size: 0.75em;
  margin: 0.33em 0;
  line-height: normal;
}
.suggested-font p.missing-font b {
  font-weight: 900;
}
.suggested-font p.missing-font::before {
  font-family: "lsbicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  position: absolute;
  top: 2px;
  left: -15px;
  content: "0";
  font-family: "lsbicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#fullscreen_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.fullscreen-modal {
  z-index: 1001;
  background: #f6f7f7;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 600px) {
  .fullscreen-modal .close {
    float: right;
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 0.75;
    border-bottom: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fullscreen-modal .close:not(:hover) {
    opacity: 0.3;
  }
}
@media (min-width: 600px) {
  .fullscreen-modal-header {
    position: relative;
    z-index: 1;
    padding: 24px 32px 0;
    line-height: 1;
    height: auto;
    flex-shrink: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fullscreen-modal-header h1 {
    font-weight: 900;
    margin: 0;
    font-size: 1.66em;
    float: left;
  }
  .fullscreen-modal-header .cancel:not(:hover) {
    color: #d0d1d2;
  }
}
.fullscreen-modal-body {
  flex-grow: 1;
  position: relative;
  padding: 24px 16px 0;
  min-height: 0;
}
.fullscreen-modal-body .surface::before {
  display: none;
}

@media (min-width: 600px) {
  .fullscreen-modal-body > .surface {
    padding-top: 24px;
  }
  .fullscreen-modal-body > .surface > .with-tabs,
  .fullscreen-modal-body > .surface > .tab-control {
    margin-top: -24px;
  }
  .fullscreen-modal-body > .surface > .with-tabs > .tab-control-tablist,
  .fullscreen-modal-body > .surface > .tab-control > .tab-control-tablist {
    height: 24px;
  }
}
.fullscreen-modal-footer {
  height: 65px;
  padding: 16px 32px;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.fullscreen-modal-footer #modal_footer_info {
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 6px;
  font-size: 0.8em;
}
@media (min-width: 600px) {
  .fullscreen-modal-footer {
    padding-right: calc(32px + 3rem);
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

header {
  position: relative;
  z-index: 1000;
  height: 44px;
  line-height: 44px;
  display: flex;
  flex-direction: row;
}
header.ribbon {
  background: hsl(215, 60%, 37%);
  color: rgba(255, 255, 255, 0.825);
}
body:not(.disable-hover) header.ribbon a.dropdown-toggle:hover, body:not(.disable-hover) header.ribbon a.search-link:hover {
  color: white;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}
header #ribbon_center {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
}
header h1 {
  margin: 0;
  flex-grow: 1;
  font-weight: 700;
  font-size: 17px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
header #header_mobile_back {
  width: calc(32px + 3em);
}
header .mobile-back-link {
  font-size: 0.88rem;
  padding: 0 16px;
  display: block;
  height: 100%;
}
header .mobile-back-link::before {
  content: "p";
  font-family: "lsbicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}
header .dropdown li.highlighted > a {
  white-space: normal;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 4px;
  min-width: 17em;
}
header .dropdown li.highlighted > a:not(:hover) {
  background: #ffd;
  border-color: #ee8;
}
header .open-service {
  display: inline-block;
  padding: 0 0 0 1em;
  font-weight: 400;
  font-size: 0.88rem;
  white-space: nowrap;
  flex-shrink: 2;
  flex-grow: 100;
  position: relative;
  margin: 0 0 0 1em;
}
header .open-service > .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .open-service > .dropdown > .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .open-service > .dropdown > .dropdown-toggle .event-icon, header .open-service > .dropdown > .dropdown-toggle .caret {
  flex-shrink: 0;
}
header .open-service > .dropdown > .dropdown-toggle .event-icon {
  margin-right: 0.33em;
}
header .open-service > .dropdown > .dropdown-toggle .service-name {
  flex-shrink: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .open-service > .dropdown.open > .dropdown-toggle {
  visibility: hidden;
}
header .open-service > .dropdown .dropdown-title {
  cursor: pointer;
  text-align: right;
}
header .open-service > .dropdown .dropdown-title .caret {
  margin: -2px -8px 0 8px;
}
header .search-link {
  margin: 0 -8px 0 8px;
  display: block;
}
header .search-link .icon {
  font-size: 22px;
  vertical-align: middle;
  padding: 0 4px;
  display: inline-block;
}
header .open-service + .search-link {
  display: none;
}
header .session {
  font-weight: 400;
  font-size: 0.88rem;
  white-space: nowrap;
  padding: 0 16px;
}
header .session .dropdown-toggle .icon {
  font-size: 22px;
  vertical-align: middle;
  padding: 0 4px;
  display: inline-block;
}
header .session .caret {
  visibility: hidden;
}
header .session .dropdown-menu > li.dropdown-title {
  padding-right: 66px;
  padding-bottom: 12px;
}
header .session .dropdown-menu > li.dropdown-title h3 {
  margin: 0;
  font-weight: 900;
  color: #505253;
}
header .session .dropdown-menu > li.dropdown-title h3 + .email {
  color: #95989a;
}
header a, header a:active, header a:focus, header a:visited {
  color: inherit;
  border-bottom: none;
}
body:not(.disable-hover) header a:hover {
  color: inherit;
}
header .app-logo {
  display: none;
}
header .ribbon-tabs {
  display: none;
}

@media (min-width: 600px) {
  header .app-logo {
    display: block;
    padding-right: 12px;
  }
  header .ribbon-tabs {
    display: block;
    flex-shrink: 0;
    padding-top: 18px;
    width: 330px;
  }
  header .session .caret {
    visibility: visible;
  }
  header #free-version-cta {
    border: 1px solid #3292e2;
    margin-left: 20px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.confirm-import-dialog em {
  font-style: normal;
  font-weight: 900;
}
.confirm-import-dialog h5 {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: #acadaf;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.inline-editable-list .inline-editable.editable:not(.editing) {
  cursor: pointer;
}
body:not(.disable-hover) .inline-editable-list .inline-editable.editable:not(.editing):hover {
  color: hsl(207, 75%, 60%);
}
.inline-editable-list .inline-editable.editing .inline-editable-controls {
  margin-top: 0.5em;
}
.inline-editable-list .inline-editable.editing .inline-editable-controls::after {
  content: "";
  clear: both;
  display: table;
}
.inline-editable-list .inline-editable.editing .inline-editable-controls .inline-editable-delete {
  float: left;
}
.inline-editable-list .inline-editable.editing .inline-editable-controls .inline-editable-save {
  float: right;
  margin-left: 0.25em;
}
.inline-editable-list .inline-editable.editing .inline-editable-controls .inline-editable-cancel {
  float: right;
}

.inline-editable-text textarea {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  resize: none;
  border-radius: 0;
  overflow: hidden;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.inline-editable-text textarea:focus {
  outline: 0;
  box-shadow: none;
}
.inline-editable-text textarea:not(.autosize) {
  white-space: nowrap;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.insertion-point-wrapper {
  position: relative;
}
.insertion-point-wrapper .insertion-point::before {
  display: none;
  color: rgba(0, 0, 0, 0.1);
  content: "▶";
  position: absolute;
  font-size: 13px;
  font-family: Lato;
  border-bottom: 2px dashed;
  width: calc(100% - 100px);
  line-height: 0;
  margin-left: 4em;
  text-indent: -18px;
  margin-top: -5px;
}
body:not(.disable-hover) .insertion-point-wrapper:not(.dragging) .insertion-point:hover::before {
  display: block;
  color: hsl(207, 75%, 60%);
  border-bottom: 2px solid;
}
.insertion-point-wrapper .insertion-point.drop-target::before {
  display: block;
  color: hsl(207, 75%, 60%);
  border-bottom: 2px solid;
}
.insertion-point-wrapper.dragging .insertion-target, .insertion-point-wrapper:not(.chalked) .insertion-target {
  transition: margin-top 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.insertion-point-wrapper.chalked.inserting .insertion-target,
.insertion-point-wrapper .insertion-target.insert-before {
  margin-top: 8px !important;
}
.insertion-point-wrapper.chalked.inserting .insertion-point::before {
  display: block;
}

.insertion-points {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
}

.insertion-point {
  position: relative;
  width: 100%;
  cursor: pointer;
}

lsb-service-element.option-group:not(.annotation) {
  position: relative;
}
lsb-service-element.option-group:not(.annotation)::before {
  content: ".";
  color: transparent;
  position: absolute;
  top: 4px;
  left: -9px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgb(123, 202, 255);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: rotate(-90deg);
  transition: transform 200ms;
}
lsb-service-element.option-group:not(.annotation)::after {
  content: ".";
  color: transparent;
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: -10px;
  width: 16px;
  bottom: 2px;
  border-right: 4px solid rgb(123, 202, 255);
}
lsb-service-element.option-group:not(.annotation).expanded::before {
  transform: rotate(0deg);
}
lsb-service-element.option-group:not(.expanded) > lsb-service-element:not(.selected) {
  display: none !important;
}
lsb-service-element.repeatable {
  background: none !important;
  border-color: transparent !important;
  line-height: 17px;
  display: inline-block;
}
lsb-service-element.repeatable a.insert-element-link {
  cursor: pointer;
  color: #1d7bc9;
  border-bottom: 1px solid rgba(29, 123, 201, 0.18);
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
body:not(.disable-hover) lsb-service-element.repeatable a.insert-element-link:hover {
  color: hsl(207, 75%, 60%);
  border-bottom-color: hsl(207, 75%, 60%);
}
lsb-service-element a.delete-element-link {
  display: inline-block;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 17px;
  vertical-align: middle;
  margin-left: 0.125em;
}
lsb-service-element a.delete-element-link::before {
  content: "×";
  font-weight: 400;
  color: #d0d1d2;
  display: inline-block;
  width: 1em;
  text-align: center;
}
body:not(.disable-hover) lsb-service-element a.delete-element-link:hover {
  background: rgba(208, 209, 210, 0.2);
}
body:not(.disable-hover) lsb-service-element a.delete-element-link:hover::before {
  color: #95989a;
}
lsb-service-element .service-element-warnings {
  position: absolute;
  top: 8.25pt;
  left: -14px;
  z-index: 5;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#metadata_surface {
  width: 240px;
  font-size: 0.9em;
}
#metadata_surface > div {
  overflow: visible;
}
#metadata_surface > .worship-resource-metadata {
  border: 1px solid #dedede;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#metadata_surface .flex-row-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#metadata_surface .flex-row-container.margin-top {
  margin-top: 1em;
}
#metadata_surface .flex-row-container .number-input {
  width: 5.33em;
}
#metadata_surface .flex-spacer {
  flex-grow: 1;
}
#metadata_surface .inspector-field:not(.ragged-left) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  clear: both;
}
#metadata_surface .inspector-field:not(.ragged-left) > label {
  white-space: nowrap;
}
#metadata_surface .inspector-field:not(.ragged-left) > .number-input {
  width: 5em;
}
#metadata_surface .inspector-field:not(.ragged-left) > .ember-power-select-trigger,
#metadata_surface .inspector-field:not(.ragged-left) > input[type=text] {
  width: 7em;
}
#metadata_surface .inspector-field:not(.ragged-left).space-before,
#metadata_surface .inspector-field:not(.ragged-left) + .inspector-field {
  margin-top: 0.25em;
}
#metadata_surface .inspector-field.ragged-left > label {
  font-weight: 700;
  display: block;
}
#metadata_surface .inspector-field.ragged-left > label a {
  float: right;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.15;
  margin: 0.425em 0;
}
#metadata_surface .inspector-field.ragged-left + .inspector-field.ragged-left {
  margin-top: 1em;
}
#metadata_surface .inspector-field.ragged-left input[type=text] {
  width: 100%;
}
#metadata_surface .tab-control-tablist {
  font-size: 0.88rem;
}
#metadata_surface .tab-control-content {
  border: 1px solid #dedede;
  border-top: none;
}
#metadata_surface fieldset label:not(.btn) {
  line-height: normal;
}
#metadata_surface .number-input:not(.focus) {
  border-color: #e2e7ea;
}
#metadata_surface .ember-power-select-trigger {
  display: block;
  min-width: 0;
  line-height: 2;
  min-height: 2em;
  height: 30px;
}
#metadata_surface .ember-power-select-trigger:not(.ember-power-select-trigger--active) {
  border-color: #e2e7ea;
}
#metadata_surface .ember-power-select-trigger .ember-power-select-status-icon {
  right: 4px;
}
#metadata_surface .ember-power-select-trigger[aria-disabled=true] .ember-power-select-selected-item {
  color: #888;
}
#metadata_surface .ember-power-select-trigger[aria-disabled=true] .ember-power-select-status-icon {
  display: none;
}
#metadata_surface .ember-power-select-trigger .ember-power-select-selected-item, #metadata_surface .ember-power-select-trigger .ember-power-select-placeholder {
  white-space: nowrap;
}
#metadata_surface .ember-power-select-trigger.clearable {
  display: flex;
  padding-right: 0;
}
#metadata_surface .ember-power-select-trigger.clearable .ember-power-select-selected-item, #metadata_surface .ember-power-select-trigger.clearable .ember-power-select-placeholder {
  white-space: normal;
}
#metadata_surface .ember-power-select-trigger.clearable .ember-power-select-clear-btn, #metadata_surface .ember-power-select-trigger.clearable .ember-power-select-status-icon {
  position: initial;
  margin-right: 5px;
}
#metadata_surface .metadata-edit-link {
  font-size: 0.75rem;
}
#metadata_surface input[type=text] {
  padding-left: 8px;
  padding-right: 8px;
}
#metadata_surface textarea {
  padding: 4px 8px;
}
#metadata_surface textarea:not(:focus) {
  border-color: #e2e7ea;
}
#metadata_surface input[type=text], #metadata_surface input[type=number] {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2;
  height: 2em;
}
#metadata_surface input[type=text]:not(:focus), #metadata_surface input[type=number]:not(:focus) {
  border-color: #e2e7ea;
}
#metadata_surface input[type=text]:disabled, #metadata_surface input[type=number]:disabled {
  color: #888;
  -webkit-text-fill-color: #888;
}
#metadata_surface input[type=number] + .number-input-units {
  line-height: normal;
  padding-top: 1em;
}
#metadata_surface label {
  margin-bottom: 0;
}
#metadata_surface .inspector-field > label {
  line-height: 2;
}
#metadata_surface .tab-control-content {
  width: 100%;
}
#metadata_surface .tab-control-content > div {
  width: 100%;
}
#metadata_surface .section-selector {
  width: 100%;
  margin-top: 16px;
  font-size: 1.5em;
}
#metadata_surface .inspector-section {
  padding: 8px 12px;
  clear: both;
}
#metadata_surface .inspector-section::after {
  content: "";
  display: table;
  clear: both;
}
#metadata_surface .inspector-section:not(:first-child) {
  margin-top: 1em;
  border-top: 2px solid #e2e7ea;
}
#metadata_surface .inspector-section .section-title-wrapper {
  display: flex;
  flex-direction: row;
}
#metadata_surface .inspector-section .section-title {
  display: block;
  flex-grow: 1;
  margin: 0 0 1em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: #acadaf;
}
#metadata_surface .inspector-section .section-title a {
  float: right;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.75rem;
  line-height: 1.15;
}
#metadata_surface #inspector_outlet .inspector-section {
  margin-top: 1em;
  border-top: 2px solid #e2e7ea;
}
#metadata_surface .inspector {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
#metadata_surface .inspector .inspector-section + .inspector-section {
  margin-top: 5px;
}
#metadata_surface .inspector .inspector-section div:not(.inspector-buttons) {
  display: flex;
  flex-direction: column;
}
#metadata_surface .inspector label.inspector-label {
  text-transform: uppercase;
  display: block;
  font-size: 0.8em;
  color: #888; /* TODO: Use a variable */
  margin-bottom: 0;
}
#metadata_surface .inspector input, #metadata_surface .inspector textarea {
  margin-bottom: 0.5em;
  flex-grow: 1;
}
#metadata_surface .inspector .toggle {
  display: block !important;
}
#metadata_surface textarea {
  display: block;
  width: 100%;
  resize: none;
}
#metadata_surface .inspector-field-instructions {
  font-size: 0.8em;
  float: right;
  line-height: 2.5;
  color: #95989a;
  font-weight: normal;
}
#metadata_surface .color-swatch {
  background: #000000;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  display: inline-block;
  margin: 0;
  transition: box-shadow 0.15s ease-in-out;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.06);
}
#metadata_surface .color-swatch:hover,
#metadata_surface .ember-basic-dropdown-trigger[aria-expanded=true] .color-swatch {
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 123, 255, 0.33);
}
#metadata_surface .stanza-selector {
  width: 100%;
  text-align: right;
}
#metadata_surface .stanza-selector .dropdown-menu {
  text-align: left;
}
#metadata_surface .checkbox-list {
  border: 1px solid #dedede;
  background: white;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#metadata_surface .checkbox-list ul {
  margin: 0;
  padding: 4px 8px;
}
#metadata_surface .checkbox-list li {
  display: block;
}
#metadata_surface .checkbox-list li label {
  line-height: 1.75;
  padding: 0 0 0 4px;
}
#metadata_surface.metadata-formatting .font-family-selector {
  flex-grow: 1;
}
#metadata_surface.metadata-formatting .font-family-selector ~ .font-size-input {
  margin-left: 0.5em;
}
#metadata_surface.metadata-formatting .paragraph-metrics {
  justify-content: normal;
  align-items: start;
}
#metadata_surface.metadata-formatting .paragraph-metrics-column {
  display: flex;
  flex-direction: column;
}
#metadata_surface.metadata-formatting .paragraph-metrics-column + .paragraph-metrics-column {
  margin-left: 1em;
}
#metadata_surface.metadata-formatting .paragraph-metrics-column label {
  white-space: nowrap;
  display: flex;
}
#metadata_surface.metadata-formatting .paragraph-metrics-column label + label {
  margin-top: 0.25em;
}
#metadata_surface.metadata-formatting .paragraph-metrics-column i.icon {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
#metadata_surface.metadata-formatting .paragraph-metrics-column .number-input {
  float: left;
}
#metadata_surface .authors-editor .inline-editable,
#metadata_surface .copyrights-editor .inline-editable {
  margin-bottom: 0.5em;
}
#metadata_surface .copyrights-editor input.copyright-year {
  width: 4em !important;
  margin-left: 0.25em;
}
#metadata_surface .copyrights-editor .copyright-holder,
#metadata_surface .copyrights-editor .copyright-administrator {
  flex-grow: 1;
  margin-left: 0.25em;
}
#metadata_surface .copyrights-editor label.copyright-admin {
  width: 5.049em;
  flex-shrink: 0;
  text-align: right;
}
#metadata_surface .copyrights-editor .flex-row-container + .flex-row-container {
  margin-top: 0.25em;
}
#metadata_surface .copyrights-editor .one-license-id {
  color: #acadaf;
  font-size: 0.8em;
}
#metadata_surface .inheritable-copyright.flex-row-container {
  align-items: normal;
}
#metadata_surface label.subsection {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #acadaf;
}
#metadata_surface .ember-basic-dropdown-content-wormhole-origin {
  position: absolute;
}

.one-license-song-list-matches-modal hr {
  border-top: 1px solid #dedede;
  margin: 20px 0;
}
.one-license-song-list-matches-modal #one_license_song_info {
  width: 100%;
  max-width: initial;
}
.one-license-song-list-matches-modal .ragged-left > label {
  font-weight: 700;
  display: block;
}
.one-license-song-list-matches-modal .placeholder-loading {
  width: 100%;
  padding: 0.5em;
  font-size: 2em;
  text-align: center;
}

#ember-basic-dropdown-wormhole .one-license-song-matches-select {
  width: 700px;
  max-width: initial;
}

.sp-container {
  border: none;
  background: none;
}

.sp-picker-container, .sp-palette-container {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sp-picker-container {
  border-left: none !important;
}

.ember-power-select-dropdown.metadata-dropdown {
  max-width: 214px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.mp3-player.mp3-player-icon {
  border: none;
  padding: 0;
  font-size: 16px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  width: 17px;
}
body:not(.disable-hover) .mp3-player.mp3-player-icon:hover {
  color: hsl(207, 75%, 60%);
}
.mp3-player.mp3-player-icon:focus {
  outline: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.modal-container {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  background: rgba(38, 85, 151, 0.1);
  background: rgba(235, 235, 235, 0.55);
  background: rgba(246, 247, 247, 0.55);
}

.modal-dialog {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  border-radius: 4px;
  max-width: 28em;
}
.modal-dialog .close-modal {
  position: absolute;
  top: 1.33rem;
  right: 2.33rem;
  margin: -12px -12px -8px -24px;
  padding: 8px;
  font-size: 26px;
  font-weight: 300;
  border-bottom: none;
}
.modal-dialog .close-modal:not(:hover) {
  color: #d0d1d2;
}
.modal-dialog .modal-dialog-header {
  background: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 1.33rem 3.99rem 1.33rem 2.33rem;
  font-weight: 700;
}
.modal-dialog .modal-dialog-header .modal-icon {
  width: 1.33em;
  height: 1.33em;
  margin-right: 0.5em;
  vertical-align: bottom;
}
.modal-dialog .modal-dialog-body {
  background: #f6f7f7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 4rem;
  padding: 2rem 2.33rem;
}
.modal-dialog .modal-dialog-body .form-buttons {
  text-align: right;
  margin-top: 2rem;
}
.modal-dialog .input-wrapper {
  margin-bottom: 1em;
}
.modal-dialog .input-wrapper label {
  display: block;
  font-weight: 900;
  color: #505253;
}
.modal-dialog .input-wrapper input, .modal-dialog .input-wrapper .ember-power-select-trigger {
  width: 100%;
}

.ember-modal-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.modal-save-order-of-service input {
  width: 100%;
}

.one-license-song-list-matches-modal {
  width: 800px;
  max-width: initial;
}

.notes-editor .tab-control-list {
  border-bottom: none;
}
.notes-editor textarea,
.notes-editor .notes-editor-preview {
  width: calc(28em - 4.66rem);
  min-height: 30vh;
}
.notes-editor textarea {
  outline: 0;
}
.notes-editor .notes-editor-preview {
  background-color: white;
  padding: 0.375rem 0.75rem;
  border: 1px solid #d0d1d2;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.lsb-notifications {
  padding: 0 60px 7px 0;
}
.lsb-notifications .ember-notify {
  border-radius: 2px;
  background-color: rgba(189, 189, 189, 0.5);
  color: #292b2c;
  border: none;
}
.lsb-notifications .ember-notify.error {
  background: hsl(359, 100%, 70%);
  color: white;
}
.lsb-notifications .ember-notify.success {
  background: hsl(138, 56%, 54%);
  color: white;
}
.lsb-notifications .ember-notify .close {
  border-bottom: none;
  font-size: 20px;
  line-height: 1rem;
}
.lsb-notifications .ember-notify .close:not(:hover) {
  color: rgba(0, 0, 0, 0.33);
}
.lsb-notifications .progress-indicator {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: hsl(138, 56%, 54%);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.number-input {
  display: flex;
  flex-direction: row;
  padding: 0 4px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d0d1d2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.number-input input {
  -moz-appearance: textfield;
  text-align: right;
  padding: 0;
  margin: 0;
  min-width: 1px;
  flex-grow: 1;
  border: none;
}
.number-input input::-webkit-inner-spin-button, .number-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-input input ::-ms-clear {
  display: none;
}
.number-input input:invalid {
  box-shadow: none;
}
.number-input input:focus {
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .number-input {
    transition: none;
  }
}
.number-input.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.number-input .number-input-units {
  padding: 0 1px;
  font-size: 0.66666em;
}
.number-input .number-input-controls {
  display: flex;
  flex-direction: column;
  align-self: normal;
  margin-left: 2px;
  transform: scale(0.925);
}
.number-input .number-input-controls::before, .number-input .number-input-controls::after {
  content: ".";
  font-size: 1px;
  color: transparent;
  display: block;
  flex-grow: 1;
}
.number-input .number-input-controls button {
  display: block;
  height: 25%;
  flex-grow: 1;
  font-size: 0.4em;
  background-color: white;
  border: 1px solid #d0d1d2;
  padding: 0 0.2em;
}
.number-input .number-input-controls button:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
.number-input .number-input-controls button:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.required-permissions-list {
  max-height: 50vh;
  margin: 0 -2.33rem;
}

.required-permission-form {
  padding: 0 2.33rem;
}
.required-permission-form + .required-permission-form {
  margin-top: 2em;
  margin-top: 1em;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.5em;
  box-shadow: inset 0 1px 0 0 #fbfbfb;
}
.required-permission-form h5 {
  font-size: 0.88em;
  margin: 0;
  color: #acadaf;
  font-weight: 400;
  margin: 0 0 -0.25em;
}
.required-permission-form h3 {
  font-size: 1.17em;
  margin: 0 0 0.8547008547em 0;
  font-weight: 700;
}
.required-permission-form h3 + h5 {
  margin: -1.125em 0 1.1363636364em 0;
}
.required-permission-form .license-fields {
  margin: -0.33em 3em 1em;
}
.required-permission-form .license-fields h4 {
  font-weight: 900;
  color: #505253;
}
.required-permission-form .license-fields .ember-power-select-trigger,
.required-permission-form .license-fields .field input {
  width: 100%;
}
.required-permission-form .license-fields .field + .field {
  margin-top: 0.25em;
}
.required-permission-form .license-fields .buttons {
  margin-top: 0.25em;
  text-align: right;
}
.required-permission-form label.radio-option {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin: 0 0 0.66em;
}
.required-permission-form label.radio-option input[type=radio] {
  width: 1.5em;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.progress-bar {
  border: 1px solid #dedede;
  padding: 2px;
  background: white;
  border-radius: 3px;
}
.progress-bar .progress-bar-value {
  background: hsl(138, 56%, 54%);
  height: 10px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.ember-power-select-selected-item .psalm-tone,
.ember-power-select-option .psalm-tone {
  white-space: nowrap;
}
.ember-power-select-selected-item .psalm-tone .psalm-tone-name,
.ember-power-select-option .psalm-tone .psalm-tone-name {
  display: inline-block;
  padding: 0.125em 0.25em 0 0;
}
.ember-power-select-selected-item .psalm-tone .psalm-tone-preview,
.ember-power-select-option .psalm-tone .psalm-tone-preview {
  display: inline-block;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.ribbon-tabs {
  white-space: nowrap;
  overflow: hidden !important;
  height: 44px;
}
.ribbon-tabs > .liquid-child {
  overflow: visible;
}
.ribbon-tabs .ribbon-tabs-container {
  display: flex;
  padding-left: 2px;
}
.ribbon-tabs .ribbon-tabs-container button {
  height: 26px;
  background: transparent;
  border: none;
  padding: 0 3px;
  color: inherit;
  line-height: 1;
}
.ribbon-tabs .ribbon-tabs-container button[disabled] {
  opacity: 0.5;
}
.ribbon-tabs .ribbon-tabs-container button:not([disabled]) {
  cursor: pointer;
}
body:not(.disable-hover) .ribbon-tabs .ribbon-tabs-container button:not([disabled]):hover {
  color: white;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}
.ribbon-tabs .ribbon-tabs-container button + .tab-control-tablist {
  margin-left: 6px;
}
.ribbon-tabs .tab-control-tablist {
  line-height: normal;
  font-size: 13px;
  border-bottom: 0;
  height: 26px;
}
.ribbon-tabs .tab-control-tablist > .tab a {
  display: inline-block;
  padding: 4px 9px 6px;
  border-radius: 2px 2px 0 0;
  margin: 0 3px -3px;
  border-bottom: none;
  color: white;
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ribbon-tabs .tab-control-tablist > .tab a.ribbon-tab-contextual {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.24);
  background: rgba(0, 0, 0, 0.24);
}
.ribbon-tabs .tab-control-tablist > .tab.tab-active a {
  background: #f4f4f4;
  color: black !important;
}

.ribbon-toolbar {
  padding: 6px 12px;
  font-size: 13px;
  position: relative;
  background: #f4f4f4;
  border-bottom: 1px solid #dedede;
  z-index: 10;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ribbon-toolbar > input[type=checkbox], .ribbon-toolbar > input[type=radio], .ribbon-toolbar > .button-group > input[type=checkbox], .ribbon-toolbar > .button-group > input[type=radio] {
  display: none;
}
.ribbon-toolbar > label + label,
.ribbon-toolbar > label + button,
.ribbon-toolbar > label + .button-group,
.ribbon-toolbar > label + .dropdown,
.ribbon-toolbar > button + label,
.ribbon-toolbar > button + button,
.ribbon-toolbar > button + .button-group,
.ribbon-toolbar > button + .dropdown,
.ribbon-toolbar > button + input[type=checkbox] + label,
.ribbon-toolbar > .button-group + label,
.ribbon-toolbar > .button-group + button,
.ribbon-toolbar > .button-group + .button-group,
.ribbon-toolbar > .button-group + .dropdown,
.ribbon-toolbar > .dropdown + label,
.ribbon-toolbar > .dropdown + button,
.ribbon-toolbar > .dropdown + .button-group,
.ribbon-toolbar > .dropdown + .dropdown,
.ribbon-toolbar > .ribbon-select + input[type=checkbox] + label {
  margin-left: 4px;
}
.ribbon-toolbar .ribbon-icon,
.ribbon-toolbar svg.icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 1px 3px 0;
  vertical-align: middle;
}
.ribbon-toolbar .button-label {
  display: block;
  font-size: 9px;
  line-height: normal;
  text-align: center;
  margin: 1px 0 0;
}
.ribbon-toolbar button,
.ribbon-toolbar input[type=checkbox] + label,
.ribbon-toolbar input[type=radio] + label,
.ribbon-toolbar > .dropdown > a.dropdown-toggle {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 3px 5px;
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.5), 0 -1px 1px 1px rgba(0, 0, 0, 0.03);
  margin: 0;
  background: linear-gradient(to bottom, #f8f8f8 0%, #ededed 100%);
  color: inherit;
  line-height: 1.2;
  flex-shrink: 0;
  min-width: 40px;
  height: 42px;
}
.ribbon-toolbar button:focus,
.ribbon-toolbar input[type=checkbox] + label:focus,
.ribbon-toolbar input[type=radio] + label:focus,
.ribbon-toolbar > .dropdown > a.dropdown-toggle:focus {
  outline: 0;
}
body:not(.disable-hover) .ribbon-toolbar button:hover,
body:not(.disable-hover) .ribbon-toolbar input[type=checkbox] + label:hover,
body:not(.disable-hover) .ribbon-toolbar input[type=radio] + label:hover,
body:not(.disable-hover) .ribbon-toolbar > .dropdown > a.dropdown-toggle:hover {
  color: inherit;
}
.ribbon-toolbar input[type=checkbox][disabled] + label,
.ribbon-toolbar input[type=radio][disabled] + label {
  opacity: 0.5;
}
.ribbon-toolbar label.ribbon-select {
  margin-bottom: 0;
  vertical-align: top;
  flex-basis: 200px;
  flex-shrink: 2;
  position: relative;
  display: block;
}
.ribbon-toolbar label.ribbon-select > .ember-power-select-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 0;
}
.ribbon-toolbar label.ribbon-select.highlighted {
  z-index: 1;
  box-shadow: 0 0 4px 0 hsl(207, 75%, 60%);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ribbon-toolbar label.ribbon-select.highlighted > .ember-power-select-trigger {
  border-color: hsl(207, 75%, 60%);
}
.ribbon-toolbar label.ribbon-select .ember-power-select-selected-item {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ribbon-toolbar label.ribbon-select.psalm-tone-select .ember-power-select-selected-item {
  text-overflow: unset;
}
.ribbon-toolbar label.ribbon-select .ember-power-select-trigger {
  border-radius: 3px;
  height: 42px;
  vertical-align: top;
}
.ribbon-toolbar label.ribbon-select .ember-power-select-trigger.ember-power-select-trigger--active {
  z-index: 2;
}
.ribbon-toolbar label.ribbon-select .button-label {
  position: relative;
  z-index: 3;
  top: 26px;
  padding: 0 6px 0 9px;
  text-align: left;
  pointer-events: none;
}
.ribbon-toolbar .caret {
  border-width: 4px 3px 0;
  margin: 0;
}
.ribbon-toolbar .dropdown .dropdown-menu {
  left: 0;
  right: auto;
}
.ribbon-toolbar > .dropdown.open > .dropdown-toggle .caret {
  border-width: 3px 4px 3px 0;
  margin-left: 0;
}
.ribbon-toolbar input[type=checkbox][disabled] + label *,
.ribbon-toolbar input[type=radio][disabled] + label *,
.ribbon-toolbar button[disabled] *,
.ribbon-toolbar > .dropdown.disabled > .dropdown-toggle * {
  opacity: 0.5;
}
.ribbon-toolbar > .dropdown.disabled > .dropdown-toggle:hover {
  border-bottom-color: #dedede;
}
.ribbon-toolbar input[type=checkbox]:not([disabled]):not(:checked) + label:hover,
.ribbon-toolbar input[type=radio]:not([disabled]):not(:checked) + label:hover,
.ribbon-toolbar button:not([disabled]):hover,
.ribbon-toolbar > .dropdown:not(.disabled) > .dropdown-toggle:hover {
  border-color: #d2d2d2;
  background: linear-gradient(to bottom, #f0f0f0 0%, #e4e4e4 100%);
}
.ribbon-toolbar input[type=checkbox]:checked + label,
.ribbon-toolbar input[type=radio]:checked + label,
.ribbon-toolbar > .dropdown:not(.disabled).open > .dropdown-toggle {
  border-color: #b8b8b8;
  background: linear-gradient(to bottom, #d6d6d6 0%, #cdcdcd 100%);
  box-shadow: inset -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.ribbon-toolbar input[type=checkbox]:not([disabled]):active + label,
.ribbon-toolbar input[type=radio]:not([disabled]):active + label,
.ribbon-toolbar button:not([disabled]):active,
.ribbon-toolbar > .dropdown:not(.disabled) > .dropdown-toggle:active,
.ribbon-toolbar > .dropdown:not(.disabled).open > .dropdown-toggle:active {
  border-color: #b0b0b0;
  background: linear-gradient(to bottom, #d0d0d0 0%, #c4c4c4 100%);
  box-shadow: inset -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.ribbon-toolbar .button-group-left, .ribbon-toolbar .button-group-left.ribbon-select .ember-power-select-trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ribbon-toolbar .button-group-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.ribbon-toolbar .button-group {
  vertical-align: top;
  display: flex;
  flex-wrap: nowrap;
}
.ribbon-toolbar .button-group button:not(:first-child),
.ribbon-toolbar .button-group input[type=checkbox]:not(:first-child) + label,
.ribbon-toolbar .button-group input[type=radio]:not(:first-child) + label,
.ribbon-toolbar .button-group label.ribbon-select:not(:first-child) .ember-power-select-trigger {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.ribbon-toolbar .button-group button:not(:last-child),
.ribbon-toolbar .button-group input[type=checkbox] + label:not(:last-child),
.ribbon-toolbar .button-group input[type=radio] + label:not(:last-child),
.ribbon-toolbar .button-group label.ribbon-select:not(:last-child) .ember-power-select-trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ribbon-toolbar .divider {
  display: block;
  width: 1px;
  height: 40px;
  background: #dfdfdf;
  margin: 2px 6px;
  vertical-align: top;
  flex-shrink: 0;
}
.ribbon-toolbar .ribbon-select-overlay {
  position: absolute;
  top: 9px;
  left: 9px;
  color: transparent;
  pointer-events: none;
}
.ribbon-toolbar .ribbon-select-overlay .warning-flag {
  pointer-events: auto;
}
.ribbon-toolbar .ribbon-select-overlay .warning-flag .dropdown-toggle {
  vertical-align: middle;
}
.ribbon-toolbar .ribbon-select-overlay .warning-flag .dropdown-menu {
  white-space: normal;
  top: 3px;
  left: -1em;
}

.scalable-content-wrapper {
  flex-grow: 1;
}

.scalable-content {
  overflow: hidden;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.share-link {
  cursor: pointer;
}
.share-link, .share-link > div {
  display: inline-block;
}
h1 .share-link, h2 .share-link, h3 .share-link, h4 .share-link, h5 .share-link, h6 .share-link {
  font-size: 0.8em;
}

.share-link-popover {
  padding: 0.5em calc(5px + 0.5em);
}
.share-link-popover p {
  margin-bottom: 0.25em;
}
.share-link-popover input {
  padding: 0.25em 0.5em;
  border-radius: 4px;
  width: 18em;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.noUi-connect {
  background: hsl(207, 75%, 60%);
}

.noUi-horizontal {
  height: 16px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.slide {
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.21171916;
}
.slide slide-placeholder {
  text-align: center;
  justify-content: center;
  font-style: italic;
  font-size: 4em;
  color: #aaa;
  font-weight: 900;
  display: flex;
  height: 100%;
  align-items: center;
}
.slide slide-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.slide slide-caption,
.slide slide-copyright {
  display: block;
  flex-shrink: 0;
}
.slide p.stanza {
  margin-left: 3em;
  margin-top: 0;
}
.slide p.stanza > span:first-child {
  text-indent: -3em;
}
.slide p.poetry {
  margin: 0;
}
.slide p.indented {
  text-indent: 1em;
}
.slide .copyright {
  font-size: 16.5pt;
}
.slide.slide-caption, .slide.slide-rubric, .slide.slide-heading {
  justify-content: center;
}
.slide.lsml .chant-mark {
  color: unset;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body.application:not([data-route]) {
  background: hsl(215, 60%, 37%);
}
body.application:not([data-route]) .splash-logo {
  display: none;
  margin: calc(50vh - 15vw) auto;
  width: 30vw;
  height: 30vw;
}
body.application:not([data-route]) .splash-logo path {
  fill: rgba(255, 255, 255, 0.4);
}
body.application:not([data-route]) .splash-logo rect {
  fill: rgba(255, 255, 255, 0.2);
}
body.application:not([data-route]) .splash-logo[data-publisher=cph] {
  display: block !important;
}
body.application:not([data-route]) .ember-view {
  display: none;
}

body[data-route] .splash-logo {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.stanza-selector .dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  margin: 0;
  padding-left: 8px;
}
.stanza-selector .dropdown-menu > li > .scrollable {
  margin: 0;
  padding: 8px;
  max-height: 30vh;
}
.stanza-selector .dropdown-menu > li.dropdown-footer {
  border-top: 1px solid #dedede;
  background: #f6f7f7;
  padding-bottom: 5px;
  margin-bottom: -5px;
  font-size: 0.75rem;
}
.stanza-selector .dropdown-menu > li.dropdown-footer > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  line-height: normal;
  padding: 8px 20px 5px;
}
.stanza-selector .dropdown-menu > li.dropdown-footer > div a + a {
  margin-left: 0.75em;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

html, body, body > .ember-view {
  height: 100%;
  margin: 0;
  padding: 0;
}

.surface {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #f6f7f7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.surface > div {
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  position: relative;
}
.surface.surface-z-0 {
  z-index: 0;
}
.surface.surface-z-1 {
  z-index: 1;
}
.surface.surface-z-2 {
  z-index: 2;
}
.surface.surface-z-3 {
  z-index: 3;
}
.surface.surface-z-4 {
  z-index: 4;
}
.surface.surface-z-5 {
  z-index: 5;
}
.surface.surface-z-6 {
  z-index: 6;
}
.surface.surface-z-7 {
  z-index: 7;
}
.surface.surface-z-8 {
  z-index: 8;
}
.surface.surface-z-9 {
  z-index: 9;
}
.surface.surface-z-10 {
  z-index: 10;
}
.surface.surface-z-11 {
  z-index: 11;
}
.surface.surface-z-12 {
  z-index: 12;
}
.surface.surface-z-13 {
  z-index: 13;
}
.surface.surface-z-14 {
  z-index: 14;
}
.surface.surface-z-15 {
  z-index: 15;
}
.surface.surface-z-16 {
  z-index: 16;
}
.surface.surface-z-17 {
  z-index: 17;
}
.surface.surface-z-18 {
  z-index: 18;
}
.surface.surface-z-19 {
  z-index: 19;
}
.surface.surface-z-20 {
  z-index: 20;
}

body > .ember-view > .liquid-container > .liquid-child {
  display: flex;
  flex-direction: column;
}
body > .ember-view > .liquid-container > .liquid-child > .surfaces {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}

.surface > div {
  height: 100%;
}

.surface-toolbar {
  height: 56px;
}

.surface-toolbar ~ .surface {
  top: 56px;
}

@media (min-width: 600px) {
  #search_surface {
    left: 100%;
  }
  #toc_surface {
    left: 16px;
  }
  @supports (margin-left: env(safe-area-inset-left)) {
    #toc_surface {
      left: calc(16px + env(safe-area-inset-left));
    }
  }
  #metadata_surface {
    left: auto;
    right: 0;
    width: 264px;
    padding-left: 8px;
    padding-right: 16px;
  }
  @supports (margin-right: env(safe-area-inset-right)) {
    #metadata_surface {
      right: env(safe-area-inset-right);
    }
  }
  #hymn_surface,
  #psalm_surface,
  #prayer_surface,
  #liturgy_surface,
  #liturgy_element_surface,
  #common_element_surface,
  #template_surface,
  #channel_element_surface,
  #holiday_editor_surface,
  #proper_content_surface,
  #bulletin_format_surface,
  #presentation_format_surface {
    left: 0;
    width: 100%;
    padding-left: 256px;
    padding-right: 256px;
  }
  @supports (margin-left: env(safe-area-inset-left)) {
    #hymn_surface,
    #psalm_surface,
    #prayer_surface,
    #liturgy_surface,
    #liturgy_element_surface,
    #common_element_surface,
    #template_surface,
    #channel_element_surface,
    #holiday_editor_surface,
    #proper_content_surface,
    #bulletin_format_surface,
    #presentation_format_surface {
      left: env(safe-area-inset-left);
      width: calc(100% - env(safe-area-inset-right) - env(safe-area-inset-left));
    }
  }
}
@media only screen and (max-width: 599px) {
  body[data-route="builder.app.calendar.holiday"] #calendar_surface {
    left: -100%;
  }
  body[data-route="builder.app.calendar.holiday"] #holiday_surface {
    left: 0;
  }
  body[data-route="builder.app.calendar.usage-report"] #calendar_surface {
    left: -100%;
  }
  body[data-route="builder.app.calendar.usage-report"] #usage_report_surface {
    left: 0;
  }
  body[data-route="builder.app.calendar.service"] #calendar_surface,
  body[data-route="builder.app.calendar.service.propers"] #calendar_surface {
    left: -100%;
  }
  body[data-route="builder.app.calendar.service"] #service_surface,
  body[data-route="builder.app.calendar.service.propers"] #service_surface {
    left: 0;
  }
  body[data-route="builder.app.calendar.service.pick-reading"] #calendar_surface,
  body[data-route="builder.app.calendar.service.pick-hymn"] #calendar_surface,
  body[data-route="builder.app.calendar.service.pick-psalm"] #calendar_surface,
  body[data-route="builder.app.calendar.service.pick-rite"] #calendar_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service"] #calendar_surface {
    left: -200%;
  }
  body[data-route="builder.app.calendar.service.pick-reading"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-hymn"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-psalm"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-rite"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service"] #service_surface {
    left: -100%;
  }
  body[data-route="builder.app.calendar.service.pick-reading"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-hymn"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-psalm"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-rite"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service"] #search_surface {
    left: 0;
  }
  body[data-route^="builder.app.calendar.service.pick-reading.preview"] #calendar_surface,
  body[data-route^="builder.app.calendar.service.pick-hymn.preview"] #calendar_surface,
  body[data-route^="builder.app.calendar.service.pick-psalm.preview"] #calendar_surface,
  body[data-route^="builder.app.calendar.service.pick-rite.preview"] #calendar_surface,
  body[data-route^="builder.app.calendar.service.pick-order-of-service.preview"] #calendar_surface {
    left: -300%;
  }
  body[data-route^="builder.app.calendar.service.pick-reading.preview"] #service_surface,
  body[data-route^="builder.app.calendar.service.pick-hymn.preview"] #service_surface,
  body[data-route^="builder.app.calendar.service.pick-psalm.preview"] #service_surface,
  body[data-route^="builder.app.calendar.service.pick-rite.preview"] #service_surface,
  body[data-route^="builder.app.calendar.service.pick-order-of-service.preview"] #service_surface {
    left: -200%;
  }
  body[data-route^="builder.app.calendar.service.pick-reading.preview"] #search_surface,
  body[data-route^="builder.app.calendar.service.pick-hymn.preview"] #search_surface,
  body[data-route^="builder.app.calendar.service.pick-psalm.preview"] #search_surface,
  body[data-route^="builder.app.calendar.service.pick-rite.preview"] #search_surface,
  body[data-route^="builder.app.calendar.service.pick-order-of-service.preview"] #search_surface {
    left: -100%;
  }
  body[data-route^="builder.app.calendar.service.pick-reading.preview"] #preview_surface,
  body[data-route^="builder.app.calendar.service.pick-hymn.preview"] #preview_surface,
  body[data-route^="builder.app.calendar.service.pick-psalm.preview"] #preview_surface,
  body[data-route^="builder.app.calendar.service.pick-rite.preview"] #preview_surface,
  body[data-route^="builder.app.calendar.service.pick-order-of-service.preview"] #preview_surface {
    left: 0;
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #calendar_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #calendar_surface {
    left: -200%;
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #service_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #service_surface {
    left: -100%;
  }
  body[data-route="builder.app.calendar.service.bulletin.service-element"] #bulletin_surface {
    left: -100%;
  }
  body[data-route="builder.app.calendar.service.bulletin.service-element"] #search_surface {
    left: 0;
  }
  body[data-route^="builder.share"] #header_mobile_back {
    display: none;
  }
  body[data-route^="builder.share"] #preview_surface {
    left: 0;
    position: relative;
  }
  body[data-route^="builder.share"] #inspector_surface {
    left: 0;
    position: relative;
  }
  body[data-route^="builder.share"] header h1 {
    margin: 0.5em 1em;
    font-size: 1.66rem;
    font-weight: 900;
    height: 1.75em;
  }
  body[data-route="builder.worship-resources.hymns.hymn"] #hymns_surface {
    left: -100%;
  }
  body[data-route="builder.worship-resources.hymns.hymn"] #hymn_surface {
    left: 0;
  }
  body[data-route="builder.worship-resources.prayers.prayer"] #prayers_surface {
    left: -100%;
  }
  body[data-route="builder.worship-resources.prayers.prayer"] #prayer_surface {
    left: 0;
  }
  body[data-route="builder.worship-resources.liturgies.liturgy"] #liturgies_surface {
    left: -100%;
  }
  body[data-route="builder.worship-resources.liturgies.liturgy"] #liturgy_surface {
    left: 0;
  }
  body[data-route="builder.worship-resources.liturgies.liturgy.liturgy-element"] #liturgy_surface {
    left: -100%;
  }
  body[data-route="builder.worship-resources.liturgies.liturgy.liturgy-element"] #liturgy_element_surface {
    left: 0;
  }
  body[data-route="builder.worship-resources.common-elements.common-element"] #common_elements_surface {
    left: -100%;
  }
  body[data-route="builder.worship-resources.common-elements.common-element"] #common_element_surface {
    left: 0;
  }
  body[data-route="builder.search"] #search_surface {
    left: 0;
  }
  body[data-route="builder.search"] #preview_surface {
    left: 100%;
  }
  body[data-route="builder.search.preview"] #search_surface {
    left: -100%;
  }
  body[data-route="builder.search.preview"] #preview_surface {
    left: 0;
  }
}
@media (min-width: 600px) {
  .surface:not(.surface-inspector)::before {
    content: ".";
    color: transparent;
    position: absolute;
    left: -6px;
    top: 0;
    right: -6px;
    z-index: 10;
    box-shadow: inset 0px 5px 5px -2px rgba(0, 0, 0, 0.12);
    pointer-events: none;
  }
  .surface.surface-inspector {
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.08), -1px 0 0 rgba(0, 0, 0, 0.05);
    width: 320px;
    z-index: 11;
  }
  .surface.surface-inspector::before {
    content: ".";
    color: transparent;
    position: absolute;
    left: -6px;
    top: 0;
    right: -6px;
    z-index: 10;
    box-shadow: inset 0px 3px 3px -2px rgba(0, 0, 0, 0.09);
    pointer-events: none;
  }
  .surface.naked-surface-inspector {
    width: 320px;
    z-index: 11;
  }
  .surface.surface-toolbar {
    z-index: 12;
    border-bottom: 1px solid #ccc;
  }
  .surface.surface-toolbar, .surface.surface-toolbar > div {
    overflow: visible;
  }
  .surface.surface-inspector + .surface.surface-inspector {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.13);
  }
  body[data-route="builder.app.calendar.holiday"] #calendar_surface,
  body[data-route="builder.app.calendar.usage-report"] #calendar_surface,
  body[data-route^="builder.app.calendar.service"] #calendar_surface {
    width: 240px;
  }
  body[data-route="builder.app.calendar.holiday"] #toolbar_surface,
  body[data-route="builder.app.calendar.usage-report"] #toolbar_surface,
  body[data-route^="builder.app.calendar.service"] #toolbar_surface {
    left: 100%;
  }
  body[data-route="builder.app.calendar.holiday"] #bulletin_surface,
  body[data-route="builder.app.calendar.usage-report"] #bulletin_surface,
  body[data-route^="builder.app.calendar.service"] #bulletin_surface {
    left: 100%;
  }
  body[data-route="builder.app.calendar.holiday"] #presentation_surface,
  body[data-route="builder.app.calendar.usage-report"] #presentation_surface,
  body[data-route^="builder.app.calendar.service"] #presentation_surface {
    left: 100%;
  }
  body[data-route="builder.app.calendar.holiday"] #playlist_surface,
  body[data-route="builder.app.calendar.usage-report"] #playlist_surface,
  body[data-route^="builder.app.calendar.service"] #playlist_surface {
    left: 100%;
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #calendar_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #calendar_surface,
  body[data-route^="builder.app.calendar.service.playlist"] #calendar_surface {
    left: calc(-100% + -240px);
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #service_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #service_surface,
  body[data-route^="builder.app.calendar.service.playlist"] #service_surface {
    left: -100%;
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #toolbar_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #toolbar_surface,
  body[data-route^="builder.app.calendar.service.playlist"] #toolbar_surface {
    left: 0;
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #bulletin_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #bulletin_surface,
  body[data-route^="builder.app.calendar.service.playlist"] #bulletin_surface {
    left: 0;
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #presentation_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #presentation_surface,
  body[data-route^="builder.app.calendar.service.playlist"] #presentation_surface {
    left: 0;
  }
  body[data-route^="builder.app.calendar.service.bulletin"] #playlist_surface,
  body[data-route^="builder.app.calendar.service.presentation"] #playlist_surface,
  body[data-route^="builder.app.calendar.service.playlist"] #playlist_surface {
    left: 0;
  }
  body[data-route="builder.app.calendar.service.pick-reading"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-hymn"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-psalm"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-rite"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service"] #service_surface {
    padding-right: 320px;
  }
  body[data-route="builder.app.calendar.service.pick-reading"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-hymn"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-psalm"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-rite"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service"] #search_surface {
    left: 100%;
    width: 320px;
    margin-left: -320px;
  }
  body[data-route="builder.app.calendar.service.pick-reading.preview"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-hymn.preview"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-psalm.preview"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-rite.preview"] #service_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service.preview"] #service_surface {
    width: 100%;
  }
  body[data-route="builder.app.calendar.service.pick-reading.preview"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-hymn.preview"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-psalm.preview"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-rite.preview"] #search_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service.preview"] #search_surface {
    left: 0;
    width: 240px;
  }
  body[data-route="builder.app.calendar.service.pick-reading.preview"] #preview_surface,
  body[data-route="builder.app.calendar.service.pick-hymn.preview"] #preview_surface,
  body[data-route="builder.app.calendar.service.pick-psalm.preview"] #preview_surface,
  body[data-route="builder.app.calendar.service.pick-rite.preview"] #preview_surface,
  body[data-route="builder.app.calendar.service.pick-order-of-service.preview"] #preview_surface {
    left: 240px;
  }
  body[data-route^="builder.app.calendar.service.bulletin.service-element.search"] #bulletin_surface {
    padding-right: 320px;
  }
  body[data-route^="builder.app.calendar.service.presentation.service-element.search"] #presentation_surface {
    padding-right: 320px;
  }
  body[data-route^="builder.app.calendar.service.playlist.service-element.search"] #playlist_surface {
    padding-right: 320px;
  }
  body[data-route="builder.app.calendar.service.bulletin.service-element.search"] #search_surface,
  body[data-route="builder.app.calendar.service.presentation.service-element.search"] #search_surface,
  body[data-route="builder.app.calendar.service.playlist.service-element.search"] #search_surface {
    left: 100%;
    width: 320px;
    margin-left: -320px;
  }
  body[data-route="builder.app.calendar.service.bulletin.service-element.search.preview"] #search_surface,
  body[data-route="builder.app.calendar.service.presentation.service-element.search.preview"] #search_surface,
  body[data-route="builder.app.calendar.service.playlist.service-element.search.preview"] #search_surface {
    left: 0;
    width: 240px;
  }
  body[data-route="builder.app.calendar.service.bulletin.service-element.search.preview"] #preview_surface,
  body[data-route="builder.app.calendar.service.presentation.service-element.search.preview"] #preview_surface,
  body[data-route="builder.app.calendar.service.playlist.service-element.search.preview"] #preview_surface {
    left: 240px;
  }
  body[data-route^="builder.share"] #preview_surface {
    left: 16px;
    width: calc(100vw - 320px - 32px);
    margin-right: 320px;
  }
  body[data-route^="builder.share"] #inspector_surface {
    left: 100%;
    width: 320px;
    margin-left: calc(-320px - 16px);
  }
  body[data-route^="builder.view"] #preview_surface {
    left: 16px;
    width: calc(100vw - 32px);
  }
  body[data-route^="builder.worship-resources.liturgies.liturgy.liturgy-element.content"] #toc_surface {
    left: -240px;
  }
  body[data-route^="builder.worship-resources.liturgies.liturgy.liturgy-element.content"] #liturgy_surface {
    width: 272px;
    padding-left: 0;
    padding-right: 0;
  }
  body[data-route^="builder.worship-resources.liturgies.liturgy.liturgy-element.content"] #toc_controls {
    left: -256px;
  }
  body[data-route^="builder.search"] #search_surface {
    left: 16px;
    width: 240px;
  }
  body[data-route^="builder.search"] #preview_surface {
    left: 272px;
    width: calc(100vw - 288px);
  }
  #service_surface,
  #usage_report_surface,
  #holiday_surface {
    padding-left: 240px;
  }
  #preview_surface {
    width: calc(100% + -240px);
    left: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#toc_surface {
  width: 240px;
}
#toc_surface > .toc {
  flex-grow: 1;
}
#toc_surface > .toc-controls {
  height: auto;
}

#footer_controls,
#toc_controls {
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}
#footer_controls > .toc-controls,
#toc_controls > .toc-controls {
  width: 240px;
  margin-right: 16px;
  display: inline-block;
}

.toc {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.toc .list-filter,
.toc .list-filter-results {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.toc .category-arranger {
  flex-grow: 1;
}
.toc .list-filter-box {
  padding: 4px 32px 4px 40px;
  background: white;
}
.toc .list-filter-results {
  flex-basis: 1px;
}
.toc .list-filter-results .list-box {
  border-top: none;
}
.toc .placeholder-loading {
  width: 100%;
  padding: 0.5em;
  font-size: 2em;
  text-align: center;
}

.list-box {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.9em;
  border: 1px solid #dedede;
  background: white;
  flex-grow: 1;
}
.list-box .list-keyboard-navigator {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.list-box .category-arranger {
  flex-grow: 1;
}
.list-box .category-arranger-category.insert-before,
.list-box .category-arranger-item.insert-before {
  margin-top: 8px;
}
.list-box .category-arranger-category .category-title,
.list-box .category-arranger-item {
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 2em;
  color: #292b2c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box .category-arranger-category .category-title {
  font-weight: 900;
}
.list-box .category-arranger-category .category-title.active {
  background-color: hsl(207, 75%, 60%);
  color: white;
}
.list-box .category-arranger-item {
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
.list-box .category-arranger-item .unsaved::before {
  content: ".";
  color: transparent;
  position: absolute;
  left: 6px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: hsl(207, 75%, 60%);
}
.list-box .category-arranger-item.highlighted {
  background-color: rgba(77, 161, 230, 0.18);
  color: black;
}
body:not(.disable-hover) .list-box .category-arranger-item:not(.active):hover {
  background-color: rgba(77, 161, 230, 0.18);
  color: black;
}
.list-box .category-arranger-item.active {
  background-color: hsl(207, 75%, 60%);
  color: white;
}
.list-box .category-arranger-item.active .unsaved::before {
  background-color: white;
}
.list-box .category-arranger-item .filter-highlighter {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box .inline-editable-text textarea {
  margin: 3px -6px;
  padding: 0 6px;
  background: #fff;
  color: #292b2c;
  height: 2em;
}
.list-box .category-arranger-item + .category-arranger-category {
  margin-top: 10px;
}
.list-box span.highlight {
  display: inline-block;
  margin: -1px;
  padding: 1px;
  background-color: hsla(60, 100%, 50%, 0.25);
}
.list-box .insertion-point-wrapper .insertion-point::before {
  margin-left: 1.5em;
  width: calc(100% - 2.5em);
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.ember-power-select-selected-item .template-preview {
  display: none;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below.templates-dropdown {
  max-width: 26em;
}

.ember-power-select-option .template {
  padding: 0.25em 0 0;
  white-space: normal;
}
.ember-power-select-option .template .template-name {
  display: block;
  margin-bottom: 0.25em;
}
.ember-power-select-option .template .template-preview {
  display: block;
  line-height: 1;
  font-family: "Times New Roman";
  padding: 0.5em 0.75em;
  margin: 0 0 0.5em 1em;
  position: relative;
}
.ember-power-select-option .template .template-preview::before {
  content: ".";
  color: transparent;
  position: absolute;
  top: 0;
  left: -0.75em;
  bottom: 0;
  width: 4px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.ember-power-select-option .template .template-placeholder {
  position: relative;
  white-space: nowrap;
  z-index: 1;
  color: hsl(215, 60%, 37%);
  color: hsl(207, 75%, 60%);
  font-family: Lato;
  font-weight: 900;
}
.ember-power-select-option .template .template-placeholder:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 1px;
  left: -3px;
  right: -3px;
  bottom: 0;
  display: block;
  border-radius: 3px;
  background: rgba(38, 85, 151, 0.1);
  background: rgba(77, 161, 230, 0.15);
}
.ember-power-select-option[aria-current=true] .template .template-placeholder {
  color: white;
}
.ember-power-select-option[aria-current=true] .template .template-placeholder:before {
  background: rgba(255, 255, 255, 0.2);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.toolbar-buttons input[type=checkbox], .toolbar-buttons input[type=radio] {
  display: none;
}
.toolbar-buttons input[type=checkbox] + label,
.toolbar-buttons input[type=radio] + label,
.toolbar-buttons button {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 3px 5px;
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.5), 0 -1px 1px 1px rgba(0, 0, 0, 0.03);
  margin: 0;
  background: linear-gradient(to bottom, #f8f8f8 0%, #ededed 100%);
  color: inherit;
  line-height: 1.2;
  width: 31px;
  padding-top: 0;
  padding-bottom: 0;
  height: 28px;
  line-height: 26px;
}
.toolbar-buttons input[type=checkbox] + label:focus,
.toolbar-buttons input[type=radio] + label:focus,
.toolbar-buttons button:focus {
  outline: 0;
}
.toolbar-buttons input[type=checkbox] + label img.icon,
.toolbar-buttons input[type=radio] + label img.icon,
.toolbar-buttons button img.icon {
  max-width: 16px;
  max-height: 16px;
  vertical-align: text-top;
}
.toolbar-buttons input[type=checkbox][disabled] + label,
.toolbar-buttons input[type=radio][disabled] + label,
.toolbar-buttons button[disabled] {
  opacity: 0.5;
}
.toolbar-buttons input[type=checkbox]:not([disabled]):not(:checked) + label:hover,
.toolbar-buttons input[type=radio]:not([disabled]):not(:checked) + label:hover,
.toolbar-buttons button:not([disabled]):hover {
  border-color: #d2d2d2;
  background: linear-gradient(to bottom, #f0f0f0 0%, #e4e4e4 100%);
}
.toolbar-buttons input[type=checkbox]:checked + label,
.toolbar-buttons input[type=radio]:checked + label {
  border-color: #b8b8b8;
  background: linear-gradient(to bottom, #d6d6d6 0%, #cdcdcd 100%);
  box-shadow: inset -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.toolbar-buttons input[type=checkbox]:not([disabled]):active + label,
.toolbar-buttons input[type=radio]:not([disabled]):active + label,
.toolbar-buttons button:not([disabled]):active {
  border-color: #b0b0b0;
  background: linear-gradient(to bottom, #d0d0d0 0%, #c4c4c4 100%);
  box-shadow: inset -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.toolbar-buttons label[for=bold_toggle] {
  font-weight: 900;
}
.toolbar-buttons label[for=italic_toggle] {
  font-weight: 600;
  font-style: italic;
  font-family: "Times New Roman";
  text-transform: lowercase;
}
.toolbar-buttons label[for=underline_toggle] {
  font-weight: 600;
  text-decoration: underline;
}
.toolbar-buttons .ember-power-select-trigger {
  display: block;
  min-width: 0;
  line-height: 2;
  min-height: 2em;
  height: 30px;
}
.toolbar-buttons .ember-power-select-trigger:not(.ember-power-select-trigger--active) {
  border-color: #e2e7ea;
}
.toolbar-buttons .ember-power-select-trigger .ember-power-select-status-icon {
  right: 4px;
}
.toolbar-buttons .ember-power-select-trigger[aria-disabled=true] .ember-power-select-selected-item {
  color: #888;
}
.toolbar-buttons .ember-power-select-trigger[aria-disabled=true] .ember-power-select-status-icon {
  display: none;
}
.toolbar-buttons .ember-power-select-trigger .ember-power-select-selected-item, .toolbar-buttons .ember-power-select-trigger .ember-power-select-placeholder {
  white-space: nowrap;
}

.toolbar-button-group {
  display: inline-block;
  vertical-align: top;
}
.toolbar-button-group input[type=checkbox] + label,
.toolbar-button-group input[type=radio] + label,
.toolbar-button-group button {
  float: left;
}
.toolbar-button-group input[type=checkbox]:not(:first-child) + label,
.toolbar-button-group input[type=radio]:not(:first-child) + label,
.toolbar-button-group button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.toolbar-button-group input[type=checkbox] + label:not(:last-child),
.toolbar-button-group input[type=radio] + label:not(:last-child),
.toolbar-button-group button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.input-wrapper {
  position: relative;
}
.input-wrapper .validation-messages {
  display: none;
  position: absolute;
  left: 0;
  top: 6em;
  font-size: 0.8em;
  font-weight: 700;
  background: hsl(359, 100%, 70%);
  color: white;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  z-index: 100;
}
.input-wrapper .validation-messages::before {
  content: ".";
  color: transparent;
  position: absolute;
  top: -4px;
  left: 1em;
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid hsl(359, 100%, 70%);
}
.input-wrapper.invalid input {
  border: 1px solid hsl(359, 100%, 70%);
}
.input-wrapper.invalid input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 105, 0.25);
}
.input-wrapper.invalid .validation-messages {
  display: block;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.warning-flag > .dropdown-toggle {
  font-size: 14px;
  color: hsl(359, 100%, 70%) !important;
  padding: 4px 8px;
  border-radius: 4px;
}
.warning-flag .dropdown-menu {
  left: 30px;
  top: -32px;
  width: 200px;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 105, 0.25);
  border: none;
  background: hsl(359, 100%, 70%);
  color: white;
}
.warning-flag .dropdown-menu li {
  padding: 0.5em 1em;
}
.warning-flag .dropdown-menu li a {
  display: inline;
  padding: 0;
  width: auto;
  white-space: normal;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
}
body:not(.disable-hover) .warning-flag .dropdown-menu li a:hover {
  background: transparent;
  color: inherit;
  border-bottom-color: white;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.bulletin-formats #toc_surface .category-title {
  display: none;
}

#bulletin_format_surface > div {
  flex-grow: 1;
  margin: 0 16px;
}
#bulletin_format_surface > div.bulletin-page-wrapper {
  overflow: visible;
}
#bulletin_format_surface > div.scrollable {
  border: 1px solid #dedede;
  overflow: auto;
}
#bulletin_format_surface > div.scrollable .bulletin-page {
  border-top: none;
  border-bottom: none;
  border-left: none;
  box-shadow: none;
}
#bulletin_format_surface .scalable-content {
  margin: 0 auto;
}
#bulletin_format_surface lsb-service-element::after {
  content: "\a";
  white-space: pre;
  display: inline-block;
}
#bulletin_format_surface > div.missing-fonts-notice {
  position: absolute;
  z-index: 1;
  height: auto;
  overflow: visible;
  top: 43px;
  right: 30px;
  margin: 0;
}
#bulletin_format_surface > div.missing-fonts-notice .dropdown-menu {
  right: 30px;
  left: auto;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body[data-route^="builder.view"] .liquid-container.surfaces-container,
body[data-route^="builder.view"] .fullscreen-modal {
  height: auto;
}
body[data-route^="builder.view"] .liquid-container.surfaces-container {
  overflow: auto;
}
body[data-route^="builder.view"] .liquid-container.surfaces-container .surface {
  position: unset;
  top: unset;
  left: unset;
  bottom: unset;
  padding: 0;
}
body[data-route^="builder.view"] .header-stack {
  flex-grow: 1;
}
body[data-route^="builder.view"] .bulletin-date {
  color: #acadaf;
}
body[data-route^="builder.view"] #preview_surface {
  background: transparent;
}
body[data-route^="builder.view"] #preview_surface .preview-container {
  background: white;
  padding: 2.66em;
  border: 1px solid #dedede;
}
body[data-route^="builder.view"] #preview_surface .preview-container .lsml p.rubric::before,
body[data-route^="builder.view"] #preview_surface .preview-container .lsml p.rubric::after,
body[data-route^="builder.view"] #preview_surface .preview-container .lsml p.heading::before,
body[data-route^="builder.view"] #preview_surface .preview-container .lsml p.heading::after,
body[data-route^="builder.view"] #preview_surface .preview-container .lsml p.caption::before,
body[data-route^="builder.view"] #preview_surface .preview-container .lsml p.caption::after {
  content: "";
}
body[data-route^="builder.view"] .fullscreen-modal-header .close,
body[data-route^="builder.view"] .help-widget {
  display: none;
}
body[data-route^="builder.view"] .fullscreen-modal-footer {
  height: 16px;
  padding: 0;
}
@media (max-width: 600px) {
  body[data-route^="builder.view"] #preview_surface .preview-container {
    padding: 1.33em;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  body[data-route^="builder.view"] header {
    overflow: hidden;
  }
  body[data-route^="builder.view"] .fullscreen-modal-body {
    padding: 0;
  }
  body[data-route^="builder.view"] .fullscreen-modal-footer {
    display: none;
  }
  body[data-route^="builder.view"] .lsml .subcaption {
    position: unset;
    right: unset;
    float: right;
  }
  body[data-route^="builder.view"] p {
    clear: both;
  }
}
@supports (margin-left: env(safe-area-inset-left)) {
  body[data-route^="builder.view"] #preview_surface .preview-container {
    margin-left: env(safe-area-inset-left);
    margin-right: env(safe-area-inset-right);
    margin-bottom: env(safe-area-inset-bottom);
  }
}

.ribbon-toolbar .dropdown-toggle .badge {
  position: absolute;
  display: block;
  top: -3.5px;
  right: -3.5px;
  margin: 0;
  transform: scale(1.25);
}

.snapshot-menu {
  padding: 1em;
}
.snapshot-menu p {
  margin-bottom: 0.5rem;
}
.snapshot-menu input {
  min-width: 20em;
  width: 100%;
  margin-bottom: 0.5rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#bulletin_surface {
  padding-left: 0 !important;
}
#bulletin_surface .toolbar {
  padding: 5px;
  background: #e2e2e2;
  height: 32px;
}
#bulletin_surface > .scrollable {
  overflow: auto;
  flex-grow: 1;
  padding: 1em 0;
}
#bulletin_surface > .scrollable .bulletin-page {
  margin: 0 auto;
  box-sizing: content-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bulletin_surface lsb-service-element, #bulletin_surface acknowledgments {
  position: relative;
  margin: -1px -6pt;
  padding: 5.25pt;
  border: 1px solid transparent;
  border-radius: 2px;
}
#bulletin_surface lsb-service-element {
  cursor: pointer;
}
#bulletin_surface lsb-service-element.annotation a.delete-element-link::before {
  color: rgba(0, 0, 0, 0.25);
}
#bulletin_surface lsb-service-element.annotation-insert {
  background: hsl(138, 71%, 93%) !important;
  border-color: hsla(138, 60%, 35%, 0.4) !important;
  z-index: 1;
}
#bulletin_surface lsb-service-element.annotation-insert.annotation-ctd {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: hsl(138, 22%, 88%) !important;
}
#bulletin_surface lsb-service-element.annotation-remove {
  background: hsl(359, 100%, 97%) !important;
  border-color: hsla(359, 90%, 38%, 0.3) !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-color: transparent !important;
}
#bulletin_surface lsb-service-element.annotation-remove.annotation-ctd {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: transparent !important;
}
#bulletin_surface lsb-service-element.annotation .actions {
  position: absolute;
  right: 0;
  top: -3px;
}
body:not(.disable-hover) #bulletin_surface lsb-service-element:not(.active):not(.group):not(.rite-like-group):not(.option-group):hover {
  background: rgba(77, 161, 230, 0.06);
  border-color: rgba(77, 161, 230, 0.4);
}
#bulletin_surface lsb-service-element.active {
  background: rgba(77, 161, 230, 0.1);
  border-color: #4da1e6;
}
#bulletin_surface lsb-service-element.rite-like-group, #bulletin_surface lsb-service-element.group {
  padding: 0 5.25pt;
  position: relative;
}
#bulletin_surface lsb-service-element.rite-like-group::after, #bulletin_surface lsb-service-element.group::after {
  content: ".";
  color: transparent;
  position: absolute;
  cursor: pointer;
  top: -1px;
  left: -6px;
  width: 0;
  bottom: -1px;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
}
#bulletin_surface lsb-service-element.option-group {
  background: transparent !important;
  margin: 0 -8px;
  padding: 0 7px;
  cursor: pointer;
}
#bulletin_surface lsb-service-element.option-group:before {
  top: 4px;
  left: -17px;
}
#bulletin_surface lsb-service-element.option-group:after {
  top: -1px;
  bottom: -1px;
  left: -18px;
}
#bulletin_surface lsb-service-element.option-group.expanded:not(.annotation) {
  z-index: 2;
  background: white;
}
body:not(.disable-hover) #bulletin_surface lsb-service-element.option-group.expanded:not(.annotation) > lsb-service-element:not(.selected):hover {
  background: rgba(77, 161, 230, 0.06);
  border-color: rgba(77, 161, 230, 0.4);
}
#bulletin_surface lsb-service-element.option-group.expanded:not(.annotation) > lsb-service-element lsb-service-element {
  background: transparent !important;
  border-color: transparent !important;
}
#bulletin_surface lsb-service-element.option-group.expanded:not(.annotation) > lsb-service-element.selected {
  background: rgba(77, 161, 230, 0.1) !important;
  border-color: #4da1e6 !important;
}
#bulletin_surface lsb-service-element .bs-tooltip-right, #bulletin_surface lsb-service-element .bs-tooltip-auto[x-placement^=right] {
  margin-left: 5px;
}
#bulletin_surface lsb-service-element.active > .lsb-caption {
  cursor: pointer;
}
#bulletin_surface .lsb-caption div.inline-editable-text {
  display: inline;
}
#bulletin_surface .lsb-caption textarea {
  color: hsl(207, 75%, 60%);
}
#bulletin_surface .lsb-subcaption textarea {
  text-align: right;
}
#bulletin_surface .subcaption-placeholder {
  display: none;
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  color: hsl(207, 75%, 60%);
  font-size: 13px;
}
#bulletin_surface lsb-service-element.active > .lsb-caption .subcaption-placeholder,
#bulletin_surface lsb-service-element:hover > .lsb-caption .subcaption-placeholder {
  display: inline;
  border-bottom: none;
}

.bulletin-page {
  background: white;
  padding: 0;
  border: 1px solid #dedede;
  position: relative;
  box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.bulletin-page > .insertion-point-wrapper {
  flex-grow: 1;
}

.bulletin-page-wrapper > .scalable-content {
  border: 1px solid #dedede;
  box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.1);
}
.bulletin-page-wrapper > .scalable-content > .bulletin-page {
  border: none;
  box-shadow: none;
}

#new_bulletin {
  text-align: center;
}
#new_bulletin svg {
  display: inline;
  width: 330px;
}
#new_bulletin h2 {
  font-weight: 900;
  margin-bottom: 0.66em;
  color: rgba(41, 43, 44, 0.75);
}
#new_bulletin p {
  font-size: 0.88rem;
  margin: 0 auto;
  max-width: 19em;
}
#new_bulletin p b {
  white-space: nowrap;
  font-weight: 900;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.calendar-month {
  font-size: 23px;
  margin: 0;
  font-weight: 300;
  text-align: center;
  transition: height 0.3s ease;
  line-height: 54px;
}
.calendar-month .calendar-month-previous, .calendar-month .calendar-month-next {
  border-bottom: none;
}
.calendar-month .calendar-month-previous:not(:hover), .calendar-month .calendar-month-next:not(:hover) {
  color: #acadaf;
}

.calendar-animation.liquid-container {
  transition: height 0.3s ease, top 0.3s ease;
}

#calendar_surface {
  overflow: hidden;
}

#calendar_surface.fullscreen .calendar-month {
  height: 64px;
}
#calendar_surface.fullscreen .calendar-animation.liquid-container {
  top: 0;
  height: calc(100% - 86px);
  overflow: hidden;
}

#calendar_surface.sidebar .calendar-month {
  height: 0;
}
#calendar_surface.sidebar .calendar-animation.liquid-container {
  top: -22px;
  height: 100%;
}
#calendar_surface.sidebar > div {
  border-right: 1px solid #e2e7ea;
}

#calendar_month {
  display: inline-block;
  width: 8em;
}
#calendar_month b {
  font-weight: 900;
}

#calendar_surface > .ember-view,
.calendar-animation.liquid-container .liquid-child,
.calendar-animation.liquid-container #calendar {
  height: 100%;
}

.calendar-grid tbody > tr:last-child td {
  border-bottom: none;
}

.calendar-grid tr > td:first-child {
  border-left: none;
}

.calendar-grid tr > td:last-child {
  border-right: none;
}

.calendar-grid.calendar-grid-headings {
  width: 100%;
}

#calendar_surface.sidebar table.calendar-grid {
  opacity: 0;
  transition: opacity 0s linear;
  transition-delay: 0;
}

#calendar_surface.fullscreen .events-list {
  overflow-x: hidden;
  overflow-y: hidden !important;
}

#calendar_surface.sidebar .events-list {
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: auto !important;
}

#calendar_surface.fullscreen .calendar-back {
  display: none;
}

#calendar_surface.sidebar .calendar-month {
  visibility: hidden;
}

#calendar_surface .calendar-back {
  position: absolute;
}

#calendar {
  position: relative; /* events are absolutely positioned in this box */
  overflow: hidden; /* so extra-month events don't show just outside the calendar */
}

.events-list .event-list-extent {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.events-list,
#calendar table.calendar-grid {
  position: absolute;
  height: 100%;
  width: 100%;
}

table.calendar-grid {
  border-collapse: collapse;
  table-layout: fixed;
  transition: opacity 0.2s linear;
  transition-delay: 0.45s;
}

table.calendar-grid.calendar-grid-headings th {
  text-align: center;
  border-bottom: 0;
}

table.calendar-grid td {
  border: 1px solid rgb(227, 229, 231);
}

table.calendar-grid th {
  height: 20px;
  font-size: 11px;
  border: none;
}

table.calendar-grid td {
  position: relative;
  font-size: 11px;
  vertical-align: top;
  text-align: right;
  padding: 3px 5px;
  color: #7e7f80;
}

table.calendar-grid td.in-other-month {
  color: #acadaf;
}

table.calendar-grid td.past {
  background: #f0f0f0;
}

#calendar_surface,
#calendar_surface.sidebar .event {
  background: #f6f7f7;
}

#calendar_surface.sidebar .event.past {
  background: #f0f0f0;
}

#calendar_surface table.calendar-grid tbody > tr:first-child > td {
  border-top: none;
}
#calendar_surface #calendar {
  border-top: 1px solid #e3e5e7;
}
#calendar_surface.sidebar .calendar-month {
  height: 40px;
}
#calendar_surface .top-navigation {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  height: auto;
  width: 100%;
  overflow: visible;
  border: none !important;
  pointer-events: none;
  transition: top 0.2s ease, left 0.2s ease;
}
#calendar_surface .top-navigation .spacer {
  flex-grow: 1;
  flex-shrink: 1;
}
#calendar_surface .top-navigation .lectionary-selector,
#calendar_surface .top-navigation .location-selector {
  pointer-events: auto;
  font-size: 0.88rem;
  flex-shrink: 1;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  padding: 10px 28px;
}
#calendar_surface .top-navigation .lectionary-selector .dropdown,
#calendar_surface .top-navigation .location-selector .dropdown {
  display: block;
}
#calendar_surface .top-navigation .lectionary-selector .dropdown-toggle,
#calendar_surface .top-navigation .location-selector .dropdown-toggle {
  display: block;
  color: #acadaf;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body:not(.disable-hover) #calendar_surface .top-navigation .lectionary-selector .dropdown-toggle:hover,
body:not(.disable-hover) #calendar_surface .top-navigation .location-selector .dropdown-toggle:hover {
  color: rgb(68, 140, 242);
}
#calendar_surface .top-navigation .lectionary-selector .dropdown-toggle .truncate,
#calendar_surface .top-navigation .location-selector .dropdown-toggle .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
#calendar_surface .top-navigation .lectionary-selector .dropdown .dropdown-menu,
#calendar_surface .top-navigation .location-selector .dropdown .dropdown-menu {
  top: 8px;
}
#calendar_surface .top-navigation .mobile-add-service {
  pointer-events: auto;
}
#calendar_surface.fullscreen .top-navigation {
  top: 10px;
  min-width: 0;
}
@media (min-width: 599px) {
  #calendar_surface .top-navigation {
    top: 4px;
  }
}

.calendar-date {
  position: relative;
}
.calendar-date > div {
  height: 100%;
}
.calendar-date .calendar-date-more-toggle {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 9001;
  cursor: pointer;
  outline: none;
  background: none;
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #b9b9b9 transparent;
}
body:not(.disable-hover) .calendar-date .calendar-date-more-toggle:hover {
  border-color: transparent transparent hsl(207, 75%, 60%) transparent;
}

.calendar-date-popover {
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 14.2857142857%;
  box-sizing: content-box;
  background: white;
  border: 1px solid rgb(227, 229, 231);
  border-radius: 4px;
  margin: 0;
  padding: 6px;
  box-shadow: -3px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 599px) {
  .calendar-date-popover {
    display: none;
  }
}
#calendar_surface.sidebar .calendar-date-popover {
  display: none;
}
.calendar-date-popover .calendar-date-label {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 11px;
  color: #7e7f80;
}
.calendar-date-popover .event {
  line-height: 20px;
  margin: 0 -6px;
  padding: 0 6px;
}

.holiday-dropdown .holiday-proximity {
  display: block;
  font-size: 0.8em;
  line-height: normal;
  opacity: 0.5;
  font-weight: 700;
  position: relative;
  top: -0.25em;
}
.holiday-dropdown .ember-power-select-option[aria-current=true] .holiday-proximity {
  opacity: 0.8;
}

.ember-power-select-selected-item .holiday-proximity {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.customers {
  margin: 3em;
}
.customers h1 {
  font-size: 2em;
  font-weight: 900;
  flex-grow: 1;
}
.customers h1 .count {
  font-weight: 400;
  border: 1px solid;
  border-radius: 1em;
  padding: 0.125em 0.5em;
  font-size: 0.56em;
  position: relative;
  top: -0.225em;
}
.customers table {
  width: 100%;
  margin-top: 2em;
  border-collapse: collapse;
  border-spacing: 4px;
}
.customers table th, .customers table td {
  padding: 2px 4px;
  border: 1px solid #f4f4f4;
}
.customers table tbody th {
  vertical-align: top;
}
.customers table thead th {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: bottom;
}
.customers table td.buttons {
  text-align: right;
  white-space: nowrap;
}
.customers td input {
  width: 100%;
}
.customers .inline-editable {
  padding: 0.5em;
  border-radius: 0.5em;
}
.customers .inline-editable.editable:not(.editing):hover {
  color: inherit !important;
  background-color: rgba(77, 161, 230, 0.18);
}
.customers .inline-editable.editing {
  background-color: #d0d1d2;
}
.customers .customer-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.25em;
}
.customers .customer-row.inline-editable-edit {
  display: block;
}
.customers .customer-row.inline-editable-edit .toggle {
  display: inline-block;
  border-radius: 0.5em;
  margin: 0.25em;
  margin-right: 0.5em;
}
.customers .customer-row.inline-editable-edit .toggle label {
  margin-bottom: 0;
}
.customers .customer-row .church-name {
  font-size: 1.5em;
  font-weight: 700;
}
.customers .customer-row .customer-number {
  flex-grow: 1;
  font-size: 0.8em;
  font-weight: 700;
  color: #acadaf;
}
.customers .customer-row .owners ul, .customers .customer-row .owners li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customers .customer-row .owners li {
  display: inline-block;
  margin: 0.25em 1em;
}
.customers .customer-row .description {
  padding: 0.25em 0;
}
.customers .customer-row .detail {
  background-color: #acadaf;
  color: white;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
  border-radius: 1em;
  margin: 0.25em;
}
.customers .customer-row .detail:first-child {
  margin-left: 0;
}
.customers .customer-row .btn {
  align-self: center;
}
.customers .customer-error {
  color: hsl(359, 100%, 70%);
}

body[data-route=customers] .help-widget {
  display: none !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body {
  --help-widget-activator-bg-closed: hsl(207, 75%, 60%);
  --help-widget-activator-bg-opened: #95989a;
  --help-widget-control-color: #95989a;
  --help-widget-chat-bubble-bg: #d0d1d2;
  --help-widget-chat-visitor-bubble-bg: hsl(207, 75%, 60%);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#holiday_surface {
  background: white;
}
#holiday_surface > div {
  padding: 2.66rem 2.33rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#holiday_surface h1 {
  margin: 0 0 1rem;
}
#holiday_surface .btn-plan-service {
  float: right;
}
#holiday_surface .holiday-date {
  display: block;
  font-size: 0.66em;
  color: #acadaf;
  font-weight: 400;
}
#holiday_surface .holiday-name {
  font-weight: 900;
}
#holiday_surface .holiday-name-alt {
  display: block;
  font-size: 0.66em;
  color: #505253;
  font-weight: 400;
}

#holiday_art {
  position: absolute;
  font-size: 60vw;
  color: #f6f7f7;
  z-index: -1;
  top: -0.225em;
  right: -0.375em;
}

img#holiday_art {
  opacity: 0.08;
  top: 0;
  right: -0.07em;
  width: 50vw;
}

.propers {
  max-width: 33em;
  line-height: 1.466;
}
.propers .proper {
  margin: 2em 0;
}
.propers .proper h5 {
  font-size: 0.83em;
  margin: 0;
  color: #acadaf;
  font-weight: 400;
  margin: 0 0 -0.25em;
}
.propers .proper h3 {
  font-size: 1.17em;
  margin: 0 0 0.8547008547em 0;
  font-weight: 700;
}
.propers .proper h3 + h5 {
  margin: -1.5060240964em 0 1.2048192771em 0;
}
.propers.lsml p {
  font-size: 15px;
  font-family: Lato;
  line-height: 1.466;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#liturgy_element_surface .liturgy-element-editor {
  background: white;
  border: 1px solid #dedede;
  margin: 0 16px;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#liturgy_element_surface .liturgy-element-editor .cancel-button {
  display: inline-block;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
}
#liturgy_element_surface .liturgy-element-editor .cancel-button::before {
  content: "×";
  font-weight: 400;
  color: #d0d1d2;
  display: inline-block;
  width: 1em;
  text-align: center;
}
body:not(.disable-hover) #liturgy_element_surface .liturgy-element-editor .cancel-button:hover {
  background: rgba(208, 209, 210, 0.2);
}
body:not(.disable-hover) #liturgy_element_surface .liturgy-element-editor .cancel-button:hover::before {
  color: #95989a;
}

#liturgy_surface .liturgy-editor-wrapper {
  height: 100%;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid #dedede;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-toolbar {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #dedede;
  padding: 4px 8px;
  background: #f4f4f4;
  flex-shrink: 0;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-toolbar .btn {
  height: 30px;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-toolbar .btn-undo {
  height: 30px;
  background: transparent;
  border: none;
  padding: 0 3px;
  color: inherit;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-toolbar .btn-undo[disabled] {
  opacity: 0.5;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-toolbar .btn-undo:not([disabled]) {
  cursor: pointer;
}
body:not(.disable-hover) #liturgy_surface .liturgy-editor-wrapper .liturgy-toolbar .btn-undo:not([disabled]):hover {
  color: #73787b;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor > .insertion-point-wrapper {
  flex-grow: 1;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element {
  padding: 0;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.insert-before {
  margin-top: 8px;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element .element-label {
  padding: 6px 10px;
  font-size: 0.9em;
  line-height: normal;
  display: flex;
  flex-direction: row;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element .element-label .edit-liturgy-element {
  margin-left: 0.5em;
  border-bottom: none;
  font-style: normal;
  display: none;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element .element-label .inline-editable-text textarea {
  margin: -3px -6px;
  padding: 4px 6px;
  background: #fff;
  color: #292b2c;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element .element-label > div {
  flex-grow: 1;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.selected .element-label {
  background: hsl(207, 75%, 60%);
  color: white;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.selected .element-label .edit-liturgy-element {
  display: inline-block;
  color: white;
}
body:not(.disable-hover) #liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element:not(.selected) .element-label:hover {
  background: rgba(77, 161, 230, 0.18);
  color: black;
}
body:not(.disable-hover) #liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element:not(.selected) .element-label:hover .edit-liturgy-element {
  display: inline-block;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.rubric .element-label {
  font-style: italic;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.heading .element-label, #liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.rite .element-label {
  font-weight: 900;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.group .element-label, #liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.option-group .element-label {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.4285714286;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.phantom-element .element-label .element-name {
  display: none;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.option {
  display: flex;
  flex-direction: row;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.option input[type=radio] {
  height: 28px;
  font-size: 0.9em;
  margin-left: 10px;
  margin-right: 4px;
  z-index: 999;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .liturgy-element.option input[type=radio] + div {
  flex-grow: 1;
  margin-left: -26px;
  padding-left: 34px;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .group-container,
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .option-group-container {
  border-left: 4px solid hsl(207, 75%, 60%);
  margin-left: 10px;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .group-container {
  border-color: #dedede;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .option-group-container > .group-container {
  margin-left: 30px;
}
#liturgy_surface .liturgy-editor-wrapper .liturgy-editor .insertion-point-wrapper .insertion-point::before {
  margin-left: 1.5em;
  width: calc(100% - 2.5em);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.application-name {
  display: none;
}

body[data-route="builder.pick-tenant"] .ember-modal-overlay {
  background-color: hsla(215, 64%, 30%, 0.9);
}

.login-background {
  background: hsl(215, 60%, 37%);
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.login-container {
  height: 100%;
  letter-spacing: 0.0125em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.login-container a {
  border-bottom: 0;
  color: hsl(207, 75%, 60%);
}
.login-container a:focus {
  outline: 0;
  color: white;
}
body:not(.disable-hover) .login-container a:hover {
  color: white;
}

.login-logo.nph {
  width: 57%;
}
.login-logo.nph .app-logo {
  display: flex;
  flex-direction: column;
}
.login-logo.nph .application-name {
  text-align: left;
}
.login-logo.nph .application-name .application-name-service,
.login-logo.nph .application-name .application-name-builder,
.login-logo.nph .application-name .application-name-christian,
.login-logo.nph .application-name .application-name-worship {
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.07em;
}
.login-logo.nph .application-name .application-name-christian,
.login-logo.nph .application-name .application-name-worship {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
}
.login-logo .app-logo .logo {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.825);
  line-height: 1;
}
.login-logo .app-logo .logo svg {
  width: 135px;
  height: 135px;
}
.login-logo .app-logo .logo svg path {
  fill: rgba(255, 255, 255, 0.4);
}
.login-logo .app-logo .logo svg rect {
  fill: rgba(255, 255, 255, 0.2);
}
.login-logo .application-name {
  display: block;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 1.16666rem;
  margin: 1em 0 0;
}

.login-form {
  position: relative;
  width: 19rem;
  color: white;
}
.login-form h1 {
  font-weight: 400;
  margin-bottom: 1em;
  color: rgba(255, 255, 255, 0.825);
  font-size: 1.75em;
}
.login-form h1 + p {
  color: hsl(215, 38%, 68%);
  position: relative;
  top: -1.25em;
}
.login-form h1 + p b {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.login-form .login-footer {
  margin-top: 3em;
  color: hsl(215, 38%, 68%);
  font-size: 0.88em;
}
.login-form .input-row {
  display: flex;
  flex-direction: row;
}
.login-form .input-row > * + * {
  margin-left: 2em;
}
.login-form .input-wrapper {
  position: relative;
  margin-top: 2.33em;
  padding-top: 1em;
  color: hsl(215, 38%, 68%);
}
.login-form .input-wrapper label {
  color: inherit;
  font-size: 0.88em;
  font-weight: 700;
  position: absolute;
  top: 0;
  margin: 0;
}
.login-form .input-wrapper input {
  display: block;
  border-radius: 0;
  border: none;
  color: inherit;
  border-bottom: 2px solid;
  background: transparent;
  width: 100%;
  padding: 2px 0;
  height: 2.5em;
}
.login-form .input-wrapper input:focus {
  outline: 0;
  color: white;
  box-shadow: none;
}
.login-form .input-wrapper input:focus + label {
  color: white;
}
.login-form .input-wrapper .validation-messages {
  top: 5.25em;
}
.login-form .input-wrapper.invalid input {
  border-bottom: 2px solid hsl(359, 100%, 70%);
}
.login-form .checkbox-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 2.33em;
}
.login-form .checkbox-wrapper input[type=checkbox] {
  width: 0;
  opacity: 0;
}
.login-form .checkbox-wrapper input[type=checkbox] + label {
  width: 1.33em;
  height: 1.33em;
  flex-shrink: 0;
  border: 2px solid hsl(215, 38%, 68%);
  position: relative;
  margin-right: 0.5em;
  border-radius: 0.25em;
  cursor: pointer;
}
body:not(.disable-hover) .login-form .checkbox-wrapper input[type=checkbox] + label:hover {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.05), inset 0px 1px 3px rgba(255, 255, 255, 0.1);
}
.login-form .checkbox-wrapper input[type=checkbox] + label + label {
  flex-grow: 1;
  color: hsl(215, 38%, 68%);
  cursor: pointer;
}
.login-form .checkbox-wrapper input[type=checkbox]:checked + label::after {
  content: "Y";
  font-family: "lsbicons";
  position: absolute;
  top: 0px;
  left: 0.5px;
  line-height: 1.33em;
}
.login-form .checkbox-wrapper input[type=checkbox]:focus + label, .login-form .checkbox-wrapper input[type=checkbox]:focus + label + label, .login-form .checkbox-wrapper input[type=checkbox]:active + label, .login-form .checkbox-wrapper input[type=checkbox]:active + label + label {
  color: white;
}
.login-form .login-errors {
  font-size: 0.8em;
  font-weight: 700;
  background-color: hsl(359, 100%, 70%);
  color: white;
  border-radius: 2px;
  padding: 0.25rem 1rem;
  line-height: 1.75;
  margin: 1rem 0 0;
}
.login-form .login-errors p {
  margin: 0;
  padding: 0;
}
.login-form .forgot {
  font-size: 0.8333em;
  position: absolute;
  top: 0;
  right: 0;
}
.login-form .buttons {
  margin-top: 2em;
  text-align: left;
  line-height: 36px;
}
.login-form .buttons a {
  float: left;
}
.login-form .buttons .btn {
  float: right;
}
.login-form .tenant-row {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin: 0;
}
.login-form .tenant-row .tenant-info {
  flex-grow: 1;
}
.login-form .tenant-row .tenant-info .tenant-name {
  color: white;
  font-weight: 700;
  font-size: 1.2em;
  display: block;
}
.login-form .tenant-row .tenant-info .tenant-name.empty {
  font-style: italic;
}
.login-form .tenant-row .tenant-info .tenant-last-signed-in {
  font-size: 0.88em;
  display: block;
  margin: 0.125em 0 0 0;
  color: hsl(215, 38%, 68%);
}
.login-form .tenant-button {
  padding: 0.125em 0 0 0;
}
.login-form .tenant-leave {
  font-size: 0.88em;
  margin: 0.125em 0 1.7045454545em;
}

@media (min-width: 600px) {
  .login-container {
    display: flex;
    align-items: center;
  }
  .login-logo {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .login-logo.nph .application-name .application-name-christian,
  .login-logo.nph .application-name .application-name-worship {
    line-height: 1;
  }
  .login-logo .app-logo {
    align-self: flex-end;
    margin-right: 5rem;
  }
  .login-logo .application-name {
    font-size: 24px;
  }
  .login-logo .application-name .application-name-lutheran {
    display: block;
    font-size: 1em;
    line-height: 1.1;
  }
  .login-logo .application-name .application-name-service {
    display: block;
    font-size: 1.33em;
    line-height: 0.88;
  }
  .login-logo .application-name .application-name-builder {
    display: block;
    font-size: 1.315em;
    line-height: 1;
  }
  .cancel {
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 0.75;
    border-bottom: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    text-align: right;
    top: 1rem;
    right: 1.5rem;
  }
  .cancel:not(:hover) {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 599px) {
  .login-logo {
    margin-bottom: 8vh;
  }
  .login-logo .app-logo {
    margin: 8vh 0 0 0;
  }
  .login-logo.nph {
    width: 100%;
  }
  .login-logo.nph .app-logo {
    display: block;
  }
  .login-logo.nph .application-name {
    text-align: center;
  }
  .login-form {
    margin: 0 auto;
  }
  .login-form h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 599px) and (max-height: 610px) {
  .login-logo .application-name {
    display: none;
  }
}
@media only screen and (max-width: 599px) and (max-height: 500px) {
  .login-form h1 {
    margin-bottom: 5vh;
  }
}
@media only screen and (max-width: 599px) and (max-height: 560px) {
  .login-form h1 {
    margin-top: 10vh;
  }
  .login-logo {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cancel {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    clear: both;
    padding: 3.33vh 0;
  }
}
.not-found {
  text-align: center;
  color: #acadaf;
  position: absolute;
  width: 100%;
  top: calc(50% - 100px);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#playlist_surface > div {
  display: flex;
  flex-direction: row;
}
#playlist_surface .playlist-track-list {
  position: relative;
  width: 240px;
  height: 100%;
  flex-shrink: 0;
  font-size: 0.9em;
  border: 1px solid #dedede;
  border-top: none;
  background: white;
  padding: 16px 12px 16px 20px;
}
#playlist_surface .playlist-track-list lsb-service-element {
  position: relative;
  border-radius: 2px;
  color: #292b2c;
  cursor: pointer;
}
#playlist_surface .playlist-track-list lsb-service-element.annotation a.delete-element-link::before {
  color: rgba(0, 0, 0, 0.25);
}
#playlist_surface .playlist-track-list lsb-service-element.annotation-insert {
  background: hsl(138, 71%, 93%) !important;
  border-color: hsla(138, 60%, 35%, 0.4) !important;
  z-index: 1;
}
#playlist_surface .playlist-track-list lsb-service-element.annotation-insert.annotation-ctd {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: hsl(138, 22%, 88%) !important;
}
#playlist_surface .playlist-track-list lsb-service-element.annotation-remove {
  background: hsl(359, 100%, 97%) !important;
  border-color: hsla(359, 90%, 38%, 0.3) !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-color: transparent !important;
}
#playlist_surface .playlist-track-list lsb-service-element.annotation-remove.annotation-ctd {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: transparent !important;
}
#playlist_surface .playlist-track-list lsb-service-element.annotation.unplayable {
  color: #acadaf;
}
#playlist_surface .playlist-track-list lsb-service-element.annotation .actions {
  white-space: nowrap;
  margin: -2px -2px 0 0.25em;
}
#playlist_surface .playlist-track-list lsb-service-element.annotation .actions .btn-xs {
  padding: 1px 3px;
  font-size: 0.65625rem;
  line-height: 1.25;
  border-radius: 2px;
}
#playlist_surface .playlist-track-list lsb-service-element:not(.group):not(.rite-like-group):not(.option-group) {
  border: 1px solid transparent;
  margin: -1px 0;
  padding: 4px;
}
#playlist_surface .playlist-track-list lsb-service-element:not(.group):not(.rite-like-group):not(.option-group).active {
  border-color: #4da1e6;
}
body:not(.disable-hover) #playlist_surface .playlist-track-list lsb-service-element:not(.active):not(.group):not(.rite-like-group):not(.option-group):not(.annotation):hover {
  background: rgba(77, 161, 230, 0.06);
  border-color: rgba(77, 161, 230, 0.4);
}
body:not(.disable-hover) #playlist_surface .playlist-track-list lsb-service-element:not(.active):not(.group):not(.rite-like-group):not(.option-group):not(.annotation):hover.unplayable {
  color: #9eabb7;
}
#playlist_surface .playlist-track-list lsb-service-element.active {
  background: rgba(77, 161, 230, 0.1);
}
#playlist_surface .playlist-track-list lsb-service-element.unplayable {
  color: #acadaf;
}
#playlist_surface .playlist-track-list lsb-service-element.unplayable.annotation-insert {
  color: #929b97;
}
#playlist_surface .playlist-track-list lsb-service-element.unplayable.annotation-remove {
  color: #ae9597;
}
#playlist_surface .playlist-track-list lsb-service-element.unplayable.active {
  color: #3b6689;
}
#playlist_surface .playlist-track-list lsb-service-element.played {
  font-weight: 700;
}
#playlist_surface .playlist-track-list lsb-service-element.skipped {
  font-weight: normal;
}
#playlist_surface .playlist-track-list lsb-service-element .inline-editable-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
#playlist_surface .playlist-track-list lsb-service-element.rubric .playlist-track-name {
  font-style: italic;
}
#playlist_surface .playlist-track-list lsb-service-element.rite-like-group, #playlist_surface .playlist-track-list lsb-service-element.group {
  padding: 0;
  margin: 0;
}
#playlist_surface .playlist-track-list lsb-service-element.option-group {
  background: transparent !important;
  margin-left: -10px;
  padding-left: 10px;
  cursor: pointer;
}
#playlist_surface .playlist-track-list lsb-service-element.option-group:before {
  left: -8px;
}
#playlist_surface .playlist-track-list lsb-service-element.option-group:after {
  left: -9px;
  top: 0;
  bottom: 0;
}
#playlist_surface .playlist-track-list lsb-service-element.option-group.expanded:not(.annotation) {
  z-index: 2;
  background: white;
}
body:not(.disable-hover) #playlist_surface .playlist-track-list lsb-service-element.option-group.expanded:not(.annotation) > lsb-service-element:not(.selected):hover {
  background: rgba(77, 161, 230, 0.06);
  border-color: rgba(77, 161, 230, 0.4);
}
#playlist_surface .playlist-track-list lsb-service-element.option-group.expanded:not(.annotation) > lsb-service-element lsb-service-element {
  background: transparent !important;
  border-color: transparent !important;
}
#playlist_surface .playlist-track-list lsb-service-element.option-group.expanded:not(.annotation) > lsb-service-element.selected {
  background: rgba(77, 161, 230, 0.1) !important;
  border-color: #4da1e6 !important;
}
#playlist_surface .playlist-track-list lsb-service-element .playlist-track-metadata {
  font-weight: 500;
  font-size: 0.75em;
  margin-top: -2px;
}
#playlist_surface .playlist-track-list .playlist-track-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#playlist_surface .playlist-track-list .playlist-track-name > .inline-editable-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  cursor: pointer;
}
#playlist_surface .playlist-track-list .playlist-track-name textarea {
  color: hsl(207, 75%, 60%);
}
#playlist_surface .playlist-track-list .playlist-track-name .playlist-player {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 0 -2px 0.5em;
}
#playlist_surface .playlist-track-list .insertion-point-wrapper .insertion-point::before {
  margin-left: 0;
  width: 100%;
}
#playlist_surface .package-preview {
  width: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#settings_surface,
#preferences_surface {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#settings_surface > div,
#preferences_surface > div {
  width: 480px;
  align-self: center;
  font-size: 1.15em;
  padding: 0.5em 1em;
  overflow: visible;
}
#settings_surface fieldset > label,
#preferences_surface fieldset > label {
  display: block;
  font-weight: 900;
  color: #505253;
}
#settings_surface fieldset input:not([type=checkbox]), #settings_surface fieldset .ember-power-select-trigger,
#preferences_surface fieldset input:not([type=checkbox]),
#preferences_surface fieldset .ember-power-select-trigger {
  width: 100%;
}
#settings_surface fieldset + fieldset,
#preferences_surface fieldset + fieldset {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e4e4e4;
}
#settings_surface p.error,
#preferences_surface p.error {
  font-size: 0.8em;
  color: hsl(359, 100%, 70%);
}
#settings_surface .field + .field,
#preferences_surface .field + .field {
  margin-top: 0.5em;
}
#settings_surface p,
#preferences_surface p {
  margin-bottom: 0;
}
#settings_surface .location-lectionary,
#settings_surface .user-permission-status,
#settings_surface .one-license-info,
#settings_surface .invitation-sent-at,
#settings_surface .knock-requested-at,
#settings_surface .knock-blocked-at,
#preferences_surface .location-lectionary,
#preferences_surface .user-permission-status,
#preferences_surface .one-license-info,
#preferences_surface .invitation-sent-at,
#preferences_surface .knock-requested-at,
#preferences_surface .knock-blocked-at {
  font-size: 0.75em;
  opacity: 0.66;
}
#settings_surface .settings-row,
#preferences_surface .settings-row {
  margin: 0 -0.5em;
  padding: 0.5em;
}
#settings_surface .invitation-sent-at,
#settings_surface .knock-requested-at,
#settings_surface .knock-blocked-at,
#preferences_surface .invitation-sent-at,
#preferences_surface .knock-requested-at,
#preferences_surface .knock-blocked-at {
  margin-bottom: 0;
}
#settings_surface .inline-editable,
#preferences_surface .inline-editable {
  margin: 0 -0.5em;
  padding: 0.5em;
}
#settings_surface .inline-editable.editing,
#preferences_surface .inline-editable.editing {
  border-left: 0.25em solid #e4e4e4;
  margin-left: -0.75em;
}
#settings_surface .add-location,
#settings_surface .add-license,
#settings_surface .add-invitation,
#settings_surface .add-channel-subscription,
#settings_surface .dangerous-link,
#preferences_surface .add-location,
#preferences_surface .add-license,
#preferences_surface .add-invitation,
#preferences_surface .add-channel-subscription,
#preferences_surface .dangerous-link {
  display: inline-block;
  margin-top: 0.625em;
  font-size: 0.8em;
}
#settings_surface .disabled .add-channel-subscription,
#preferences_surface .disabled .add-channel-subscription {
  color: #888;
  cursor: default;
}
#settings_surface .one-license-info,
#preferences_surface .one-license-info {
  padding-right: 0.5em;
}

.settings-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.channel-subscription-controls {
  margin: -0.5em 0 0.5em 0.75em;
}
.channel-subscription-controls label {
  font-size: 0.8em;
}

.set-name-dialog {
  max-width: 20em;
}

.delete-account-dialog {
  max-width: 24em;
}
.delete-account-dialog input {
  width: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.presentation-formats #toc_surface .category-title {
  display: none;
}

#presentation_format_surface > div {
  flex-grow: 1;
  margin: 0 16px;
  padding: 20px 14px;
  border: 1px solid #dedede;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#presentation_format_surface .slide-wrapper {
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #dedede;
  box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.1);
}
#presentation_format_surface .slide slide-content img {
  width: 100% !important;
  height: auto !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#presentation_surface {
  padding-left: 0 !important;
}
#presentation_surface .toolbar {
  padding: 5px;
  background: #e2e2e2;
  height: 32px;
}
#presentation_surface > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
#presentation_surface .slide-list {
  min-width: 240px;
  border-right: 1px solid #e2e7ea;
  overflow-x: hidden;
}
#presentation_surface .slide-list .insertion-point-wrapper {
  padding: 20px 2px 20px 14px;
}
#presentation_surface .slide-preview {
  padding: 20px;
  flex-grow: 1;
  overflow: hidden;
}
#presentation_surface .slide-preview .scalable-content {
  border: 1px solid #dedede;
  box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.1);
}
#presentation_surface .slide-preview slide-caption div.inline-editable-text {
  display: block;
  width: 100%;
}

.slide-list .slide-container {
  position: relative;
  width: 223px;
}
.slide-list .slide-container .slide-wrapper:nth-child(n+2) {
  padding-left: 32px;
}
.slide-list .slide-container .slide-wrapper:nth-child(n+2)::after {
  left: 32px;
}
.slide-list .slide-container.slide-container-0 {
  height: 14px !important;
}
.slide-list .slide-container.repeatable {
  height: auto !important;
  padding: 8px 12px 8px 12px;
  white-space: nowrap;
}
.slide-list .slide-container .slide-wrapper {
  position: relative;
  border: 1px solid transparent;
  border-radius: 3px;
  z-index: 1;
  margin: -1px 0;
}
.slide-list .slide-container .slide-wrapper.active {
  background: rgba(77, 161, 230, 0.1);
  border-color: hsl(207, 75%, 60%);
}
.slide-list .slide-container .slide-wrapper.slide-wrapper-empty {
  height: 14px;
}
.slide-list .slide-container .slide-wrapper.slide-wrapper-empty .slide-empty {
  height: 6px;
}
.slide-list .slide-wrapper {
  width: 100%;
  padding: 3px 12px 3px 12px;
}
.slide-list .slide-wrapper::after {
  content: ".";
  color: transparent;
  font-size: 0;
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  top: 2px;
  right: 11px;
  bottom: 2px;
  left: 11px;
}
.slide-list lsb-service-element.annotation .actions {
  position: absolute;
  right: 6px;
  top: 8px;
  z-index: 99;
}
.slide-list lsb-service-element.annotation-insert {
  z-index: 1;
}
.slide-list lsb-service-element.annotation-insert > .slide-wrapper {
  background: hsl(138, 71%, 93%) !important;
  border-color: hsla(138, 60%, 35%, 0.4) !important;
}
.slide-list lsb-service-element.annotation-insert.annotation-ctd > .slide-wrapper {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: hsl(138, 22%, 88%) !important;
}
.slide-list lsb-service-element.annotation-remove > .slide-wrapper {
  background: hsl(359, 100%, 97%) !important;
  border-color: hsla(359, 90%, 38%, 0.3) !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-color: transparent !important;
}
.slide-list lsb-service-element.annotation-remove.annotation-ctd > .slide-wrapper {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: transparent !important;
}
.slide-list lsb-service-element.option-group::before, .slide-list lsb-service-element.option-group::after {
  z-index: 100;
}
.slide-list lsb-service-element.option-group.expanded > lsb-service-element:not(.selected) slide-caption, .slide-list lsb-service-element.option-group.expanded > lsb-service-element:not(.selected) slide-content {
  opacity: 0.5;
}
.slide-list lsb-service-element.group {
  position: relative;
}
.slide-list lsb-service-element.group::after {
  content: ".";
  color: transparent;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  bottom: 2px;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
}
.slide-list > .list-keyboard-navigator {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.slide-list > .list-keyboard-navigator > .insertion-point-wrapper {
  flex-grow: 1;
}
.slide-list .insertion-point-wrapper .insertion-point::before {
  margin-left: 30px;
  width: calc(100% - 48px);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#preview_surface {
  background: white;
}

.package-preview {
  padding: 2.66rem 2.33rem 0;
  min-height: 100%;
}
.package-preview h1 {
  margin: 0 0 1rem;
  font-weight: 900;
}
.package-preview h1 .number {
  font-family: Oswald;
  font-size: 0.95em;
  font-weight: 300;
  color: rgba(41, 43, 44, 0.75);
  display: inline-block;
  width: 1.85em;
  font-weight: 500;
  color: inherit;
}
.package-preview .tab-control-tablist {
  font-size: 0.88rem;
  margin: 0 -2.33rem;
  padding: 0 2.33rem;
  flex-shrink: 0;
}
.package-preview .tab-control-tablist .tab .mp3-player {
  margin: -2px 0 0 0;
  position: relative;
  top: 4px;
  left: 1px;
}
.package-preview h1 + .tab-control-tablist {
  margin-top: -0.33rem;
}
.package-preview .tab-control-content {
  overflow: hidden;
  margin: 0 -2.33rem;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-basis: 1px;
}
.package-preview .tab-control-content.copyrighted::before {
  content: "©";
  font-weight: 900;
  font-size: 80vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: transparent;
  text-shadow: -2px 2px 2px #fff, 1px -1px 0 #000;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  pointer-events: none;
}
.package-preview .tab-control-content.without-caption p.caption {
  display: none;
}
.package-preview .tab-control-content .scrollable {
  padding: 2.66rem 2.33rem;
  flex-grow: 1;
}
.package-preview .tab-control-content.lsml .scrollable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.package-preview .tab-control-content.lsml .scrollable::after {
  content: ".";
  color: transparent;
  font-size: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}
.package-preview .tab-control-content.package-metadata {
  background: #f6f7f7;
  font-size: 0.88rem;
}
.package-preview .tab-control-content.package-metadata h4 {
  font-weight: 900;
  color: #505253;
  font-size: 1.0625em;
  margin: 1.66em 0 0.33em;
}
.package-preview .tab-control-content.package-metadata h4:first-child {
  margin-top: 0;
}
.package-preview .tab-control-content.package-metadata h4 .mp3-player {
  margin: -2px 0 0 0;
  position: relative;
  top: 3px;
  left: 1px;
}
.package-preview .tab-control-content.package-metadata h5 {
  font-weight: 600;
  font-size: 0.75rem;
  margin: 1.33em 0 0.66em;
  color: #505253;
}
.package-preview .tab-control-content.package-metadata label {
  display: inline;
  font-weight: normal;
  color: rgba(41, 43, 44, 0.75);
  margin: 0 0.25em 0 0;
}
.package-preview .tab-control-content.package-metadata ul, .package-preview .tab-control-content.package-metadata ol {
  margin: 0;
  padding: 0;
}
.package-preview .tab-control-content.package-metadata li {
  display: block;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
  line-height: 1.5;
}

.em {
  font-style: italic;
}

.order-of-service-preview {
  padding: 2.66rem 2.33rem;
}
.order-of-service-preview h2 {
  margin: 0.5rem 0 1.5rem;
}
.order-of-service-preview .tab-control-tablist {
  font-size: 0.88rem;
  border-bottom: none;
}
.order-of-service-preview .notes {
  margin: 1rem 0;
}
#preview_surface .order-of-service-preview {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 599px) {
  #preview_surface .back-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 0.75;
    border-bottom: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #preview_surface .back-link:not(:hover) {
    opacity: 0.3;
  }
  .package-preview h1 {
    margin-right: 1rem;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.search-box,
.list-filter-box {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  border: 1px solid #dedede;
  padding: 0 8px;
  line-height: 1.33em;
  font-size: 15px;
  background: #fff;
  color: #292b2c;
}
.search-box .search-box-input,
.search-box .list-filter-input,
.list-filter-box .search-box-input,
.list-filter-box .list-filter-input {
  letter-spacing: 0px;
  word-spacing: 0px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  direction: ltr;
  height: 30px;
  width: 100%;
  border: none;
  overflow: hidden;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: 0;
  border-radius: 0;
  z-index: 2;
  position: relative;
  white-space: nowrap;
  resize: none;
}
.search-box .search-box-input::-ms-clear,
.search-box .list-filter-input::-ms-clear,
.list-filter-box .search-box-input::-ms-clear,
.list-filter-box .list-filter-input::-ms-clear {
  display: none;
}
.search-box .search-box-input:focus,
.search-box .list-filter-input:focus,
.list-filter-box .search-box-input:focus,
.list-filter-box .list-filter-input:focus {
  box-shadow: none;
}
.search-box .search-box-hints,
.list-filter-box .search-box-hints {
  letter-spacing: 0px;
  word-spacing: 0px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  direction: ltr;
  height: 30px;
  color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  outline: rgb(85, 84, 89) none 0px;
  margin: 2px 8px 0 8px;
  white-space: pre;
  overflow: hidden;
  line-height: 1.75;
}
.search-box .search-box-hints .search-box-hint-value,
.list-filter-box .search-box-hints .search-box-hint-value {
  color: #ccc;
}
.search-box .search-box-hints .search-box-hint,
.list-filter-box .search-box-hints .search-box-hint {
  position: relative;
  z-index: 10;
}
.search-box .search-box-hints .search-box-hint.incomplete:before,
.list-filter-box .search-box-hints .search-box-hint.incomplete:before {
  right: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #e8e8e8;
  background: linear-gradient(to bottom, #fdfdfd 0%, #efefef 100%);
}
.search-box .search-box-hints .search-box-hint:before,
.list-filter-box .search-box-hints .search-box-hint:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -3px;
  display: block;
  border-radius: 5px;
  background: linear-gradient(to bottom, hsl(108, 64%, 98%) 0%, hsl(108, 64%, 91%) 100%);
  border: 2px solid hsl(108, 55%, 78%);
}
.search-box input::placeholder,
.list-filter-box input::placeholder {
  color: #acadaf;
}

.search-box > .icon {
  position: absolute;
  left: 11px;
  font-size: 23px;
  top: 9px;
  color: #d0d1d2;
  width: 24px;
  height: 24px;
  border-bottom: none;
}

.list-filter-box {
  position: relative;
}
.list-filter-box::before {
  font-family: "lsbicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "r";
  position: absolute;
  left: 11px;
  font-size: 23px;
  top: 9px;
  color: #d0d1d2;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.inspector {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}
.inspector h4 {
  margin-bottom: 0.33em;
}
.inspector .search {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.inspector .search .list-filter {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.inspector .search .list-filter .list-filter-results {
  display: flex;
  flex-grow: 1;
  flex-basis: 1px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.inspector .search .search-box,
.inspector .search .list-filter-box {
  border-style: none none solid none;
  padding: 5px 6px 3px 40px;
}
.inspector .search .search-box.with-preview-toggle,
.inspector .search .list-filter-box.with-preview-toggle {
  padding-right: 34px;
}
.inspector .search .search-box.with-preview-toggle .search-box-hints,
.inspector .search .list-filter-box.with-preview-toggle .search-box-hints {
  margin-right: 32px;
}
.inspector .search .search-box-hints {
  margin: 5px 4px 0 36px;
  padding: 0 4px;
}
.inspector .search span.highlight {
  display: inline-block;
  margin: -1px;
  padding: 1px;
  background-color: hsla(60, 100%, 50%, 0.25);
}
.inspector .search .searching, .inspector .search .search-results-empty {
  background: white;
  flex-grow: 1;
  padding: 1em;
  font-style: italic;
  color: #ccc;
}
.inspector .search .searching.compact, .inspector .search .search-results-empty.compact {
  padding-top: 4px;
  padding-bottom: 4px;
}
.inspector .search .search-results {
  background: white;
  flex-grow: 1;
  overflow-x: hidden;
}
.inspector .search .search-results .list-keyboard-navigator {
  padding: 1.5em 0;
}
.inspector .search .search-results.search-modifiers {
  background: #f6f7f7;
}
.inspector .search .search-results h4, .inspector .search .search-results .search-result, .inspector .search .search-results .search-modifier {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 16px;
  margin: 0;
}
.inspector .search .search-results .category-arranger-category .category-title {
  padding: 4px 16px;
}
.inspector .search .search-results h4, .inspector .search .search-results .category-arranger-category .category-title {
  font-weight: 900;
  color: #505253;
}
.inspector .search .search-results h4:not(:first-child), .inspector .search .search-results .category-arranger-category:not(:first-child), .inspector .search .search-results .section-header:not(:first-child) {
  margin-top: 1em;
}
.inspector .search .search-results .section-header + .category-arranger-category {
  margin-top: 0;
}
.inspector .search .search-results .list-node-null {
  display: none;
}
.inspector .search .search-results .search-result {
  cursor: pointer;
  outline: none;
}
.inspector .search .search-results .search-result .line {
  display: flex;
  flex-direction: row;
}
.inspector .search .search-results .search-result .line > * {
  flex-shrink: 0;
}
.inspector .search .search-results .search-result .result-name {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inspector .search .search-results .search-result .number {
  font-family: Oswald;
  font-size: 0.95em;
  font-weight: 300;
  color: rgba(41, 43, 44, 0.75);
  display: inline-block;
  width: 1.85em;
}
.inspector .search .search-results .search-result.active .number, .inspector .search .search-results .search-result.active small {
  color: rgba(255, 255, 255, 0.9);
}
.inspector .search .search-results .search-result em {
  font-style: normal;
  font-weight: 900;
  color: #1d7bc9;
}
.inspector .search .search-results .search-result em.number {
  font-weight: 500;
}
.inspector .search .search-results .search-result small {
  color: rgba(41, 43, 44, 0.75);
  font-size: 0.88rem;
}
.inspector .search .search-results .search-result .last-used {
  margin: -3px 0 -3px 8px;
}
.inspector .search .search-results .search-result .last-used a.dropdown-toggle {
  color: inherit !important;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  padding: 0 0.3333333em;
  font-size: 0.86666666rem;
  font-family: Oswald;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.inspector .search .search-results .search-result .last-used a.dropdown-toggle:hover, .inspector .search .search-results .search-result .last-used a.dropdown-toggle:active {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
  color: hsl(207, 75%, 60%);
}
.inspector .search .search-results .search-result .last-used.open a.dropdown-toggle {
  background: hsl(207, 75%, 60%);
  color: white !important;
  opacity: 1;
  border-color: transparent;
}
.inspector .search .search-results .search-result .last-used.open a.dropdown-toggle .null {
  opacity: 1;
}
.inspector .search .search-results .search-result .last-used .dropdown-menu {
  right: -8px;
  max-width: 304px;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail {
  padding: 1em 2em;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail p {
  font-size: 0.8888888em;
  color: #95989a;
  text-align: right;
  margin: -0.5em 0 2em 0;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail p strong {
  color: #292b2c;
  font-size: 0.86666666rem;
  font-family: Oswald;
  font-weight: 400;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail p strong u {
  font-weight: 500;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail h4 {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  text-align: center;
  color: #d0d1d2;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail h5 {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin: 0;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail h5 + ol {
  margin-top: 0.5em;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail ol {
  margin: 0;
  padding: 0;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail ol + h5 {
  margin-top: 2em;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail li.service {
  margin: 0;
  padding: 0.25em 0;
  display: flex;
  flex-direction: row;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail li.service .service-date {
  display: inline-block;
  width: 5em;
  margin-right: 1em;
  flex-shrink: 0;
  font-family: Oswald;
  font-size: 0.95em;
  font-weight: 300;
  color: rgba(41, 43, 44, 0.75);
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail li.service .event-icon {
  flex-shrink: 0;
  margin-right: 4px;
}
.inspector .search .search-results .search-result .last-used .hymn-usage-detail li.service .service-name {
  flex-shrink: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inspector .search .search-results .search-result .last-used .null {
  font-size: 0.88888888em;
  opacity: 0.44;
}
.inspector .search .search-results .search-result .last-used u {
  font-size: 0.6666666667em;
  text-decoration: none;
  margin-left: 1px;
}
.inspector .search .search-results .search-result.highlighted .last-used a.dropdown-toggle {
  opacity: 1;
}
.inspector .search .search-results .search-result.active .last-used a.dropdown-toggle {
  opacity: 1;
  border-color: transparent;
}
.inspector .search .search-results .search-result .context {
  display: block;
  font-size: 0.66em;
  font-weight: 700;
  color: #7f7f7f;
}
.inspector .search .search-results .search-result.active .context {
  color: inherit;
}
.inspector .search .search-results .search-result b {
  font-weight: inherit;
  background: hsla(60, 100%, 50%, 0.25);
}
.inspector .search .search-results .search-result .search-result-hit {
  font-size: 0.84em;
  margin: 0.125em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inspector .search .search-results .search-result.highlighted {
  background: rgba(77, 161, 230, 0.18);
  color: black;
}
.inspector .search .search-results .search-result.active {
  background: hsl(207, 75%, 60%);
  color: white;
}
.inspector .search .search-results .search-result.active em {
  color: inherit;
}
.inspector .search .search-results .search-modifier.highlighted {
  background: rgba(77, 161, 230, 0.18);
  color: black;
}
.inspector .search .search-results .related-searches {
  padding: 4px 16px;
  margin: -0.5em 0 1.5em;
  font-size: 0.9em;
  line-height: 1.66em;
}
.inspector .search .search-results .related-searches li {
  display: block;
}
.inspector .other-reading {
  padding: 8px 16px;
  border-top: 1px solid #dedede;
}
.inspector .other-reading input {
  padding: 4px;
  width: 100%;
  line-height: 1.33em;
  font-size: 15px;
  border: 1px solid #bbb;
}

a.toggle-preview {
  display: none;
}

.section-header h5 {
  position: relative;
  padding: 4px 16px;
  font-size: inherit;
  margin: 0;
  background: white;
  z-index: 0;
  width: 100%;
}
.section-header h5.floating {
  position: absolute;
  top: 43px;
  border-bottom: 1px solid #dedede;
  z-index: 1;
}
.section-header h5.floating, .section-header h5.floating .header-label {
  background: #fafbfb;
}
.section-header h5.floating + h5 {
  margin-bottom: 1px;
}
.section-header h5 hr {
  width: calc(100% - 32px);
  top: 0.85em;
  margin: 0 !important;
  position: absolute;
  border: none;
  background: #e4e4e4;
  height: 1px;
}
.section-header h5 .header-label {
  color: #999;
  background: white;
  z-index: 20;
  position: relative;
  padding: 0 0.66em 0 0;
  font-size: 0.85em;
  font-weight: normal;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.section-header h5 .header-label em {
  font-style: normal;
  font-weight: 700;
  color: #7f7f7f;
}
.section-header h5 .jump-dropdown {
  position: absolute;
  right: 0;
  top: 4px;
}

.search-modifiers .section-header h5, .search-modifiers .section-header .header-label {
  background: #f6f7f7;
}
.search-modifiers .search-modifier .search-modifier-value {
  font-weight: bold;
}
.search-modifiers .search-modifier .search-modifier-label {
  opacity: 0.4;
  display: inline-block;
  padding-left: 0.25em;
}
.search-modifiers .search-modifier.current {
  background: hsl(207, 75%, 60%);
  color: white;
}
.search-modifiers .search-modifier.current .search-modifier-label {
  opacity: 0.6;
}
body:not(.disable-hover) .search-modifiers .search-modifier:hover {
  background: hsl(207, 75%, 60%);
  color: white;
}
body:not(.disable-hover) .search-modifiers .search-modifier:hover .search-modifier-label {
  opacity: 0.6;
}

.search-term {
  padding: 12px 16px;
  font-size: 12px;
  color: #aaa;
  border-bottom: 1px solid #dedede;
  background: #f6f7f7;
  z-index: 5;
}
.search-term kbd {
  font-family: Monaco, "Liberation Mono", Courier, monospace;
  font-size: 10px;
  line-height: 20px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  border-radius: 3px;
  vertical-align: middle;
  padding: 0 5px;
  color: white;
  background: #555;
  box-shadow: inset -1px -2px 0 #000, 1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 18px;
  padding: 0 4px;
  color: #333;
  background: white;
  box-shadow: inset 0 -2px 0 #eee, 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
}
.search-term b {
  color: #666;
}

@media (min-width: 600px) {
  .search-results, .searching {
    font-size: 0.9em;
  }
  a.toggle-preview {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 11;
    padding: 7px 7px 3px;
    font-size: 16px;
    border-bottom: none;
    border-left: 1px solid #f0f0f0;
  }
  a.toggle-preview:not(:hover) {
    color: #d0d1d2;
  }
}
#search_surface {
  overflow: hidden;
}

.fullscreen-modal.search #search_surface {
  padding-bottom: 0;
}
.fullscreen-modal.search #search_surface .inspector {
  border: 1px solid #dedede;
}
.fullscreen-modal.search #preview_surface {
  background: none;
}
.fullscreen-modal.search #preview_surface .package-preview {
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.fullscreen-modal.search #preview_surface .package-preview > h1 {
  display: none;
}
.fullscreen-modal.search #preview_surface .package-preview .tab-control-tablist {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.fullscreen-modal.search #preview_surface .package-preview .tab-control-content {
  margin: 0;
  min-height: calc(100% - 24px);
}
.fullscreen-modal.search #preview_surface .package-preview .tab-control-content.lsml {
  background: white;
  border: 1px solid #dedede;
}
.fullscreen-modal.search #preview_surface .package-preview .tab-control-content.package-metadata .scrollable {
  padding: 1rem 0.5rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#service_surface {
  background: white;
}
#service_surface > div {
  padding: 2.66rem 2.33rem;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#service_surface .service-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#service_surface .service-header h1 {
  margin: 0 0 0.75rem;
}
#service_surface .service-header .links {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 0 1.66rem;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.5em;
}
#service_surface .service-header .links > li {
  display: block;
}
#service_surface .service-header .links a::after {
  content: " ›";
}
#service_surface .tab-control-tablist {
  font-size: 0.88rem;
  margin: 0 -2.33rem;
  padding: 0 1.7492rem;
}
#service_surface .tab-control-content {
  margin: 0 -2.33rem -2.66rem -2.33rem;
  padding: 0 2.33rem 2.66rem 2.33rem;
  flex-grow: 2;
  flex-basis: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#service_surface .service-date {
  display: block;
  font-size: 0.66em;
  color: #acadaf;
  font-weight: 400;
}
#service_surface .service-name {
  font-weight: 900;
}
#service_surface .service-plan .service-counts, #service_surface .service-summary .service-counts {
  display: flex;
  flex-direction: row;
  margin: 0 0 0.33rem;
}
#service_surface .service-plan .service-counts > div, #service_surface .service-summary .service-counts > div {
  margin-right: 1em;
}
#service_surface .service-plan .service-counts .ember-power-select-trigger, #service_surface .service-summary .service-counts .ember-power-select-trigger {
  min-width: 7em;
}
#service_surface .service-plan h4, #service_surface .service-summary h4 {
  margin: 1.5rem 0 0.33rem;
  font-weight: 900;
  color: #505253;
}
#service_surface .service-plan ol, #service_surface .service-summary ol {
  margin: 0;
  padding: 0;
}
#service_surface .service-plan li, #service_surface .service-summary li {
  display: block;
  position: relative;
}
#service_surface .service-plan li > a, #service_surface .service-summary li > a {
  border-bottom: none;
}
#service_surface .service-plan li > .dropdown.stanza-selector, #service_surface .service-summary li > .dropdown.stanza-selector {
  margin: 0;
  padding: 0 1em;
}
#service_surface .service-plan li > .dropdown.plan-hymn-content-selector, #service_surface .service-summary li > .dropdown.plan-hymn-content-selector {
  margin: 0;
  padding: 0 1em;
}
#service_surface .service-plan .no-content-placeholder, #service_surface .service-summary .no-content-placeholder {
  color: #95989a;
}
#service_surface .service-plan .summary-item, #service_surface .service-summary .summary-item {
  padding-left: 2em;
}
#service_surface .service-plan div:not(.hymns) li > a:first-child,
#service_surface .service-summary li {
  display: block;
  height: 1.5em;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#service_surface .service-plan div:not(.hymns) li > a:first-child .number,
#service_surface .service-summary li .number {
  font-family: Oswald;
  font-size: 0.95em;
  font-weight: 300;
  color: rgba(41, 43, 44, 0.75);
  display: inline-block;
  width: 1.85em;
}
#service_surface .service-plan div.hymns > ol > li {
  display: flex;
  height: 1.5em;
  line-height: 1.5em;
  white-space: nowrap;
  margin: 0 -2.33rem;
  padding: 0 2.33rem;
}
#service_surface .service-plan div.hymns > ol > li .number {
  font-family: Oswald;
  font-size: 0.95em;
  font-weight: 300;
  color: rgba(41, 43, 44, 0.75);
  display: inline-block;
  width: 1.85em;
}
#service_surface #notes_printed {
  white-space: pre-wrap;
}
#service_surface .service-plan li.unplanned {
  background: #f6f7f7;
  margin: 0 -2.33rem;
  padding: 0 2.33rem;
  height: 1.5em;
  line-height: 1.5em;
}
#service_surface .service-plan div:not(.hymns) li > a:first-child {
  margin: 0 -2.33rem;
  padding: 0 2.33rem;
}
#service_surface .service-plan div:not(.hymns) li > a:first-child.active .number {
  color: rgba(255, 255, 255, 0.9);
}
#service_surface .service-plan div:not(.hymns) li > a:first-child:visited {
  color: #292b2c;
}
body:not(.disable-hover) #service_surface .service-plan div:not(.hymns) li > a:first-child:not(.active):hover {
  background: rgba(77, 161, 230, 0.18);
  color: black;
}
#service_surface .service-plan div:not(.hymns) li > a:first-child.active {
  background: hsl(207, 75%, 60%);
  color: white;
}
#service_surface .service-plan div.hymns li > a.plan-hymn {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#service_surface .service-plan div.hymns li.active .number {
  color: rgba(255, 255, 255, 0.9);
}
#service_surface .service-plan div.hymns li, #service_surface .service-plan div.hymns li > a:visited {
  color: #292b2c;
}
body:not(.disable-hover) #service_surface .service-plan div.hymns li:not(.active):hover {
  background: rgba(77, 161, 230, 0.18);
}
body:not(.disable-hover) #service_surface .service-plan div.hymns li:not(.active):hover, body:not(.disable-hover) #service_surface .service-plan div.hymns li:not(.active):hover > a:not(.remove-hymn) {
  color: black;
}
#service_surface .service-plan div.hymns li.active {
  background: hsl(207, 75%, 60%);
}
#service_surface .service-plan div.hymns li.active, #service_surface .service-plan div.hymns li.active > a:not(.remove-hymn) {
  color: white;
}
#service_surface .service-plan li.unused::before {
  content: ".";
  color: transparent;
  display: block;
  background: hsl(359, 80%, 70%);
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  top: 0.6em;
  left: -0.8em;
}
#service_surface .service-plan .add-reading, #service_surface .service-plan .add-hymn, #service_surface .service-plan .add-psalm, #service_surface .service-plan .add-rite {
  display: inline-block;
  margin: 0.25rem 0;
  font-size: 0.8em;
}
#service_surface .service-plan .remove-reading, #service_surface .service-plan .remove-hymn, #service_surface .service-plan .remove-psalm, #service_surface .service-plan .remove-order-of-service, #service_surface .service-plan .remove-rite {
  display: inline-block;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
  position: absolute;
  left: -24px;
  top: 2px;
}
#service_surface .service-plan .remove-reading::before, #service_surface .service-plan .remove-hymn::before, #service_surface .service-plan .remove-psalm::before, #service_surface .service-plan .remove-order-of-service::before, #service_surface .service-plan .remove-rite::before {
  content: "×";
  font-weight: 400;
  color: #d0d1d2;
  display: inline-block;
  width: 1em;
  text-align: center;
}
body:not(.disable-hover) #service_surface .service-plan .remove-reading:hover, body:not(.disable-hover) #service_surface .service-plan .remove-hymn:hover, body:not(.disable-hover) #service_surface .service-plan .remove-psalm:hover, body:not(.disable-hover) #service_surface .service-plan .remove-order-of-service:hover, body:not(.disable-hover) #service_surface .service-plan .remove-rite:hover {
  background: rgba(208, 209, 210, 0.2);
}
body:not(.disable-hover) #service_surface .service-plan .remove-reading:hover::before, body:not(.disable-hover) #service_surface .service-plan .remove-hymn:hover::before, body:not(.disable-hover) #service_surface .service-plan .remove-psalm:hover::before, body:not(.disable-hover) #service_surface .service-plan .remove-order-of-service:hover::before, body:not(.disable-hover) #service_surface .service-plan .remove-rite:hover::before {
  color: #95989a;
}
#service_surface .service-plan .remove-reading.remove-hymn, #service_surface .service-plan .remove-hymn.remove-hymn, #service_surface .service-plan .remove-psalm.remove-hymn, #service_surface .service-plan .remove-order-of-service.remove-hymn, #service_surface .service-plan .remove-rite.remove-hymn {
  left: calc(2.33rem - 24px);
}
#service_surface .service-plan a.active + .remove-reading::before, #service_surface .service-plan a.active + .remove-psalm::before, #service_surface .service-plan a.active + .remove-order-of-service::before, #service_surface .service-plan a.active + .remove-rite::before {
  color: rgba(255, 255, 255, 0.8);
}
body:not(.disable-hover) #service_surface .service-plan a.active + .remove-reading:hover, body:not(.disable-hover) #service_surface .service-plan a.active + .remove-psalm:hover, body:not(.disable-hover) #service_surface .service-plan a.active + .remove-order-of-service:hover, body:not(.disable-hover) #service_surface .service-plan a.active + .remove-rite:hover {
  background: rgba(255, 255, 255, 0.2);
}
body:not(.disable-hover) #service_surface .service-plan a.active + .remove-reading:hover::before, body:not(.disable-hover) #service_surface .service-plan a.active + .remove-psalm:hover::before, body:not(.disable-hover) #service_surface .service-plan a.active + .remove-order-of-service:hover::before, body:not(.disable-hover) #service_surface .service-plan a.active + .remove-rite:hover::before {
  color: #ffffff;
}
#service_surface .service-plan li.active .remove-hymn::before {
  color: rgba(255, 255, 255, 0.8);
}
body:not(.disable-hover) #service_surface .service-plan li.active .remove-hymn:hover {
  background: rgba(255, 255, 255, 0.2);
}
body:not(.disable-hover) #service_surface .service-plan li.active .remove-hymn:hover::before {
  color: #ffffff;
}
body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-reading::before, body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-psalm::before, body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-order-of-service::before, body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-rite::before {
  color: hsl(207, 75%, 60%);
}
body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-reading:hover, body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-psalm:hover, body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-order-of-service:hover, body:not(.disable-hover) #service_surface .service-plan a:not(.active):hover + .remove-rite:hover {
  background: rgba(77, 161, 230, 0.2);
}
body:not(.disable-hover) #service_surface .service-plan li:not(.active):hover .remove-hymn::before {
  color: hsl(207, 75%, 60%);
}
body:not(.disable-hover) #service_surface .service-plan li:not(.active):hover .remove-hymn:hover {
  background: rgba(77, 161, 230, 0.2);
}
#service_surface .service-plan textarea {
  width: 100%;
  outline: none;
  margin: -0.375rem -0.75rem;
  font-family: inherit;
  font-size: inherit;
  resize: none;
}
#service_surface .service-plan textarea::placeholder {
  color: #acadaf;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
#service_surface .service-plan textarea:not(:focus) {
  border-color: transparent;
}
#service_surface .service-plan #notes_printed {
  display: none;
}
#service_surface .actions {
  margin-top: 2em;
  font-size: 0.8em;
}
#service_surface .actions p {
  margin: 0;
}
#service_surface .actions p + p {
  margin-top: 0.5em;
}

@media (min-width: 600px) {
  #service_surface .service-plan a:not(.active) + .remove-reading, #service_surface .service-plan a:not(.active) + .remove-psalm, #service_surface .service-plan a:not(.active) + .remove-order-of-service, #service_surface .service-plan a:not(.active) + .remove-rite {
    display: none;
  }
  #service_surface .service-plan li:not(.active) .remove-hymn {
    display: none;
  }
}
h2.open-service-menu-hint {
  position: fixed;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}
h2.open-service-menu-hint.hidden {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body[data-route^="builder.share"] #preview_surface {
  background: transparent;
}
body[data-route^="builder.share"] #preview_surface .tab-control-tablist {
  border-bottom: none;
}
body[data-route^="builder.share"] #preview_surface .preview-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  padding: 2.66em;
  border: 1px solid #dedede;
}
body[data-route^="builder.share"] #inspector_surface .inspector {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
body[data-route^="builder.share"] #inspector_surface .inspector button {
  width: 100%;
}
body[data-route^="builder.share"] #inspector_surface .inspector p {
  margin-top: 1em;
}
body[data-route^="builder.share"] #inspector_surface .inspector-section {
  padding: 8px 12px;
  clear: both;
}
body[data-route^="builder.share"] #inspector_surface .inspector-section::after {
  content: "";
  display: table;
  clear: both;
}
body[data-route^="builder.share"] #inspector_surface .inspector-section h5, body[data-route^="builder.share"] #inspector_surface .inspector-section .section-title {
  display: block;
  margin: 0 0 1em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: #acadaf;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#usage_report_surface {
  background: white;
}
#usage_report_surface > div {
  padding: 2.66rem 2.33rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#usage_report_surface h1 {
  margin: 0 0 1rem;
}
#usage_report_surface .usage-report-date {
  display: block;
  font-size: 0.66em;
  color: #acadaf;
  font-weight: 400;
}
#usage_report_surface .usage-report-name {
  font-weight: 900;
}
#usage_report_surface .services {
  max-width: 33em;
  line-height: 1.466;
}
#usage_report_surface .services .icon-fa-exclamation-triangle {
  font-size: 0.8rem;
  color: hsl(359, 100%, 70%);
}
#usage_report_surface .services .service {
  margin: 2em 0;
}
#usage_report_surface .services .service h5 {
  font-size: 0.83em;
  margin: 0;
  color: #acadaf;
  font-weight: 400;
  margin: 0 0 -0.25em;
}
#usage_report_surface .services .service h3 {
  font-size: 1.17em;
  margin: 0 0 0.8547008547em 0;
  font-weight: 700;
}
#usage_report_surface .services .service h3 > a {
  text-decoration: none;
  border-bottom: none;
}
#usage_report_surface .services .service h3 + h5 {
  margin: -1.5060240964em 0 1.2048192771em 0;
}
#usage_report_surface .services .service ol {
  margin: 0;
  padding: 0;
}
#usage_report_surface .services .service li {
  display: block;
  position: relative;
  margin: 0.75em 0;
  line-height: 1;
}
#usage_report_surface .services .service li .package-name {
  display: block;
}
#usage_report_surface .actions {
  margin-top: 2em;
  font-size: 0.8em;
}
#usage_report_surface .actions p {
  margin: 0;
}
#usage_report_surface .actions p + p {
  margin-top: 0.5em;
}
#usage_report_surface .submission-error-summary {
  display: inline-block;
  width: max-content;
}
#usage_report_surface .submission-error-summary i {
  padding-right: 5px;
}
#usage_report_surface .submission-error-summary h4 {
  display: inline-block;
}
#usage_report_surface .reset-usage-help-text {
  margin: 0;
  margin-bottom: 0.5rem;
}
#usage_report_surface .usage-report-service-error {
  margin-top: 1rem;
}
#usage_report_surface .fix-usage-help-text {
  margin-left: 0.5rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@media (min-width: 600px) {
  .fullscreen-modal-header {
    z-index: 11;
  }
  .fullscreen-modal-header .worship-resource-switcher {
    flex-grow: 1;
  }
  .fullscreen-modal-header .worship-resource-switcher .dropdown-toggle .caret {
    margin-top: 20px;
    margin-bottom: 10px;
    border-width: 6px;
  }
  .fullscreen-modal-header .worship-resource-switcher .dropdown-menu {
    right: auto;
    left: 0;
  }
}
#prayer_surface > div,
#hymn_surface > div,
#psalm_surface > div,
#liturgy_surface > div,
#liturgy_element_surface > div,
#template_surface > div,
#common_element_surface > div,
#channel_element_surface > div,
#holiday_editor_surface > div,
#proper_content_surface > div {
  overflow: visible;
}
#prayer_surface .compound-tabline,
#hymn_surface .compound-tabline,
#psalm_surface .compound-tabline,
#liturgy_surface .compound-tabline,
#liturgy_element_surface .compound-tabline,
#template_surface .compound-tabline,
#common_element_surface .compound-tabline,
#channel_element_surface .compound-tabline,
#holiday_editor_surface .compound-tabline,
#proper_content_surface .compound-tabline {
  margin-top: -26px;
}
#prayer_surface .tab-control-tablist,
#prayer_surface .tab-control-button,
#hymn_surface .tab-control-tablist,
#hymn_surface .tab-control-button,
#psalm_surface .tab-control-tablist,
#psalm_surface .tab-control-button,
#liturgy_surface .tab-control-tablist,
#liturgy_surface .tab-control-button,
#liturgy_element_surface .tab-control-tablist,
#liturgy_element_surface .tab-control-button,
#template_surface .tab-control-tablist,
#template_surface .tab-control-button,
#common_element_surface .tab-control-tablist,
#common_element_surface .tab-control-button,
#channel_element_surface .tab-control-tablist,
#channel_element_surface .tab-control-button,
#holiday_editor_surface .tab-control-tablist,
#holiday_editor_surface .tab-control-button,
#proper_content_surface .tab-control-tablist,
#proper_content_surface .tab-control-button {
  font-size: 0.88rem;
}
#prayer_surface .tab-control-button,
#hymn_surface .tab-control-button,
#psalm_surface .tab-control-button,
#liturgy_surface .tab-control-button,
#liturgy_element_surface .tab-control-button,
#template_surface .tab-control-button,
#common_element_surface .tab-control-button,
#channel_element_surface .tab-control-button,
#holiday_editor_surface .tab-control-button,
#proper_content_surface .tab-control-button {
  display: flex;
  align-items: flex-end;
}
#prayer_surface .tab-control-button > *,
#hymn_surface .tab-control-button > *,
#psalm_surface .tab-control-button > *,
#liturgy_surface .tab-control-button > *,
#liturgy_element_surface .tab-control-button > *,
#template_surface .tab-control-button > *,
#common_element_surface .tab-control-button > *,
#channel_element_surface .tab-control-button > *,
#holiday_editor_surface .tab-control-button > *,
#proper_content_surface .tab-control-button > * {
  padding: 0 0.66em 0.33em;
  border-bottom: 3px solid transparent;
}
#prayer_surface .tab-control-button .dropdown-toggle,
#hymn_surface .tab-control-button .dropdown-toggle,
#psalm_surface .tab-control-button .dropdown-toggle,
#liturgy_surface .tab-control-button .dropdown-toggle,
#liturgy_element_surface .tab-control-button .dropdown-toggle,
#template_surface .tab-control-button .dropdown-toggle,
#common_element_surface .tab-control-button .dropdown-toggle,
#channel_element_surface .tab-control-button .dropdown-toggle,
#holiday_editor_surface .tab-control-button .dropdown-toggle,
#proper_content_surface .tab-control-button .dropdown-toggle {
  white-space: nowrap;
}
#prayer_surface .liturgy-editor-wrapper .compound-tabline,
#hymn_surface .liturgy-editor-wrapper .compound-tabline,
#psalm_surface .liturgy-editor-wrapper .compound-tabline,
#liturgy_surface .liturgy-editor-wrapper .compound-tabline,
#liturgy_element_surface .liturgy-editor-wrapper .compound-tabline,
#template_surface .liturgy-editor-wrapper .compound-tabline,
#common_element_surface .liturgy-editor-wrapper .compound-tabline,
#channel_element_surface .liturgy-editor-wrapper .compound-tabline,
#holiday_editor_surface .liturgy-editor-wrapper .compound-tabline,
#proper_content_surface .liturgy-editor-wrapper .compound-tabline {
  justify-content: start;
}
#prayer_surface .content-package-editor,
#hymn_surface .content-package-editor,
#psalm_surface .content-package-editor,
#liturgy_surface .content-package-editor,
#liturgy_element_surface .content-package-editor,
#template_surface .content-package-editor,
#common_element_surface .content-package-editor,
#channel_element_surface .content-package-editor,
#holiday_editor_surface .content-package-editor,
#proper_content_surface .content-package-editor {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 16px;
}
#prayer_surface .content-package-editor .tab-control,
#hymn_surface .content-package-editor .tab-control,
#psalm_surface .content-package-editor .tab-control,
#liturgy_surface .content-package-editor .tab-control,
#liturgy_element_surface .content-package-editor .tab-control,
#template_surface .content-package-editor .tab-control,
#common_element_surface .content-package-editor .tab-control,
#channel_element_surface .content-package-editor .tab-control,
#holiday_editor_surface .content-package-editor .tab-control,
#proper_content_surface .content-package-editor .tab-control {
  height: 100%;
}
#prayer_surface .content-package-editor .tab-control-tablist,
#hymn_surface .content-package-editor .tab-control-tablist,
#psalm_surface .content-package-editor .tab-control-tablist,
#liturgy_surface .content-package-editor .tab-control-tablist,
#liturgy_element_surface .content-package-editor .tab-control-tablist,
#template_surface .content-package-editor .tab-control-tablist,
#common_element_surface .content-package-editor .tab-control-tablist,
#channel_element_surface .content-package-editor .tab-control-tablist,
#holiday_editor_surface .content-package-editor .tab-control-tablist,
#proper_content_surface .content-package-editor .tab-control-tablist {
  border-bottom: none;
}
#prayer_surface .content-package-editor .tab-control-content,
#hymn_surface .content-package-editor .tab-control-content,
#psalm_surface .content-package-editor .tab-control-content,
#liturgy_surface .content-package-editor .tab-control-content,
#liturgy_element_surface .content-package-editor .tab-control-content,
#template_surface .content-package-editor .tab-control-content,
#common_element_surface .content-package-editor .tab-control-content,
#channel_element_surface .content-package-editor .tab-control-content,
#holiday_editor_surface .content-package-editor .tab-control-content,
#proper_content_surface .content-package-editor .tab-control-content {
  background: white;
  border-top: 0;
  flex-grow: 1;
  display: flex;
  min-height: 0;
}
#prayer_surface .content-package-editor .content-editor,
#hymn_surface .content-package-editor .content-editor,
#psalm_surface .content-package-editor .content-editor,
#liturgy_surface .content-package-editor .content-editor,
#liturgy_element_surface .content-package-editor .content-editor,
#template_surface .content-package-editor .content-editor,
#common_element_surface .content-package-editor .content-editor,
#channel_element_surface .content-package-editor .content-editor,
#holiday_editor_surface .content-package-editor .content-editor,
#proper_content_surface .content-package-editor .content-editor {
  flex-grow: 1;
  border: 1px solid #dedede;
}
#prayer_surface .content-package-editor .content-editor .lsb-wysiwyg,
#hymn_surface .content-package-editor .content-editor .lsb-wysiwyg,
#psalm_surface .content-package-editor .content-editor .lsb-wysiwyg,
#liturgy_surface .content-package-editor .content-editor .lsb-wysiwyg,
#liturgy_element_surface .content-package-editor .content-editor .lsb-wysiwyg,
#template_surface .content-package-editor .content-editor .lsb-wysiwyg,
#common_element_surface .content-package-editor .content-editor .lsb-wysiwyg,
#channel_element_surface .content-package-editor .content-editor .lsb-wysiwyg,
#holiday_editor_surface .content-package-editor .content-editor .lsb-wysiwyg,
#proper_content_surface .content-package-editor .content-editor .lsb-wysiwyg {
  height: 100%;
}
#prayer_surface .content-package-editor .content-editor .stanzas-editor, #prayer_surface .content-package-editor .content-editor .sliced-music-editor,
#hymn_surface .content-package-editor .content-editor .stanzas-editor,
#hymn_surface .content-package-editor .content-editor .sliced-music-editor,
#psalm_surface .content-package-editor .content-editor .stanzas-editor,
#psalm_surface .content-package-editor .content-editor .sliced-music-editor,
#liturgy_surface .content-package-editor .content-editor .stanzas-editor,
#liturgy_surface .content-package-editor .content-editor .sliced-music-editor,
#liturgy_element_surface .content-package-editor .content-editor .stanzas-editor,
#liturgy_element_surface .content-package-editor .content-editor .sliced-music-editor,
#template_surface .content-package-editor .content-editor .stanzas-editor,
#template_surface .content-package-editor .content-editor .sliced-music-editor,
#common_element_surface .content-package-editor .content-editor .stanzas-editor,
#common_element_surface .content-package-editor .content-editor .sliced-music-editor,
#channel_element_surface .content-package-editor .content-editor .stanzas-editor,
#channel_element_surface .content-package-editor .content-editor .sliced-music-editor,
#holiday_editor_surface .content-package-editor .content-editor .stanzas-editor,
#holiday_editor_surface .content-package-editor .content-editor .sliced-music-editor,
#proper_content_surface .content-package-editor .content-editor .stanzas-editor,
#proper_content_surface .content-package-editor .content-editor .sliced-music-editor {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#toc_surface.toc-templates .category-title {
  display: none;
}

#tunes_surface,
#psalm_tones_surface,
#copyright_holders_surface,
#licenses_surface,
#license_surface,
#channels_surface,
#clients_surface {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#tunes_surface > div,
#psalm_tones_surface > div,
#copyright_holders_surface > div,
#licenses_surface > div,
#license_surface > div,
#channels_surface > div,
#clients_surface > div {
  width: 480px;
  align-self: center;
  font-size: 1.15em;
  padding: 0.5em 1em;
  overflow: visible;
}
#tunes_surface .tune-details,
#tunes_surface .copyright-holder-details,
#tunes_surface .covered-copyright-line,
#psalm_tones_surface .tune-details,
#psalm_tones_surface .copyright-holder-details,
#psalm_tones_surface .covered-copyright-line,
#copyright_holders_surface .tune-details,
#copyright_holders_surface .copyright-holder-details,
#copyright_holders_surface .covered-copyright-line,
#licenses_surface .tune-details,
#licenses_surface .copyright-holder-details,
#licenses_surface .covered-copyright-line,
#license_surface .tune-details,
#license_surface .copyright-holder-details,
#license_surface .covered-copyright-line,
#channels_surface .tune-details,
#channels_surface .copyright-holder-details,
#channels_surface .covered-copyright-line,
#clients_surface .tune-details,
#clients_surface .copyright-holder-details,
#clients_surface .covered-copyright-line {
  font-size: 0.75em;
  opacity: 0.66;
}
#tunes_surface .tune-details .tune-detail-name,
#tunes_surface .tune-details .copyright-holder-detail-name,
#tunes_surface .copyright-holder-details .tune-detail-name,
#tunes_surface .copyright-holder-details .copyright-holder-detail-name,
#tunes_surface .covered-copyright-line .tune-detail-name,
#tunes_surface .covered-copyright-line .copyright-holder-detail-name,
#psalm_tones_surface .tune-details .tune-detail-name,
#psalm_tones_surface .tune-details .copyright-holder-detail-name,
#psalm_tones_surface .copyright-holder-details .tune-detail-name,
#psalm_tones_surface .copyright-holder-details .copyright-holder-detail-name,
#psalm_tones_surface .covered-copyright-line .tune-detail-name,
#psalm_tones_surface .covered-copyright-line .copyright-holder-detail-name,
#copyright_holders_surface .tune-details .tune-detail-name,
#copyright_holders_surface .tune-details .copyright-holder-detail-name,
#copyright_holders_surface .copyright-holder-details .tune-detail-name,
#copyright_holders_surface .copyright-holder-details .copyright-holder-detail-name,
#copyright_holders_surface .covered-copyright-line .tune-detail-name,
#copyright_holders_surface .covered-copyright-line .copyright-holder-detail-name,
#licenses_surface .tune-details .tune-detail-name,
#licenses_surface .tune-details .copyright-holder-detail-name,
#licenses_surface .copyright-holder-details .tune-detail-name,
#licenses_surface .copyright-holder-details .copyright-holder-detail-name,
#licenses_surface .covered-copyright-line .tune-detail-name,
#licenses_surface .covered-copyright-line .copyright-holder-detail-name,
#license_surface .tune-details .tune-detail-name,
#license_surface .tune-details .copyright-holder-detail-name,
#license_surface .copyright-holder-details .tune-detail-name,
#license_surface .copyright-holder-details .copyright-holder-detail-name,
#license_surface .covered-copyright-line .tune-detail-name,
#license_surface .covered-copyright-line .copyright-holder-detail-name,
#channels_surface .tune-details .tune-detail-name,
#channels_surface .tune-details .copyright-holder-detail-name,
#channels_surface .copyright-holder-details .tune-detail-name,
#channels_surface .copyright-holder-details .copyright-holder-detail-name,
#channels_surface .covered-copyright-line .tune-detail-name,
#channels_surface .covered-copyright-line .copyright-holder-detail-name,
#clients_surface .tune-details .tune-detail-name,
#clients_surface .tune-details .copyright-holder-detail-name,
#clients_surface .copyright-holder-details .tune-detail-name,
#clients_surface .copyright-holder-details .copyright-holder-detail-name,
#clients_surface .covered-copyright-line .tune-detail-name,
#clients_surface .covered-copyright-line .copyright-holder-detail-name {
  font-weight: 900;
}
#tunes_surface .tune-details .tune-detail + .tune-detail-name, #tunes_surface .tune-details .tune-detail + .copyright-holder-detail-name,
#tunes_surface .tune-details .copyright-holder-detail + .tune-detail-name,
#tunes_surface .tune-details .copyright-holder-detail + .copyright-holder-detail-name,
#tunes_surface .copyright-holder-details .tune-detail + .tune-detail-name,
#tunes_surface .copyright-holder-details .tune-detail + .copyright-holder-detail-name,
#tunes_surface .copyright-holder-details .copyright-holder-detail + .tune-detail-name,
#tunes_surface .copyright-holder-details .copyright-holder-detail + .copyright-holder-detail-name,
#tunes_surface .covered-copyright-line .tune-detail + .tune-detail-name,
#tunes_surface .covered-copyright-line .tune-detail + .copyright-holder-detail-name,
#tunes_surface .covered-copyright-line .copyright-holder-detail + .tune-detail-name,
#tunes_surface .covered-copyright-line .copyright-holder-detail + .copyright-holder-detail-name,
#psalm_tones_surface .tune-details .tune-detail + .tune-detail-name,
#psalm_tones_surface .tune-details .tune-detail + .copyright-holder-detail-name,
#psalm_tones_surface .tune-details .copyright-holder-detail + .tune-detail-name,
#psalm_tones_surface .tune-details .copyright-holder-detail + .copyright-holder-detail-name,
#psalm_tones_surface .copyright-holder-details .tune-detail + .tune-detail-name,
#psalm_tones_surface .copyright-holder-details .tune-detail + .copyright-holder-detail-name,
#psalm_tones_surface .copyright-holder-details .copyright-holder-detail + .tune-detail-name,
#psalm_tones_surface .copyright-holder-details .copyright-holder-detail + .copyright-holder-detail-name,
#psalm_tones_surface .covered-copyright-line .tune-detail + .tune-detail-name,
#psalm_tones_surface .covered-copyright-line .tune-detail + .copyright-holder-detail-name,
#psalm_tones_surface .covered-copyright-line .copyright-holder-detail + .tune-detail-name,
#psalm_tones_surface .covered-copyright-line .copyright-holder-detail + .copyright-holder-detail-name,
#copyright_holders_surface .tune-details .tune-detail + .tune-detail-name,
#copyright_holders_surface .tune-details .tune-detail + .copyright-holder-detail-name,
#copyright_holders_surface .tune-details .copyright-holder-detail + .tune-detail-name,
#copyright_holders_surface .tune-details .copyright-holder-detail + .copyright-holder-detail-name,
#copyright_holders_surface .copyright-holder-details .tune-detail + .tune-detail-name,
#copyright_holders_surface .copyright-holder-details .tune-detail + .copyright-holder-detail-name,
#copyright_holders_surface .copyright-holder-details .copyright-holder-detail + .tune-detail-name,
#copyright_holders_surface .copyright-holder-details .copyright-holder-detail + .copyright-holder-detail-name,
#copyright_holders_surface .covered-copyright-line .tune-detail + .tune-detail-name,
#copyright_holders_surface .covered-copyright-line .tune-detail + .copyright-holder-detail-name,
#copyright_holders_surface .covered-copyright-line .copyright-holder-detail + .tune-detail-name,
#copyright_holders_surface .covered-copyright-line .copyright-holder-detail + .copyright-holder-detail-name,
#licenses_surface .tune-details .tune-detail + .tune-detail-name,
#licenses_surface .tune-details .tune-detail + .copyright-holder-detail-name,
#licenses_surface .tune-details .copyright-holder-detail + .tune-detail-name,
#licenses_surface .tune-details .copyright-holder-detail + .copyright-holder-detail-name,
#licenses_surface .copyright-holder-details .tune-detail + .tune-detail-name,
#licenses_surface .copyright-holder-details .tune-detail + .copyright-holder-detail-name,
#licenses_surface .copyright-holder-details .copyright-holder-detail + .tune-detail-name,
#licenses_surface .copyright-holder-details .copyright-holder-detail + .copyright-holder-detail-name,
#licenses_surface .covered-copyright-line .tune-detail + .tune-detail-name,
#licenses_surface .covered-copyright-line .tune-detail + .copyright-holder-detail-name,
#licenses_surface .covered-copyright-line .copyright-holder-detail + .tune-detail-name,
#licenses_surface .covered-copyright-line .copyright-holder-detail + .copyright-holder-detail-name,
#license_surface .tune-details .tune-detail + .tune-detail-name,
#license_surface .tune-details .tune-detail + .copyright-holder-detail-name,
#license_surface .tune-details .copyright-holder-detail + .tune-detail-name,
#license_surface .tune-details .copyright-holder-detail + .copyright-holder-detail-name,
#license_surface .copyright-holder-details .tune-detail + .tune-detail-name,
#license_surface .copyright-holder-details .tune-detail + .copyright-holder-detail-name,
#license_surface .copyright-holder-details .copyright-holder-detail + .tune-detail-name,
#license_surface .copyright-holder-details .copyright-holder-detail + .copyright-holder-detail-name,
#license_surface .covered-copyright-line .tune-detail + .tune-detail-name,
#license_surface .covered-copyright-line .tune-detail + .copyright-holder-detail-name,
#license_surface .covered-copyright-line .copyright-holder-detail + .tune-detail-name,
#license_surface .covered-copyright-line .copyright-holder-detail + .copyright-holder-detail-name,
#channels_surface .tune-details .tune-detail + .tune-detail-name,
#channels_surface .tune-details .tune-detail + .copyright-holder-detail-name,
#channels_surface .tune-details .copyright-holder-detail + .tune-detail-name,
#channels_surface .tune-details .copyright-holder-detail + .copyright-holder-detail-name,
#channels_surface .copyright-holder-details .tune-detail + .tune-detail-name,
#channels_surface .copyright-holder-details .tune-detail + .copyright-holder-detail-name,
#channels_surface .copyright-holder-details .copyright-holder-detail + .tune-detail-name,
#channels_surface .copyright-holder-details .copyright-holder-detail + .copyright-holder-detail-name,
#channels_surface .covered-copyright-line .tune-detail + .tune-detail-name,
#channels_surface .covered-copyright-line .tune-detail + .copyright-holder-detail-name,
#channels_surface .covered-copyright-line .copyright-holder-detail + .tune-detail-name,
#channels_surface .covered-copyright-line .copyright-holder-detail + .copyright-holder-detail-name,
#clients_surface .tune-details .tune-detail + .tune-detail-name,
#clients_surface .tune-details .tune-detail + .copyright-holder-detail-name,
#clients_surface .tune-details .copyright-holder-detail + .tune-detail-name,
#clients_surface .tune-details .copyright-holder-detail + .copyright-holder-detail-name,
#clients_surface .copyright-holder-details .tune-detail + .tune-detail-name,
#clients_surface .copyright-holder-details .tune-detail + .copyright-holder-detail-name,
#clients_surface .copyright-holder-details .copyright-holder-detail + .tune-detail-name,
#clients_surface .copyright-holder-details .copyright-holder-detail + .copyright-holder-detail-name,
#clients_surface .covered-copyright-line .tune-detail + .tune-detail-name,
#clients_surface .covered-copyright-line .tune-detail + .copyright-holder-detail-name,
#clients_surface .covered-copyright-line .copyright-holder-detail + .tune-detail-name,
#clients_surface .covered-copyright-line .copyright-holder-detail + .copyright-holder-detail-name {
  margin-left: 1em;
}
#tunes_surface .inline-editable,
#psalm_tones_surface .inline-editable,
#copyright_holders_surface .inline-editable,
#licenses_surface .inline-editable,
#license_surface .inline-editable,
#channels_surface .inline-editable,
#clients_surface .inline-editable {
  margin: 0;
  padding: 0;
}
#tunes_surface .inline-editable.editing,
#psalm_tones_surface .inline-editable.editing,
#copyright_holders_surface .inline-editable.editing,
#licenses_surface .inline-editable.editing,
#license_surface .inline-editable.editing,
#channels_surface .inline-editable.editing,
#clients_surface .inline-editable.editing {
  border-left: 0.25em solid #e4e4e4;
}
#tunes_surface .inline-editable.editing .field label,
#psalm_tones_surface .inline-editable.editing .field label,
#copyright_holders_surface .inline-editable.editing .field label,
#licenses_surface .inline-editable.editing .field label,
#license_surface .inline-editable.editing .field label,
#channels_surface .inline-editable.editing .field label,
#clients_surface .inline-editable.editing .field label {
  display: block;
  font-weight: 900;
  color: #505253;
}
#tunes_surface .inline-editable.editing .field input,
#psalm_tones_surface .inline-editable.editing .field input,
#copyright_holders_surface .inline-editable.editing .field input,
#licenses_surface .inline-editable.editing .field input,
#license_surface .inline-editable.editing .field input,
#channels_surface .inline-editable.editing .field input,
#clients_surface .inline-editable.editing .field input {
  width: 100%;
}
#tunes_surface .inline-editable.editing .field + .field,
#psalm_tones_surface .inline-editable.editing .field + .field,
#copyright_holders_surface .inline-editable.editing .field + .field,
#licenses_surface .inline-editable.editing .field + .field,
#license_surface .inline-editable.editing .field + .field,
#channels_surface .inline-editable.editing .field + .field,
#clients_surface .inline-editable.editing .field + .field {
  margin-top: 1.25em;
}
#tunes_surface .inline-editable .inline-editable-show > div,
#tunes_surface .inline-editable .inline-editable-edit > div,
#psalm_tones_surface .inline-editable .inline-editable-show > div,
#psalm_tones_surface .inline-editable .inline-editable-edit > div,
#copyright_holders_surface .inline-editable .inline-editable-show > div,
#copyright_holders_surface .inline-editable .inline-editable-edit > div,
#licenses_surface .inline-editable .inline-editable-show > div,
#licenses_surface .inline-editable .inline-editable-edit > div,
#license_surface .inline-editable .inline-editable-show > div,
#license_surface .inline-editable .inline-editable-edit > div,
#channels_surface .inline-editable .inline-editable-show > div,
#channels_surface .inline-editable .inline-editable-edit > div,
#clients_surface .inline-editable .inline-editable-show > div,
#clients_surface .inline-editable .inline-editable-edit > div {
  padding: 0.5em;
}
#tunes_surface .flex-row,
#psalm_tones_surface .flex-row,
#copyright_holders_surface .flex-row,
#licenses_surface .flex-row,
#license_surface .flex-row,
#channels_surface .flex-row,
#clients_surface .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#tunes_surface .flex-row .flex-shrink,
#psalm_tones_surface .flex-row .flex-shrink,
#copyright_holders_surface .flex-row .flex-shrink,
#licenses_surface .flex-row .flex-shrink,
#license_surface .flex-row .flex-shrink,
#channels_surface .flex-row .flex-shrink,
#clients_surface .flex-row .flex-shrink {
  flex-shrink: 1;
  overflow: hidden;
}
#tunes_surface .flex-row * + *,
#psalm_tones_surface .flex-row * + *,
#copyright_holders_surface .flex-row * + *,
#licenses_surface .flex-row * + *,
#license_surface .flex-row * + *,
#channels_surface .flex-row * + *,
#clients_surface .flex-row * + * {
  margin-left: 1em;
}
#tunes_surface .insertion-point-wrapper .insertion-point::before,
#psalm_tones_surface .insertion-point-wrapper .insertion-point::before,
#copyright_holders_surface .insertion-point-wrapper .insertion-point::before,
#licenses_surface .insertion-point-wrapper .insertion-point::before,
#license_surface .insertion-point-wrapper .insertion-point::before,
#channels_surface .insertion-point-wrapper .insertion-point::before,
#clients_surface .insertion-point-wrapper .insertion-point::before {
  margin-left: 1.5em;
  width: calc(100% - 2.5em);
}
#tunes_surface pre,
#psalm_tones_surface pre,
#copyright_holders_surface pre,
#licenses_surface pre,
#license_surface pre,
#channels_surface pre,
#clients_surface pre {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#tunes_surface pre.client-token,
#psalm_tones_surface pre.client-token,
#copyright_holders_surface pre.client-token,
#licenses_surface pre.client-token,
#license_surface pre.client-token,
#channels_surface pre.client-token,
#clients_surface pre.client-token {
  margin-left: 0;
}
#tunes_surface .client-name,
#psalm_tones_surface .client-name,
#copyright_holders_surface .client-name,
#licenses_surface .client-name,
#license_surface .client-name,
#channels_surface .client-name,
#clients_surface .client-name {
  font-weight: 900;
}

#license_surface h2 {
  margin-top: 1em;
}
#license_surface .ember-power-select-trigger {
  flex-grow: 1;
  white-space: nowrap;
}
#license_surface .covered-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.5em 0;
}
#license_surface .covered-copyright button {
  margin-left: 0.5em;
}
#license_surface .license-add-date-batch {
  display: flex;
  flex-direction: row;
}
#license_surface .license-add-date-batch .ember-basic-dropdown-trigger {
  flex-grow: 1;
}
#license_surface .license-add-date-batch button {
  margin-left: 0.5em;
}

body[data-route^="publisher.global.licenses"] .ember-power-select-dropdown {
  max-width: inherit;
}
body[data-route^="publisher.global.licenses"] .ember-power-calendar-days button,
body[data-route^="publisher.global.licenses"] .ember-power-calendar-nav button {
  border-radius: 4px;
}
body[data-route^="publisher.global.licenses"] .ember-power-calendar-days button:hover,
body[data-route^="publisher.global.licenses"] .ember-power-calendar-nav button:hover {
  background-color: hsl(207, 75%, 60%);
  color: white;
}
body[data-route^="publisher.global.licenses"] .ember-power-calendar-days button.ember-power-calendar-day,
body[data-route^="publisher.global.licenses"] .ember-power-calendar-nav button.ember-power-calendar-day {
  padding: 0.8em;
}

.new-content-dropdown-menu a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.new-content-dropdown-menu a img.content-type {
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  position: relative;
  left: -4px;
}
.new-content-dropdown-menu a img.content-type[src="/text.svg"] {
  top: -2px;
  left: -2px;
}
.new-content-dropdown-menu a img.content-type[src="/setting.svg"] {
  top: -1px;
}
.new-content-dropdown-menu a .content-format {
  opacity: 0.6;
  font-weight: 600;
  font-size: 0.75em;
  margin-left: 2em;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

#bible_surface {
  overflow-y: auto;
  bottom: 0;
}
#bible_surface > div {
  width: 30rem;
  align-self: center;
  padding: 3em 0.5em 0;
  overflow: visible;
}
#bible_surface .pericope-lookup {
  display: flex;
}
#bible_surface .pericope-lookup input {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  flex-grow: 1;
}
#bible_surface .pericope-lookup button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#bible_surface .pericope-lookup input:focus, #bible_surface .pericope-lookup button:focus {
  z-index: 1;
}
#bible_surface .bible-verse {
  display: grid;
  margin: 2.33rem 0;
  grid-template-columns: 4rem auto;
  grid-template-areas: "verse fields" "nothing buttons";
}
#bible_surface .bible-verse h3 {
  grid-area: verse;
  padding: 0.175rem 0;
  line-height: 1.75;
  margin: 0;
  font-family: Oswald;
}
#bible_surface .bible-verse .fields {
  grid-area: fields;
  display: flex;
  flex-direction: column;
}
#bible_surface .bible-verse .fields .field {
  position: relative;
  display: flex;
}
#bible_surface .bible-verse .fields .field.field-changed input, #bible_surface .bible-verse .fields .field.field-changed textarea {
  border-color: black;
  z-index: 1;
}
#bible_surface .bible-verse .fields .field input, #bible_surface .bible-verse .fields .field textarea {
  flex-grow: 1;
  width: 100%;
  margin-bottom: -1px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
#bible_surface .bible-verse .fields .field input:focus, #bible_surface .bible-verse .fields .field textarea:focus {
  z-index: 2;
}
#bible_surface .bible-verse .fields .field label {
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
  color: #d0d1d2;
  font-size: 0.75em;
  z-index: 3;
}
#bible_surface .bible-verse .fields .field.field-top input {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#bible_surface .bible-verse .fields .field.field-bottom input {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#bible_surface .bible-verse .buttons {
  grid-area: buttons;
  text-align: right;
  margin: 0.5rem 0 0 0;
  display: flex;
  justify-content: space-between;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@media only screen and (max-width: 599px) {
  body[data-route="publisher.hymnal"] #books_surface,
  body[data-route="publisher.lectionary"] #books_surface,
  body[data-route="publisher.bible"] #books_surface {
    left: -100%;
  }
  body[data-route="publisher.hymnal"] #book_surface,
  body[data-route="publisher.lectionary"] #book_surface,
  body[data-route="publisher.bible"] #book_surface {
    left: 0;
  }
  body[data-route="publisher.hymnal.hymns"] #books_surface,
  body[data-route="publisher.hymnal.liturgies"] #books_surface,
  body[data-route="publisher.hymnal.prayers"] #books_surface,
  body[data-route="publisher.hymnal.psalms"] #books_surface,
  body[data-route="publisher.lectionary.holidays"] #books_surface {
    left: -200%;
  }
  body[data-route="publisher.hymnal.hymns"] #book_surface,
  body[data-route="publisher.hymnal.liturgies"] #book_surface,
  body[data-route="publisher.hymnal.prayers"] #book_surface,
  body[data-route="publisher.hymnal.psalms"] #book_surface,
  body[data-route="publisher.lectionary.holidays"] #book_surface {
    left: -100%;
  }
  body[data-route="publisher.hymnal.hymns"] #toc_surface,
  body[data-route="publisher.hymnal.liturgies"] #toc_surface,
  body[data-route="publisher.hymnal.prayers"] #toc_surface,
  body[data-route="publisher.hymnal.psalms"] #toc_surface,
  body[data-route="publisher.lectionary.holidays"] #toc_surface {
    left: 0;
  }
  body[data-route="publisher.hymnal.hymns.hymn"] #books_surface,
  body[data-route="publisher.hymnal.liturgies.liturgy"] #books_surface,
  body[data-route="publisher.hymnal.prayers.prayer"] #books_surface,
  body[data-route="publisher.hymnal.psalms.psalm"] #books_surface,
  body[data-route="publisher.lectionary.holidays.holiday"] #books_surface {
    left: -300%;
  }
  body[data-route="publisher.hymnal.hymns.hymn"] #book_surface,
  body[data-route="publisher.hymnal.liturgies.liturgy"] #book_surface,
  body[data-route="publisher.hymnal.prayers.prayer"] #book_surface,
  body[data-route="publisher.hymnal.psalms.psalm"] #book_surface,
  body[data-route="publisher.lectionary.holidays.holiday"] #book_surface {
    left: -200%;
  }
  body[data-route="publisher.hymnal.hymns.hymn"] #toc_surface,
  body[data-route="publisher.hymnal.liturgies.liturgy"] #toc_surface,
  body[data-route="publisher.hymnal.prayers.prayer"] #toc_surface,
  body[data-route="publisher.hymnal.psalms.psalm"] #toc_surface,
  body[data-route="publisher.lectionary.holidays.holiday"] #toc_surface {
    left: -100%;
  }
}
@media (min-width: 600px) {
  body[data-route^=publisher] .surface.surface-inspector {
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.08), -1px 0 0 rgba(0, 0, 0, 0.05);
    width: 33%;
    z-index: 11;
  }
  body[data-route^=publisher] .surface.surface-inspector::before {
    content: ".";
    color: transparent;
    position: absolute;
    left: -6px;
    top: 0;
    right: -6px;
    z-index: 10;
    box-shadow: inset 0px 3px 3px -2px rgba(0, 0, 0, 0.09);
    pointer-events: none;
  }
  body[data-route^=publisher] .surface.naked-surface-inspector {
    width: 33%;
    z-index: 11;
  }
  body[data-route^=publisher] .surface.surface-toolbar {
    z-index: 12;
    border-bottom: 1px solid #ccc;
  }
  body[data-route^=publisher] .surface.surface-toolbar, body[data-route^=publisher] .surface.surface-toolbar > div {
    overflow: visible;
  }
  body[data-route^=publisher] .surface.surface-inspector + body[data-route^=publisher] .surface.surface-inspector {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.13);
  }
  body[data-route^=publisher] #toc_surface {
    left: 16px;
    width: 240px;
  }
  body[data-route^="publisher.hymnal.hymns"] #books_surface,
  body[data-route^="publisher.hymnal.liturgies"] #books_surface,
  body[data-route^="publisher.hymnal.prayers"] #books_surface,
  body[data-route^="publisher.hymnal.psalms"] #books_surface,
  body[data-route="publisher.bible"] #books_surface {
    left: -240px;
    width: 240px;
  }
  body[data-route^="publisher.hymnal.liturgies.liturgy.liturgy-element.content"] #toc_surface {
    left: -240px;
  }
  body[data-route^="publisher.hymnal.liturgies.liturgy.liturgy-element.content"] #liturgy_surface {
    width: 272px;
    padding-left: 0;
    padding-right: 0;
  }
  body[data-route^="publisher.lectionary.holidays.holiday.proper.content"] #toc_surface {
    left: -240px;
  }
  body[data-route^="publisher.lectionary.holidays.holiday.proper.content"] #holiday_editor_surface {
    width: 272px;
    padding-left: 0;
    padding-right: 0;
  }
  body[data-route="publisher.lectionary.holidays"] #books_surface,
  body[data-route="publisher.global.common-elements"] #books_surface,
  body[data-route="publisher.global.templates"] #books_surface {
    left: -240px;
    width: 240px;
  }
  body[data-route="publisher.lectionary.holidays.holiday"] #books_surface {
    left: -240px;
    width: 240px;
  }
  body[data-route="publisher.global.tunes"] #books_surface,
  body[data-route="publisher.global.copyright-holders"] #books_surface,
  body[data-route="publisher.global.psalm-tones"] #books_surface,
  body[data-route="publisher.global.licenses"] #books_surface,
  body[data-route="publisher.global.licenses.license"] #books_surface,
  body[data-route="publisher.channels"] #books_surface {
    left: -240px;
    width: 240px;
  }
  body[data-route="publisher.global.tunes"] #tunes_surface,
  body[data-route="publisher.global.tunes"] #copyright_holders_surface,
  body[data-route="publisher.global.tunes"] #psalm_tones_surface,
  body[data-route="publisher.global.tunes"] #licenses_surface,
  body[data-route="publisher.global.tunes"] #license_surface,
  body[data-route="publisher.global.tunes"] #channels_surface,
  body[data-route="publisher.global.copyright-holders"] #tunes_surface,
  body[data-route="publisher.global.copyright-holders"] #copyright_holders_surface,
  body[data-route="publisher.global.copyright-holders"] #psalm_tones_surface,
  body[data-route="publisher.global.copyright-holders"] #licenses_surface,
  body[data-route="publisher.global.copyright-holders"] #license_surface,
  body[data-route="publisher.global.copyright-holders"] #channels_surface,
  body[data-route="publisher.global.psalm-tones"] #tunes_surface,
  body[data-route="publisher.global.psalm-tones"] #copyright_holders_surface,
  body[data-route="publisher.global.psalm-tones"] #psalm_tones_surface,
  body[data-route="publisher.global.psalm-tones"] #licenses_surface,
  body[data-route="publisher.global.psalm-tones"] #license_surface,
  body[data-route="publisher.global.psalm-tones"] #channels_surface,
  body[data-route="publisher.global.licenses"] #tunes_surface,
  body[data-route="publisher.global.licenses"] #copyright_holders_surface,
  body[data-route="publisher.global.licenses"] #psalm_tones_surface,
  body[data-route="publisher.global.licenses"] #licenses_surface,
  body[data-route="publisher.global.licenses"] #license_surface,
  body[data-route="publisher.global.licenses"] #channels_surface,
  body[data-route="publisher.global.licenses.license"] #tunes_surface,
  body[data-route="publisher.global.licenses.license"] #copyright_holders_surface,
  body[data-route="publisher.global.licenses.license"] #psalm_tones_surface,
  body[data-route="publisher.global.licenses.license"] #licenses_surface,
  body[data-route="publisher.global.licenses.license"] #license_surface,
  body[data-route="publisher.global.licenses.license"] #channels_surface,
  body[data-route="publisher.channels"] #tunes_surface,
  body[data-route="publisher.channels"] #copyright_holders_surface,
  body[data-route="publisher.channels"] #psalm_tones_surface,
  body[data-route="publisher.channels"] #licenses_surface,
  body[data-route="publisher.channels"] #license_surface,
  body[data-route="publisher.channels"] #channels_surface {
    left: 0;
    width: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body[data-route^=publisher] .surface h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.66em;
  line-height: 2.33;
  height: 3.75rem;
  font-weight: 900;
  padding: 0 0.5em;
  margin-bottom: 0;
}
body[data-route^=publisher] #prayer_surface,
body[data-route^=publisher] #hymn_surface,
body[data-route^=publisher] #psalm_surface,
body[data-route^=publisher] #liturgy_element_surface,
body[data-route^=publisher] #liturgy_surface,
body[data-route^=publisher] #common_element_surface,
body[data-route^=publisher] #template_surface,
body[data-route^=publisher] #metadata_surface,
body[data-route^=publisher] #channel_element_surface,
body[data-route^=publisher] #holiday_editor_surface,
body[data-route^=publisher] #proper_content_surface {
  padding-top: 3.75rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body[data-route^="publisher.channel.channel-elements"] #books_surface {
  left: -240px;
  width: 240px;
}
body[data-route^="publisher.channel.channel-elements"] #toc_surface .category-title {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body[data-route=publisher] #books_surface > div {
  padding: 1em;
}
body[data-route=publisher] #books_surface > div h4 {
  font-size: 1.5em;
}
body[data-route=publisher] #books_surface > div ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
body[data-route=publisher] #books_surface > div ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body[data-route=publisher] #books_surface > div ul li > ul {
  padding-left: 1em;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

body[data-route^=publisher] #holiday_editor_surface > div {
  display: flex;
  flex-direction: column;
  margin: 0 16px;
}
body[data-route^=publisher] #holiday_editor_surface .tab-control-tablist {
  border-bottom: none;
  margin-top: -23px;
}
body[data-route^=publisher] #holiday_editor_surface .tab-control-content {
  display: flex;
}
body[data-route^=publisher] #holiday_editor_surface .category-title {
  display: none;
}
body[data-route^=publisher] #holiday_editor_surface .list-box a.dropdown-toggle {
  padding-left: 5px;
  line-height: 2em;
}
body[data-route^=publisher] .event-bubble {
  box-sizing: content-box;
  display: inline-block;
  width: 0.2875em;
  border-radius: 2px;
  border: 1px solid transparent;
  height: 0.8125em;
  margin: 0 2px -1px 0;
}
body[data-route^=publisher] .event-bubble.transparent {
  background: none !important;
}
body[data-route^=publisher] .event-bubble.black {
  background: hsl(0, 0%, 31%);
}
body[data-route^=publisher] .event-bubble.blue {
  background: hsl(216, 77%, 54%);
}
body[data-route^=publisher] .event-bubble.green {
  background: hsl(99, 65%, 58%);
}
body[data-route^=publisher] .event-bubble.purple {
  background: hsl(282, 61%, 57%);
}
body[data-route^=publisher] .event-bubble.red {
  background: hsl(0, 84%, 64%);
}
body[data-route^=publisher] .event-bubble.white {
  background: #FFFFFF;
  border-color: #acadaf;
}
body[data-route^=publisher] .holiday-art {
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
}
body[data-route^=publisher] .ember-power-select-selected-item .holiday-art {
  margin: -0.5rem 0 -0.75rem;
  display: inline-block;
}
body[data-route^=publisher] .ember-power-select-option .holiday-art {
  display: block;
}
body[data-route^=publisher] .proper {
  display: flex;
  flex-direction: row;
}
body[data-route^=publisher] .proper i {
  font-style: normal;
  margin-left: 0.5em;
  opacity: 0.5;
}
body[data-route^=publisher] .suggestions-editor {
  margin-top: 1em;
}
body[data-route^=publisher] .suggestions-editor h3 {
  padding-left: 5px;
}
body[data-route^=publisher] .suggestions-editor h4, body[data-route^=publisher] .suggestions-editor .suggestion {
  padding-left: 20px;
}
body[data-route^=publisher] .suggestions-editor h4 {
  margin-top: 1em;
}
body[data-route^=publisher] .suggestions-editor .suggestion {
  padding-right: 20px;
  line-height: 2em;
  display: flex;
  flex-direction: row;
}
body[data-route^=publisher] .suggestions-editor .suggestion:hover {
  background: rgba(77, 161, 230, 0.18);
}
body[data-route^=publisher] .suggestions-editor .suggestion .hymn, body[data-route^=publisher] .suggestions-editor .suggestion .psalm {
  flex-grow: 1;
}

body[data-route^=publisher] {
  background: #f6f7f7;
}
body[data-route^=publisher] div:not(.fullscreen-modal) > header {
  background: hsl(215, 60%, 37%);
  color: rgba(255, 255, 255, 0.825);
  z-index: 1000;
  height: 44px;
  line-height: 44px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
}
body[data-route^=publisher] div:not(.fullscreen-modal) > header > a:not(.dropdown-toggle) {
  color: rgba(255, 255, 255, 0.825);
  display: inline-block;
  flex-grow: 1;
}
body[data-route^=publisher] div:not(.fullscreen-modal) > header > a:not(.dropdown-toggle):hover {
  border-bottom-color: transparent !important;
}
body[data-route^=publisher] footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 65px;
  padding: 16px 32px;
  background: #f6f7f7;
  display: flex;
  flex-direction: row;
}
body[data-route^=publisher] footer #footer_info {
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 6px;
  font-size: 0.8em;
}
body[data-route^=publisher] > .ember-view > .surface {
  top: 44px;
  bottom: 65px;
}
body[data-route^=publisher] .toc-container {
  display: flex;
  flex-direction: column;
}
body[data-route^=publisher] .toc-container .toc {
  flex-grow: 1;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@media print {
  textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: transparent !important;
  }
  textarea:-moz-placeholder, input:-moz-placeholder {
    color: transparent !important;
  }
  textarea::-moz-placeholder, input::-moz-placeholder {
    color: transparent !important;
  }
  textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: transparent !important;
  }
  textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    color: transparent !important;
  }
  textarea::placeholder, input::placeholder {
    color: transparent !important;
  }
  html,
  body,
  .liquid-container,
  .liquid-child,
  body > .ember-view,
  .fullscreen-modal {
    position: static !important;
    display: block !important;
    height: auto !important;
    overflow: auto !important;
  }
  .help-widget,
  .lsb-notifications,
  header {
    display: none !important;
  }
  .lsml.copyrighted > *, .lsml.copyrighted::before {
    display: none !important;
  }
  .lsml.copyrighted::after {
    content: "This content is copyrighted";
  }
  .scrollable {
    overflow-y: visible !important;
  }
  body[data-route="builder.view"] #preview_surface {
    display: none !important;
  }
  body[data-route="builder.search.preview"] .fullscreen-modal > .fullscreen-modal-header,
  body[data-route="builder.search.preview"] .fullscreen-modal > .fullscreen-modal-footer,
  body[data-route="builder.search.preview"] #search_surface {
    display: none !important;
  }
  body[data-route="builder.search.preview"] .fullscreen-modal {
    overflow: auto;
  }
  body[data-route="builder.search.preview"] .fullscreen-modal > .fullscreen-modal-body {
    padding: 0;
    overflow: visible;
  }
  body[data-route="builder.search.preview"] #preview_surface {
    display: block !important;
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    left: 0 !important;
    width: 100% !important;
  }
  body[data-route="builder.search.preview"] .package-preview {
    height: auto;
    overflow: auto;
    display: block;
  }
  body[data-route="builder.search.preview"] .package-preview .tab-control {
    height: auto;
    overflow: auto;
    display: block;
  }
  body[data-route="builder.search.preview"] .package-preview .tab-control-tablist {
    display: none !important;
  }
  body[data-route="builder.search.preview"] .package-preview .tab-control-content {
    border: none !important;
    padding: 0 !important;
  }
  body[data-route^="builder.app.calendar.service"],
  body[data-route^="builder.app.calendar.holiday"] {
    width: 8in;
  }
  body[data-route^="builder.app.calendar.service"] .surfaces div,
  body[data-route^="builder.app.calendar.holiday"] .surfaces div {
    display: block !important;
  }
  body[data-route^="builder.app.calendar.service"] .surface,
  body[data-route^="builder.app.calendar.holiday"] .surface {
    bottom: inherit;
    overflow: visible;
  }
  body[data-route^="builder.app.calendar.service"] .surface > div,
  body[data-route^="builder.app.calendar.holiday"] .surface > div {
    height: auto;
    overflow: visible;
  }
  body[data-route^="builder.app.calendar.service"] .surface::before,
  body[data-route^="builder.app.calendar.holiday"] .surface::before {
    box-shadow: none !important;
    display: none;
  }
  body[data-route^="builder.app.calendar.service"] .surface:not(#service_surface):not(#holiday_surface),
  body[data-route^="builder.app.calendar.holiday"] .surface:not(#service_surface):not(#holiday_surface) {
    display: none !important;
  }
  body[data-route^="builder.app.calendar.service"] .active,
  body[data-route^="builder.app.calendar.holiday"] .active {
    color: inherit !important;
    background: inherit !important;
  }
  body[data-route^="builder.app.calendar.service"] #service_surface,
  body[data-route^="builder.app.calendar.service"] #holiday_surface,
  body[data-route^="builder.app.calendar.holiday"] #service_surface,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface {
    position: relative;
    display: block;
    padding: 0.25in;
    padding-top: 0;
    width: 100%;
    z-index: 9001;
    background: white;
  }
  body[data-route^="builder.app.calendar.service"] #service_surface h1,
  body[data-route^="builder.app.calendar.service"] #holiday_surface h1,
  body[data-route^="builder.app.calendar.holiday"] #service_surface h1,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface h1 {
    margin-top: 0;
  }
  body[data-route^="builder.app.calendar.service"] #service_surface .tab-control-content,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .tab-control-content,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .tab-control-content,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .tab-control-content {
    flex-basis: auto;
    overflow-y: visible;
  }
  body[data-route^="builder.app.calendar.service"] #service_surface .service-plan .empty,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .service-plan .empty,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .service-plan .empty,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .service-plan .empty {
    display: none;
  }
  body[data-route^="builder.app.calendar.service"] #service_surface .service-plan textarea,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .service-plan textarea,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .service-plan textarea,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .service-plan textarea {
    display: none;
  }
  body[data-route^="builder.app.calendar.service"] #service_surface .service-plan #notes_printed,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .service-plan #notes_printed,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .service-plan #notes_printed,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .service-plan #notes_printed {
    display: block;
  }
  body[data-route^="builder.app.calendar.service"] #service_surface .links,
  body[data-route^="builder.app.calendar.service"] #service_surface .actions,
  body[data-route^="builder.app.calendar.service"] #service_surface .back-link,
  body[data-route^="builder.app.calendar.service"] #service_surface .tab-control-tablist,
  body[data-route^="builder.app.calendar.service"] #service_surface .delete-service,
  body[data-route^="builder.app.calendar.service"] #service_surface .remove-reading, body[data-route^="builder.app.calendar.service"] #service_surface .remove-hymn, body[data-route^="builder.app.calendar.service"] #service_surface .remove-psalm, body[data-route^="builder.app.calendar.service"] #service_surface .remove-rite, body[data-route^="builder.app.calendar.service"] #service_surface .remove-order-of-service,
  body[data-route^="builder.app.calendar.service"] #service_surface .add-reading, body[data-route^="builder.app.calendar.service"] #service_surface .add-hymn, body[data-route^="builder.app.calendar.service"] #service_surface .add-psalm, body[data-route^="builder.app.calendar.service"] #service_surface .add-rite,
  body[data-route^="builder.app.calendar.service"] #service_surface .btn-plan-service, body[data-route^="builder.app.calendar.service"] #service_surface #holiday_art,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .links,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .actions,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .back-link,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .tab-control-tablist,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .delete-service,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .remove-reading,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .remove-hymn,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .remove-psalm,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .remove-rite,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .remove-order-of-service,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .add-reading,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .add-hymn,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .add-psalm,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .add-rite,
  body[data-route^="builder.app.calendar.service"] #holiday_surface .btn-plan-service,
  body[data-route^="builder.app.calendar.service"] #holiday_surface #holiday_art,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .links,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .actions,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .back-link,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .tab-control-tablist,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .delete-service,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .remove-reading,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .remove-hymn,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .remove-psalm,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .remove-rite,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .remove-order-of-service,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .add-reading,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .add-hymn,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .add-psalm,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .add-rite,
  body[data-route^="builder.app.calendar.holiday"] #service_surface .btn-plan-service,
  body[data-route^="builder.app.calendar.holiday"] #service_surface #holiday_art,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .links,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .actions,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .back-link,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .tab-control-tablist,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .delete-service,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .remove-reading,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .remove-hymn,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .remove-psalm,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .remove-rite,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .remove-order-of-service,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .add-reading,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .add-hymn,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .add-psalm,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .add-rite,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface .btn-plan-service,
  body[data-route^="builder.app.calendar.holiday"] #holiday_surface #holiday_art {
    display: none !important;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@supports (margin-left: env(safe-area-inset-left)) {
  #calendar_surface.sidebar .event {
    padding-left: env(safe-area-inset-left);
  }
  .event-heading {
    padding-left: calc(14px + env(safe-area-inset-left)) !important;
  }
  #calendar_surface.fullscreen .calendar-animation.liquid-container {
    height: calc(100% - 86px - env(safe-area-inset-bottom));
    margin-bottom: env(safe-area-inset-bottom);
    margin-right: env(safe-area-inset-right);
    margin-left: env(safe-area-inset-left);
  }
  .calendar-grid.calendar-grid-headings {
    width: calc(100% - env(safe-area-inset-right) - env(safe-area-inset-left));
    margin-right: env(safe-area-inset-right);
    margin-left: env(safe-area-inset-left);
  }
  header {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
  }
  @media (min-width: 600px) {
    header {
      padding: env(safe-area-inset-top) calc(env(safe-area-inset-right) + 16px) 0 calc(env(safe-area-inset-left) + 16px);
    }
  }
  #presentation_surface .slide-list {
    min-width: calc(240px + env(safe-area-inset-left));
  }
  .inspector .search .search-results h4, .inspector .search .search-results .search-result, .inspector .search .search-results .search-modifier, .inspector .search .search-results .category-arranger-category .category-title {
    padding-right: calc(16px + env(safe-area-inset-right));
  }
  .inspector .other-reading {
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    padding-right: calc(16px + env(safe-area-inset-right));
  }
  .search-modifier {
    padding-right: env(safe-area-inset-right);
  }
  @media (min-width: 600px) {
    body[data-route="builder.app.calendar.holiday"] #calendar_surface,
    body[data-route^="builder.app.calendar.service"] #calendar_surface {
      width: calc(240px + env(safe-area-inset-left));
    }
    body[data-route^="builder.app.calendar.service.bulletin"] #calendar_surface,
    body[data-route^="builder.app.calendar.service.presentation"] #calendar_surface {
      left: calc(-100% + -240pxenv(safe-area-inset-left));
    }
    #service_surface,
    #holiday_surface {
      padding-left: calc(240px + env(safe-area-inset-left));
    }
  }
}
header.ribbon .app-logo svg {
  width: auto;
  height: 27px;
  margin: 8.5px 0;
  vertical-align: baseline;
}
header.ribbon .app-logo svg path {
  fill: rgba(255, 255, 255, 0.9);
}
header.ribbon .app-logo svg rect {
  fill: rgba(255, 255, 255, 0.7);
}

@media (min-width: 600px) {
  .surfaces .surface:not(.surface-inspector)::before {
    content: ".";
    color: transparent;
    position: absolute;
    left: -6px;
    top: 0;
    right: -6px;
    z-index: 10;
    box-shadow: inset 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }
  .surfaces .surface.surface-inspector::before {
    content: ".";
    color: transparent;
    position: absolute;
    left: -6px;
    top: 0;
    right: -6px;
    z-index: 10;
    box-shadow: inset 0px 3px 3px -2px rgba(0, 0, 0, 0.35);
    pointer-events: none;
  }
  .surfaces .surface-toolbar ~ .surface:not(.surface-inspector)::before {
    content: ".";
    color: transparent;
    position: absolute;
    left: -6px;
    top: 0;
    right: -6px;
    z-index: 10;
    box-shadow: inset 0px 5px 5px -2px rgba(0, 0, 0, 0.12);
    pointer-events: none;
  }
  .surfaces .surface-toolbar ~ .surface.surface-inspector::before {
    content: ".";
    color: transparent;
    position: absolute;
    left: -6px;
    top: 0;
    right: -6px;
    z-index: 10;
    box-shadow: inset 0px 3px 3px -2px rgba(0, 0, 0, 0.09);
    pointer-events: none;
  }
}
.order-of-service-selector {
  display: inline-block;
}