.avatar-component {
  background-color: #767676;
  color: white;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bold;
  vertical-align: middle;
  user-select: none; }

.header-component {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .2s linear box-shadow;
  background-color: #F7F7F9; }
  .header-component.has-image {
    color: white; }
  .header-component .header-gradient {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    color: white; }
    .header-component .header-gradient .bp3-button:not([class*="bp3-intent-"]), .header-component .header-gradient .bp3-button[class*="bp3-icon-"]::before {
      color: inherit; }
  .header-component .separator {
    color: inherit;
    padding: 0px 10px;
    font-size: 28px; }
  .header-component .header-items {
    height: 40px;
    display: flex;
    align-items: center; }
  .header-component .header-items-left {
    float: left; }
  .header-component .header-items-right {
    float: right;
    position: relative;
    left: 5px; }
  .header-component .headerLogo {
    height: 40px;
    display: block; }
  .header-component .headerTitle {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1px; }
  .header-component .avatar-button.bp3-button.bp3-large, .header-component .bp3-button.bp3-large.bp3-minimal {
    padding: 0px 5px; }
  .header-component a.bp3-button.bp3-large.bp3-minimal, .header-component button.bp3-button.bp3-large.bp3-minimal.nav-link {
    padding: 0px 10px; }
  .header-component .avatar-button {
    position: relative; }
  .header-component .community-header .logo {
    display: block;
    padding-top: 2em;
    max-width: 100%;
    max-height: 200px; }
  .header-component .community-header .title {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 85px; }
  .header-component .community-header .description {
    padding: 1em 0em 2em;
    font-size: 1.5em;
    font-size: 1.75em;
    font-weight: 200;
    max-width: 600px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 720px) {
  .header-component .hide-on-mobile {
    display: none; }
  .header-component .community-header .description {
    max-width: 100%; } }

@media print {
  .header-component .header-items-right {
    display: none; } }

@charset "UTF-8";
.footer-component {
  padding: 2.5em 0; }
  .footer-component .col-12 {
    display: flex; }
  .footer-component .bp3-input-group {
    margin-top: .25em; }
  .footer-component .left .title {
    display: flex;
    align-items: center; }
    .footer-component .left .title a {
      flex: 1 1 auto; }
    .footer-component .left .title img.logo {
      max-width: 100px;
      height: auto; }
  .footer-component .right {
    text-align: right;
    flex: 1 1 auto; }
    .footer-component .right .title {
      font-size: 18px;
      font-weight: 800; }
  .footer-component .social-list {
    width: auto; }
    .footer-component .social-list li {
      display: inline-block;
      margin-left: 0.75em; }
  .footer-component ul {
    margin: 0px;
    padding: 0px; }
    .footer-component ul.separated {
      padding: 1em 0em; }
      .footer-component ul.separated li:not(:last-child):after {
        content: "·";
        display: inline-block;
        padding: 0em 0.75em; }
    .footer-component ul li {
      display: inline-block;
      position: relative; }
  .footer-component li {
    text-decoration: inherit;
    display: block; }
  .footer-component.base-pubpub {
    border-top: 1px solid #CCC; }
    .footer-component.base-pubpub .title {
      display: none; }

@media only screen and (max-width: 720px) {
  /* Used to be 45em */
  .footer-component {
    text-align: center;
    font-size: 18px; }
    .footer-component .col-12 {
      display: flex;
      flex-direction: column-reverse; }
    .footer-component .left .title {
      flex-direction: column; }
      .footer-component .left .title a {
        margin-bottom: 1em; }
    .footer-component .right {
      border-bottom: 1px solid white;
      text-align: center;
      margin-bottom: 2em;
      padding-bottom: 2em; }
    .footer-component .social-list li {
      margin: 0em 0.5em; } }

@media print {
  .footer-component {
    display: none; } }

.nav-bar-component {
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .nav-bar-component a, .nav-bar-component .dropdown {
    margin-right: 2em;
    display: inline-block;
    height: 40px;
    user-select: none;
    cursor: pointer; }
  .nav-bar-component .row [class^="col"] {
    margin-top: 0em;
    margin-bottom: 0em; }
  .nav-bar-component .col-12 {
    display: flex; }
  .nav-bar-component ul.nav-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 90px;
    line-height: 40px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    flex-grow: 1;
    flex-shrink: 1; }
  .nav-bar-component ul.social-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 90px;
    line-height: 40px;
    white-space: nowrap; }
    .nav-bar-component ul.social-list a {
      margin: 0em 0em 0em 1em; }
      .nav-bar-component ul.social-list a:first-of-type {
        margin-left: 2em; }
  .nav-bar-component li {
    text-transform: uppercase;
    text-decoration: inherit; }
    .nav-bar-component li .bp3-icon {
      font-size: 14px;
      padding-right: 0.15em;
      position: relative;
      top: -2px; }

.nav-bar-popover .bp3-icon-lock2 {
  font-size: 14px;
  padding-right: 0.15em;
  position: relative;
  top: -1px; }

@media print {
  .nav-bar-component {
    display: none; } }

.pub-header-component {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F8F8F8;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  z-index: 1; }
  .pub-header-component .wrapper {
    padding-bottom: 40px; }
    .pub-header-component .wrapper.dim {
      background-color: rgba(0, 0, 0, 0.5);
      text-shadow: 0px 0px 2px black; }
      .pub-header-component .wrapper.dim .bp3-tag {
        background-color: rgba(255, 255, 255, 0.3); }
      .pub-header-component .wrapper.dim a:not(.bp3-button), .pub-header-component .wrapper.dim .bp3-tag, .pub-header-component .wrapper.dim .bp3-icon-standard:before, .pub-header-component .wrapper.dim .bp3-button:before, .pub-header-component .wrapper.dim .bp3-breadcrumb, .pub-header-component .wrapper.dim .bp3-breadcrumbs li:after {
        color: white; }
      .pub-header-component .wrapper.dim a.bp3-button {
        text-shadow: 0px 0px 0px transparent; }
      .pub-header-component .wrapper.dim .bp3-editable-text:hover:before {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 white, inset 0 0 0 1px rgba(247, 252, 255, 0.54);
        background-color: transparent; }
      .pub-header-component .wrapper.dim .bp3-editable-text.bp3-editable-text-editing:before {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 white, inset 0 0 0 1px rgba(247, 252, 255, 0.54);
        background-color: rgba(0, 0, 0, 0.35); }
      .pub-header-component .wrapper.dim .bp3-editable-text.bp3-editable-text-placeholder > .bp3-editable-text-content, .pub-header-component .wrapper.dim .bp3-editable-text ::placeholder {
        color: inherit;
        opacity: 0.75; }
  .pub-header-component .tags-buttons-wrapper {
    display: flex;
    align-items: flex-start;
    padding-top: 5px; }
    .pub-header-component .tags-buttons-wrapper .tags {
      flex-shrink: 1; }
      .pub-header-component .tags-buttons-wrapper .tags a:hover {
        text-decoration: none; }
      .pub-header-component .tags-buttons-wrapper .tags .bp3-tag {
        margin: 6px 6px 0px 0px; }
    .pub-header-component .tags-buttons-wrapper .buttons {
      flex-grow: 1;
      text-align: right;
      position: relative;
      right: -10px; }
    .pub-header-component .tags-buttons-wrapper button {
      margin-left: 1em; }
  .pub-header-component h1 {
    color: inherit;
    line-height: 1;
    margin: 0;
    padding: 50px 0px 10px;
    font-weight: 800;
    letter-spacing: 1px; }
    .pub-header-component h1 .editable-text-match {
      /* This padding is to match the mystery 3 pixels added by EditableText */
      display: block;
      padding-bottom: 3px; }
  .pub-header-component h2 {
    color: inherit;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 25px;
    line-height: 1;
    font-size: 1.5em; }
  .pub-header-component .description {
    padding-bottom: 30px;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 200; }
  .pub-header-component .authors {
    font-size: 1.1em;
    font-style: italic;
    font-weight: 200; }
  .pub-header-component .details {
    font-style: italic;
    font-weight: 200;
    padding-top: 10px; }
    .pub-header-component .details .bp3-icon-standard {
      padding-right: 0.5em; }
    .pub-header-component .details .detail-button {
      margin-right: 2em;
      display: inline-block;
      cursor: pointer; }
      .pub-header-component .details .detail-button:not(:last-of-type):after {
        content: "";
        position: relative;
        left: 1em;
        top: -.25em;
        pointer-events: none;
        width: 2px;
        height: 2px;
        background: white;
        display: inline-block;
        border-radius: 2px; }
      .pub-header-component .details .detail-button:hover {
        text-decoration: underline; }
    .pub-header-component .details .versions .bp3-icon:first-child {
      margin-top: -5px;
      margin-right: 3px; }
    .pub-header-component .details .versions .bp3-icon:not(:first-child) {
      opacity: 0.6;
      margin-left: 3px; }
  .pub-header-component.mode .buttons, .pub-header-component.mode .details, .pub-header-component.mode .authors, .pub-header-component.mode .description {
    display: none; }
  .pub-header-component.mode .wrapper {
    margin-bottom: 0px;
    padding-bottom: 10px; }
  .pub-header-component.mode h1 {
    padding: 20px 0px; }
  .pub-header-component.mode .bp3-breadcrumb {
    text-transform: capitalize; }

.versions-popover {
  color: red; }
  .versions-popover .bp3-icon {
    margin-top: 0px;
    margin-left: 5px; }

@media only screen and (max-width: 720px) {
  .pub-header-component .tags-buttons-wrapper .buttons {
    display: none; } }

@media print {
  .pub-header-component .tags-buttons-wrapper {
    display: none; }
  .pub-header-component .wrapper {
    padding: 20px; }
  .pub-header-component h1 {
    padding: 10px 0px; } }

.dropdown-button .bp3-icon {
  vertical-align: top;
  margin-right: 3px; }

.dropdown-button:disabled span {
  pointer-events: none; }

.pub-draft-header-component {
  height: 73px;
  /* Height of wrapper */ }
  .pub-draft-header-component .wrapper {
    background: #F0F0F0;
    border-bottom: 1px solid #D2D2D2; }
    .pub-draft-header-component .wrapper.fixed {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 19; }
    .pub-draft-header-component .wrapper .col-12 {
      display: flex;
      align-items: center;
      height: 24px; }
      .pub-draft-header-component .wrapper .col-12:first-of-type {
        margin-bottom: 0px; }
      .pub-draft-header-component .wrapper .col-12 .left-section {
        flex-grow: 1;
        flex-shrink: 1; }
        .pub-draft-header-component .wrapper .col-12 .left-section .bp3-callout {
          display: inline; }
      .pub-draft-header-component .wrapper .col-12 .menu-button {
        padding: 0px 10px;
        height: 24px;
        line-height: 24px;
        min-height: 0px; }
      .pub-draft-header-component .wrapper .col-12 .collab-status {
        text-transform: capitalize; }
        .pub-draft-header-component .wrapper .col-12 .collab-status.disconnected {
          background: #db3737;
          color: #ffffff;
          padding: 2px 6px;
          border-radius: 2px; }
        .pub-draft-header-component .wrapper .col-12 .collab-status.connecting, .pub-draft-header-component .wrapper .col-12 .collab-status.saving {
          background: #d9c72b;
          color: #ffffff;
          padding: 2px 6px;
          border-radius: 2px; }
        .pub-draft-header-component .wrapper .col-12 .collab-status.connected, .pub-draft-header-component .wrapper .col-12 .collab-status.saved {
          background: #22c17f;
          color: #ffffff;
          padding: 2px 6px;
          border-radius: 2px; }
      .pub-draft-header-component .wrapper .col-12 .header-menu {
        border-bottom: 0px solid transparent;
        margin-bottom: 0px; }
      .pub-draft-header-component .wrapper .col-12 .avatar-wrapper {
        padding-right: 0.5em;
        display: inline-block;
        vertical-align: middle; }

.discussion-input-component {
  border: 1px solid #CCC;
  background-color: #FFF; }
  .discussion-input-component .title-input {
    padding: 0.75em 0.5em;
    border: 0px solid white;
    border-bottom: 1px solid #CCC;
    display: block;
    width: 100%;
    font-weight: 600; }
  .discussion-input-component .input-text {
    padding: 0.5em;
    border: 0px solid black;
    border-bottom: 1px solid #CCC;
    min-height: 100px;
    cursor: text; }
    .discussion-input-component .input-text .ProseMirror {
      min-height: 100px;
      overflow: hidden; }
    .discussion-input-component .input-text p {
      font-size: 1em;
      line-height: 1.3; }
    .discussion-input-component .input-text a {
      text-decoration: underline; }
  .discussion-input-component .buttons {
    padding: 0.25em;
    display: flex;
    white-space: nowrap; }
  .discussion-input-component .buttons-left {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0px; }
  .discussion-input-component .buttons-right {
    background-color: white; }
  .discussion-input-component .bp3-intent-primary {
    margin-left: 0.25em; }
  .discussion-input-component .right {
    float: right; }

.discussion-labels-component {
  margin-bottom: 2em;
  min-height: 1px; }
  .discussion-labels-component .bp3-minimal {
    cursor: pointer; }
  .discussion-labels-component .bp3-fill {
    margin-bottom: 10px; }
  .discussion-labels-component .bp3-menu-item {
    display: flex;
    align-items: center; }
  .discussion-labels-component .label-title {
    flex-grow: 1;
    flex-shrink: 1; }
  .discussion-labels-component .bp3-tag {
    margin: 0px 5px 5px 0px; }
  .discussion-labels-component .color {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 2px; }
    .discussion-labels-component .color .bp3-icon-tick {
      padding: 2px; }
      .discussion-labels-component .color .bp3-icon-tick:before {
        color: white; }
  .discussion-labels-component .bp3-icon-endorsed {
    margin-left: 10px; }
    .discussion-labels-component .bp3-icon-endorsed:before {
      opacity: 0.25; }
    .discussion-labels-component .bp3-icon-endorsed.active:before {
      opacity: 0.75; }

.discussion-thread-item-component {
  margin: 1em 0em 2em; }
  .discussion-thread-item-component .item-header {
    display: flex;
    align-items: flex-start; }
    .discussion-thread-item-component .item-header a {
      text-decoration: none; }
    .discussion-thread-item-component .item-header .avatar-component, .discussion-thread-item-component .item-header .bp3-button-group {
      flex-shrink: 0; }
    .discussion-thread-item-component .item-header .details {
      flex-grow: 1;
      flex-shrink: 1;
      min-width: 0;
      margin: 0em 0.5em;
      height: 30px; }
      .discussion-thread-item-component .item-header .details .name, .discussion-thread-item-component .item-header .details .date {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 2px;
        display: block; }
      .discussion-thread-item-component .item-header .details .name {
        font-weight: bold; }
        .discussion-thread-item-component .item-header .details .name:hover {
          text-decoration: underline; }
      .discussion-thread-item-component .item-header .details .date {
        opacity: 0.75; }
  .discussion-thread-item-component .text {
    margin-top: 0.5em; }
    .discussion-thread-item-component .text p {
      font-size: 1em;
      line-height: 1.3; }
    .discussion-thread-item-component .text a {
      text-decoration: underline; }
    .discussion-thread-item-component .text.editing {
      background-color: white;
      padding: 0.5em;
      border: 1px solid #CCC; }
  .discussion-thread-item-component .editing-buttons {
    text-align: right;
    padding-top: 0.5em; }
    .discussion-thread-item-component .editing-buttons .bp3-button {
      margin-left: 0.5em; }

.discussion-thread-component .preview {
  padding: 1em; }
  .discussion-thread-component .preview:hover {
    background-color: #F0F0F0;
    cursor: pointer; }
  .discussion-thread-component .preview.minimal {
    padding: 0.5em;
    border-radius: 4px;
    opacity: 0.8; }
    .discussion-thread-component .preview.minimal:hover {
      opacity: 1;
      background-color: #F9F9F9;
      box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.5); }
  .discussion-thread-component .preview .title {
    font-weight: bold;
    padding-bottom: 0.5em; }
    .discussion-thread-component .preview .title .text {
      margin-right: 25px; }
    .discussion-thread-component .preview .title .bp3-tag {
      margin-right: 5px;
      margin-top: 2px;
      font-size: 12px;
      font-weight: 400;
      padding: 0px 4px; }
  .discussion-thread-component .preview .discussion {
    margin: 0.25em 0em;
    position: relative; }
    .discussion-thread-component .preview .discussion .line {
      width: 2px;
      height: calc(100% + 10px);
      position: absolute;
      background: #CCC;
      left: 9px;
      top: 0px;
      z-index: 0; }
    .discussion-thread-component .preview .discussion .avatar-component {
      margin-right: 1em; }
    .discussion-thread-component .preview .discussion .text {
      vertical-align: top;
      display: inline-block;
      width: calc(100% - 1em - 20px); }

.discussion-thread-component .full {
  padding: 1em; }
  .discussion-thread-component .full .collapse-wrapper {
    margin-bottom: 14px;
    margin-top: -14px;
    margin-left: -14px;
    margin-right: -14px; }
  .discussion-thread-component .full.minimal {
    background-color: #F9F9F9;
    margin-bottom: 0.5em;
    border-radius: 4px;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.5); }
    .discussion-thread-component .full.minimal .collapse-wrapper {
      border-bottom: 1px solid #CCC; }

.discussion-thread-component .back {
  display: block;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1em; }

.discussion-thread-component .thread-buttons {
  float: right; }

.discussion-thread-component .bp3-callout {
  margin-bottom: 1em; }
  .discussion-thread-component .bp3-callout .bp3-button {
    float: right;
    position: relative;
    top: -1px; }

.discussion-thread-component .editing-buttons {
  text-align: right;
  padding-top: 0.5em; }
  .discussion-thread-component .editing-buttons .bp3-button {
    margin-left: 0.5em; }

.discussion-thread-component .submission-buttons {
  margin: -2em 0em 2em; }
  .discussion-thread-component .submission-buttons .bp3-intent-primary {
    margin-right: 1em; }

.figure-wrapper figure.discussion {
  pointer-events: auto;
  text-align: left;
  background-color: #F7F7F9; }
  .figure-wrapper figure.discussion .editor.ProseMirror {
    min-height: auto; }
    .figure-wrapper figure.discussion .editor.ProseMirror p, .figure-wrapper figure.discussion .editor.ProseMirror li {
      font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif; }
  .figure-wrapper figure.discussion.isEditable {
    pointer-events: none; }
    .figure-wrapper figure.discussion.isEditable.isSelected {
      pointer-events: auto; }

@media only screen and (max-width: 720px) {
  /* 45em or 720px */
  .discussion-figure-wrapper figure.discussion {
    margin: 1em 0em !important;
    width: 100% !important;
    float: none !important; } }

@charset "UTF-8";
.pub-body-component {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  font-size: 20px;
  min-height: 300px; }
  .pub-body-component .editor.ProseMirror {
    min-height: 150px; }
    .pub-body-component .editor.ProseMirror h1 {
      font-size: 1.5em; }
    .pub-body-component .editor.ProseMirror h2 {
      font-size: 1.25em; }
    .pub-body-component .editor.ProseMirror h3 {
      font-size: 1.2em; }
    .pub-body-component .editor.ProseMirror h4 {
      font-size: 1.1em; }
    .pub-body-component .editor.ProseMirror h5 {
      font-size: 1em; }
    .pub-body-component .editor.ProseMirror h6 {
      font-size: 0.875em; }
    .pub-body-component .editor.ProseMirror h1, .pub-body-component .editor.ProseMirror h2, .pub-body-component .editor.ProseMirror h3, .pub-body-component .editor.ProseMirror h4, .pub-body-component .editor.ProseMirror h5, .pub-body-component .editor.ProseMirror h6 {
      margin-bottom: 0.5em;
      line-height: 1em;
      font-weight: 900; }
    .pub-body-component .editor.ProseMirror * + h1, .pub-body-component .editor.ProseMirror * + h2, .pub-body-component .editor.ProseMirror * + h3, .pub-body-component .editor.ProseMirror * + h4, .pub-body-component .editor.ProseMirror * + h5, .pub-body-component .editor.ProseMirror * + h6 {
      margin-top: 1em; }
    .pub-body-component .editor.ProseMirror p, .pub-body-component .editor.ProseMirror li {
      font-family: Georgia, Cambria, "Times New Roman", Times, serif;
      letter-spacing: .01rem;
      font-weight: 400;
      font-style: normal;
      font-size: 1em;
      line-height: 1.58;
      letter-spacing: -.003em;
      margin: 0em 0em 1em;
      word-break: break-word; }
    .pub-body-component .editor.ProseMirror li {
      margin: 0em; }
      .pub-body-component .editor.ProseMirror li p {
        margin: 0; }
    .pub-body-component .editor.ProseMirror ul, .pub-body-component .editor.ProseMirror ol {
      padding-left: 1em;
      margin: 0em 0em 1em; }
      .pub-body-component .editor.ProseMirror ul ul, .pub-body-component .editor.ProseMirror ul ol, .pub-body-component .editor.ProseMirror ol ul, .pub-body-component .editor.ProseMirror ol ol {
        margin-bottom: 0em; }
    .pub-body-component .editor.ProseMirror hr {
      margin: 1em 0em; }
    .pub-body-component .editor.ProseMirror pre {
      background: rgba(0, 0, 0, 0.05);
      padding: 20px;
      box-shadow: none;
      font-size: 16px;
      white-space:  pre;
      overflow:  hidden;
      overflow-x:  scroll; }
      .pub-body-component .editor.ProseMirror pre code {
        white-space:  pre; }
    .pub-body-component .editor.ProseMirror code {
      background-color: rgba(27, 31, 35, 0.06);
      border-radius: 2px;
      font-size: 85%;
      margin: 0;
      padding: .2em .4em; }
    .pub-body-component .editor.ProseMirror blockquote {
      line-height: inherit;
      font-size: 1em;
      margin: 0 0 1em;
      border-left: solid 4px rgba(181, 181, 181, 0.5);
      padding: 0 1em; }
    .pub-body-component .editor.ProseMirror figure, .pub-body-component .editor.ProseMirror .file {
      font-size: 15px; }
    .pub-body-component .editor.ProseMirror figcaption {
      font-size: 0.9em; }
      .pub-body-component .editor.ProseMirror figcaption p {
        margin-bottom: 0em;
        line-height: 1;
        font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif; }
    .pub-body-component .editor.ProseMirror *:first-child {
      margin-top: 0em; }
    .pub-body-component .editor.ProseMirror a:not(.header-link) {
      text-decoration: underline; }
    .pub-body-component .editor.ProseMirror .insert-popup {
      font-size: 15px; }
  .pub-body-component .bp3-callout.working-draft {
    display: flex;
    align-items: center; }
    .pub-body-component .bp3-callout.working-draft span {
      flex-grow: 1;
      flex-shrink: 1; }

@media print {
  .pub-body-component {
    font-size: 14px; }
    .pub-body-component h1, .pub-body-component h2, .pub-body-component h3, .pub-body-component h4, .pub-body-component h5, .pub-body-component h6 {
      page-break-after: avoid; } }

.overlay-wrapper {
  left: 5vw;
  width: 90vw;
  top: 50px;
  margin-bottom: 50px; }

.pub-overlay-enter, .pub-overlay-appear {
  opacity: 0; }

.pub-overlay-enter-active, .pub-overlay-appear-active {
  opacity: 1;
  transition: 200ms cubic-bezier(0.4, 1, 0.75, 0.9) opacity; }

.pub-overlay-exit {
  opacity: 1; }

.pub-overlay-exit-active {
  opacity: 0;
  transition: 200ms cubic-bezier(0.4, 1, 0.75, 0.9) opacity; }

.pub-options-analytics-component h2 {
  font-size: 22px;
  font-weight: 800; }
  .pub-options-analytics-component h2:not(:first-of-type) {
    margin-top: 2em; }

.pub-options-analytics-component .spinner-wrapper {
  margin: 1em 0em 5em; }

.pub-options-analytics-component .bp3-elevation-2 {
  background: white;
  padding: 1em;
  pointer-events: none; }

.user-autocomplete-component .input {
  width: 100%; }

.user-autocomplete-component .bp3-popover-target {
  width: 100%; }

.user-autocomplete-popover .autocomplete-name {
  padding: 0em 1em; }

.user-autocomplete-popover .bp3-menu-item {
  display: flex;
  align-content: center;
  align-items: center; }

.pub-options-attribution-component .draggable-item {
  background-color: rgba(255, 255, 255, 0.75); }
  .pub-options-attribution-component .draggable-item.dragging {
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25); }

.pub-options-attribution-component .bp3-icon-drag-handle-horizontal {
  padding: 0em 1em;
  cursor: ns-resize; }

.pub-options-attribution-component .attribution-wrapper {
  display: flex;
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px solid #ccc; }
  .pub-options-attribution-component .attribution-wrapper .content {
    flex-shrink: 1;
    flex-grow: 1;
    margin-left: 1em; }
  .pub-options-attribution-component .attribution-wrapper .top-content {
    display: flex;
    align-items: center; }
    .pub-options-attribution-component .attribution-wrapper .top-content .name {
      flex-grow: 1;
      flex-shrink: 1;
      font-weight: bold; }
  .pub-options-attribution-component .attribution-wrapper .bottom-content {
    display: flex;
    align-items: flex-start;
    margin-right: 1em; }
    .pub-options-attribution-component .attribution-wrapper .bottom-content .bp3-checkbox {
      margin-bottom: 0px;
      margin-right: 2em;
      margin-top: 7px;
      white-space: nowrap; }

.pub-options-cite-component .style-wrapper {
  display: flex;
  margin-bottom: 4em; }
  .pub-options-cite-component .style-wrapper:last-of-type {
    margin-bottom: 0em; }
  .pub-options-cite-component .style-wrapper .style-title {
    width: calc(100px + 3em);
    flex-shrink: 0;
    opacity: 0.7;
    text-align: right;
    padding-right: 3em; }
  .pub-options-cite-component .style-wrapper .style-content {
    flex-grow: 1;
    flex-shrink: 1; }
  .pub-options-cite-component .style-wrapper .bibtex {
    white-space: pre-wrap;
    font-family: 'Courier', monospace;
    tab-size: 4; }
  .pub-options-cite-component .style-wrapper .csl-left-margin {
    display: none; }

.cite-tooltip {
  max-width: 250px; }

@media only screen and (max-width: 720px) {
  .pub-options-cite-component .style-wrapper {
    display: block; }
    .pub-options-cite-component .style-wrapper .style-title {
      width: auto;
      text-align: left; } }

.pub-options-doi-component p {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 30px; }

.pub-options-doi-component a {
  font-family: 'Courier', monospace;
  text-decoration: underline; }

.input-field-component textarea {
  min-height: 56px;
  resize: vertical; }

.input-field-component.bp3-form-group label.bp3-label {
  margin-bottom: 0px; }

.image-cropper-component {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .image-cropper-component .editor-wrapper {
    cursor: move;
    padding: 1em 0em; }
  .image-cropper-component .buttons {
    padding-top: 1em; }
  .image-cropper-component .bp3-button {
    margin: 0em 0.5em; }

.image-upload-component {
  margin-bottom: 15px; }
  .image-upload-component .upload-button, .image-upload-component .upload-button.bp3-disabled, .image-upload-component .image-wrapper {
    display: inline-flex;
    margin-top: 0.5em; }
    .image-upload-component .upload-button svg, .image-upload-component .upload-button.bp3-disabled svg, .image-upload-component .image-wrapper svg {
      height: 30px;
      width: 30px;
      opacity: 0.75; }
  .image-upload-component .upload-button, .image-upload-component .upload-button.bp3-disabled {
    background-color: #F0F0F0; }
  .image-upload-component .image-wrapper {
    position: relative;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .image-upload-component .image-wrapper:not(.accent-background) {
      background-color: #F0F0F0; }
  .image-upload-component input {
    display: none; }
  .image-upload-component .image-options {
    vertical-align: top;
    margin: 0.5em 0em;
    display: inline-block;
    width: 30px; }
    .image-upload-component .image-options .bp3-button {
      display: block;
      min-width: 20px;
      min-height: 20px; }
  .image-upload-component .helper-text {
    color: #6e6e6e;
    font-size: 12px; }



.pub-options-export-component h2 {
  margin: 1em 0em 0.5em; }

.pub-options-export-component .bp3-intent-primary {
  margin-top: 3em; }

.pub-options-tags-component .tags-wrapper {
  margin-top: 1em; }
  .pub-options-tags-component .tags-wrapper .bp3-tag {
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
  .pub-options-tags-component .tags-wrapper .bp3-icon {
    margin-right: 0.25em; }

.tag-autocomplete-popover .autocomplete-name {
  position: relative;
  padding: 0px 10px; }
  .tag-autocomplete-popover .autocomplete-name .bp3-icon {
    position: absolute;
    left: -7px; }

.pub-options-sections-component .add-sections-button {
  float: right; }

.pub-options-sections-component .section {
  display: flex;
  align-items: center;
  padding: 10px 0px; }
  .pub-options-sections-component .section.first {
    padding-left: 36px;
    padding-right: 30px; }
    .pub-options-sections-component .section.first .title {
      max-width: calc(100% - 40px); }
  .pub-options-sections-component .section.active {
    background-color: #DDD; }
  .pub-options-sections-component .section .drag {
    padding-right: 10px;
    margin-right: 10px;
    cursor: ns-resize; }
  .pub-options-sections-component .section .title {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: calc(100% - 36px - 70px);
    font-size: 1.1em;
    font-weight: bold; }
    .pub-options-sections-component .section .title .link-title {
      cursor: pointer;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
      .pub-options-sections-component .section .title .link-title:hover {
        text-decoration: underline; }
  .pub-options-sections-component .section .bp3-icon, .pub-options-sections-component .section .bp3-icon-tick {
    margin-left: 10px; }

.pub-options-sharing-card-component {
  padding: 4px 6px;
  display: flex;
  height: 33px;
  background-color: white;
  width: calc(50% - 0.5em);
  margin-bottom: 0.5em; }
  .pub-options-sharing-card-component:nth-of-type(odd) {
    margin-right: 1em; }
  .pub-options-sharing-card-component .content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 2em;
    flex-grow: 1;
    flex-shrink: 1; }
    .pub-options-sharing-card-component .content .avatar-component {
      margin-right: 0.5em;
      flex-shrink: 0; }
    .pub-options-sharing-card-component .content .bp3-icon-people {
      font-size: 14px;
      margin-right: 2px; }
    .pub-options-sharing-card-component .content .managers-preview {
      margin-left: 5px; }
      .pub-options-sharing-card-component .content .managers-preview .avatar-component {
        margin-right: 1px; }
  .pub-options-sharing-card-component .options {
    white-space: nowrap;
    display: flex;
    align-items: center; }
  .pub-options-sharing-card-component.add {
    padding: 0em; }
    .pub-options-sharing-card-component.add .user-autocomplete-component {
      width: 100%; }
      .pub-options-sharing-card-component.add .user-autocomplete-component input {
        height: 33px;
        box-shadow: none;
        font-size: 14px; }
  .pub-options-sharing-card-component.flat {
    background: #F9F9F9; }

.pub-options-sharing-component .cards-wrapper {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap; }

.pub-options-sharing-component .version-block {
  cursor: pointer;
  border: 1px solid #CCC;
  border-bottom: 0px solid transparent;
  padding: 1em; }
  .pub-options-sharing-component .version-block:last-of-type {
    border-bottom: 1px solid #CCC; }
  .pub-options-sharing-component .version-block:not(.active):hover {
    background: #F9F9F9; }
  .pub-options-sharing-component .version-block.active {
    cursor: default;
    background: #F4F4F4; }
  .pub-options-sharing-component .version-block .header {
    display: flex; }
    .pub-options-sharing-component .version-block .header .title {
      flex-grow: 1;
      flex-shrink: 1; }
      .pub-options-sharing-component .version-block .header .title span {
        padding-left: 1em; }
    .pub-options-sharing-component .version-block .header .privacy {
      white-space: nowrap;
      padding-left: 2em; }
  .pub-options-sharing-component .version-block a {
    color: #2B88DF;
    margin-right: 1em;
    display: inline-block; }

.pub-options-sharing-component .access-preview {
  display: flex;
  align-items: center; }
  .pub-options-sharing-component .access-preview > * {
    margin-right: 1px; }

.pub-options-sharing-component .bp3-checkbox {
  margin-bottom: 0px; }

.pub-options-dropdown.bp3-menu {
  min-width: auto; }

.pub-options-social-component .bp3-button {
  width: 45%;
  margin: 20px 0px; }
  .pub-options-social-component .bp3-button .bp3-icon:first-child:last-child {
    margin: 0px 5px 0px 0px; }
  .pub-options-social-component .bp3-button:nth-child(odd) {
    margin-right: 10%; }

.pub-options-save-version-component .button-wrapper {
  text-align: right; }

.pub-options-save-version-component h6 {
  margin-top: 2em; }

.pub-options-save-version-component .input {
  padding: 0.75em 2em 0.75em 0.75em;
  margin-bottom: 0.25em;
  display: inline-block;
  border-radius: 4px;
  font-family: 'Courier', monospace;
  background-color: rgba(215, 215, 215, 0.5); }

.pub-options-save-version-component .details span {
  text-decoration: underline;
  cursor: pointer; }

.pub-options-save-version-component .link {
  text-decoration: underline;
  cursor: pointer; }

.pub-options-save-version-component .bp3-callout {
  margin: 1em 0em; }

.pub-options-save-version-component .options-wrapper {
  display: flex;
  margin: 4em 0em; }
  .pub-options-save-version-component .options-wrapper .option {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    width: 50%; }
    .pub-options-save-version-component .options-wrapper .option:first-of-type {
      border-right: 1px solid #CCC; }
    .pub-options-save-version-component .options-wrapper .option h2 {
      font-size: 28px;
      font-weight: 600; }
    .pub-options-save-version-component .options-wrapper .option p {
      max-width: 80%;
      margin: 0 auto;
      height: 6em; }

.pub-options-versions-component .version-sections {
  display: flex;
  flex-wrap: wrap-reverse;
  width: 100%; }
  .pub-options-versions-component .version-sections .section {
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 2em; }
    .pub-options-versions-component .version-sections .section .title {
      font-weight: bold;
      font-size: 16px; }
    .pub-options-versions-component .version-sections .section .bp3-menu-item {
      position: relative;
      left: -12px; }
    .pub-options-versions-component .version-sections .section .bp3-icon {
      margin-left: 0.5em; }

@media only screen and (max-width: 720px) {
  .pub-options-versions-component .version-sections .section {
    width: 100%; } }

.pub-options-review-component .header-bar {
  display: flex; }
  .pub-options-review-component .header-bar h1 {
    flex-grow: 1;
    flex-shrink: 1; }
  .pub-options-review-component .header-bar span {
    text-transform: capitalize; }

.pub-options-review-component .editor:not(.read-only) {
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 1em;
  margin: 0.5em 0em; }

.pub-options-review-component .editor.read-only {
  margin-top: 0.5em; }

.pub-options-review-component .bp3-tag, .pub-options-review-component .status {
  text-transform: capitalize; }
  .pub-options-review-component .bp3-tag.bp3-intent-warning, .pub-options-review-component .status.bp3-intent-warning {
    background: #d9c72b; }

.pub-options-review-component .bp3-callout a {
  text-decoration: underline; }

.pub-options-review-component .button-row {
  margin-bottom: 4em;
  display: flex;
  flex-wrap: wrap; }
  .pub-options-review-component .button-row .statuses {
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 0.5em; }
  .pub-options-review-component .button-row .bp3-intent-primary {
    margin-bottom: 0.5em; }

.pub-options-review-component .review-item {
  padding-left: 2em;
  padding-bottom: 2em;
  margin-left: 13px;
  position: relative; }
  .pub-options-review-component .review-item:not(:last-of-type) {
    border-left: 1px solid #CCC; }
  .pub-options-review-component .review-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -13px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #DDD; }
  .pub-options-review-component .review-item .avatar-component {
    position: absolute;
    top: 0;
    left: -13px; }
  .pub-options-review-component .review-item .item-header {
    display: flex;
    margin-bottom: 0.5em; }
    .pub-options-review-component .review-item .item-header .date {
      font-weight: 600; }
    .pub-options-review-component .review-item .item-header .name {
      flex-grow: 1;
      flex-shrink: 1;
      margin-left: 0.5em; }

.pub-options-discussions-component .channels {
  padding-top: 2em; }

.pub-options-discussions-component .channel {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC; }
  .pub-options-discussions-component .channel .header {
    display: flex;
    padding-bottom: 0.5em;
    align-items: center; }
    .pub-options-discussions-component .channel .header .title {
      flex-grow: 1;
      flex-shrink: 1;
      font-weight: bold; }
    .pub-options-discussions-component .channel .header .option {
      margin-left: 1em;
      white-space: nowrap; }
    .pub-options-discussions-component .channel .header .static {
      text-transform: capitalize; }

.pub-options-discussions-component .cards-wrapper {
  display: flex;
  flex-wrap: wrap; }

.pub-options-discussions-component .access-preview {
  display: flex;
  align-items: center; }
  .pub-options-discussions-component .access-preview > * {
    margin-right: 1px; }

.pub-options-discussions-component .bp3-checkbox {
  margin-bottom: 0px; }

.pub-options-discussions-component .dropdown-button.bp3-button {
  text-transform: capitalize; }

.channel-permissions-dropdown .bp3-menu-item {
  flex-wrap: wrap; }

.channel-permissions-dropdown .title {
  font-weight: bold;
  width: 100%; }

.channel-permissions-dropdown .description {
  font-size: 12px;
  margin-top: -5px; }

.pub-options-component {
  display: flex; }
  .pub-options-component .left-column {
    padding-right: 20px;
    margin-right: 20px;
    flex-shrink: 1;
    flex-grow: 0;
    position: relative; }
    .pub-options-component .left-column:after {
      content: "";
      background: #E0E0E0;
      position: absolute;
      width: 1px;
      height: calc(100% + 40px);
      top: -20px;
      right: 0px; }
    .pub-options-component .left-column .bp3-menu {
      padding: 0px;
      min-width: auto; }
    .pub-options-component .left-column .bp3-menu-item {
      text-transform: capitalize; }
    .pub-options-component .left-column .bp3-menu-header h6 {
      font-weight: bold;
      margin-left: -5px; }
  .pub-options-component .right-column {
    flex-grow: 1; }
    .pub-options-component .right-column h1 {
      font-weight: 800;
      font-size: 28px;
      margin-bottom: 1em;
      line-height: 1em; }
    .pub-options-component .right-column h2 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 1em;
      line-height: 1em; }
    .pub-options-component .right-column .save-wrapper {
      float: right;
      display: flex;
      align-items: center; }
      .pub-options-component .right-column .save-wrapper .bp3-button {
        margin-bottom: 5px; }
      .pub-options-component .right-column .save-wrapper .save-success-message {
        color: #35AE6D;
        text-align: right;
        user-select: none;
        opacity: 0;
        transition: .1s linear opacity; }
        .pub-options-component .right-column .save-wrapper .save-success-message.active {
          opacity: 1; }
      .pub-options-component .right-column .save-wrapper .bp3-spinner {
        margin-right: 0.25em; }
    .pub-options-component .right-column .bp3-form-group {
      max-width: 500px; }

.pub-side-toc-component {
  margin-top: -3em;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: auto;
  background-color: white;
  z-index: 1;
  position: relative; }
  .pub-side-toc-component .toc {
    border-left: 2px solid #CCC;
    padding-left: 10px;
    font-size: 14px; }
  .pub-side-toc-component .section-header, .pub-side-toc-component a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  .pub-side-toc-component .section-header {
    font-weight: 800;
    margin: 10px 0px 0px -6px;
    opacity: 0.85; }
    .pub-side-toc-component .section-header.first {
      margin-top: 0px; }
  .pub-side-toc-component a {
    margin-bottom: 4px; }
    .pub-side-toc-component a.active {
      font-weight: 800; }
    .pub-side-toc-component a.subsection-1 {
      padding-left: 1em; }
    .pub-side-toc-component a.subsection-2 {
      padding-left: 2em; }

.pub-pres-side-user-component {
  display: flex;
  margin-bottom: 30px;
  font-size: 12px; }
  .pub-pres-side-user-component .avatar-wrapper {
    flex-shrink: 0;
    z-index: -1; }
  .pub-pres-side-user-component .details-wrapper {
    flex-grow: 1;
    padding-left: 7px;
    width: calc(100% - 40px); }
    .pub-pres-side-user-component .details-wrapper .name {
      font-weight: 600;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .pub-pres-side-user-component .roles {
    font-style: italic;
    margin-top: 0.5em; }

.pub-side-collaborators-component {
  overflow: auto;
  background-color: white;
  z-index: 1;
  position: relative; }
  .pub-side-collaborators-component .header-title span:hover {
    text-decoration: underline;
    cursor: pointer; }

.pub-side-options-component {
  padding-top: 1em;
  height: 85px;
  position: relative;
  z-index: 1;
  background: white; }
  .pub-side-options-component .side-options-wrapper {
    width: 275px;
    background: white;
    z-index: 15; }
  .pub-side-options-component .links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pub-side-options-component .links .bp3-button {
      padding: 0em;
      min-height: auto;
      min-width: auto; }
      .pub-side-options-component .links .bp3-button:hover {
        background: transparent;
        text-decoration: underline; }
    .pub-side-options-component .links .bp3-icon {
      opacity: 0.75; }
  .pub-side-options-component .discussion-options {
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 1em 0em;
    border-bottom: 1px solid #CCC; }
    .pub-side-options-component .discussion-options .bp3-popover-wrapper {
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 1em; }

.pub-side-discussions-component {
  margin-top: 1em; }
  .pub-side-discussions-component .new-discussion .discussion-input-component {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2);
    border-radius: 1px;
    border: 0px solid #FFF; }

.pub-inline-import-component {
  height: 0px;
  position: relative;
  top: -175px;
  text-align: center; }
  .pub-inline-import-component .bp3-intent-primary {
    -webkit-appearance: none; }
  .pub-inline-import-component input {
    display: none; }
  .pub-inline-import-component .bp3-button-text div:first-child {
    font-size: 1.25em;
    padding: 3px 0px 7px; }
  .pub-inline-import-component .bp3-button-text div:last-child {
    font-size: 0.95em; }

.pub-license-component {
  padding: 4em 0em;
  text-align: center; }
  .pub-license-component .text {
    max-width: 350px;
    margin: 0 auto; }

.pub-loading-bars-component {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  color: #BBB;
  font-size: 20px;
  letter-spacing: 2px; }

.pub-inline-menu-component {
  padding: 0.25em;
  border-radius: 2px;
  background-color: #444;
  color: white; }
  .pub-inline-menu-component .bp3-button.bp3-minimal {
    color: white; }
    .pub-inline-menu-component .bp3-button.bp3-minimal:hover {
      color: white; }
  .pub-inline-menu-component .bp3-icon {
    color: inherit; }

.pub-link-menu-component {
  padding: 0.25em;
  border-radius: 2px;
  background: white; }
  .pub-link-menu-component input {
    display: block;
    width: 250px;
    margin-bottom: 5px; }
  .pub-link-menu-component button.bp3-button {
    float: right; }

.discussion-autocomplete .input {
  width: 100%; }

.discussion-autocomplete-popover .autocomplete-name {
  padding: 0em 1em; }

.discussion-autocomplete-popover .bp3-menu-item {
  display: flex;
  align-content: center;
  align-items: flex-start; }
  .discussion-autocomplete-popover .bp3-menu-item .avatar-wrapper {
    padding-right: 0.5em; }
  .discussion-autocomplete-popover .bp3-menu-item .details {
    flex-grow: 1;
    flex-shrink: 1; }
  .discussion-autocomplete-popover .bp3-menu-item .title {
    font-weight: 600; }
  .discussion-autocomplete-popover .bp3-menu-item .count {
    font-size: 0.85em; }

.discussion-autocomplete-popover .new-title {
  padding-right: 0.5em; }

.pub-side-controls-component {
  z-index: 18; }
  .pub-side-controls-component .content-wrapper {
    background: #F7F7F9;
    padding: 1em;
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
    border-radius: 2px; }
    .pub-side-controls-component .content-wrapper .options-title {
      font-weight: 600;
      background: #f0f0f2;
      position: relative;
      top: -1em;
      left: -1em;
      width: calc(100% + 2em);
      padding: 0.5em 1em;
      border-bottom: 1px solid #DDD;
      text-align: center; }
    .pub-side-controls-component .content-wrapper .form-label {
      display: block;
      font-weight: 600;
      margin-bottom: 0.5em; }
      .pub-side-controls-component .content-wrapper .form-label:not(.first) {
        padding-top: 1em;
        margin-top: 1em;
        position: relative; }
        .pub-side-controls-component .content-wrapper .form-label:not(.first):before {
          content: "";
          position: absolute;
          width: calc(100% + 2em);
          top: 0;
          left: -1em;
          height: 1px;
          background-color: #DDD;
          display: block; }
    .pub-side-controls-component .content-wrapper .simple-editor-wrapper {
      border-radius: 3px;
      box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
      padding: 0.5em;
      background: white; }
    .pub-side-controls-component .content-wrapper .file-select {
      margin-top: 1em;
      display: block; }
      .pub-side-controls-component .content-wrapper .file-select input.file-input {
        display: none; }
    .pub-side-controls-component .content-wrapper .source-url {
      text-overflow: ellipsis;
      width: 100%;
      overflow: hidden;
      white-space: nowrap; }

.pub-section-nav-component {
  margin-bottom: 4em; }
  .pub-section-nav-component:not(:first-child) {
    margin-top: 4em; }
  .pub-section-nav-component .bp3-button-group.bp3-fill .bp3-button:not(.bp3-fixed) {
    flex: 0 1 auto; }
    .pub-section-nav-component .bp3-button-group.bp3-fill .bp3-button:not(.bp3-fixed).dropdown-button {
      flex: 1 1 auto;
      width: 100%; }
  .pub-section-nav-component .bp3-popover-wrapper {
    flex: 1 1 auto;
    margin-right: -1px;
    margin-left: -1px; }
  .pub-section-nav-component .bp3-overlay-content {
    width: 100%; }
    .pub-section-nav-component .bp3-overlay-content .bp3-popover {
      width: 100%; }
  .pub-section-nav-component .disabled {
    opacity: 0.5;
    pointer-events: none; }

.discussion-labels-list-component {
  padding: 1em;
  min-width: 250px; }
  .discussion-labels-list-component .action-button {
    float: right; }
  .discussion-labels-list-component .bp3-menu-header {
    margin-bottom: 15px; }
  .discussion-labels-list-component .bp3-fill {
    margin-bottom: 10px; }
  .discussion-labels-list-component .label {
    display: flex;
    align-items: center; }
    .discussion-labels-list-component .label.edit {
      margin-bottom: 10px; }
  .discussion-labels-list-component .color {
    height: 16px;
    width: 16px;
    border-radius: 2px;
    margin-right: 5px; }
    .discussion-labels-list-component .color.edit {
      height: 30px;
      width: 30px;
      margin-right: 10px; }
    .discussion-labels-list-component .color .bp3-icon-small-tick:before {
      color: white; }
  .discussion-labels-list-component .title, .discussion-labels-list-component .bp3-input {
    flex-grow: 1;
    flex-shrink: 1; }
  .discussion-labels-list-component .empty {
    pointer-events: none;
    opacity: 0.75; }
  .discussion-labels-list-component .bp3-icon-endorsed:before {
    opacity: 0.25; }
  .discussion-labels-list-component .bp3-icon-endorsed.active:before {
    opacity: 0.75; }

.bp3-popover.color-select-popover .color-select-menu {
  width: 150px;
  min-width: 150px; }
  .bp3-popover.color-select-popover .color-select-menu .color-select {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    margin: 5px;
    cursor: pointer;
    border: 2px solid white; }
    .bp3-popover.color-select-popover .color-select-menu .color-select:hover {
      border-color: transparent; }

.bp3-popover.color-select-popover .bp3-popover-arrow {
  display: block; }

.discussion-sort-list-component {
  padding: 1em;
  min-width: 250px; }
  .discussion-sort-list-component .bp3-menu-header {
    margin-bottom: 15px; }
  .discussion-sort-list-component .bp3-menu-item {
    display: flex;
    align-items: center; }
  .discussion-sort-list-component .color {
    height: 16px;
    width: 16px;
    border-radius: 2px;
    margin-right: 5px; }
  .discussion-sort-list-component .title {
    flex-grow: 1;
    flex-shrink: 1; }

.discussion-list-component .discussion-header {
  margin-bottom: 36px;
  display: flex; }
  .discussion-list-component .discussion-header h2 {
    flex-grow: 1;
    flex-shrink: 1; }

.discussion-list-component .new-discussion-wrapper {
  margin-bottom: 2em; }

.discussion-list-component .discussion-thread-component {
  border: 1px solid #D9D9D9;
  border-bottom: 0px solid #D9D9D9; }
  .discussion-list-component .discussion-thread-component:last-of-type {
    border-bottom: 1px solid #D9D9D9; }

.discussion-list-component .bp3-non-ideal-state {
  border: 1px solid #D9D9D9;
  padding: 4em;
  margin: 0;
  max-width: none; }

.discussion-list-component .filter-bar {
  display: flex;
  background-color: #E9E9E9;
  border: 1px solid #D9D9D9;
  border-bottom: 0px solid #D9D9D9;
  padding: 10px 4px;
  flex-wrap: wrap; }
  .discussion-list-component .filter-bar .left {
    flex-grow: 1;
    flex-shrink: 1;
    white-space: nowrap; }
  .discussion-list-component .filter-bar .right {
    text-align: right;
    white-space: nowrap; }
  .discussion-list-component .filter-bar .active {
    font-weight: bold; }

/*
There are three views:
Default (used in mobile/narrow and browsers that don't support CSS grid)
Grid (used in desktops that support CSS grid)
Print
 */
#pub-container {
  position: relative; }
  #pub-container .discussions {
    background-color: #F8F8F8;
    line-height: 1.6;
    padding: 4em 0em; }

@media only screen and (min-width: 750px) {
  @supports (display: grid) {
    #pub-container .pub-columns {
      display: grid;
      grid-template-columns: 1fr 275px;
      grid-template-areas: "main side";
      grid-column-gap: 4%;
      margin-top: 3em; }
    #pub-container .main-content {
      grid-area: main; }
    #pub-container .side-content {
      grid-area: side; }
      #pub-container .side-content .header-title {
        display: block;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px; } } }

@media only screen and (max-width: 750px) {
  #pub-container .main-content {
    margin-top: 2em; }
  #pub-container .side-content {
    display: none; } }

@media print {
  #pub-container .container.pub {
    max-width: 100%; } }


/*# sourceMappingURL=Pub.a6fa49d6b75292b58b88.css.map*/