@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap);
.advanced-cropper-line-wrapper--north, .advanced-cropper-line-wrapper--south {
  height: 12px;
  width: 100%; }

.advanced-cropper-line-wrapper--north {
  cursor: n-resize; }

.advanced-cropper-line-wrapper--south {
  cursor: s-resize; }

.advanced-cropper-line-wrapper--east, .advanced-cropper-line-wrapper--west {
  width: 12px;
  height: 100%; }

.advanced-cropper-line-wrapper--east {
  cursor: e-resize; }

.advanced-cropper-line-wrapper--west {
  cursor: w-resize; }

.advanced-cropper-line-wrapper--disabled {
  cursor: auto; }

.advanced-cropper-line-wrapper__content {
  position: absolute; }
  .advanced-cropper-line-wrapper__content--east, .advanced-cropper-line-wrapper__content--west {
    height: 100%; }
  .advanced-cropper-line-wrapper__content--north, .advanced-cropper-line-wrapper__content--south {
    width: 100%; }
  .advanced-cropper-line-wrapper__content--east {
    left: 50%;
    transform: translateX(-100%); }
  .advanced-cropper-line-wrapper__content--west {
    right: 50%;
    transform: translateX(100%); }
  .advanced-cropper-line-wrapper__content--north {
    top: 50%; }
  .advanced-cropper-line-wrapper__content--south {
    bottom: 50%; }

.advanced-cropper-handler-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px; }
  .advanced-cropper-handler-wrapper__draggable {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .advanced-cropper-handler-wrapper--west-north {
    cursor: nw-resize; }
  .advanced-cropper-handler-wrapper--north {
    cursor: n-resize; }
  .advanced-cropper-handler-wrapper--east-north {
    cursor: ne-resize; }
  .advanced-cropper-handler-wrapper--east {
    cursor: e-resize; }
  .advanced-cropper-handler-wrapper--east-south {
    cursor: se-resize; }
  .advanced-cropper-handler-wrapper--south {
    cursor: s-resize; }
  .advanced-cropper-handler-wrapper--west-south {
    cursor: sw-resize; }
  .advanced-cropper-handler-wrapper--west {
    cursor: w-resize; }
  .advanced-cropper-handler-wrapper--disabled {
    cursor: auto; }

.advanced-cropper-bounding-box {
  position: relative;
  height: 100%;
  width: 100%; }
  .advanced-cropper-bounding-box__handler-wrapper {
    position: absolute; }
    .advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--west {
      top: 50%;
      transform: translateY(-50%);
      height: 100%; }
    .advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--north {
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
    .advanced-cropper-bounding-box__handler-wrapper--west, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--west-south {
      left: 0; }
    .advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--east-north, .advanced-cropper-bounding-box__handler-wrapper--east-south {
      left: 100%; }
    .advanced-cropper-bounding-box__handler-wrapper--north, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--east-north {
      top: 0; }
    .advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--west-south, .advanced-cropper-bounding-box__handler-wrapper--east-south {
      top: 100%; }
  .advanced-cropper-bounding-box__handler {
    position: absolute; }
    .advanced-cropper-bounding-box__handler--west-north {
      left: 0;
      top: 0; }
    .advanced-cropper-bounding-box__handler--north {
      left: 50%;
      top: 0; }
    .advanced-cropper-bounding-box__handler--east-north {
      left: 100%;
      top: 0; }
    .advanced-cropper-bounding-box__handler--east {
      left: 100%;
      top: 50%; }
    .advanced-cropper-bounding-box__handler--east-south {
      left: 100%;
      top: 100%; }
    .advanced-cropper-bounding-box__handler--south {
      left: 50%;
      top: 100%; }
    .advanced-cropper-bounding-box__handler--west-south {
      left: 0;
      top: 100%; }
    .advanced-cropper-bounding-box__handler--west {
      left: 0;
      top: 50%; }
  .advanced-cropper-bounding-box__line {
    position: absolute; }
    .advanced-cropper-bounding-box__line--north, .advanced-cropper-bounding-box__line--south {
      left: 0;
      transform: translateY(-50%); }
    .advanced-cropper-bounding-box__line--north {
      top: 0; }
    .advanced-cropper-bounding-box__line--south {
      top: 100%; }
    .advanced-cropper-bounding-box__line--west, .advanced-cropper-bounding-box__line--east {
      top: 0;
      transform: translateX(-50%); }
    .advanced-cropper-bounding-box__line--west {
      left: 0; }
    .advanced-cropper-bounding-box__line--east {
      left: 100%; }

.advanced-cropper-artificial-transition {
  will-change: transform; }

.advanced-cropper-background-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  transform-origin: center;
  pointer-events: none;
  max-width: none !important; }

.advanced-cropper-canvas {
  display: none; }

.advanced-cropper-source {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  opacity: 0; }

.advanced-cropper-fade {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column; }
  .advanced-cropper-fade--visible {
    opacity: 1;
    visibility: visible; }

.advanced-cropper-wrapper__fade {
  flex-grow: 1;
  min-height: 0; }

.advanced-cropper-stencil-grid {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  opacity: 0;
  transition: opacity 0.3s; }
  .advanced-cropper-stencil-grid--visible {
    opacity: 1; }
  .advanced-cropper-stencil-grid__row {
    display: table-row; }
  .advanced-cropper-stencil-grid__cell {
    display: table-cell;
    width: 1%;
    height: 1%;
    border: currentColor solid 1px; }
    .advanced-cropper-stencil-grid__cell--top {
      border-top-color: transparent; }
    .advanced-cropper-stencil-grid__cell--left {
      border-left-color: transparent; }
    .advanced-cropper-stencil-grid__cell--right {
      border-right-color: transparent; }
    .advanced-cropper-stencil-grid__cell--bottom {
      border-bottom-color: transparent; }

.advanced-cropper-stencil-overlay {
  box-sizing: content-box;
  box-shadow: 0 0 0 1000px currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden; }

.advanced-cropper-stencil-wrapper {
  will-change: transform; }

.advanced-cropper-boundary {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  direction: ltr;
  position: relative; }
  .advanced-cropper-boundary__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .advanced-cropper-boundary__stretcher {
    pointer-events: none;
    position: relative;
    max-width: 100%;
    max-height: 100%; }

.advanced-cropper-circle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .advanced-cropper-circle-stencil__overlay {
    border-radius: 50%;
    overflow: hidden; }
  .advanced-cropper-circle-stencil__preview {
    border-radius: 50%; }
  .advanced-cropper-circle-stencil__draggable-area, .advanced-cropper-circle-stencil__overlay, .advanced-cropper-circle-stencil__preview, .advanced-cropper-circle-stencil__grid {
    position: absolute;
    height: 100%;
    width: 100%; }
  .advanced-cropper-circle-stencil--movable {
    cursor: move; }

.advanced-cropper-rectangle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .advanced-cropper-rectangle-stencil__draggable-area, .advanced-cropper-rectangle-stencil__overlay, .advanced-cropper-rectangle-stencil__preview, .advanced-cropper-rectangle-stencil__grid {
    position: absolute;
    height: 100%;
    width: 100%; }
  .advanced-cropper-rectangle-stencil--movable {
    cursor: move; }

.advanced-cropper-simple-line {
  background: none;
  border-width: 0; }
  .advanced-cropper-simple-line--south, .advanced-cropper-simple-line--north {
    height: 0;
    width: 100%; }
  .advanced-cropper-simple-line--east, .advanced-cropper-simple-line--west {
    height: 100%;
    width: 0; }
  .advanced-cropper-simple-line--east {
    border-right-width: 1px; }
  .advanced-cropper-simple-line--west {
    border-left-width: 1px; }
  .advanced-cropper-simple-line--south {
    border-bottom-width: 1px; }
  .advanced-cropper-simple-line--north {
    border-top-width: 1px; }

.advanced-cropper-simple-handler {
  display: block; }

.advanced-cropper-preview {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column; }
  .advanced-cropper-preview__content {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .advanced-cropper-preview__image {
    display: none;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transform-origin: center;
    max-width: none !important; }
    .advanced-cropper-preview__image--visible {
      display: block; }
  .advanced-cropper-preview__boundary {
    flex-grow: 1;
    min-height: 0;
    min-width: 0; }

.cropper-preview-wrapper__fade {
  flex-grow: 1;
  min-height: 0;
  width: 100%; }

.advanced-cropper {
  overflow: hidden;
  max-height: 100%;
  background: black;
  position: relative;
  display: flex;
  flex-direction: column;
  color: white; }
  .advanced-cropper__boundary {
    flex-grow: 1;
    min-height: 0;
    min-width: 0; }
  .advanced-cropper__wrapper, .advanced-cropper__background-wrapper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .advanced-cropper__stencil-wrapper {
    position: absolute; }
  .advanced-cropper * {
    box-sizing: border-box; }

.advanced-cropper-simple-handler {
  background: currentColor;
  height: 10px;
  width: 10px; }

.advanced-cropper-simple-line {
  transition: border 0.5s;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid; }
  .advanced-cropper-simple-line--hover {
    border-color: white; }

.advanced-cropper-circle-stencil__preview {
  border: solid 2px rgba(255, 255, 255, 0.2); }

.advanced-cropper-stencil-overlay {
  color: rgba(0, 0, 0, 0.5); }

.advanced-cropper-stencil-grid {
  color: rgba(255, 255, 255, 0.4); }

.advanced-cropper-simple-line {
  border-color: rgba(255, 255, 255, 0.7); }
  .advanced-cropper-simple-line--east {
    border-right-width: 2px; }
  .advanced-cropper-simple-line--west {
    border-left-width: 2px; }
  .advanced-cropper-simple-line--south {
    border-bottom-width: 2px; }
  .advanced-cropper-simple-line--north {
    border-top-width: 2px; }
  .advanced-cropper-simple-line--hover {
    border-color: white; }

.advanced-cropper-bounding-box__handler {
  width: 24px;
  height: 24px; }
  .advanced-cropper-bounding-box__handler--west-north {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px); }
  .advanced-cropper-bounding-box__handler--east-south {
    -webkit-transform: translate(-19px, -19px);
            transform: translate(-19px, -19px); }
  .advanced-cropper-bounding-box__handler--west-south {
    -webkit-transform: translate(-5px, -19px);
            transform: translate(-5px, -19px); }
  .advanced-cropper-bounding-box__handler--east-north {
    -webkit-transform: translate(-19px, -5px);
            transform: translate(-19px, -5px); }

.advanced-cropper-simple-handler {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: none;
  background: currentColor;
  top: auto;
  left: auto;
  height: 0px;
  width: 0px;
  opacity: 0; }
  .advanced-cropper-simple-handler--west-north, .advanced-cropper-simple-handler--east-south, .advanced-cropper-simple-handler--west-south, .advanced-cropper-simple-handler--east-north {
    display: block;
    height: 16px;
    width: 16px;
    background: none;
    opacity: 1; }
  .advanced-cropper-simple-handler--west-north {
    border-left: solid 3px currentColor;
    border-top: solid 3px currentColor; }
  .advanced-cropper-simple-handler--east-south {
    border-right: solid 3px currentColor;
    border-bottom: solid 3px currentColor; }
  .advanced-cropper-simple-handler--west-south {
    border-left: solid 3px currentColor;
    border-bottom: solid 3px currentColor; }
  .advanced-cropper-simple-handler--east-north {
    border-right: solid 3px currentColor;
    border-top: solid 3px currentColor; }
  .advanced-cropper-simple-handler--hover {
    opacity: 1; }

.advanced-cropper-circle-stencil {
  border-color: rgba(255, 255, 255, 0.4); }

.advanced-cropper-stencil-grid {
  color: rgba(255, 255, 255, 0.5); }

@font-face{font-family:"nuvi_icons_bold";src:url("https://assets.foundation.nuviapp.com/fonts/nuvi_icons_bold.woff2") format("woff2"),url("https://assets.foundation.nuviapp.com/nuvi_icons_bold.woff") format("woff");font-weight:normal;font-style:normal}[class^=icon--],[class*=" icon--"]{font-family:"nuvi_icons_bold" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button .icon,button [class^=icon--],button [class*=" icon--"]{font-size:.9em;vertical-align:middle}.text-as-icon{font-weight:bold;letter-spacing:0px;text-transform:uppercase}@font-face{font-family:"r4econs";src:url("https://assets.foundation.nuviapp.com/fonts/r4econs.eot?15976540");src:url("https://assets.foundation.nuviapp.com/fonts/r4econs.woff2?15976540") format("woff2"),url("https://assets.foundation.nuviapp.com/fonts/r4econs.woff?15976540") format("woff"),url("https://assets.foundation.nuviapp.com/fonts/r4econs.ttf?15976540") format("truetype"),url("https://assets.foundation.nuviapp.com/fonts/r4econs.svg?15976540#r4econs") format("svg");font-weight:normal;font-style:normal}[class^=repicon-]:before,[class*=repicon-]:before{font-family:"r4econs";font-style:normal;font-weight:normal;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.graphite{/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import"~react-advanced-cropper/dist/style.css";@import"~react-advanced-cropper/dist/themes/corners.css"}html.graphite html{height:100%;font-size:100%;-webkit-box-sizing:border-box;box-sizing:border-box}@media print{html.graphite html{-webkit-print-color-adjust:exact}}html.graphite html{line-height:1.15;-webkit-text-size-adjust:100%}html.graphite body{margin:0}html.graphite main{display:block}html.graphite h1{font-size:2em;margin:.67em 0}html.graphite hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}html.graphite pre{font-family:monospace,monospace;font-size:1em}html.graphite a{background-color:transparent}html.graphite abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.graphite b,html.graphite strong{font-weight:bolder}html.graphite code,html.graphite kbd,html.graphite samp{font-family:monospace,monospace;font-size:1em}html.graphite small{font-size:80%}html.graphite sub,html.graphite sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}html.graphite sub{bottom:-0.25em}html.graphite sup{top:-0.5em}html.graphite img{border-style:none}html.graphite button,html.graphite input,html.light .label-creator__buttons-container html.graphite input,html.graphite .label-creator__buttons-container input,html.graphite optgroup,html.graphite select,html.graphite textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}html.graphite button,html.graphite input,html.light .label-creator__buttons-container html.graphite input,html.graphite .label-creator__buttons-container input{overflow:visible}html.graphite button,html.graphite select{text-transform:none}html.graphite button,html.graphite [type=button],html.graphite [type=reset],html.graphite [type=submit]{-webkit-appearance:button}html.graphite button::-moz-focus-inner,html.graphite [type=button]::-moz-focus-inner,html.graphite [type=reset]::-moz-focus-inner,html.graphite [type=submit]::-moz-focus-inner{border-style:none;padding:0}html.graphite button:-moz-focusring,html.graphite [type=button]:-moz-focusring,html.graphite [type=reset]:-moz-focusring,html.graphite [type=submit]:-moz-focusring{outline:1px dotted ButtonText}html.graphite fieldset{padding:.35em .75em .625em}html.graphite legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.graphite progress{vertical-align:baseline}html.graphite textarea{overflow:auto}html.graphite [type=checkbox],html.graphite [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html.graphite [type=number]::-webkit-inner-spin-button,html.graphite [type=number]::-webkit-outer-spin-button{height:auto}html.graphite [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.graphite [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.graphite ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.graphite details{display:block}html.graphite summary{display:list-item}html.graphite template{display:none}html.graphite [hidden]{display:none}html.graphite .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:100%;max-width:1920px}@media(min-width: 0){html.graphite .row.stretch-on-small{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .row.top-on-small{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.graphite .row.middle-on-small{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .row.bottom-on-small{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.graphite .row.left-on-small{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .row.center-on-small{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .row.right-on-small{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .row.around-on-small{-ms-flex-pack:distribute;justify-content:space-around}html.graphite .row.between-on-small{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .row.ltr-on-small{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.graphite .row.rtl-on-small{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width: 48rem){html.graphite .row.stretch-on-medium{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .row.top-on-medium{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.graphite .row.middle-on-medium{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .row.bottom-on-medium{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.graphite .row.left-on-medium{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .row.center-on-medium{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .row.right-on-medium{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .row.around-on-medium{-ms-flex-pack:distribute;justify-content:space-around}html.graphite .row.between-on-medium{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .row.ltr-on-medium{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.graphite .row.rtl-on-medium{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width: 75rem){html.graphite .row.stretch-on-large{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .row.top-on-large{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.graphite .row.middle-on-large{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .row.bottom-on-large{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.graphite .row.left-on-large{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .row.center-on-large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .row.right-on-large{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .row.around-on-large{-ms-flex-pack:distribute;justify-content:space-around}html.graphite .row.between-on-large{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .row.ltr-on-large{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.graphite .row.rtl-on-large{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}html.graphite .row .row{margin:0 -0.9rem;width:auto;max-width:none}html.graphite .row .column{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .9rem;width:100%}@media(min-width: 0){html.graphite .row .column.small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}html.graphite .row .column.small-1{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:8.3333333333%}html.graphite .row .column.small-offset-1{margin-left:8.3333333333%}html.graphite .row .column.small-pull-1{left:auto;right:8.3333333333%}html.graphite .row .column.small-push-1{right:auto;left:8.3333333333%}html.graphite .row .column.small-2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:16.6666666667%}html.graphite .row .column.small-offset-2{margin-left:16.6666666667%}html.graphite .row .column.small-pull-2{left:auto;right:16.6666666667%}html.graphite .row .column.small-push-2{right:auto;left:16.6666666667%}html.graphite .row .column.small-3{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:25%}html.graphite .row .column.small-offset-3{margin-left:25%}html.graphite .row .column.small-pull-3{left:auto;right:25%}html.graphite .row .column.small-push-3{right:auto;left:25%}html.graphite .row .column.small-4{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3333333333%}html.graphite .row .column.small-offset-4{margin-left:33.3333333333%}html.graphite .row .column.small-pull-4{left:auto;right:33.3333333333%}html.graphite .row .column.small-push-4{right:auto;left:33.3333333333%}html.graphite .row .column.small-5{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:41.6666666667%}html.graphite .row .column.small-offset-5{margin-left:41.6666666667%}html.graphite .row .column.small-pull-5{left:auto;right:41.6666666667%}html.graphite .row .column.small-push-5{right:auto;left:41.6666666667%}html.graphite .row .column.small-6{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50%}html.graphite .row .column.small-offset-6{margin-left:50%}html.graphite .row .column.small-pull-6{left:auto;right:50%}html.graphite .row .column.small-push-6{right:auto;left:50%}html.graphite .row .column.small-7{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:58.3333333333%}html.graphite .row .column.small-offset-7{margin-left:58.3333333333%}html.graphite .row .column.small-pull-7{left:auto;right:58.3333333333%}html.graphite .row .column.small-push-7{right:auto;left:58.3333333333%}html.graphite .row .column.small-8{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:66.6666666667%}html.graphite .row .column.small-offset-8{margin-left:66.6666666667%}html.graphite .row .column.small-pull-8{left:auto;right:66.6666666667%}html.graphite .row .column.small-push-8{right:auto;left:66.6666666667%}html.graphite .row .column.small-9{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:75%}html.graphite .row .column.small-offset-9{margin-left:75%}html.graphite .row .column.small-pull-9{left:auto;right:75%}html.graphite .row .column.small-push-9{right:auto;left:75%}html.graphite .row .column.small-10{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:83.3333333333%}html.graphite .row .column.small-offset-10{margin-left:83.3333333333%}html.graphite .row .column.small-pull-10{left:auto;right:83.3333333333%}html.graphite .row .column.small-push-10{right:auto;left:83.3333333333%}html.graphite .row .column.small-11{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:91.6666666667%}html.graphite .row .column.small-offset-11{margin-left:91.6666666667%}html.graphite .row .column.small-pull-11{left:auto;right:91.6666666667%}html.graphite .row .column.small-push-11{right:auto;left:91.6666666667%}html.graphite .row .column.small-12,html.graphite .row .column.column--form{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}html.graphite .row .column.small-offset-12{margin-left:100%}html.graphite .row .column.small-pull-12{left:auto;right:100%}html.graphite .row .column.small-push-12{right:auto;left:100%}html.graphite .row .column.first-on-small{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}html.graphite .row .column.last-on-small{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.graphite .row .column.origin-on-small{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}html.graphite .row .column.hide-on-small{display:none}html.graphite .row .column.show-on-small{display:block}}@media(min-width: 48rem){html.graphite .row .column.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}html.graphite .row .column.medium-1{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:8.3333333333%}html.graphite .row .column.medium-offset-1{margin-left:8.3333333333%}html.graphite .row .column.medium-pull-1{left:auto;right:8.3333333333%}html.graphite .row .column.medium-push-1{right:auto;left:8.3333333333%}html.graphite .row .column.medium-2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:16.6666666667%}html.graphite .row .column.medium-offset-2{margin-left:16.6666666667%}html.graphite .row .column.medium-pull-2{left:auto;right:16.6666666667%}html.graphite .row .column.medium-push-2{right:auto;left:16.6666666667%}html.graphite .row .column.medium-3{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:25%}html.graphite .row .column.medium-offset-3{margin-left:25%}html.graphite .row .column.medium-pull-3{left:auto;right:25%}html.graphite .row .column.medium-push-3{right:auto;left:25%}html.graphite .row .column.medium-4{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3333333333%}html.graphite .row .column.medium-offset-4{margin-left:33.3333333333%}html.graphite .row .column.medium-pull-4{left:auto;right:33.3333333333%}html.graphite .row .column.medium-push-4{right:auto;left:33.3333333333%}html.graphite .row .column.medium-5{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:41.6666666667%}html.graphite .row .column.medium-offset-5{margin-left:41.6666666667%}html.graphite .row .column.medium-pull-5{left:auto;right:41.6666666667%}html.graphite .row .column.medium-push-5{right:auto;left:41.6666666667%}html.graphite .row .column.medium-6,html.graphite .row .column.column--form{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50%}html.graphite .row .column.medium-offset-6{margin-left:50%}html.graphite .row .column.medium-pull-6{left:auto;right:50%}html.graphite .row .column.medium-push-6{right:auto;left:50%}html.graphite .row .column.medium-7{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:58.3333333333%}html.graphite .row .column.medium-offset-7{margin-left:58.3333333333%}html.graphite .row .column.medium-pull-7{left:auto;right:58.3333333333%}html.graphite .row .column.medium-push-7{right:auto;left:58.3333333333%}html.graphite .row .column.medium-8{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:66.6666666667%}html.graphite .row .column.medium-offset-8{margin-left:66.6666666667%}html.graphite .row .column.medium-pull-8{left:auto;right:66.6666666667%}html.graphite .row .column.medium-push-8{right:auto;left:66.6666666667%}html.graphite .row .column.medium-9{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:75%}html.graphite .row .column.medium-offset-9{margin-left:75%}html.graphite .row .column.medium-pull-9{left:auto;right:75%}html.graphite .row .column.medium-push-9{right:auto;left:75%}html.graphite .row .column.medium-10{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:83.3333333333%}html.graphite .row .column.medium-offset-10{margin-left:83.3333333333%}html.graphite .row .column.medium-pull-10{left:auto;right:83.3333333333%}html.graphite .row .column.medium-push-10{right:auto;left:83.3333333333%}html.graphite .row .column.medium-11{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:91.6666666667%}html.graphite .row .column.medium-offset-11{margin-left:91.6666666667%}html.graphite .row .column.medium-pull-11{left:auto;right:91.6666666667%}html.graphite .row .column.medium-push-11{right:auto;left:91.6666666667%}html.graphite .row .column.medium-12{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}html.graphite .row .column.medium-offset-12{margin-left:100%}html.graphite .row .column.medium-pull-12{left:auto;right:100%}html.graphite .row .column.medium-push-12{right:auto;left:100%}html.graphite .row .column.first-on-medium{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}html.graphite .row .column.last-on-medium{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.graphite .row .column.origin-on-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}html.graphite .row .column.hide-on-medium{display:none}html.graphite .row .column.show-on-medium{display:block}}@media(min-width: 75rem){html.graphite .row .column.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}html.graphite .row .column.large-1{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:8.3333333333%}html.graphite .row .column.large-offset-1{margin-left:8.3333333333%}html.graphite .row .column.large-pull-1{left:auto;right:8.3333333333%}html.graphite .row .column.large-push-1{right:auto;left:8.3333333333%}html.graphite .row .column.large-2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:16.6666666667%}html.graphite .row .column.large-offset-2{margin-left:16.6666666667%}html.graphite .row .column.large-pull-2{left:auto;right:16.6666666667%}html.graphite .row .column.large-push-2{right:auto;left:16.6666666667%}html.graphite .row .column.large-3,html.graphite .row .column.column--form__label{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:25%}html.graphite .row .column.large-offset-3{margin-left:25%}html.graphite .row .column.large-pull-3{left:auto;right:25%}html.graphite .row .column.large-push-3{right:auto;left:25%}html.graphite .row .column.large-4,html.graphite .row .column.column--form__input{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3333333333%}html.graphite .row .column.large-offset-4{margin-left:33.3333333333%}html.graphite .row .column.large-pull-4{left:auto;right:33.3333333333%}html.graphite .row .column.large-push-4{right:auto;left:33.3333333333%}html.graphite .row .column.large-5{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:41.6666666667%}html.graphite .row .column.large-offset-5{margin-left:41.6666666667%}html.graphite .row .column.large-pull-5{left:auto;right:41.6666666667%}html.graphite .row .column.large-push-5{right:auto;left:41.6666666667%}html.graphite .row .column.large-6,html.light .modal html.graphite .row .column.column--form__label,html.graphite .row .modal .column.column--form__label,html.graphite .modal .row .column.column--form__label{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50%}html.graphite .row .column.large-offset-6{margin-left:50%}html.graphite .row .column.large-pull-6{left:auto;right:50%}html.graphite .row .column.large-push-6{right:auto;left:50%}html.graphite .row .column.large-7{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:58.3333333333%}html.graphite .row .column.large-offset-7{margin-left:58.3333333333%}html.graphite .row .column.large-pull-7{left:auto;right:58.3333333333%}html.graphite .row .column.large-push-7{right:auto;left:58.3333333333%}html.graphite .row .column.large-8{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:66.6666666667%}html.graphite .row .column.large-offset-8{margin-left:66.6666666667%}html.graphite .row .column.large-pull-8{left:auto;right:66.6666666667%}html.graphite .row .column.large-push-8{right:auto;left:66.6666666667%}html.graphite .row .column.large-9{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:75%}html.graphite .row .column.large-offset-9{margin-left:75%}html.graphite .row .column.large-pull-9{left:auto;right:75%}html.graphite .row .column.large-push-9{right:auto;left:75%}html.graphite .row .column.large-10{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:83.3333333333%}html.graphite .row .column.large-offset-10{margin-left:83.3333333333%}html.graphite .row .column.large-pull-10{left:auto;right:83.3333333333%}html.graphite .row .column.large-push-10{right:auto;left:83.3333333333%}html.graphite .row .column.large-11{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:91.6666666667%}html.graphite .row .column.large-offset-11{margin-left:91.6666666667%}html.graphite .row .column.large-pull-11{left:auto;right:91.6666666667%}html.graphite .row .column.large-push-11{right:auto;left:91.6666666667%}html.graphite .row .column.large-12{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}html.graphite .row .column.large-offset-12{margin-left:100%}html.graphite .row .column.large-pull-12{left:auto;right:100%}html.graphite .row .column.large-push-12{right:auto;left:100%}html.graphite .row .column.first-on-large{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}html.graphite .row .column.last-on-large{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.graphite .row .column.origin-on-large{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}html.graphite .row .column.hide-on-large{display:none}html.graphite .row .column.show-on-large{display:block}}@media(min-width: 0){html.graphite .small-grid-1{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-1>.column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html.graphite .small-grid-2{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-2>.column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html.graphite .small-grid-3{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-3>.column{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}html.graphite .small-grid-4{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-4>.column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html.graphite .small-grid-5{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-5>.column{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html.graphite .small-grid-6{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-6>.column{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}html.graphite .small-grid-7{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-7>.column{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}html.graphite .small-grid-8{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-8>.column{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}html.graphite .small-grid-9{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-9>.column{-webkit-box-flex:0;-ms-flex:0 0 11.1111111111%;flex:0 0 11.1111111111%;max-width:11.1111111111%}html.graphite .small-grid-10{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-10>.column{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}html.graphite .small-grid-11{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-11>.column{-webkit-box-flex:0;-ms-flex:0 0 9.0909090909%;flex:0 0 9.0909090909%;max-width:9.0909090909%}html.graphite .small-grid-12{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .small-grid-12>.column{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}}@media(min-width: 48rem){html.graphite .medium-grid-1{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-1>.column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html.graphite .medium-grid-2{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-2>.column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html.graphite .medium-grid-3{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-3>.column{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}html.graphite .medium-grid-4{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-4>.column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html.graphite .medium-grid-5{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-5>.column{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html.graphite .medium-grid-6{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-6>.column{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}html.graphite .medium-grid-7{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-7>.column{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}html.graphite .medium-grid-8{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-8>.column{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}html.graphite .medium-grid-9{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-9>.column{-webkit-box-flex:0;-ms-flex:0 0 11.1111111111%;flex:0 0 11.1111111111%;max-width:11.1111111111%}html.graphite .medium-grid-10{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-10>.column{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}html.graphite .medium-grid-11{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-11>.column{-webkit-box-flex:0;-ms-flex:0 0 9.0909090909%;flex:0 0 9.0909090909%;max-width:9.0909090909%}html.graphite .medium-grid-12{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .medium-grid-12>.column{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}}@media(min-width: 75rem){html.graphite .large-grid-1{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-1>.column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html.graphite .large-grid-2{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-2>.column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html.graphite .large-grid-3{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-3>.column{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}html.graphite .large-grid-4{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-4>.column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html.graphite .large-grid-5{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-5>.column{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html.graphite .large-grid-6{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-6>.column{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}html.graphite .large-grid-7{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-7>.column{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}html.graphite .large-grid-8{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-8>.column{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}html.graphite .large-grid-9{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-9>.column{-webkit-box-flex:0;-ms-flex:0 0 11.1111111111%;flex:0 0 11.1111111111%;max-width:11.1111111111%}html.graphite .large-grid-10{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-10>.column{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}html.graphite .large-grid-11{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-11>.column{-webkit-box-flex:0;-ms-flex:0 0 9.0909090909%;flex:0 0 9.0909090909%;max-width:9.0909090909%}html.graphite .large-grid-12{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .large-grid-12>.column{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}}html.graphite body{height:100%;overflow:hidden}html.graphite body.guest-mode{height:auto;overflow:auto}html.graphite #react-container{height:100%;overflow:hidden}html.graphite .ellipsis{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}html.graphite .relative{position:relative}html.graphite .fixed{position:fixed}html.graphite .position--inherit{position:inherit}html.graphite .absolute{position:absolute}html.graphite .absolute--t{position:absolute;top:0}html.graphite .absolute--tr{position:absolute;top:0;right:0}html.graphite .absolute--tl{position:absolute;top:0;left:0}html.graphite .absolute--br{position:absolute;bottom:0;right:0}html.graphite .absolute--bl{position:absolute;bottom:0;left:0}html.graphite .absolute--r{position:absolute;right:0}html.graphite .absolute--l{position:absolute;left:0}html.graphite .overflow-x{overflow-x:auto}html.graphite .overflow-y{overflow-y:auto}html.graphite .full-height{height:100%}html.graphite .height-auto{height:auto}html.graphite .full-width{width:100%}html.graphite .min-full-width{min-width:100%}html.graphite .capitalize{text-transform:capitalize}html.graphite .text-small{font-size:.8125em}html.graphite .twitter-color-txt{color:#00aced}html.graphite .cursor__pointer{cursor:pointer}html.graphite .cursor__col-resize{cursor:col-resize}html.graphite .cursor__unset{cursor:unset}html.graphite .pointer{cursor:pointer}html.graphite .form__validation-errors{list-style:none;top:9%;z-index:1060}html.graphite .grecaptcha-badge{visibility:hidden}html.graphite button,html.graphite html [type=button],html.graphite [type=reset],html.graphite [type=submit]{-moz-appearance:none;appearance:none;-webkit-appearance:none}html.graphite button:focus,html.graphite html [type=button]:focus,html.graphite [type=submit]:focus{outline:1px dotted #249ddb}html.graphite button,html.graphite .button,html.light .image-uploader__dropzone__buttons html.graphite a,html.graphite .image-uploader__dropzone__buttons a,html.graphite .btn{cursor:pointer;padding:0.5em 1em;line-height:normal;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:baseline;display:inline;max-width:100%;-webkit-transition:200ms all;transition:200ms all;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:.025em;border-radius:0.25rem;border-width:0.0625rem;border-style:solid;outline:none;font-family:inherit;font-size:inherit;border-color:#249ddb;background:rgba(0,0,0,0);color:#249ddb}html.graphite button:hover,html.graphite .button:hover,html.light .image-uploader__dropzone__buttons html.graphite a:hover,html.graphite .image-uploader__dropzone__buttons a:hover,html.graphite .btn:hover{background:#249ddb;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button:active,html.graphite .button:active,html.light .image-uploader__dropzone__buttons html.graphite a:active,html.graphite .image-uploader__dropzone__buttons a:active,html.graphite .btn:active{background:#249ddb;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button+button,html.graphite button .button,html.light .image-uploader__dropzone__buttons html.graphite button a,html.graphite button .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons button a,html.graphite button .btn,html.graphite .button+button,html.light .image-uploader__dropzone__buttons html.graphite a+button,html.graphite .image-uploader__dropzone__buttons a+button,html.graphite .button .button,html.light .image-uploader__dropzone__buttons html.graphite a .button,html.light .image-uploader__dropzone__buttons html.graphite .button a,html.light .image-uploader__dropzone__buttons html.graphite a a,html.graphite .image-uploader__dropzone__buttons a .button,html.graphite .button .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .button a,html.graphite .image-uploader__dropzone__buttons a a,html.graphite .button .btn,html.light .image-uploader__dropzone__buttons html.graphite a .btn,html.graphite .image-uploader__dropzone__buttons a .btn,html.graphite .btn+button,html.graphite .btn .button,html.light .image-uploader__dropzone__buttons html.graphite .btn a,html.graphite .btn .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .btn a,html.graphite .btn .btn{margin-left:1em}html.graphite button.expanded,html.graphite button.full-width,html.graphite .button.expanded,html.light .image-uploader__dropzone__buttons html.graphite a.expanded,html.graphite .image-uploader__dropzone__buttons a.expanded,html.graphite .button.full-width,html.light .image-uploader__dropzone__buttons html.graphite a.full-width,html.graphite .image-uploader__dropzone__buttons a.full-width,html.graphite .btn.expanded,html.graphite .btn.full-width{width:100%}html.graphite button[disabled],html.graphite .button[disabled],html.light .image-uploader__dropzone__buttons html.graphite a[disabled],html.graphite .image-uploader__dropzone__buttons a[disabled],html.graphite .btn[disabled]{cursor:auto;opacity:.5;pointer-events:none}html.graphite button--look-disabled,html.graphite .button--look-disabled,html.graphite .btn--look-disabled{cursor:auto;opacity:.5}html.graphite button--brand,html.graphite .button--brand,html.graphite .btn--brand{border-color:#249ddb;background:rgba(0,0,0,0);color:#249ddb}html.graphite button--brand:hover,html.graphite .button--brand:hover,html.graphite .btn--brand:hover{background:#249ddb;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--brand:active,html.graphite .button--brand:active,html.graphite .btn--brand:active{background:#249ddb;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--block,html.graphite .button--block,html.graphite .btn--block{display:inline-block;width:100%}html.graphite button--positive,html.graphite button--save,html.graphite button--create,html.graphite .button--positive,html.graphite .button--save,html.graphite .button--create,html.graphite .btn--positive,html.graphite .btn--save,html.graphite .btn--create{border-color:#86ba2c;background:rgba(0,0,0,0);color:#86ba2c}html.graphite button--positive:hover,html.graphite button--save:hover,html.graphite button--create:hover,html.graphite .button--positive:hover,html.graphite .button--save:hover,html.graphite .button--create:hover,html.graphite .btn--positive:hover,html.graphite .btn--save:hover,html.graphite .btn--create:hover{background:#86ba2c;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--positive:active,html.graphite button--save:active,html.graphite button--create:active,html.graphite .button--positive:active,html.graphite .button--save:active,html.graphite .button--create:active,html.graphite .btn--positive:active,html.graphite .btn--save:active,html.graphite .btn--create:active{background:#86ba2c;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--positive--locked,html.graphite .button--positive--locked,html.graphite .btn--positive--locked{border-color:#86ba2c;background:#86ba2c;color:#191515}html.graphite button--positive--locked:hover,html.graphite .button--positive--locked:hover,html.graphite .btn--positive--locked:hover{border-color:#86ba2c;background:#86ba2c;color:#191515}html.graphite button--positive--locked:active,html.graphite .button--positive--locked:active,html.graphite .btn--positive--locked:active{-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05)}html.graphite button--muted,html.graphite button--cancel,html.graphite .button--muted,html.graphite .button--cancel,html.graphite .btn--muted,html.graphite .btn--cancel{border-color:#2a3541;background:rgba(0,0,0,0);color:#2a3541;color:#7c8499}html.graphite button--muted:hover,html.graphite button--cancel:hover,html.graphite .button--muted:hover,html.graphite .button--cancel:hover,html.graphite .btn--muted:hover,html.graphite .btn--cancel:hover{background:#2a3541;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--muted:active,html.graphite button--cancel:active,html.graphite .button--muted:active,html.graphite .button--cancel:active,html.graphite .btn--muted:active,html.graphite .btn--cancel:active{background:#2a3541;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--muted:hover,html.graphite button--cancel:hover,html.graphite .button--muted:hover,html.graphite .button--cancel:hover,html.graphite .btn--muted:hover,html.graphite .btn--cancel:hover{color:#fff}html.graphite button--quiet,html.graphite .button--quiet,html.graphite .btn--quiet{border-color:#7d8c9b;background:rgba(0,0,0,0);color:#7d8c9b}html.graphite button--quiet:hover,html.graphite .button--quiet:hover,html.graphite .btn--quiet:hover{background:#7d8c9b;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--quiet:active,html.graphite .button--quiet:active,html.graphite .btn--quiet:active{background:#7d8c9b;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--delete,html.graphite .button--delete,html.light .image-uploader__dropzone__buttons html.graphite .danger-link,html.graphite .image-uploader__dropzone__buttons .danger-link,html.graphite .btn--delete{border-color:#e71b26;background:rgba(0,0,0,0);color:#e71b26}html.graphite button--delete:hover,html.graphite .button--delete:hover,html.light .image-uploader__dropzone__buttons html.graphite .danger-link:hover,html.graphite .image-uploader__dropzone__buttons .danger-link:hover,html.graphite .btn--delete:hover{background:#e71b26;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--delete:active,html.graphite .button--delete:active,html.light .image-uploader__dropzone__buttons html.graphite .danger-link:active,html.graphite .image-uploader__dropzone__buttons .danger-link:active,html.graphite .btn--delete:active{background:#e71b26;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--warning,html.graphite .button--warning,html.graphite .btn--warning{border-color:#ffc432;background:rgba(0,0,0,0);color:#ffc432}html.graphite button--warning:hover,html.graphite .button--warning:hover,html.graphite .btn--warning:hover{background:#ffc432;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--warning:active,html.graphite .button--warning:active,html.graphite .btn--warning:active{background:#ffc432;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--secondary,html.graphite .button--secondary,html.graphite .btn--secondary{border-color:#249ddb;background:rgba(0,0,0,0);color:#249ddb}html.graphite button--secondary:hover,html.graphite .button--secondary:hover,html.graphite .btn--secondary:hover{background:#249ddb;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--secondary:active,html.graphite .button--secondary:active,html.graphite .btn--secondary:active{background:#249ddb;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--plain,html.graphite .button--plain,html.graphite .btn--plain{border-color:#fff;background:rgba(0,0,0,0);color:#fff}html.graphite button--plain:hover,html.graphite .button--plain:hover,html.graphite .btn--plain:hover{background:#fff;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--plain:active,html.graphite .button--plain:active,html.graphite .btn--plain:active{background:#fff;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--link,html.graphite .button--link,html.graphite .btn--link{border-color:#249ddb;background:rgba(0,0,0,0);color:#249ddb}html.graphite button--link:hover,html.graphite .button--link:hover,html.graphite .btn--link:hover{background:#249ddb;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite button--link:active,html.graphite .button--link:active,html.graphite .btn--link:active{background:#249ddb;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite button--inverse,html.graphite .button--inverse,html.light .campaign-view html.graphite button:focus,html.graphite .campaign-view button:focus,html.graphite .btn--inverse{border-color:#249ddb;background:#249ddb;color:#191515}html.graphite button--inverse:hover,html.graphite .button--inverse:hover,html.light .campaign-view html.graphite button:hover:focus,html.graphite .campaign-view button:hover:focus,html.graphite .btn--inverse:hover{-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05)}html.graphite button--inverse:active,html.graphite .button--inverse:active,html.light .campaign-view html.graphite button:active:focus,html.graphite .campaign-view button:active:focus,html.graphite .btn--inverse:active{-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05)}html.graphite button--sm,html.graphite button--small,html.graphite .button--sm,html.graphite .button--small,html.graphite .btn--sm,html.graphite .btn--small{font-size:0.8125rem}html.graphite button--xs,html.graphite button--xsmall,html.graphite .button--xs,html.graphite .button--xsmall,html.light .image-uploader__dropzone__buttons html.graphite a,html.graphite .image-uploader__dropzone__buttons a,html.graphite .btn--xs,html.graphite .btn--xsmall{font-size:0.6875rem}html.graphite button--header,html.graphite .button--header,html.graphite .btn--header{font-size:0.8125rem;margin-left:.66em;margin-bottom:.33em}html.graphite button--lg,html.graphite button--large,html.graphite .button--lg,html.graphite .button--large,html.graphite .btn--lg,html.graphite .btn--large{font-size:1.25rem}html.graphite button--xl,html.graphite button--xlarge,html.graphite .button--xl,html.graphite .button--xlarge,html.graphite .btn--xl,html.graphite .btn--xlarge{font-size:1.5rem}html.graphite button--clean,html.graphite .button--clean,html.graphite .btn--clean{background:none;border:none;border-radius:0;-webkit-transition:none;transition:none}html.graphite button--clean:hover,html.graphite .button--clean:hover,html.graphite .btn--clean:hover{background:none;-webkit-box-shadow:none;box-shadow:none;color:#fff}html.graphite button--clean-disabled,html.graphite .button--clean-disabled,html.graphite .btn--clean-disabled{background:none;border:none;border-radius:0;-webkit-transition:none;transition:none}html.graphite button--clean-disabled:hover,html.graphite .button--clean-disabled:hover,html.graphite .btn--clean-disabled:hover{background:none;-webkit-box-shadow:none;box-shadow:none;color:#249ddb;cursor:auto}html.graphite button--solid,html.graphite .button--solid,html.graphite .btn--solid{background-color:#249ddb;color:#fff;border-radius:0}html.graphite button--unset,html.graphite .button--unset,html.graphite .btn--unset{background:none;border:none;border-radius:0;-webkit-transition:none;transition:none;margin:0;padding:0;color:inherit}html.graphite button--unset:hover,html.graphite .button--unset:hover,html.graphite .btn--unset:hover{background:none;-webkit-box-shadow:none;box-shadow:none;color:inherit}html.graphite button--hollow,html.graphite .button--hollow,html.graphite .btn--hollow{background:none}html.graphite button--hollow a,html.graphite .button--hollow a,html.graphite .btn--hollow a{color:#249ddb}html.graphite button--hollow a:hover,html.graphite .button--hollow a:hover,html.graphite .btn--hollow a:hover{color:#249ddb}html.graphite button--no-pad,html.graphite .button--no-pad,html.graphite .btn--no-pad{padding:0}html.graphite button--half-pad,html.graphite .button--half-pad,html.graphite .btn--half-pad{padding:0.25em 0.5em}html.graphite .button-group{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .button-group__button{border-radius:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .button-group__button+button,html.graphite .button-group__button .button,html.light .image-uploader__dropzone__buttons html.graphite .button-group__button a,html.graphite .button-group__button .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .button-group__button a,html.graphite .button-group__button .btn{margin:0}html.graphite .button-group__button:not(:last-child){border-right:none}html.graphite .button-group__button--active,html.graphite .button-group__button--active:hover{color:#191515;background-color:#249ddb}html.graphite .button-group--rounded .button-group__button:first-child{border-radius:0.25rem 0 0 0.25rem}html.graphite .button-group--rounded .button-group__button:last-child{border-radius:0 0.25rem 0.25rem 0}html.graphite .button-group--rounded-left .button-group__button:first-child{border-radius:0.25rem 0 0 0.25rem}html.graphite .button-group--rounded-right .button-group__button:last-child{border-radius:0 0.25rem 0.25rem 0}html.graphite .button-group--grow .button-group__button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite input[type=text],html.graphite input[type=search],html.graphite input[type=number],html.graphite input[type=email],html.graphite input[type=password],html.graphite input[type=range],html.graphite input[type=tel]{outline:none;width:100%;height:2.5em;color:#d5d5d5;padding:0 0.75em;background:#2a3541;font-family:inherit;font-size:inherit;margin:0 0 1em;-webkit-transition:color 300ms ease,border-color 300ms ease;transition:color 300ms ease,border-color 300ms ease;border-radius:0.25rem;-webkit-box-shadow:none;box-shadow:none;border:none}html.graphite input[type=text]:focus,html.graphite input[type=search]:focus,html.graphite input[type=number]:focus,html.graphite input[type=email]:focus,html.graphite input[type=password]:focus,html.graphite input[type=range]:focus,html.graphite input[type=radio]:focus,html.graphite input[type=tel]:focus{outline:1px dotted #249ddb}html.graphite input::-webkit-input-placeholder,html.light .label-creator__buttons-container html.graphite input::-webkit-input-placeholder,html.graphite .label-creator__buttons-container input::-webkit-input-placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite input::-moz-placeholder,html.light .label-creator__buttons-container html.graphite input::-moz-placeholder,html.graphite .label-creator__buttons-container input::-moz-placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite input::-ms-input-placeholder,html.light .label-creator__buttons-container html.graphite input::-ms-input-placeholder,html.graphite .label-creator__buttons-container input::-ms-input-placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite input::placeholder,html.light .label-creator__buttons-container html.graphite input::placeholder,html.graphite .label-creator__buttons-container input::placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite input:disabled{background:#191515;color:#a0b6c5;cursor:not-allowed}html.graphite input:-moz-read-only{padding-left:0;background:none;cursor:default}html.graphite input:read-only{padding-left:0;background:none;cursor:default}html.graphite input[type=search],html.graphite input.input--search{border-radius:2.5em;padding-left:2.375em;background-position:0.75em center;background-repeat:no-repeat;background-image:url("https://assets.foundation.nuviapp.com/images/magnify2019.svg?20231005");background-size:1.125em;margin:0}html.graphite input[type=search]::-webkit-input-placeholder,html.graphite input.input--search::-webkit-input-placeholder{color:hsla(0,0%,100%,.8)}html.graphite input[type=search]::-moz-placeholder,html.graphite input.input--search::-moz-placeholder{color:hsla(0,0%,100%,.8)}html.graphite input[type=search]::-ms-input-placeholder,html.graphite input.input--search::-ms-input-placeholder{color:hsla(0,0%,100%,.8)}html.graphite input[type=search]::placeholder,html.graphite input.input--search::placeholder{color:hsla(0,0%,100%,.8)}html.graphite input.input--clean{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);vertical-align:baseline;width:auto;min-width:60px}html.graphite input.input--clean:focus{border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541}html.graphite input.input--no-margin{margin:0}html.graphite input.input--super{color:#fff;height:2.5em;font-size:2em;margin-bottom:20px}html.graphite input.input--small{font-size:0.8125rem}html.graphite input.input--title{font-size:1.5rem;font-weight:500}html.graphite input.input__error::-webkit-input-placeholder{font-weight:normal;color:#e71b26}html.graphite input.input__error::-moz-placeholder{font-weight:normal;color:#e71b26}html.graphite input.input__error::-ms-input-placeholder{font-weight:normal;color:#e71b26}html.graphite input.input__error::placeholder{font-weight:normal;color:#e71b26}html.graphite textarea{outline:none;width:100%;border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:0.25rem;height:80px;color:#fff;padding:0.75em;background:#2a3541;font-family:inherit;font-size:inherit;margin:0 0 1em;resize:vertical}html.graphite textarea:focus{border-color:#0f9eed}html.graphite textarea::-webkit-input-placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite textarea::-moz-placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite textarea::-ms-input-placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite textarea::placeholder{font-weight:normal;color:hsla(0,0%,100%,.2)}html.graphite .textarea--resize-horizontal{resize:horizontal}html.graphite .textarea--resize-both{resize:both}html.graphite .textarea--resize-none{resize:none}html.graphite .textarea--small{font-size:0.8125rem}html.graphite select{font-size:inherit}html.graphite fieldset{border:none;margin:0;padding:0}html.graphite .column--form__label p,html.graphite .column--form__label label{margin-top:0.5em;display:block}html.graphite .column--form__note{padding-right:4%;font-size:0.8125em;margin-top:0;line-height:1.6}html.graphite .panel-form{border:0.0625rem solid hsla(0,0%,100%,.2);-webkit-transition:border-color 100ms ease;transition:border-color 100ms ease}html.graphite .panel-form__sentence{border-bottom:0.0625rem solid hsla(0,0%,100%,.2);line-height:1;background-color:#2a3541}html.graphite .panel-form__value{background:#191515}html.graphite .panel-form__input textarea{border:none;height:auto}html.graphite .panel-form:hover,html.graphite .panel-form--is-editing,html.graphite .panel-form--is-editing html.graphite .panel-form__sentence,html.graphite .panel-form:hover html.graphite .panel-form__sentence{border-color:#7d8c9b;cursor:pointer}html.graphite .panel-form .dropdown{height:auto}html.graphite .icon--add-folder::before{content:""}html.graphite .icon--analyze::before{content:""}html.graphite .icon--annotations::before{content:""}html.graphite .icon--annotations-callout::before{content:""}html.graphite .icon--annotations-circle::before{content:""}html.graphite .icon--annotations-label::before{content:""}html.graphite .icon--annotations-rectangle::before{content:""}html.graphite .icon--archive::before{content:""}html.graphite .icon--arrow-down::before{content:""}html.graphite .icon--arrow-left::before{content:""}html.graphite .icon--arrow-right::before{content:""}html.graphite .icon--arrow-up::before{content:""}html.graphite .icon--arrow-up-right::before{content:""}html.graphite .icon--calendar::before{content:""}html.graphite .icon--camera::before{content:""}html.graphite .icon--cancel::before{content:""}html.graphite .icon--chart-bar::before{content:""}html.graphite .icon--chart-cloud::before{content:""}html.graphite .icon--chart-line::before{content:""}html.graphite .icon--chart-map::before{content:""}html.graphite .icon--chart-pie::before{content:""}html.graphite .icon--chart-radar::before{content:""}html.graphite .icon--chart-stream::before{content:""}html.graphite .icon--checkmark::before{content:""}html.graphite .icon--chevron-down::before{content:""}html.graphite .icon--chevron-left::before{content:""}html.graphite .icon--chevron-right::before{content:""}html.graphite .icon--chevron-up::before{content:""}html.graphite .icon--circle-chevron-left::before{content:""}html.graphite .icon--circle-chevron-right::before{content:""}html.graphite .icon--circle-chevron-left-right::before{content:""}html.graphite .icon--circle-double-chevron-left::before{content:""}html.graphite .icon--circle-double-chevron-right::before{content:""}html.graphite .icon--circle-double-chevron-left-right::before{content:""}html.graphite .icon--circle-checkmark::before{content:""}html.graphite .icon--circle-close::before{content:""}html.graphite .icon--circle-exclaim::before{content:""}html.graphite .icon--circle-info::before{content:""}html.graphite .icon--circle-question::before{content:""}html.graphite .icon--clock::before{content:""}html.graphite .icon--close::before{content:""}html.graphite .icon--cog::before{content:""}html.graphite .icon--command-center::before{content:""}html.graphite .icon--comment::before{content:""}html.graphite .icon--comment-lines::before{content:""}html.graphite .icon--compare::before{content:""}html.graphite .icon--compare-report::before{content:""}html.graphite .icon--compare-ab::before{content:""}html.graphite .icon--custom-template::before{content:""}html.graphite .icon--download::before{content:""}html.graphite .icon--drag-and-drop::before{content:""}html.graphite .icon--duplicate::before{content:""}html.graphite .icon--edit::before{content:""}html.graphite .icon--emoji::before{content:""}html.graphite .icon--engage::before{content:""}html.graphite .icon--eye-shut::before{content:""}html.graphite .icon--eye::before{content:""}html.graphite .icon--female::before{content:""}html.graphite .icon--filter::before{content:""}html.graphite .icon--flag::before{content:""}html.graphite .icon--fullscreen-collapse::before{content:""}html.graphite .icon--fullscreen-expand::before{content:""}html.graphite .icon--future-tense::before{content:""}html.graphite .icon--google-my-business::before,html.graphite .icon--google_my_business::before{content:""}html.graphite .icon--handle::before{content:""}html.graphite .icon--hashtag::before{content:""}html.graphite .icon--heart::before{content:""}html.graphite .icon--heartbeat::before{content:""}html.graphite .icon--hidden-comment:before{content:""}html.graphite .icon--house::before{content:""}html.graphite .icon--influence::before{content:""}html.graphite .icon--insights::before{content:""}html.graphite .icon--link::before{content:""}html.graphite .icon--listen::before{content:""}html.graphite .icon--list-view::before{content:""}html.graphite .icon--lock::before{content:""}html.graphite .icon--mail::before{content:""}html.graphite .icon--male::before{content:""}html.graphite .icon--mention::before{content:""}html.graphite .icon--menu-audiences::before{content:""}html.graphite .icon--menu-channels::before{content:""}html.graphite .icon--menu-collapse::before{content:""}html.graphite .icon--menu-expand::before{content:""}html.graphite .icon--menu-reports::before{content:""}html.graphite .icon--menu-dashboard::before{content:""}html.graphite .icon--minus::before{content:""}html.graphite .icon--monitors::before{content:""}html.graphite .icon--mobile-menu::before{content:""}html.graphite .icon--more::before{content:""}html.graphite .icon--more-hollow::before{content:""}html.graphite .icon--more-vertical::before{content:""}html.graphite .icon--move::before{content:""}html.graphite .icon--new-window::before{content:""}html.graphite .icon--news::before{content:""}html.graphite .icon--news_outlet_other::before{content:""}html.graphite .icon--notes::before{content:""}html.graphite .icon--notification-bell:before{content:""}html.graphite .icon--overview::before{content:""}html.graphite .icon--profile-clicks::before{content:""}html.graphite .icon--publish::before{content:""}html.graphite .icon--review::before{content:""}html.graphite .icon--past-tense::before{content:""}html.graphite .icon--present-tense::before{content:""}html.graphite .icon--photo::before{content:""}html.graphite .icon--plus::before{content:""}html.graphite .icon--print::before{content:""}html.graphite .icon--quote::before{content:""}html.graphite .icon--redact::before{content:""}html.graphite .icon--refresh::before{content:""}html.graphite .icon--region::before{content:""}html.graphite .icon--reply::before{content:""}html.graphite .icon--report-audience::before{content:""}html.graphite .icon--report-channel::before{content:""}html.graphite .icon--report-schedule::before{content:""}html.graphite .icon--report-monitor::before{content:""}html.graphite .icon--repost::before{content:""}html.graphite .icon--reviews::before{content:""}html.graphite .icon--search::before{content:""}html.graphite .icon--segment::before{content:""}html.graphite .icon--share::before{content:""}html.graphite .icon--show-more::before{content:""}html.graphite .icon--sidebar::before{content:""}html.graphite .icon--smart-social::before{content:""}html.graphite .icon--smart-widget::before{content:""}html.graphite .icon--spam::before{content:""}html.graphite .icon--spellcheck::before{content:""}html.graphite .icon--subjectivity::before{content:""}html.graphite .icon--tag::before{content:""}html.graphite .icon--targeting::before{content:""}html.graphite .icon--template::before{content:""}html.graphite .icon--tile-view::before{content:""}html.graphite .icon--trash::before{content:""}html.graphite .icon--upload::before{content:""}html.graphite .icon--users::before{content:""}html.graphite .icon--video-cam::before{content:""}html.graphite .icon--video-player::before{content:""}html.graphite .icon--vulgarity::before{content:""}html.graphite .icon--wordburst::before{content:""}html.graphite .icon--zoom::before{content:""}html.graphite .icon--unresolved::before{content:""}html.graphite .icon--send:before{content:""}html.graphite .icon--translate:before{content:""}html.graphite .icon--text:before{content:""}html.graphite .icon--automattic::before{content:""}html.graphite .icon--disqus::before{content:""}html.graphite .icon--facebook::before{content:""}html.graphite .icon--facebook-like::before{content:""}html.graphite .icon--google::before,html.graphite .icon--google-plus::before,html.graphite .icon--google_oauth2::before{content:""}html.graphite .icon--instagram::before{content:""}html.graphite .icon--linkedin::before{content:""}html.graphite .icon--pinterest::before{content:""}html.graphite .icon--reddit::before{content:""}html.graphite .icon--rss::before{content:""}html.graphite .icon--slack::before{content:""}html.graphite .icon--snapchat::before{content:""}html.graphite .icon--stack-overflow::before{content:""}html.graphite .icon--stack_overflow::before{content:""}html.graphite .icon--threads::before{content:""}html.graphite .icon--tiktok::before{content:""}html.graphite .icon--tumblr::before{content:""}html.graphite .icon--twitter::before{content:""}html.graphite .icon--vk::before{content:""}html.graphite .icon--youtube::before{content:""}html.graphite .icon--video-site-other::before{content:""}html.graphite .icon--video_site_other::before{content:""}html.graphite .icon--blog::before{content:""}html.graphite .icon--blog_other::before{content:""}html.graphite .icon--forum::before{content:""}html.graphite .icon--forum_other::before{content:""}html.graphite .icon--vimeo::before{content:""}html.graphite .icon--dailymotion::before{content:""}html.graphite .icon--rumble::before{content:""}html.graphite .icon--yelp::before{content:""}html.graphite .icon--unsplash::before{content:""}html.graphite .icon--anger:before{content:""}html.graphite .icon--anticipation:before{content:""}html.graphite .icon--disgust:before{content:""}html.graphite .icon--fear:before{content:""}html.graphite .icon--joy:before{content:""}html.graphite .icon--sadness:before{content:""}html.graphite .icon--surprise:before{content:""}html.graphite .icon--trust:before{content:""}html.graphite .icon--reels:before{content:""}html.graphite .icon--crop:before{content:""}html.graphite .icon--trophy:before{content:""}html.graphite .icon--solid-caret-down:before{content:""}html.graphite .icon--solid-caret-up:before{content:""}html.graphite .icon--reputation-actions::before{content:"";font-size:1.2em}html.graphite .icon--reputation-dashboards::before{content:""}html.graphite .icon--reputation-dashboards2::before{content:""}html.graphite .icon--reputation-experience::before{content:"";font-size:1.3em}html.graphite .icon--reputation-listings::before{content:"";font-size:1.2em}html.graphite .icon--reputation-messaging::before{content:"";font-size:1.1em}html.graphite .icon--reputation-reports::before{content:""}html.graphite .icon--reputation-reports2::before{content:""}html.graphite .icon--reputation-requests::before{content:"";font-size:1.1em}html.graphite .icon--reputation-reviews::before{content:"";font-size:1.1em}html.graphite .icon--reputation-score::before{content:"";font-size:1.4em}html.graphite .icon--reputation-social::before{content:"";font-size:1.1em}html.graphite .icon--reputation-surveys::before{content:"";font-size:1.3em}html.graphite .icon--robot::before{content:""}html.graphite .icon--trend-arrow-up::before{content:""}html.graphite .icon--assistive-listening::before{content:""}html.graphite .icon--thumb-up::before{content:""}html.graphite .icon--thumb-down::before{content:""}html.graphite .icon--arrows-rotate::before{content:""}html.graphite .icon--link2::before{content:""}html.graphite .icon--external-link-alt::before{content:""}html.graphite .repicon-plus:before{content:"+"}html.graphite .repicon-font:before{content:"A"}html.graphite .repicon-bold:before{content:"B"}html.graphite .repicon-google-plus-g:before{content:"G"}html.graphite .repicon-linkedin-in:before{content:"L"}html.graphite .repicon-strikethrough:before{content:"S"}html.graphite .repicon-text-height:before{content:"T"}html.graphite .repicon-underline:before{content:"U"}html.graphite .repicon-angle-down:before{content:"V"}html.graphite .repicon-youtube:before{content:"Y"}html.graphite .repicon-facebook-f:before{content:"f"}html.graphite .repicon-angle-double-left:before{content:"«"}html.graphite .repicon-paragraph:before{content:"¶"}html.graphite .repicon-angle-double-right:before{content:"»"}html.graphite .repicon-italic:before{content:"ɪ"}html.graphite .repicon-grip-lines-vertical:before{content:"ᐦ"}html.graphite .repicon-share-alt:before{content:"ᑅ"}html.graphite .repicon-ip-address:before{content:"ᑸ"}html.graphite .repicon-actions:before{content:"ᓄ"}html.graphite .repicon-eye-slash:before{content:"ᴓ"}html.graphite .repicon-lightbulb:before{content:"ọ"}html.graphite .repicon-minus:before{content:"―"}html.graphite .repicon-ellipsis-h:before{content:"…"}html.graphite .repicon-chart-network:before{content:"‰"}html.graphite .repicon-info:before{content:"ℹ"}html.graphite .repicon-code:before{content:"⅐"}html.graphite .repicon-arrow-left:before{content:"←"}html.graphite .repicon-arrow-up:before{content:"↑"}html.graphite .repicon-arrow-right:before{content:"→"}html.graphite .repicon-arrow-down:before{content:"↓"}html.graphite .repicon-sort:before{content:"↕"}html.graphite .repicon-external-link-alt:before{content:"↗"}html.graphite .repicon-arrow-to-top:before{content:"↥"}html.graphite .repicon-sign-out:before{content:"↦"}html.graphite .repicon-arrow-to-bottom:before{content:"↧"}html.graphite .repicon-reply:before{content:"↰"}html.graphite .repicon-share-square:before{content:"↱"}html.graphite .repicon-level-down:before{content:"↴"}html.graphite .repicon-undo:before{content:"↶"}html.graphite .repicon-skipped-question:before{content:"↻"}html.graphite .repicon-exchange-alt:before{content:"⇄"}html.graphite .repicon-arrows-alt:before{content:"⇔"}html.graphite .repicon-tags:before{content:"⇚"}html.graphite .repicon-arrow-to-left:before{content:"⇤"}html.graphite .repicon-arrow-to-right:before{content:"⇥"}html.graphite .repicon-arrow-alt-up:before{content:"⇧"}html.graphite .repicon-arrow-alt-down:before{content:"⇩"}html.graphite .repicon-reply-all:before{content:"⇷"}html.graphite .repicon-list:before{content:"≔"}html.graphite .repicon-align-center:before{content:"≣"}html.graphite .repicon-plus-circle:before{content:"⊕"}html.graphite .repicon-ellipsis-v:before{content:"⋮"}html.graphite .repicon-angle-up:before{content:"⌃"}html.graphite .repicon-id-card-alt:before{content:"⌻"}html.graphite .repicon-eraser:before{content:"⎐"}html.graphite .repicon-alarm-exclamation:before{content:"⏰"}html.graphite .repicon-hourglass:before{content:"⏳"}html.graphite .repicon-pause:before{content:"⏸"}html.graphite .repicon-info-circle:before{content:"ⓘ"}html.graphite .repicon-th:before{content:"▦"}html.graphite .repicon-caret-up:before{content:"▲"}html.graphite .repicon-caret-up-solid:before{content:"▴"}html.graphite .repicon-caret-right:before{content:"▶"}html.graphite .repicon-play-circle:before{content:"▷"}html.graphite .repicon-play:before{content:"▸"}html.graphite .repicon-caret-right-solid:before{content:"▹"}html.graphite .repicon-caret-down:before{content:"▼"}html.graphite .repicon-caret-down-solid:before{content:"▾"}html.graphite .repicon-caret-left:before{content:"◀"}html.graphite .repicon-caret-left-solid:before{content:"◁"}html.graphite .repicon-spinner:before{content:"◌"}html.graphite .repicon-bullseye:before{content:"◎"}html.graphite .repicon-chart-pie:before{content:"◔"}html.graphite .repicon-file-certificate:before{content:"◱"}html.graphite .repicon-stop:before{content:"◽"}html.graphite .repicon-paper-plane:before{content:"◿"}html.graphite .repicon-comment-alt-edit:before{content:"☁"}html.graphite .repicon-star-solid:before{content:"★"}html.graphite .repicon-star:before{content:"☆"}html.graphite .repicon-comment-check:before{content:"☑"}html.graphite .repicon-comment-alt-times:before{content:"☒"}html.graphite .repicon-steering-wheel:before{content:"☢"}html.graphite .repicon-bars:before{content:"☰"}html.graphite .repicon-align-left:before{content:"☱"}html.graphite .repicon-analysis:before{content:"☲"}html.graphite .repicon-align-right:before{content:"☴"}html.graphite .repicon-mixed-view:before{content:"☶"}html.graphite .repicon-tasks:before{content:"☷"}html.graphite .repicon-frown:before{content:"☹"}html.graphite .repicon-smile:before{content:"☺"}html.graphite .repicon-chart-scatter:before{content:"⚄"}html.graphite .repicon-tachometer-fast:before{content:"⚆"}html.graphite .repicon-equal:before{content:"⚌"}html.graphite .repicon-flask:before{content:"⚗"}html.graphite .repicon-cog:before{content:"⚙"}html.graphite .repicon-exclamation-triangle:before{content:"⚠"}html.graphite .repicon-circle:before{content:"⚪"}html.graphite .repicon-circle-solid:before{content:"⚫"}html.graphite .repicon-users-medical:before{content:"⛑"}html.graphite .repicon-unlink:before{content:"⛓"}html.graphite .repicon-minus-circle:before{content:"⛔"}html.graphite .repicon-check-circle:before{content:"✅"}html.graphite .repicon-envelope:before{content:"✉"}html.graphite .repicon-check:before{content:"✔"}html.graphite .repicon-times:before{content:"✖"}html.graphite .repicon-yelp-star:before{content:"✴"}html.graphite .repicon-times-circle:before{content:"❎"}html.graphite .repicon-clone:before{content:"❏"}html.graphite .repicon-question-circle:before{content:"❔"}html.graphite .repicon-exclamation-circle:before{content:"❕"}html.graphite .repicon-angle-left:before{content:"❮"}html.graphite .repicon-angle-right:before{content:"❯"}html.graphite .repicon-redo:before{content:"⟳"}html.graphite .repicon-expand-alt:before{content:"⤢"}html.graphite .repicon-code-commit:before{content:"⦵"}html.graphite .repicon-location:before{content:"⦾"}html.graphite .repicon-expand-arrows-alt:before{content:"⨝"}html.graphite .repicon-list-ol:before{content:"⩴"}html.graphite .repicon-thumbs-up:before{content:"⬆"}html.graphite .repicon-thumbs-down:before{content:"⬇"}html.graphite .repicon-sticky-note:before{content:"⬜"}html.graphite .repicon-star-half:before{content:"⭐"}html.graphite .repicon-mouse-pointer:before{content:"ⴽ"}html.graphite .repicon-store-alt:before{content:""}html.graphite .repicon-winner:before{content:""}html.graphite .repicon-video-record:before{content:""}html.graphite .repicon-lookback-analysis:before{content:""}html.graphite .repicon-map-marker-cog:before{content:""}html.graphite .repicon-manual-listing-publishing:before{content:""}html.graphite .repicon-check-square:before{content:""}html.graphite .repicon-action-plans:before{content:""}html.graphite .repicon-share-ios:before{content:""}html.graphite .repicon-forward:before{content:""}html.graphite .repicon-anonymous:before{content:""}html.graphite .repicon-getinformation:before{content:""}html.graphite .repicon-trend-arrow-up:before{content:""}html.graphite .repicon-header:before{content:""}html.graphite .repicon-text:before{content:""}html.graphite .repicon-badge-percent:before{content:""}html.graphite .repicon-ticket-plus:before{content:""}html.graphite .repicon-meh:before{content:""}html.graphite .repicon-th-large:before{content:"𐌎"}html.graphite .repicon-align-justify:before{content:"𝌆"}html.graphite .repicon-indent:before{content:"𝌇"}html.graphite .repicon-outdent:before{content:"𝌡"}html.graphite .repicon-filter:before{content:"𝕐"}html.graphite .repicon-reputation:before{content:"𝚁"}html.graphite .repicon-superscript:before{content:"𝚇"}html.graphite .repicon-subscript:before{content:"𝚡"}html.graphite .repicon-facebook-recommendation:before{content:"🀰"}html.graphite .repicon-comment-alt:before{content:"🀱"}html.graphite .repicon-barcode-alt:before{content:"🀹"}html.graphite .repicon-comment-alt-dots:before{content:"🁀"}html.graphite .repicon-comments-alt:before{content:"🁁"}html.graphite .repicon-id-badge:before{content:"🃏"}html.graphite .repicon-image:before{content:"🌅"}html.graphite .repicon-globe:before{content:"🌐"}html.graphite .repicon-thermometer-quarter:before{content:"🌡"}html.graphite .repicon-comment-alt-lines:before{content:"🌧"}html.graphite .repicon-comment-alt-slash:before{content:"🌩"}html.graphite .repicon-leaf:before{content:"🍁"}html.graphite .repicon-hamburger:before{content:"🍔"}html.graphite .repicon-birthday-cake:before{content:"🎂"}html.graphite .repicon-map-marker-plus:before{content:"🎈"}html.graphite .repicon-party-horn:before{content:"🎉"}html.graphite .repicon-graduation-cap:before{content:"🎓"}html.graphite .repicon-mic:before{content:"🎙"}html.graphite .repicon-sliders-v:before{content:"🎚"}html.graphite .repicon-slider-h-square:before{content:"🎛"}html.graphite .repicon-photo-video:before{content:"🎞"}html.graphite .repicon-ticket:before{content:"🎟"}html.graphite .repicon-file-video:before{content:"🎥"}html.graphite .repicon-ig_reels:before{content:"🎦"}html.graphite .repicon-sentiment:before{content:"🎭"}html.graphite .repicon-bullseye-arrow:before{content:"🎯"}html.graphite .repicon-tiktok:before{content:"🎶"}html.graphite .repicon-award:before{content:"🏅"}html.graphite .repicon-trophy:before{content:"🏆"}html.graphite .repicon-football:before{content:"🏈"}html.graphite .repicon-building:before{content:"🏢"}html.graphite .repicon-hospital-alt:before{content:"🏨"}html.graphite .repicon-google-my-business:before{content:"🏪"}html.graphite .repicon-city:before{content:"🏬"}html.graphite .repicon-industry:before{content:"🏭"}html.graphite .repicon-flag:before{content:"🏳"}html.graphite .repicon-tag:before{content:"🏷"}html.graphite .repicon-twitter:before{content:"🐦"}html.graphite .repicon-eye:before{content:"👁"}html.graphite .repicon-hand-pointer:before{content:"👆"}html.graphite .repicon-hand-point-right:before{content:"👉"}html.graphite .repicon-genuine:before{content:"👌"}html.graphite .repicon-thumbs-up-solid:before{content:"👍"}html.graphite .repicon-thumbs-down-solid:before{content:"👎"}html.graphite .repicon-users-crown:before{content:"👑"}html.graphite .repicon-users:before{content:"👪"}html.graphite .repicon-user-cog:before{content:"👱"}html.graphite .repicon-snapchat:before{content:"👻"}html.graphite .repicon-lightbulb-on:before{content:"💡"}html.graphite .repicon-comment-dots:before{content:"💬"}html.graphite .repicon-comment-edit:before{content:"💭"}html.graphite .repicon-dollar-sign:before{content:"💲"}html.graphite .repicon-credit-card:before{content:"💳"}html.graphite .repicon-user-lock:before{content:"💼"}html.graphite .repicon-save:before{content:"💾"}html.graphite .repicon-folder:before{content:"📁"}html.graphite .repicon-folders:before{content:"📂"}html.graphite .repicon-file-alt:before{content:"📃"}html.graphite .repicon-file-pdf:before{content:"📄"}html.graphite .repicon-calendar-day:before{content:"📅"}html.graphite .repicon-calendar-times:before{content:"📆"}html.graphite .repicon-address-card:before{content:"📇"}html.graphite .repicon-analyze:before{content:"📈"}html.graphite .repicon-chart-bar:before{content:"📊"}html.graphite .repicon-clipboard-list-check:before{content:"📋"}html.graphite .repicon-thumbtack:before{content:"📌"}html.graphite .repicon-map-marker-alt:before{content:"📍"}html.graphite .repicon-paperclip:before{content:"📎"}html.graphite .repicon-pencil-ruler:before{content:"📏"}html.graphite .repicon-browser:before{content:"📑"}html.graphite .repicon-fb_stories:before{content:"📖"}html.graphite .repicon-book-user:before{content:"📗"}html.graphite .repicon-book:before{content:"📘"}html.graphite .repicon-file-csv:before{content:"📜"}html.graphite .repicon-edit:before{content:"📝"}html.graphite .repicon-phone:before{content:"📞"}html.graphite .repicon-tablet:before{content:"📟"}html.graphite .repicon-bullhorn:before{content:"📢"}html.graphite .repicon-upload:before{content:"📤"}html.graphite .repicon-inbox:before{content:"📥"}html.graphite .repicon-download:before{content:"📩"}html.graphite .repicon-autofind:before{content:"📰"}html.graphite .repicon-mobile:before{content:"📱"}html.graphite .repicon-signal-alt-3:before{content:"📶"}html.graphite .repicon-instagram:before{content:"📷"}html.graphite .repicon-ig_stories:before{content:"📹"}html.graphite .repicon-igtv:before{content:"📺"}html.graphite .repicon-retweet:before{content:"🔃"}html.graphite .repicon-sync:before{content:"🔄"}html.graphite .repicon-volume-up:before{content:"🔊"}html.graphite .repicon-plug:before{content:"🔌"}html.graphite .repicon-search:before{content:"🔍"}html.graphite .repicon-search-location:before{content:"🔎"}html.graphite .repicon-key:before{content:"🔑"}html.graphite .repicon-lock:before{content:"🔒"}html.graphite .repicon-lock-open:before{content:"🔓"}html.graphite .repicon-bell:before{content:"🔔"}html.graphite .repicon-bookmark:before{content:"🔖"}html.graphite .repicon-link:before{content:"🔗"}html.graphite .repicon-dot-circle:before{content:"🔘"}html.graphite .repicon-language:before{content:"🔠"}html.graphite .repicon-cogs:before{content:"🔯"}html.graphite .repicon-sort-ascending:before{content:"🔼"}html.graphite .repicon-sort-descending:before{content:"🔽"}html.graphite .repicon-clock:before{content:"🕓"}html.graphite .repicon-history:before{content:"🕔"}html.graphite .repicon-listings:before{content:"🕹"}html.graphite .repicon-pencil:before{content:"🖊"}html.graphite .repicon-hand-palm-up:before{content:"🖐"}html.graphite .repicon-heart-solid:before{content:"🖤"}html.graphite .repicon-print:before{content:"🖨"}html.graphite .repicon-images:before{content:"🖼"}html.graphite .repicon-folder-tree:before{content:"🗂"}html.graphite .repicon-id-card:before{content:"🗃"}html.graphite .repicon-listing:before{content:"🗄"}html.graphite .repicon-trash-alt:before{content:"🗑"}html.graphite .repicon-calendar:before{content:"🗓"}html.graphite .repicon-comments:before{content:"🗨"}html.graphite .repicon-comment-times:before{content:"🗯"}html.graphite .repicon-map-marked-alt:before{content:"🗺"}html.graphite .repicon-sadness:before{content:"😟"}html.graphite .repicon-anger:before{content:"😠"}html.graphite .repicon-anticipation:before{content:"😬"}html.graphite .repicon-surprise:before{content:"😮"}html.graphite .repicon-fear:before{content:"😳"}html.graphite .repicon-sad:before{content:"🙁"}html.graphite .repicon-smile-1:before{content:"🙂"}html.graphite .repicon-disgust:before{content:"🙄"}html.graphite .repicon-user-edit:before{content:"🙋"}html.graphite .repicon-rocket:before{content:"🚀"}html.graphite .repicon-ambulance:before{content:"🚑"}html.graphite .repicon-ip-address-duplicate:before{content:"🚨"}html.graphite .repicon-ban:before{content:"🚫"}html.graphite .repicon-male:before{content:"🚹"}html.graphite .repicon-female:before{content:"🚺"}html.graphite .repicon-venus-mars:before{content:"🚻"}html.graphite .repicon-tools:before{content:"🛠"}html.graphite .repicon-shield:before{content:"🛡"}html.graphite .repicon-database:before{content:"🛢"}html.graphite .repicon-shapes:before{content:"🝆"}html.graphite .repicon-heart:before{content:"🤍"}html.graphite .repicon-bot:before{content:"🤖"}html.graphite .repicon-trust:before{content:"🤩"}html.graphite .repicon-magic:before{content:"🦯"}html.graphite .repicon-assistive-listening-systems:before{content:"🦻"}html.graphite .repicon-user:before{content:"🧑"}html.graphite .repicon-sliders-h:before{content:"🧮"}html.graphite .repicon-file-invoice:before{content:"🧾"}html.graphite .repicon-user-md:before{content:"🩺"}html.graphite input[type=range]{-webkit-appearance:none;background:rgba(0,0,0,0);margin:10px 0;width:100%}html.graphite input[type=range]::-moz-focus-outer{border:0}html.graphite input[type=range]:focus::-webkit-slider-runnable-track{background:hsla(0,0%,5%,0)}html.graphite input[type=range]:focus::-ms-fill-lower{background:rgba(0,0,0,0)}html.graphite input[type=range]:focus::-ms-fill-upper{background:hsla(0,0%,5%,0)}html.graphite input[type=range]::-webkit-slider-runnable-track{cursor:default;height:7px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border:1px solid #249ddb;border-radius:15px}html.graphite input[type=range]::-webkit-slider-thumb{background:#249ddb;border:1px solid #fff;border-radius:100%;cursor:default;height:20px;width:20px;-webkit-appearance:none;margin-top:-7.5px}html.graphite input[type=range]::-moz-range-track{cursor:default;height:7px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border:1px solid #249ddb;border-radius:15px}html.graphite input[type=range]::-moz-range-thumb{background:#249ddb;border:1px solid #fff;border-radius:100%;cursor:default;height:18px;width:18px}html.graphite input[type=range]::-ms-track{cursor:default;height:7px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:10px 0;color:rgba(0,0,0,0)}html.graphite input[type=range]::-ms-fill-lower{background:hsla(0,0%,-5%,0);border:1px solid #249ddb;border-radius:30px}html.graphite input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:1px solid #249ddb;border-radius:30px}html.graphite input[type=range]::-ms-thumb{background:#249ddb;border:1px solid #fff;border-radius:100%;cursor:default;height:16px;width:16px;margin-top:1.75px}html.graphite input[type=range]:disabled::-webkit-slider-thumb{cursor:not-allowed}html.graphite input[type=range]:disabled::-moz-range-thumb{cursor:not-allowed}html.graphite input[type=range]:disabled::-ms-thumb{cursor:not-allowed}html.graphite input[type=range]:disabled::-webkit-slider-runnable-track{cursor:not-allowed}html.graphite input[type=range]:disabled::-ms-fill-lower{cursor:not-allowed}html.graphite input[type=range]:disabled::-ms-fill-upper{cursor:not-allowed}html.graphite .simpleFade-appear{opacity:0}html.graphite .simpleFade-appear.simpleFade-appear-active{-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease;opacity:1}html.graphite .simpleFade-enter{opacity:0}html.graphite .simpleFade-enter.simpleFade-enter-active{-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease;opacity:1}html.graphite .simpleFade-exit{opacity:1}html.graphite .simpleFade-exit.simpleFade-exit-active{-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease;opacity:0}html.graphite .scaleFadeTop-appear{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(0.8);transform:scale(0.8)}html.graphite .scaleFadeTop-appear.scaleFadeTop-appear-active{-webkit-transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease,-webkit-transform 200ms ease;opacity:1;-webkit-transform:scale(1);transform:scale(1)}html.graphite .scaleFadeTop-enter{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(0.8);transform:scale(0.8)}html.graphite .scaleFadeTop-enter.scaleFadeTop-enter-active{-webkit-transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease,-webkit-transform 200ms ease;opacity:1;-webkit-transform:scale(1);transform:scale(1)}html.graphite .scaleFadeTop-exit{opacity:1;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(1);transform:scale(1)}html.graphite .scaleFadeTop-exit.scaleFadeTop-exit-active{-webkit-transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}html.graphite .flipFadeTop-appear{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:rotateX(-90deg) perspective(100px);transform:rotateX(-90deg) perspective(100px)}html.graphite .flipFadeTop-appear.flipFadeTop-appear-active{-webkit-transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:1;-webkit-transform:none;transform:none}html.graphite .flipFadeTop-enter{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:rotateX(-90deg) perspective(100px);transform:rotateX(-90deg) perspective(100px)}html.graphite .flipFadeTop-enter.flipFadeTop-enter-active{-webkit-transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:1;-webkit-transform:none;transform:none}html.graphite .flipFadeTop-exit{opacity:1;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:none;transform:none}html.graphite .flipFadeTop-exit.flipFadeTop-exit-active{-webkit-transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}html.graphite .slideDown-enter{top:-200px}html.graphite .slideDown-enter.slideDown-enter-active{-webkit-transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);top:0}html.graphite .slideDown-exit{top:0}html.graphite .slideDown-exit.slideDown-exit-active{-webkit-transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);top:-200px}html.graphite .tooltipFade-appear{opacity:0}html.graphite .tooltipFade-appear.tooltipFade-appear-active{-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:1}html.graphite .tooltipFade-enter{opacity:0}html.graphite .tooltipFade-enter.tooltipFade-enter-active{-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:1}html.graphite .tooltipFade-exit{opacity:1}html.graphite .tooltipFade-exit.tooltipFade-exit-active{-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:0}html.graphite .panel{border-radius:0.25rem;background-color:rgba(102,132,163,.1);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0.25rem 1rem rgba(0,0,0,.1);box-shadow:0 0.25rem 1rem rgba(0,0,0,.1)}html.graphite .panel__flat{-webkit-box-shadow:none;box-shadow:none}html.graphite .panel--fill-parent{height:100%;width:100%}html.graphite .panel__heading{background-color:#2a3541;color:#fff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}html.graphite .panel__heading+html.graphite .panel__body{border-top-left-radius:0;border-top-right-radius:0}html.graphite .panel__footer{background-color:#2a3541;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.graphite .panel__footer--padded{padding:0.9375em}html.graphite .panel__heading,html.graphite .panel__footer{padding:0 .5em 0 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:2em}html.graphite .panel__heading__label,html.graphite .panel__footer__label{font-size:0.8125rem;letter-spacing:0.078125em;-webkit-box-flex:1;-ms-flex:1 0 1px;flex:1 0 1px;width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}html.graphite .panel__heading__label__sub-label,html.graphite .panel__footer__label__sub-label{color:#7d8c9b;text-transform:none;letter-spacing:normal;margin-left:1em}html.graphite .panel__heading__label__sub-label a,html.graphite .panel__footer__label__sub-label a{color:#7d8c9b;background-color:#2a3541;border-radius:2px;padding:5px}html.graphite .panel__heading__tab-group,html.graphite .panel__heading__button-group,html.graphite .panel__heading__icon-group,html.graphite .panel__footer__tab-group,html.graphite .panel__footer__button-group,html.graphite .panel__footer__icon-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .panel__heading__tab-group,html.graphite .panel__footer__tab-group{margin:-0.25em 0}html.graphite .panel__heading__tab-group__tab,html.graphite .panel__footer__tab-group__tab{font-size:0.8125rem;color:#7c8499;cursor:pointer;display:inline-block;margin-left:1.375em;padding:0 0.125em 0.125em;position:relative;text-transform:uppercase;text-decoration:none;-webkit-transition:color 300ms;transition:color 300ms}html.graphite .panel__heading__tab-group__tab:hover,html.graphite .panel__heading__tab-group__tab--active,html.graphite .panel__footer__tab-group__tab:hover,html.graphite .panel__footer__tab-group__tab--active{color:#249ddb}html.graphite .panel__heading__tab-group__tab--active,html.graphite .panel__footer__tab-group__tab--active{cursor:default;border-bottom:2px solid #249ddb}html.graphite .panel__heading__tab-group__tab:focus,html.graphite .panel__footer__tab-group__tab:focus{outline:1px dotted #249ddb}html.graphite .panel__heading__button-group,html.graphite .panel__footer__button-group{margin-top:-0.125em}html.graphite .panel__heading__button-group__button,html.graphite .panel__footer__button-group__button{font-size:0.8125rem;display:inline-block;padding:0 0.5em;margin-left:0.625em}html.graphite .panel__heading__icon-group,html.graphite .panel__footer__icon-group{padding:0.375em 0.125em 0.5em 0.125em}html.graphite .panel__heading__icon-group__icon,html.graphite .panel__footer__icon-group__icon{display:inline-block;padding:0.125em 0.375em}html.graphite .panel__heading__icon-group__icon>span,html.graphite .panel__footer__icon-group__icon>span{padding:0}html.graphite .panel__heading__icon-group--delimited,html.graphite .panel__footer__icon-group--delimited{border-right:1px solid hsla(0,0%,100%,.2)}html.graphite .panel__heading__icon-group--delimited:last-child,html.graphite .panel__footer__icon-group--delimited:last-child{border-right:none}html.graphite .panel__heading__icon-group--right,html.graphite .panel__footer__icon-group--right{text-align:right;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.graphite .panel__heading__tab-group+html.graphite .panel__heading__action-group::before,html.graphite .panel__heading__tab-group+html.graphite .panel__footer__action-group::before,html.graphite .panel__footer__tab-group+html.graphite .panel__heading__action-group::before,html.graphite .panel__footer__tab-group+html.graphite .panel__footer__action-group::before{content:"";display:inline-block;width:0.0625rem;height:1em;margin-left:1.375em;background-color:hsla(0,0%,100%,.2)}html.graphite .panel__heading__action-group,html.graphite .panel__footer__action-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .panel__heading__action-group__action,html.graphite .panel__footer__action-group__action{margin-left:1.375em;padding:0 0.125em}html.graphite .panel__body{background-color:#1e1f23;padding:1.25em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative}html.graphite .panel__body--no-padding{padding:0}html.graphite .panel__body table{width:100%;max-width:100%;table-layout:fixed}html.graphite .panel .list-group{margin:0}html.graphite .panel .list-group__item{border-top:1px solid hsla(0,0%,98%,.2);border-left:none;border-right:none;border-bottom:none;border-radius:0;padding:0.5em 0.625em}html.graphite .panel .list-group__item:first-child{border-top:none}html.graphite .callout,html.graphite .form__validation-errors{background-color:#249ddb;border-radius:0.25rem;color:#fff;padding:0.75em 1em}html.graphite .callout>.column,html.graphite .form__validation-errors>.column,html.graphite .callout>.row>.column,html.graphite .form__validation-errors>.row>.column{padding:0}html.graphite .callout--warning{background:#ffc432;color:#191515}html.graphite .callout--error,html.graphite .form__validation-errors{background:#e71b26}html.graphite .callout--success{background:#86ba2c}html.graphite .callout--inline{display:inline-block}html.graphite .status{display:inline-block;min-width:0.4375rem;min-height:0.4375rem;width:0.4375rem;height:0.4375rem;position:relative;top:-0.0625em;vertical-align:middle;border-radius:50%;background:#249ddb}html.graphite .status--warning{background:#ffc432}html.graphite .status--positive{background:#86ba2c}html.graphite .status--negative{background:#e71b26}html.graphite .status--neutral{background:#249ddb}html.graphite .status--pink{background:#249ddb}html.graphite .status--disabled{background:hsla(0,0%,92%,.2)}html.graphite .status--pulse{-webkit-animation:pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);animation:pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1)}html.graphite .status--large{width:.9em;height:.9em}html.graphite .status-text{color:#249ddb}html.graphite .status-text--warning{color:#ffc432}html.graphite .status-text--positive{color:#86ba2c}html.graphite .status-text--negative{color:#e71b26}html.graphite .status-text--neutral{color:#249ddb}html.graphite .status-text--pink{color:#249ddb}html.graphite .status-text--disabled{color:hsla(0,0%,92%,.2)}html.graphite .status-text--pulse{-webkit-animation:pulse .75s infinite cubic-bezier(0.66, 0, 0, 1);animation:pulse .75s infinite cubic-bezier(0.66, 0, 0, 1)}@-webkit-keyframes pulse{to{-webkit-box-shadow:0 0 4px 4px rgba(36,157,219,.6);box-shadow:0 0 4px 4px rgba(36,157,219,.6)}}@keyframes pulse{to{-webkit-box-shadow:0 0 4px 4px rgba(36,157,219,.6);box-shadow:0 0 4px 4px rgba(36,157,219,.6)}}html.graphite .table,html.graphite table:not(.NoTableBreak){border-collapse:collapse;border-spacing:0;max-width:100%;width:100%}html.graphite .table.has-layout,html.graphite table:not(.NoTableBreak).has-layout{table-layout:fixed}@media screen and (max-width: 64rem){html.graphite .table th,html.graphite table:not(.NoTableBreak) th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.graphite .table td:before,html.graphite table:not(.NoTableBreak) td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#7c8499;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.graphite .table tr,html.graphite table:not(.NoTableBreak) tr{margin-bottom:2em;display:block}html.graphite .table tr:not(:first-of-type),html.graphite table:not(.NoTableBreak) tr:not(:first-of-type){border-top:0.0625rem solid #2a3541}html.graphite .table tr .checkbox label,html.graphite table:not(.NoTableBreak) tr .checkbox label{display:inline}html.graphite .table td,html.graphite table:not(.NoTableBreak) td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.graphite .table td.right-align,html.graphite .table td.center,html.graphite table:not(.NoTableBreak) td.right-align,html.graphite table:not(.NoTableBreak) td.center{text-align:left}}html.graphite thead{display:table-header-group;vertical-align:middle;border-color:inherit}html.graphite th{text-align:left;color:#7c8499;font-weight:normal;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem}html.graphite td,html.graphite th{padding:0.5em 1rem;line-height:inherit;border-bottom:0.0625rem solid #2a3541}@media screen and (max-width: 80rem){html.graphite .table--xlarge th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.graphite .table--xlarge td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#7c8499;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.graphite .table--xlarge tr{margin-bottom:2em;display:block}html.graphite .table--xlarge tr:not(:first-of-type){border-top:0.0625rem solid #2a3541}html.graphite .table--xlarge tr .checkbox label{display:inline}html.graphite .table--xlarge td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.graphite .table--xlarge td.right-align,html.graphite .table--xlarge td.center{text-align:left}}@media screen and (max-width: 100rem){html.graphite .table--xxlarge th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.graphite .table--xxlarge td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#7c8499;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.graphite .table--xxlarge tr{margin-bottom:2em;display:block}html.graphite .table--xxlarge tr:not(:first-of-type){border-top:0.0625rem solid #2a3541}html.graphite .table--xxlarge tr .checkbox label{display:inline}html.graphite .table--xxlarge td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.graphite .table--xxlarge td.right-align,html.graphite .table--xxlarge td.center{text-align:left}}html.graphite .badge{font-size:0.71875rem;border-radius:0.125em;display:inline-block;color:#7d8c9b;letter-spacing:0.0625em;text-transform:uppercase}html.graphite .badge--xsmall{font-size:0.8125rem}html.graphite .badge--info{color:#249ddb}html.graphite .badge--warning{color:#ffc432}html.graphite .badge--success{color:#86ba2c}html.graphite .badge--error{color:#e71b26}html.graphite .badge--neutral{color:#249ddb}html.graphite .badge--pink{color:#249ddb}html.graphite .avatar{vertical-align:middle}html.graphite .avatar--xsmall{width:16px;height:16px}html.graphite .avatar--small{width:24px;height:24px}html.graphite .avatar--medium{width:32px;height:32px}html.graphite .avatar--default{width:48px;height:48px}html.graphite .avatar--large{width:64px;height:64px}html.graphite .avatar--xlarge{width:128px;height:128px}html.graphite .avatar--contain{-o-object-fit:contain;object-fit:contain}html.graphite .avatar--cover{-o-object-fit:cover;object-fit:cover}html.graphite img.img--contain{-o-object-fit:contain;object-fit:contain}html.graphite img.img--cover{-o-object-fit:cover;object-fit:cover}html.graphite .cursor-pointer{cursor:pointer}html.graphite .grabbable{cursor:-webkit-grab;cursor:grab}html.graphite .grabbable:active{cursor:-webkit-grabbing;cursor:grabbing}html.graphite .cursor{cursor:auto}html.graphite .cursor--disabled{pointer-events:none}html.graphite .cursor--pointer{cursor:pointer}html.graphite .cursor--grabbable{cursor:-webkit-grab;cursor:grab}html.graphite .cursor--grabbable:active{cursor:-webkit-grabbing;cursor:grabbing}html.graphite .cursor--grab{cursor:-webkit-grab;cursor:grab}html.graphite .cursor--text{cursor:text}html.graphite .hover-show__item{opacity:0;-webkit-transition:opacity 100ms ease;transition:opacity 100ms ease}html.graphite .hover-show:hover .hover-show__item,html.graphite .hover-show:active .hover-show__item{opacity:1}html.graphite ::-webkit-scrollbar{width:8px;height:8px}html.graphite ::-webkit-scrollbar-button{width:0px;height:0px}html.graphite ::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}html.graphite ::-webkit-scrollbar-track{background:hsla(0,0%,100%,.08)}html.graphite .ScrollbarsCustom{position:relative;width:100%;height:100%}html.graphite .ScrollbarsCustom-Wrapper{position:absolute;inset:0px;overflow:hidden}html.graphite .ScrollbarsCustom-Track{position:absolute;overflow:hidden;border-radius:4px;background:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:5px;height:calc(100% - 8px);top:4px;right:2px;cursor:pointer}html.graphite .ScrollbarsCustom-Thumb{cursor:pointer;border-radius:5px;background:rgba(0,0,0,.25);width:100%;-webkit-transform:translateY(0px);transform:translateY(0px);opacity:0;-webkit-transition:opacity 300ms;transition:opacity 300ms}html.graphite .ScrollbarsCustom-Thumb:hover{background:rgba(0,0,0,.4)}html.graphite .ScrollbarsCustom:hover .ScrollbarsCustom-Thumb{opacity:1}html.graphite #embeddedMessagingFrame{bottom:25px;left:25px;z-index:10002}html.graphite #embeddedMessagingConversationButton{bottom:25px;left:25px;z-index:10002}html.graphite .accordion__item__trigger{cursor:pointer}html.graphite .accordion__item__trigger__caret{-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}html.graphite .accordion__item--expanded .accordion__item__trigger__caret{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}html.graphite .accordion__item+html.graphite .accordion__item{margin-top:-0.0625em}html.graphite .application-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .application-header__part{position:relative;color:#fff;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:normal;border-right:0.0625rem solid hsla(0,0%,100%,.25)}html.graphite .application-header__part:last-child{border-right:none}html.graphite .application-header__part--no-border{border-right:none}html.graphite .application-header__part--with-label{margin:.35em 0}html.graphite .application-header__part__label{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";line-height:1;font-size:0.8125rem;display:block;color:#249ddb}@media(min-width: 80rem){html.graphite .application-header__part__children{padding-left:15%}}@media(min-width: 80rem){html.graphite .application-header__part:first-child .application-header__part__children{padding-left:0}}html.graphite .application-header__part--has-dropdown:before{content:"";font-family:"nuvi_icons_bold";position:absolute;right:20%;top:12px;color:#fff;font-size:0.8125rem;pointer-events:none}html.graphite .application-header__part--has-dropdown .application-header__part__children{padding-right:16%}html.graphite .application-header__part--has-dropdown__hide-arrow:before{content:none}html.graphite .application-header__part__right{text-align:right;-webkit-box-flex:1;-ms-flex:1 0 1px;flex:1 0 1px}html.graphite .application-nav__app-switch .app-switch-menu-item{height:76px;padding:0 1.125em 0 1.5625em}html.graphite .application-nav__app-switch .app-switch-link{background-color:#1c242c;border-color:hsla(0,0%,100%,.25);padding:.5em;line-height:0}html.graphite .application-nav__app-switch .app-switch-link:hover{background-color:rgba(16,158,237,.15);border-color:#109eed;padding:.5em;line-height:0}html.graphite .checkbox input[type=checkbox]{float:left;opacity:0}html.graphite .checkbox input[type=checkbox]:checked+label:before,html.graphite .checkbox input[type=checkbox]:indeterminate+label:before{content:"";background-color:#249ddb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px;font-size:.8rem;-webkit-text-stroke:2px #fff}html.graphite .checkbox input[type=checkbox]:indeterminate+label:before{content:""}html.graphite .checkbox input[type=checkbox]:checked+label:after,html.graphite .checkbox input[type=checkbox]:indeterminate+label:after{border-width:0}html.graphite .checkbox input[type=checkbox]:disabled+label,html.graphite .checkbox input[type=checkbox]:disabled+label:after{opacity:.6;cursor:default}html.graphite .checkbox input[type=checkbox]:focus+label:before{outline:1px dotted #249ddb}html.graphite .checkbox label{display:block;position:relative;cursor:pointer;padding-left:1.625em;outline:none}html.graphite .checkbox label:before,html.graphite .checkbox label:after{position:absolute;content:"";display:inline-block;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}html.graphite .checkbox label:before{left:0px;width:18px;height:18px;border-radius:3px;font-family:"nuvi_icons_bold"}html.graphite .checkbox label:after{border:0.0625rem solid hsla(0,0%,100%,.2);left:-1px;width:18px;height:18px;border-radius:3px}html.graphite .checkbox--small label:before{width:14px;height:14px}html.graphite .checkbox--small label:after{width:14px;height:14px}html.graphite .checkbox--no-label .checkbox label{display:inline}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form input[type=text]{margin:0}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#1e1f23}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div:nth-child(3){-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#1e1f23}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div:nth-child(3){width:100%}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select{border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:0}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select__search-input{margin-top:0;margin-bottom:0}html.graphite .compact-social-activity-rule-builder-modal .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .compact-social-activity-rule-builder-modal .flex-row .flex-column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:10px}html.graphite .compact-social-activity-rule-builder-modal .flex-row .flex-column:last-child{margin-right:0}html.graphite .compact-social-activity-rule-builder-modal .flex-row .flex-column.flex-fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .compact-social-activity-rule-builder-modal .text-area{overflow:hidden;resize:none;margin:0;padding-top:10px;padding-bottom:9px}html.graphite .company-selector-panel__create{color:#86ba2c;padding:0 15px;display:block;line-height:35px}html.graphite .company-selector-panel__create__container{border-bottom:1px solid #2a3541;padding:10px 0}html.graphite .company-selector-panel__create:hover{background:#2a3541}html.graphite .company-selector-panel .selector-panel__item img{background-color:inherit}html.graphite .company-selector-panel__item img{width:35px;height:35px;-o-object-fit:cover;object-fit:cover;background:#2a3541;border-radius:3px}html.graphite .company-selector-panel__item__settings{display:none;padding:.5em;line-height:1.5em;cursor:pointer;-ms-flex-item-align:center;align-self:center;border-radius:2px;color:#249ddb}html.graphite .company-selector-panel__item__settings svg{stroke:#249ddb;vertical-align:middle;margin-right:.25em}html.graphite .company-selector-panel__item__settings:hover{background:#191515;color:#fff}html.graphite .company-selector-panel__item__settings:hover svg{stroke:#fff}html.graphite .company-selector-panel__loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1060;background:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .company-selector-panel__loading .wait-indicator{margin:20px 0 30px;position:relative}html.graphite .company-selector-panel__loading__content{border-radius:2px;background:#191515;max-width:300px;border:0.0625rem solid #2a3541;padding:20px 40px 20px;position:relative;text-align:center;-webkit-box-shadow:0px 3px 10px rgba(0,0,0,.5);box-shadow:0px 3px 10px rgba(0,0,0,.5)}html.graphite .company-selector-panel__loading__content__message{color:#fff}html.graphite .company-selector-panel__loading__content__message__name{font-size:1.1em}html.graphite .company-selector-panel .selector-panel__list{max-height:530px;overflow-y:scroll}html.graphite .date-range-panel{position:absolute;top:100%;left:2px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.graphite .date-range-panel--right{right:2px;left:auto}html.graphite .date-range-panel--relative{position:relative;top:auto;left:auto;bottom:auto;right:auto}html.graphite .date-range-panel--relative .date-range-panel__scrim{display:none}html.graphite .date-range-panel--no-scrim .date-range-panel__scrim{opacity:0}html.graphite .date-range-panel__panel{position:relative;z-index:1;background:#2a3541;border:0.0625rem solid hsla(0,0%,100%,.2);-webkit-box-shadow:0 0 40px rgba(0,0,0,.5);box-shadow:0 0 40px rgba(0,0,0,.5);overflow:hidden}html.graphite .date-range-panel__body{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .date-range-panel__footer{padding:1.25em}html.graphite .date-range-panel__scrim{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(25,21,21,.4);z-index:1}html.graphite .date-range-panel__presets{position:relative;display:block;border:0;overflow:hidden;padding:0;margin:0;list-style:none;max-height:300px}html.graphite .date-range-panel__presets::before{content:"";position:absolute;top:0;bottom:0;width:0.0625em;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, transparent 90%)}html.graphite .date-range-panel__presets li{color:#7c8499;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:140px;font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.078125em;line-height:1;cursor:pointer;padding:1em}html.graphite .date-range-panel__presets li:hover{color:#fff}html.graphite .date-range-panel__inputs{font-size:0.8125rem;padding-top:1.25em;border-top:1px solid rgb(52.0093457944,65.6308411215,80.4906542056)}html.graphite .date-range-panel__inputs .input-wrap{display:inline-block;margin-right:1.25em}html.graphite .date-range-panel__inputs .actions-wrap{float:right;position:relative;top:1.375em}html.graphite .date-range-panel__inputs .actions-wrap .button,html.light .image-uploader__dropzone__buttons html.graphite .date-range-panel__inputs .actions-wrap a,html.graphite .date-range-panel__inputs .actions-wrap .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .date-range-panel__inputs .actions-wrap a{padding:0.8125em 1em}html.graphite .date-range-panel__inputs label{display:block;color:#fff;line-height:1.45}html.graphite .date-range-panel__inputs input{text-align:center;width:7.5em}html.graphite .DateRangePicker{width:275px;padding:0.625em 0;background:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:#fff}html.graphite .DateRangePicker:focus-visible{outline:none}html.graphite .DateRangePicker__focus-submit{height:0;opacity:0}html.graphite .DateRangePicker__focus-submit:focus{height:100%;margin-top:5px;opacity:100%}html.graphite .CalendarDate{font-size:0.8125em;line-height:1;padding:10px 0;text-align:center;width:14.2857142857%;cursor:pointer;overflow:hidden;position:relative;border:0}html.graphite .CalendarDate:first-child{border-left-width:0}html.graphite .CalendarDate.weekend{background-color:hsla(0,0%,100%,.05)}html.graphite .CalendarDate.otherMonth{opacity:.5}html.graphite .CalendarDate.is-disabled{opacity:.5;color:#7c8499;cursor:default}html.graphite .CalendarDate.is-selected{color:#fff}html.graphite .CalendarDate:hover .CalendarHighlight{border:0.0625rem solid rgba(0,0,0,.25);bottom:0.3125em;left:0.3125em;right:0.3125em;top:0.3125em;position:absolute;background-color:rgba(36,157,219,.2);color:#249ddb;border:0.0625rem solid #249ddb;border-radius:0.25rem;-webkit-box-shadow:0 0 4px #249ddb;box-shadow:0 0 4px #249ddb}html.graphite .CalendarDate:not(:hover) .CalendarHighlight{display:none}html.graphite .CalendarMonth{color:#fff;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:275px}html.graphite .MonthDates{border-bottom:0;border-collapse:separate;border-spacing:0 1px;margin:0;width:100%}html.graphite .MonthHeader{color:#249ddb;font-size:0.875em;font-weight:bold;height:35px;line-height:35px;position:relative;text-align:center}html.graphite .MonthHeaderSelect{background:#e4e4e4;border:0;cursor:pointer;display:inline-block;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}html.graphite .MonthHeaderSelect:focus{outline:1px dotted #249ddb}html.graphite .MonthHeaderLabel{display:inline-block;position:relative}html.graphite .MonthHeaderLabel::after{content:"";display:inline-block;margin-left:0.375em;width:10px;height:10px;background:url("https://assets.foundation.nuviapp.com/images/chevron-white2019.svg?20231102") center center no-repeat}html.graphite .MonthHeaderLabel--year{margin-left:0.625em}html.graphite .MonthHeaderLabel:focus-within{outline:1px dotted #249ddb}html.graphite .CalendarSelection{background-color:rgba(36,157,219,.3);border:0.0625rem solid #2a3541;bottom:0.3125em;-webkit-box-shadow:0 0 3px #249ddb;box-shadow:0 0 3px #249ddb;left:0;position:absolute;right:0;top:0.3125em;border-radius:0.25rem;left:0.3125em;right:0.3125em}html.graphite .WeekdayHeading{font-size:0.8125em;line-height:1;padding:10px 0;text-align:center;width:14.2857142857%;border-bottom:0;text-align:center}html.graphite .WeekdayHeading abbr[title]{border-bottom-width:0;color:#7c8499;cursor:pointer;font-size:inherit;text-decoration:none;font-weight:300}html.graphite .PaginationArrow{border:0;cursor:pointer;display:block;height:35px;outline:none;overflow:hidden;padding:0;position:absolute;text-align:center;top:0.625rem;white-space:nowrap;width:35px;z-index:1}html.graphite .PaginationArrow.previous{left:20px}html.graphite .PaginationArrow.previous .PaginationArrowIcon{background:rgba(0,0,0,0) url("https://assets.foundation.nuviapp.com/images/arrow-left.svg?20231102") center center no-repeat}html.graphite .PaginationArrow.next{right:-5px}html.graphite .PaginationArrow.next .PaginationArrowIcon{background:rgba(0,0,0,0) url("https://assets.foundation.nuviapp.com/images/arrow-right.svg?20231102") center center no-repeat}html.graphite .PaginationArrow:hover{background-color:rgba(0,0,0,0)}html.graphite .PaginationArrow .PaginationArrowIcon{height:10px;position:absolute;top:13px;width:10px}html.graphite .PaginationArrow .PaginationArrowIcon.is-disabled{opacity:.25}html.graphite .PaginationArrow .PaginationArrowIcon:focus{outline:1px dotted #249ddb}html.graphite .DateLabel{display:block;position:relative;text-align:center;width:100%;z-index:1}html.graphite .datepicker-days .prev,html.graphite .datepicker-days .next{cursor:pointer}html.graphite .date-range-picker{position:relative}html.graphite .date-range-picker .date-time-picker-calendar{position:absolute;z-index:1;background:#fff}html.graphite .date-range-picker .date-time-picker-calendar .datepicker{padding:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25);box-shadow:0 1px 2px rgba(0,0,0,.25)}html.graphite .date-range-picker__range{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0.0625rem solid hsla(0,0%,100%,.2);line-height:1;padding:0.6875em}html.graphite .date-range-picker__range .icon{padding:0 0.625em;cursor:pointer;opacity:.6;background:none}html.graphite .date-range-picker__range__date{cursor:pointer}html.graphite .date-range-picker__range__date:hover{color:#249ddb}html.graphite .date-range-picker__range__dash{padding:0 .1em}html.graphite .date-range-picker__range:hover{color:#249ddb;cursor:pointer;border-color:#249ddb}html.graphite .date-range-picker__range:hover .icon{opacity:1}html.graphite .date-range-time-panel{position:absolute;top:100%;left:2px;width:275px}html.graphite .date-range-time-panel--has-presets{width:auto}html.graphite .date-range-time-panel--has-presets .date-range-time-panel__body>.row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto}html.graphite .date-range-time-panel--has-presets .date-range-time-panel__body>.row>.column{width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .date-range-time-panel--has-presets .date-range-time-panel__body>.row>.column .date-range-time-panel__presets .row.preset-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto}html.graphite .date-range-time-panel--has-presets .date-range-time-panel__body>.row>.column .date-range-time-panel__presets .row.preset-row .column.preset-column{width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .date-range-time-panel--date-only .date-range-time-panel__inputs .input-wrap,html.graphite .date-range-time-panel--date-only .date-range-time-panel__inputs .input-wrap .date-select{width:216px}html.graphite .date-range-time-panel--right{right:2px;left:auto}html.graphite .date-range-time-panel--relative{position:relative;top:auto;left:auto;bottom:auto;right:auto}html.graphite .date-range-time-panel--relative .date-range-time-panel__scrim{display:none}html.graphite .date-range-time-panel__error{margin-top:-0.3125rem}html.graphite .date-range-time-panel--no-scrim .date-range-time-panel__scrim{opacity:0}html.graphite .date-range-time-panel__panel{position:relative;z-index:1060;background:#13181d;border:0.0625rem solid hsla(0,0%,100%,.2);-webkit-box-shadow:0 0 40px rgba(0,0,0,.5);box-shadow:0 0 40px rgba(0,0,0,.5)}html.graphite .date-range-time-panel__body{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .date-range-time-panel__footer{padding:1.25em}html.graphite .date-range-time-panel__scrim{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(25,21,21,.4);z-index:1}html.graphite .date-range-time-panel__presets{padding-top:0.8125em}html.graphite .date-range-time-panel__presets button{padding:0.25em 0.5em;margin-bottom:0.25em;color:#fff}html.graphite .date-range-time-panel__presets button:hover{color:#249ddb}html.graphite .date-range-time-panel__presets .active button{color:#249ddb;font-weight:500}html.graphite .date-range-time-panel__presets .active .button--live{background:#e71b26}html.graphite .date-range-time-panel__presets .button--live{color:#e71b26;font-weight:500;position:relative;padding-left:2em}html.graphite .date-range-time-panel__presets .button--live:before{content:"";font-family:"nuvi_icons_bold";position:absolute;left:4px;top:3px;font-size:1.125rem}html.graphite .date-range-time-panel__inputs{font-size:0.8125rem;padding-top:1.25em;width:260px}html.graphite .date-range-time-panel__inputs .input-wrap{display:inline-block;margin:0 0.5em 0 0;position:relative}html.graphite .date-range-time-panel__inputs .input-wrap::after{font-family:"nuvi_icons_bold";font-size:1rem;position:absolute;color:rgb(72.0280373832,90.8925233645,111.4719626168);pointer-events:none;right:8px;top:23px}html.graphite .date-range-time-panel__inputs .input-wrap--date::after{content:""}html.graphite .date-range-time-panel__inputs .input-wrap--time::after{content:""}html.graphite .date-range-time-panel__inputs .input-wrap .date-select{width:8.75em}html.graphite .date-range-time-panel__inputs .input-wrap .date-select .dropdown__options{width:280px !important;max-height:300px;overflow:hidden}html.graphite .date-range-time-panel__inputs .label{display:block;color:#93a0bf}html.graphite .date-range-time-panel__inputs input{width:8.75em}html.graphite .date-range-time-panel__inputs .dropdown{width:7.5em}html.graphite .date-range-time-panel__inputs .dropdown__selected-text--default{color:#fff}html.graphite .date-range-time-panel__inputs .dropdown__arrow{visibility:hidden}html.graphite .post-scheduler{width:275px}html.graphite .post-scheduler .CalendarMonth{margin:0}html.graphite .post-scheduler input[type=text]{width:40px;text-align:center}html.graphite .post-scheduler input[type=text].selected-cal-date{border:0;margin-bottom:0.3125em;text-align:center;padding:0.3125em;width:100%}html.graphite .post-scheduler__clock{text-align:center;position:relative}html.graphite .post-scheduler__clock ul{display:inline;list-style:none;margin:0 0 0 0.375em;padding:0}html.graphite .post-scheduler__clock ul li{display:inline-block}html.graphite .post-scheduler__clock ul input[type=radio]{position:absolute;visibility:hidden}html.graphite .post-scheduler__clock ul input[type=radio]:checked+label:before{background-color:#249ddb}html.graphite .post-scheduler__clock ul input[type=radio]:disabled+label,html.graphite .post-scheduler__clock ul input[type=radio]:disabled+label:after{opacity:.6;cursor:default}html.graphite .post-scheduler__clock ul label{display:inline-block;position:relative;cursor:pointer;outline:none;text-transform:uppercase;font-size:0.8125rem;padding-left:1.5625em;margin-right:0.9375em;line-height:2}html.graphite .post-scheduler__clock ul label:before,html.graphite .post-scheduler__clock ul label:after{position:absolute;content:"";border-radius:50%;display:inline-block}html.graphite .post-scheduler__clock ul label:before{left:2px;top:6px;width:12px;height:12px}html.graphite .post-scheduler__clock ul label:after{border:0.0625rem solid #2a3541;top:3px;left:-1px;width:18px;height:18px}html.graphite .dialog .breathe{margin:0.625em 0}html.graphite .dropdown{border:0.0625rem solid hsla(0,0%,100%,.2);position:relative;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;cursor:pointer;background:#2a3541;height:2.5em;-webkit-transition:border-color 300ms ease;transition:border-color 300ms ease}html.graphite .dropdown__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;cursor:auto}html.graphite .dropdown__above-scrim{z-index:1041}html.graphite .dropdown:hover:not(.dropdown--disabled){-webkit-box-shadow:0 0 0.3125em #2a3541;box-shadow:0 0 0.3125em #2a3541}html.graphite .dropdown:focus:not(.dropdown--disabled){-webkit-box-shadow:0 0 0.1875em #2a3541;box-shadow:0 0 0.1875em #2a3541;outline:1px dotted #249ddb}html.graphite .dropdown:focus:not(.dropdown--disabled) .dropdown__container{-webkit-box-shadow:0 0 0.1875em #2a3541;box-shadow:0 0 0.1875em #2a3541}html.graphite .dropdown--searchable input{padding:0;margin:0}html.graphite .dropdown--searchable input:focus{outline:none}html.graphite .dropdown--searchable .remove-value-icon{z-index:1041}html.graphite .dropdown--flat{color:inherit;background:rgba(0,0,0,0);border:none}html.graphite .dropdown--flat .dropdown__container{padding:0;font-weight:500;position:relative}html.graphite .dropdown--flat .dropdown__container::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:0.0625rem;background-color:hsla(0,0%,100%,.2)}html.graphite .dropdown--flat:hover:not(.dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.graphite .dropdown--flat:focus:not(.dropdown--disabled) .dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.graphite .dropdown--flat .dropdown__options{left:0;right:0;min-width:0}html.graphite .dropdown--clean{color:inherit;background:rgba(0,0,0,0);vertical-align:baseline;display:inline-block;padding:0;border:none}html.graphite .dropdown--clean--no-height{height:inherit}html.graphite .dropdown--clean>.dropdown__container{padding:0}html.graphite .dropdown--clean:hover:not(.dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.graphite .dropdown--clean:hover:not(.dropdown--disabled) .dropdown__selected-text{opacity:.7}html.graphite .dropdown--clean:focus:not(.dropdown--disabled) .dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.graphite .dropdown--clean .dropdown__options{width:auto}html.graphite .dropdown--clean .dropdown__selected-text,html.graphite .dropdown--clean .dropdown__selected-text--default{color:#249ddb;font-weight:500}html.graphite .dropdown--noBold .dropdown__selected-text,html.graphite .dropdown--noBold .dropdown__selected-text--default{font-weight:400}html.graphite .dropdown--text-default .dropdown__selected-text,html.graphite .dropdown--text-default .dropdown__selected-text--default{color:#fff}html.graphite .dropdown--noArrow .dropdown__arrow{display:none}html.graphite .dropdown--autoHeight{height:auto}html.graphite .dropdown--disabled{border:0.0625rem solid #1e1f23;background:#191515;cursor:not-allowed}html.graphite .dropdown--disabled .dropdown__selected-text{color:#a0b6c5}html.graphite .dropdown--disabled .dropdown__selected-text--default{color:#7c8499}html.graphite .dropdown--readonly{border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541;cursor:default}html.graphite .dropdown--readonly .dropdown__selected-text{color:#d5d5d5}html.graphite .dropdown--readonly .dropdown__selected-text--default{color:#7c8499}html.graphite .dropdown--readonly .dropdown__arrow{width:0}html.graphite .dropdown__container{display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0.75em;position:relative}html.graphite .dropdown__icon.highlighted{color:#249ddb}html.graphite .dropdown__arrow{font-family:"nuvi_icons_bold" !important;font-size:13px;margin-left:0.5em}html.graphite .dropdown__arrow::before{content:""}html.graphite .dropdown__selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.graphite .dropdown__selected-text--default{color:#7c8499}html.graphite .dropdown__selected-text--editable{cursor:text;z-index:1050}html.graphite .dropdown__options{position:absolute;top:100%;left:0;min-width:100%;border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541;z-index:1050;max-height:16.25em;overflow-y:auto}html.graphite .dropdown__options--right{right:0;left:auto}html.graphite .dropdown__options--up{bottom:100%;top:auto}html.graphite .dropdown__option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;color:#249ddb}html.graphite .dropdown__option--highlighted{background:#1e1f23}html.graphite .dropdown__option:hover{background:#1e1f23}html.graphite .dropdown__psuedo-option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;position:sticky;bottom:0;background:#2a3541}html.graphite .dropdown__psuedo-option:hover{color:#fff}html.graphite .dropdown__search input[type=search]{background:none;color:#fff;padding:0.75em;border:0;border-radius:0;border-bottom:1px solid #2a3541}html.graphite .dropdown-inline{display:inline-block}html.graphite .dropdown--button{background:none;border-color:#249ddb;border-radius:0.25rem}html.graphite .dropdown--button .dropdown__selected-text--default{color:#249ddb}html.graphite .dropdown--button .dropdown__arrow{color:#249ddb}html.graphite .dropdown--button--brand{color:#249ddb}html.graphite .dropdown--button:hover{background:#249ddb;color:#fff}html.graphite .dropdown--button:hover .dropdown__selected-text--default{color:#fff}html.graphite .dropdown--button:hover .dropdown__arrow{color:#fff}html.graphite .dropdown-small{width:3.75em}html.graphite .dropdown-small .dropdown__option{line-height:1;font-size:0.8125rem;font-weight:normal;padding:0.125em}html.graphite .dropdown-height{height:2.5em}html.graphite .DropdownCheckboxMultiSelect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:none;line-height:normal;cursor:pointer;white-space:nowrap}html.graphite .DropdownCheckboxMultiSelect.dropdown-is-shown{border-bottom-right-radius:0;border-bottom-left-radius:0}html.graphite .DropdownCheckboxMultiSelect .dropdown-options{border:0.0625rem solid hsla(0,0%,100%,.2);color:#fff;position:absolute;top:100%;background-color:#1e1f23;z-index:1050;max-height:260px;overflow:auto;min-width:180px;max-width:240px;left:-0.0625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}html.graphite .DropdownCheckboxMultiSelect .dropdown-options__search{margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0}html.graphite .DropdownCheckboxMultiSelect .dropdown-options__select-all{font-size:.9rem}html.graphite .DropdownCheckboxMultiSelect .dropdown-options__select-all__label{vertical-align:middle}html.graphite .DropdownCheckboxMultiSelect .dropdown-options__select-all__btn-label{color:#249ddb;vertical-align:middle;font-weight:600;font-size:.9rem}html.graphite .publish-integrations-selector .DropdownCheckboxMultiSelect .dropdown-options .checkbox:not(:last-child){margin-bottom:5px}html.graphite .dropdown-checklist__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .dropdown-checklist__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .dropdown-checklist__search__input{margin-bottom:10px}html.graphite .dropdown-checklist__items-list{overflow-x:hidden;overflow-y:auto}html.graphite .dropdown-checklist__item{height:35px;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .dropdown-checklist__item:hover{opacity:1}html.graphite .dropdown-checklist__item--selected{opacity:1;background-color:#1e1f23}html.graphite .dropdown-checklist__item__info{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .dropdown-checklist__item__info img{height:25px;width:25px;border-radius:50%;margin:0 10px}html.graphite .dropdown-checklist__item .checkbox{margin-right:25px;margin-top:5px}html.graphite .dropdown-checklist__item .checkbox label:after{border-color:#249ddb}html.graphite .edit-text__container{margin:0;border:0;outline:0;padding:0;background:none;vertical-align:inherit;white-space:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;-webkit-box-shadow:inherit;box-shadow:inherit;position:relative;display:inline-block;max-width:calc(100% - 2.1em)}html.graphite .edit-text__width-setter{margin:0;border:0;outline:0;padding:0;background:none;vertical-align:inherit;white-space:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;-webkit-box-shadow:inherit;box-shadow:inherit;color:rgba(0,0,0,0);white-space:pre}inputhtml.graphite .edit-text__input{margin:0;border:0;outline:0;padding:0;background:none;vertical-align:inherit;white-space:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;-webkit-box-shadow:inherit;box-shadow:inherit;position:absolute;top:0;right:0;bottom:0;left:0;height:auto;min-width:0.25em}html.graphite .edit-text__edit-button{vertical-align:middle}html.graphite .edit-text__save-button{position:relative;vertical-align:middle}html.graphite .edit-text__current-value{max-width:calc(100% - 2.1em);overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;white-space:nowrap}html.graphite .flash{position:relative;display:inline-block;padding:1.25em 1.5625em;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:440px;max-width:640px;padding-right:220px;line-height:1.2;color:#fff;background:#249ddb;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61)}html.graphite .flash .flash__close{background:rgb(28.8,125.6,175.2)}html.graphite .flash__container{pointer-events:none;position:fixed;top:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1060;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .flash__title{margin-bottom:2px}html.graphite .flash__icon{font-size:2.125rem}html.graphite .flash__close{background:rgb(28.8,125.6,175.2);width:180px;position:absolute;top:0;bottom:0;right:0;cursor:pointer;border-bottom-right-radius:0.375rem}html.graphite .flash__close:hover{opacity:.9}html.graphite .flash__close .icon{position:relative;top:1px}html.graphite .flash a{color:#fff;text-decoration:underline}html.graphite .flash--warning{background:#ffc432;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61);color:#191515}html.graphite .flash--warning .flash__close{background:rgb(254,180.8975609756,0)}html.graphite .flash--warning a{color:#191515}html.graphite .flash--alert{background:#e71b26;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61)}html.graphite .flash--alert .flash__close{background:rgb(187.2857142857,19.7142857143,28.75)}html.graphite .flash--success{background:#86ba2c;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61)}html.graphite .flash--success .flash__close{background:rgb(104.2869565217,144.7565217391,34.2434782609)}html.graphite .grouped-checkbox-item-chooser .dropdown__options{background:#242a32}html.graphite .grouped-checkbox-item-chooser__group-row,html.graphite .grouped-checkbox-item-chooser__group{background:#2a3541;border-radius:0.25rem}html.graphite .grouped-checkbox-item-chooser__group-checkbox{position:relative;left:1px;top:11px}html.graphite .grouped-checkbox-item-chooser__item{border-radius:0.25rem}html.graphite .grouped-checkbox-item-chooser__item:not(:first-of-type){margin-top:.7rem}html.graphite .grouped-checkbox-item-chooser__item:last-of-type{margin-bottom:.7rem}html.graphite .icon-dropdown{position:relative;display:inline-block}html.graphite .icon-dropdown__link{cursor:pointer;outline:none;color:#7d8c9b}html.graphite .icon-dropdown__link:hover{opacity:.75}html.graphite .icon-dropdown__scrim{background-color:rgba(0,0,0,.25)}html.graphite .icon-dropdown__list{font-size:0.8125rem;font-weight:bold;list-style:none;padding:0;margin:0;position:absolute;top:0;right:0;z-index:1050;background:#13181d;border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:4px;-webkit-box-shadow:0 4px 40px 0 rgba(0,0,0,.6);box-shadow:0 4px 40px 0 rgba(0,0,0,.6);padding:1rem}html.graphite .icon-dropdown__list--scrollable{max-height:250px;overflow-y:scroll}html.graphite .icon-dropdown__list--left{right:auto;left:0}html.graphite .icon-dropdown__list--bottom{top:auto;bottom:0}html.graphite .icon-dropdown__list li{white-space:nowrap;line-height:2}html.graphite .image{line-height:0}html.graphite .image>.loader{position:absolute;opacity:.5}html.graphite .integration-selector__button .sub-account-label,html.graphite .integration-selector__button i{-webkit-transition:300ms;transition:300ms}html.graphite .integration-selector__button-value{color:#249ddb;-webkit-transition:300ms;transition:300ms}html.graphite .integration-selector__button:hover .integration-selector__button-value,html.graphite .integration-selector__button:hover i,html.graphite .integration-selector__button:hover .sub-account-label{opacity:1;color:#fff}html.graphite .integration-selector__panel{border:0.0625rem solid #2a3541;min-width:500px;background-color:#1e1f23;font-size:1rem;z-index:1050;-webkit-box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);right:0}html.graphite .integration-selector__panel__alternate{background:#13181d;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6)}html.graphite .integration-selector__panel__dropdown{background:#2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6)}html.graphite .integration-selector__panel__dropdown .border-bottom{border-bottom-color:#7d8c9b}html.graphite .integration-selector__group-row,html.graphite .integration-selector__location{background:#2a3541;border-radius:.25rem;padding:.7rem;margin-bottom:.5rem}html.graphite .integration-selector__group-row:focus,html.graphite .integration-selector__location:focus{outline:1px dotted #249ddb}html.graphite .integration-selector__location-checkbox{position:relative;left:1px;top:11px}html.graphite .integration-selector .integrations{max-height:70vh;overflow-y:auto;padding-left:2px}html.graphite .integration-selector__integration-row{margin-top:.7rem}html.graphite .integration-selector__integration-row:not(:last-of-type){margin-bottom:.7rem}html.graphite .integration-selector .dropdownFilters{max-width:600px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}html.graphite .integration-selector .location-attribute-dropdown-container{min-width:8.125rem}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown{height:1.5em;min-width:inherit}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container{height:inherit;min-width:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:0.8125rem}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container .dropdown__selected-text input{height:inherit}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options{font-size:0.8125rem}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options label{font-size:0.8125rem}html.graphite .loader{display:inline-block;position:relative;width:72px;height:34px}html.graphite .loader svg{overflow:visible}html.graphite .loader svg path{fill:none}html.graphite .loader svg circle:nth-of-type(1){fill:hsl(150,75%,50%);-webkit-box-shadow:0 0 5px hsl(150,75%,50%);box-shadow:0 0 5px hsl(150,75%,50%);-webkit-svg-shadow:0 0 5px hsl(150,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 127.5, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 127.5, 0.4))}html.graphite .loader svg circle:nth-of-type(2){fill:hsl(152,75%,50%);-webkit-box-shadow:0 0 5px hsl(152,75%,50%);box-shadow:0 0 5px hsl(152,75%,50%);-webkit-svg-shadow:0 0 5px hsl(152,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 133.875, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 133.875, 0.4))}html.graphite .loader svg circle:nth-of-type(3){fill:hsl(154,75%,50%);-webkit-box-shadow:0 0 5px hsl(154,75%,50%);box-shadow:0 0 5px hsl(154,75%,50%);-webkit-svg-shadow:0 0 5px hsl(154,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 140.25, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 140.25, 0.4))}html.graphite .loader svg circle:nth-of-type(4){fill:hsl(156,75%,50%);-webkit-box-shadow:0 0 5px hsl(156,75%,50%);box-shadow:0 0 5px hsl(156,75%,50%);-webkit-svg-shadow:0 0 5px hsl(156,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 146.625, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 146.625, 0.4))}html.graphite .loader svg circle:nth-of-type(5){fill:hsl(158,75%,50%);-webkit-box-shadow:0 0 5px hsl(158,75%,50%);box-shadow:0 0 5px hsl(158,75%,50%);-webkit-svg-shadow:0 0 5px hsl(158,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 153, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 153, 0.4))}html.graphite .loader svg circle:nth-of-type(6){fill:hsl(160,75%,50%);-webkit-box-shadow:0 0 5px hsl(160,75%,50%);box-shadow:0 0 5px hsl(160,75%,50%);-webkit-svg-shadow:0 0 5px hsl(160,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 159.375, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 159.375, 0.4))}html.graphite .loader svg circle:nth-of-type(7){fill:hsl(162,75%,50%);-webkit-box-shadow:0 0 5px hsl(162,75%,50%);box-shadow:0 0 5px hsl(162,75%,50%);-webkit-svg-shadow:0 0 5px hsl(162,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 165.75, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 165.75, 0.4))}html.graphite .loader svg circle:nth-of-type(8){fill:hsl(164,75%,50%);-webkit-box-shadow:0 0 5px hsl(164,75%,50%);box-shadow:0 0 5px hsl(164,75%,50%);-webkit-svg-shadow:0 0 5px hsl(164,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 172.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 172.125, 0.4))}html.graphite .loader svg circle:nth-of-type(9){fill:hsl(166,75%,50%);-webkit-box-shadow:0 0 5px hsl(166,75%,50%);box-shadow:0 0 5px hsl(166,75%,50%);-webkit-svg-shadow:0 0 5px hsl(166,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 178.5, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 178.5, 0.4))}html.graphite .loader svg circle:nth-of-type(10){fill:hsl(168,75%,50%);-webkit-box-shadow:0 0 5px hsl(168,75%,50%);box-shadow:0 0 5px hsl(168,75%,50%);-webkit-svg-shadow:0 0 5px hsl(168,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 184.875, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 184.875, 0.4))}html.graphite .loader svg circle:nth-of-type(11){fill:hsl(170,75%,50%);-webkit-box-shadow:0 0 5px hsl(170,75%,50%);box-shadow:0 0 5px hsl(170,75%,50%);-webkit-svg-shadow:0 0 5px hsl(170,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 191.25, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 191.25, 0.4))}html.graphite .loader svg circle:nth-of-type(12){fill:hsl(172,75%,50%);-webkit-box-shadow:0 0 5px hsl(172,75%,50%);box-shadow:0 0 5px hsl(172,75%,50%);-webkit-svg-shadow:0 0 5px hsl(172,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 197.625, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 197.625, 0.4))}html.graphite .loader svg circle:nth-of-type(13){fill:hsl(174,75%,50%);-webkit-box-shadow:0 0 5px hsl(174,75%,50%);box-shadow:0 0 5px hsl(174,75%,50%);-webkit-svg-shadow:0 0 5px hsl(174,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 204, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 204, 0.4))}html.graphite .loader svg circle:nth-of-type(14){fill:hsl(176,75%,50%);-webkit-box-shadow:0 0 5px hsl(176,75%,50%);box-shadow:0 0 5px hsl(176,75%,50%);-webkit-svg-shadow:0 0 5px hsl(176,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 210.375, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 210.375, 0.4))}html.graphite .loader svg circle:nth-of-type(15){fill:hsl(178,75%,50%);-webkit-box-shadow:0 0 5px hsl(178,75%,50%);box-shadow:0 0 5px hsl(178,75%,50%);-webkit-svg-shadow:0 0 5px hsl(178,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 216.75, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 216.75, 0.4))}html.graphite .loader svg circle:nth-of-type(16){fill:hsl(180,75%,50%);-webkit-box-shadow:0 0 5px hsl(180,75%,50%);box-shadow:0 0 5px hsl(180,75%,50%);-webkit-svg-shadow:0 0 5px hsl(180,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(17){fill:hsl(182,75%,50%);-webkit-box-shadow:0 0 5px hsl(182,75%,50%);box-shadow:0 0 5px hsl(182,75%,50%);-webkit-svg-shadow:0 0 5px hsl(182,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 216.75, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 216.75, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(18){fill:hsl(184,75%,50%);-webkit-box-shadow:0 0 5px hsl(184,75%,50%);box-shadow:0 0 5px hsl(184,75%,50%);-webkit-svg-shadow:0 0 5px hsl(184,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 210.375, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 210.375, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(19){fill:hsl(186,75%,50%);-webkit-box-shadow:0 0 5px hsl(186,75%,50%);box-shadow:0 0 5px hsl(186,75%,50%);-webkit-svg-shadow:0 0 5px hsl(186,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 204, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 204, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(20){fill:hsl(188,75%,50%);-webkit-box-shadow:0 0 5px hsl(188,75%,50%);box-shadow:0 0 5px hsl(188,75%,50%);-webkit-svg-shadow:0 0 5px hsl(188,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 197.625, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 197.625, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(21){fill:hsl(190,75%,50%);-webkit-box-shadow:0 0 5px hsl(190,75%,50%);box-shadow:0 0 5px hsl(190,75%,50%);-webkit-svg-shadow:0 0 5px hsl(190,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 191.25, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 191.25, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(22){fill:hsl(192,75%,50%);-webkit-box-shadow:0 0 5px hsl(192,75%,50%);box-shadow:0 0 5px hsl(192,75%,50%);-webkit-svg-shadow:0 0 5px hsl(192,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 184.875, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 184.875, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(23){fill:hsl(194,75%,50%);-webkit-box-shadow:0 0 5px hsl(194,75%,50%);box-shadow:0 0 5px hsl(194,75%,50%);-webkit-svg-shadow:0 0 5px hsl(194,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 178.5, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 178.5, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(24){fill:hsl(196,75%,50%);-webkit-box-shadow:0 0 5px hsl(196,75%,50%);box-shadow:0 0 5px hsl(196,75%,50%);-webkit-svg-shadow:0 0 5px hsl(196,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 172.125, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 172.125, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(25){fill:hsl(198,75%,50%);-webkit-box-shadow:0 0 5px hsl(198,75%,50%);box-shadow:0 0 5px hsl(198,75%,50%);-webkit-svg-shadow:0 0 5px hsl(198,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 165.75, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 165.75, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(26){fill:hsl(200,75%,50%);-webkit-box-shadow:0 0 5px hsl(200,75%,50%);box-shadow:0 0 5px hsl(200,75%,50%);-webkit-svg-shadow:0 0 5px hsl(200,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 159.375, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 159.375, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(27){fill:hsl(202,75%,50%);-webkit-box-shadow:0 0 5px hsl(202,75%,50%);box-shadow:0 0 5px hsl(202,75%,50%);-webkit-svg-shadow:0 0 5px hsl(202,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 153, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 153, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(28){fill:hsl(204,75%,50%);-webkit-box-shadow:0 0 5px hsl(204,75%,50%);box-shadow:0 0 5px hsl(204,75%,50%);-webkit-svg-shadow:0 0 5px hsl(204,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 146.625, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 146.625, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(29){fill:hsl(206,75%,50%);-webkit-box-shadow:0 0 5px hsl(206,75%,50%);box-shadow:0 0 5px hsl(206,75%,50%);-webkit-svg-shadow:0 0 5px hsl(206,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 140.25, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 140.25, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(30){fill:hsl(208,75%,50%);-webkit-box-shadow:0 0 5px hsl(208,75%,50%);box-shadow:0 0 5px hsl(208,75%,50%);-webkit-svg-shadow:0 0 5px hsl(208,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 133.875, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 133.875, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(31){fill:hsl(210,75%,50%);-webkit-box-shadow:0 0 5px hsl(210,75%,50%);box-shadow:0 0 5px hsl(210,75%,50%);-webkit-svg-shadow:0 0 5px hsl(210,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 127.5, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 127.5, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(32){fill:hsl(212,75%,50%);-webkit-box-shadow:0 0 5px hsl(212,75%,50%);box-shadow:0 0 5px hsl(212,75%,50%);-webkit-svg-shadow:0 0 5px hsl(212,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 121.125, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 121.125, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(33){fill:hsl(214,75%,50%);-webkit-box-shadow:0 0 5px hsl(214,75%,50%);box-shadow:0 0 5px hsl(214,75%,50%);-webkit-svg-shadow:0 0 5px hsl(214,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 114.75, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 114.75, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(34){fill:hsl(216,75%,50%);-webkit-box-shadow:0 0 5px hsl(216,75%,50%);box-shadow:0 0 5px hsl(216,75%,50%);-webkit-svg-shadow:0 0 5px hsl(216,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 108.375, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 108.375, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(35){fill:hsl(218,75%,50%);-webkit-box-shadow:0 0 5px hsl(218,75%,50%);box-shadow:0 0 5px hsl(218,75%,50%);-webkit-svg-shadow:0 0 5px hsl(218,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 102, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 102, 223.125, 0.4))}html.graphite .loader svg circle:nth-of-type(36){fill:hsl(220,75%,50%);-webkit-box-shadow:0 0 5px hsl(220,75%,50%);box-shadow:0 0 5px hsl(220,75%,50%);-webkit-svg-shadow:0 0 5px hsl(220,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 95.625, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 95.625, 223.125, 0.4))}html.graphite .modal{z-index:1050;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(25,21,21,.4);overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 0}html.graphite .modal__content{border:0.0625rem solid hsla(0,0%,100%,.2);overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;text-align:left;background-color:#1e1f23;border-radius:4px;position:relative;margin:auto;padding:25px;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6)}html.graphite .modal__content.fullscreen{width:calc(100% - 90px);height:calc(100% - 90px)}@media(min-width: 48rem){html.graphite .modal__content{width:calc(48rem - 60px)}html.graphite .modal__content.extra-width{width:calc(48rem + 60px)}html.graphite .modal__content.fullscreen{width:calc(100% - 90px);height:calc(100% - 90px)}}html.graphite .modal__divider-border{border-bottom:0.0625rem solid #2a3541;height:1px;margin-right:-25px;margin-left:-25px;width:calc(100% + 50px)}html.graphite .modal__close{position:absolute;top:10px;right:12px;cursor:pointer}html.graphite .modal__close:hover{opacity:.8}html.graphite .modal.full-height .modal__content{height:100%;overflow-y:hidden}html.graphite .multiple-item-selector-panel__container{position:absolute;right:0;top:0;width:28.125em;max-width:100vw;background:#13181d;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .multiple-item-selector-panel__search input[type=search]{background-color:#2a3541;margin:0.5em 0 0.5em 0}html.graphite .multiple-item-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.graphite .multiple-item-selector-panel__group{margin:1px 0 0 1px}html.graphite .multiple-item-selector-panel__group__header{background-color:#2a3541}html.graphite .multiple-item-selector-panel__group__header:focus{outline:1px dotted #249ddb}html.graphite .multiple-item-selector-panel__item .icon{display:none}html.graphite .multiple-item-selector-panel__item button:focus{border-radius:50px;padding:4px 4px 0 4px}html.graphite .multiple-item-selector-panel__item:hover .icon{display:inline}html.graphite .nav-tabs__list{padding:0;margin:0;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .nav-tabs__tab{display:inline-block;position:relative;padding:.5em 1em;border-bottom:2px solid rgba(0,0,0,0);-webkit-transition:border-color 300ms;transition:border-color 300ms;cursor:pointer}html.graphite .nav-tabs__tab a{color:#7c8499;display:inline-block;font-size:0.9375rem;padding:0.9375em 1em;-webkit-transition:color 300ms;transition:color 300ms;font-weight:normal}html.graphite .nav-tabs__tab a:hover{color:#249ddb}html.graphite .nav-tabs__tab--selected{border-bottom:2px solid #249ddb;cursor:default}html.graphite .nav-tabs__tab--selected a{color:#249ddb;font-weight:bold}html.graphite .nav-tabs__tab--h2 a{font-size:1.125rem}html.graphite .nav-tabs--caret .nav-tabs__list{margin:0;height:3.75em}html.graphite .nav-tabs--caret .nav-tabs__tab{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3.75em;border:none}html.graphite .nav-tabs--caret .nav-tabs__tab a{display:block;padding:0;color:hsla(0,0%,100%,.6);letter-spacing:0.0625em}html.graphite .nav-tabs--caret .nav-tabs__tab a:hover{color:#fff}html.graphite .nav-tabs--caret .nav-tabs__tab--selected{border:none}html.graphite .nav-tabs--caret .nav-tabs__tab--selected a{color:#fff}html.graphite .nav-tabs--caret .nav-tabs__tab--selected:before,html.graphite .nav-tabs--caret .nav-tabs__tab--selected:after{content:"";display:block;height:0;left:50%;bottom:-1px;position:absolute;width:0}html.graphite .nav-tabs--caret .nav-tabs__tab--selected:before{border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);margin-left:-10px}html.graphite .nav-tabs--caret .nav-tabs__tab--selected:after{border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #191515;margin-left:-8px}html.graphite .nav-tabs--product .nav-tabs__tab:before{border-bottom-color:hsla(0,0%,100%,.25)}html.graphite .nav-tabs--border .nav-tabs__list{border-bottom:1px solid #2a3541;height:3.75em1}html.graphite .notifications-panel{position:relative}html.graphite .notifications-panel__button{position:relative}html.graphite .notifications-panel__button__icon{font-size:1.25rem;color:#7d8c9b}html.graphite .notifications-panel__button__badge{position:absolute;top:-5px;right:-5px;height:18px;min-width:18px;font-size:0.8125rem;padding:0 3px;background-color:#e71b26;border-radius:50%;color:#f2f2f2;text-align:center}html.graphite .notifications-panel__container{position:absolute;top:1px;right:-10px;width:385px;max-width:100vw;background:#1e1f23;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050;padding-top:.15em}html.graphite .notifications-panel__container .notifications-panel__button{position:absolute;top:14px;right:9px}html.graphite .notifications-panel__header{padding:60px 20px 10px 20px;border-bottom:1px solid #2a3541}html.graphite .notifications-panel__footer{border-top:1px solid #2a3541;padding:10px 0 20px 0}html.graphite .notifications-panel__body{max-height:400px;overflow-y:auto}html.graphite .notifications-panel__item{color:#ccc;border-bottom:1px solid #2a3541;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:15px}html.graphite .notifications-panel__item:last-child{border-bottom:0}html.graphite .notifications-panel__item:hover{background-color:rgba(42,53,65,.5);cursor:pointer}html.graphite .notifications-panel__item:hover .icon--checkmark{display:block}html.graphite .notifications-panel__item__status{margin-top:5px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .notifications-panel__item__status:after{content:"";display:block;width:8px;height:8px;border-radius:50%;margin:0 10px;background-color:#249ddb}html.graphite .notifications-panel__item .user-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-top:5px}html.graphite .notifications-panel__item__content{margin:0 10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite .notifications-panel__item__time{width:20%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .notifications-panel__item .icon--checkmark{display:none}html.graphite .notifications-panel__item .notification-avatar{width:3rem;height:3rem}html.graphite .product-nav{position:absolute;top:0;height:3.75em;min-height:3.75em;left:0;right:0;z-index:890;background:#1d1d20;padding:0 45px}html.graphite .product-nav .dropdown{height:auto}html.graphite .product-nav .icon--more{font-size:2.25rem}html.graphite .product-nav .icon--more-vertical:not(.button){font-size:1.25rem}html.graphite .search-header-part input[type=search]{background-color:#191515;border:0.0625rem solid #2a3541}html.graphite .product-tour-callout{position:absolute;z-index:11101;border:none;border-radius:6px;padding:1.25rem;background:#2a3541;-webkit-box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);width:350px}html.graphite .product-tour-callout__title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .product-tour-callout__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;overflow-y:auto}html.graphite .product-tour-callout__buttons{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .product-tour-callout h2{margin-top:0}html.graphite .product-tour-callout:before{content:" ";position:absolute;width:32px;height:32px}html.graphite .product-tour-callout:after{content:" ";position:absolute;width:calc(32px - 2px);height:calc(32px - 2px)}html.graphite .product-tour-callout--right-top{margin-left:16px;margin-top:calc(-280px + 32px)}html.graphite .product-tour-callout--right-top:before{right:100%;border-right:16px solid #191515;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);bottom:16px}html.graphite .product-tour-callout--right-top:after{right:100%;border-right:15px solid #2a3541;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);bottom:calc(16px + 1px)}html.graphite .product-tour-callout--right{margin-left:16px;margin-top:calc(-280px/2)}html.graphite .product-tour-callout--right:before{right:100%;border-right:16px solid #191515;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:calc(280px/2 - 16px)}html.graphite .product-tour-callout--right:after{right:100%;border-right:15px solid #2a3541;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(280px/2 - 16px + 1px)}html.graphite .product-tour-callout--right-bottom{margin-left:16px;margin-top:-32px}html.graphite .product-tour-callout--right-bottom:before{right:100%;border-right:16px solid #191515;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:16px}html.graphite .product-tour-callout--right-bottom:after{right:100%;border-right:15px solid #2a3541;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(16px + 1px)}html.graphite .product-tour-callout--bottom{margin-top:16px;margin-left:calc(-280px/2)}html.graphite .product-tour-callout--bottom:before{bottom:100%;border-bottom:16px solid #191515;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:calc(280px/2 - 16px)}html.graphite .product-tour-callout--bottom:after{bottom:100%;border-bottom:15px solid #2a3541;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(280px/2 - 16px + 1px)}html.graphite .product-tour-callout--bottom-right{margin-top:16px;margin-left:-32px}html.graphite .product-tour-callout--bottom-right:before{bottom:100%;border-bottom:16px solid #191515;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:16px}html.graphite .product-tour-callout--bottom-right:after{bottom:100%;border-bottom:15px solid #2a3541;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(16px + 1px)}html.graphite .product-tour-callout--bottom-left{margin-top:16px;margin-left:calc(-350px + 32px)}html.graphite .product-tour-callout--bottom-left:before{bottom:100%;border-bottom:16px solid #191515;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);right:16px}html.graphite .product-tour-callout--bottom-left:after{bottom:100%;border-bottom:15px solid #2a3541;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);right:calc(16px + 1px)}html.graphite .product-tour-callout--left-top{margin-left:calc(-350px - 16px);margin-top:calc(-280px + 32px)}html.graphite .product-tour-callout--left-top:before{left:100%;border-left:16px solid #191515;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);bottom:16px}html.graphite .product-tour-callout--left-top:after{left:100%;border-left:15px solid #2a3541;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);bottom:calc(16px + 1px)}html.graphite .product-tour-callout--left{margin-left:calc(-350px - 16px);margin-top:calc(-280px/2)}html.graphite .product-tour-callout--left:before{left:100%;border-left:16px solid #191515;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:calc(280px/2 - 16px)}html.graphite .product-tour-callout--left:after{left:100%;border-left:15px solid #2a3541;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(280px/2 - 16px + 1px)}html.graphite .product-tour-callout--left-bottom{margin-left:calc(-350px - 16px);margin-top:-32px}html.graphite .product-tour-callout--left-bottom:before{left:100%;border-left:16px solid #191515;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:16px}html.graphite .product-tour-callout--left-bottom:after{left:100%;border-left:15px solid #2a3541;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(16px + 1px)}html.graphite .product-tour-callout--top{margin-top:calc(-280px - 16px);margin-left:calc(-350px/2)}html.graphite .product-tour-callout--top:before{top:100%;border-top:16px solid #191515;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:calc(280px/2 - 16px)}html.graphite .product-tour-callout--top:after{top:100%;border-top:15px solid #2a3541;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(280px/2 - 16px + 1px)}html.graphite .product-tour-callout--top-right{margin-top:calc(-280px - 16px);margin-left:-32px}html.graphite .product-tour-callout--top-right:before{top:100%;border-top:16px solid #191515;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:16px}html.graphite .product-tour-callout--top-right:after{top:100%;border-top:15px solid #2a3541;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(16px + 1px)}html.graphite .product-tour-callout--top-left{margin-top:calc(-280px - 16px);margin-left:calc(-350px + 32px)}html.graphite .product-tour-callout--top-left:before{top:100%;border-top:16px solid #191515;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);right:16px}html.graphite .product-tour-callout--top-left:after{top:100%;border-top:15px solid #2a3541;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);right:calc(16px + 1px)}html.graphite .progress-bar{border:0.0625rem solid #249ddb;position:relative;-webkit-transition:100ms;transition:100ms}html.graphite .progress-bar .progress-bar__colored-bar{position:absolute;height:100%;border-style:none;background-image:-webkit-gradient(linear, left top, right top, from(transparent), to(rgba(36, 157, 219, 0.4)));background-image:linear-gradient(to right, transparent, rgba(36, 157, 219, 0.4));background-position:center right;background-size:15.625em 100%;background-repeat:no-repeat;background-color:rgba(36,157,219,.2);-webkit-transition:100ms;transition:100ms}html.graphite .progress-bar .progress-bar__colored-bar::after{content:"";position:absolute;top:0;right:-0.0625em;bottom:0;width:0.1875em;background-color:rgb(123.6,196.2,233.4);-webkit-box-shadow:0 0 0.4375em 0.125em rgba(36,157,219,.75);box-shadow:0 0 0.4375em 0.125em rgba(36,157,219,.75);-webkit-transition:100ms;transition:100ms}html.graphite .progress-bar .progress-bar__text{position:relative;color:#fff;text-shadow:0 0 0.0625em #191515;-webkit-transition:100ms;transition:100ms}html.graphite .progress-bar--warning{border:0.0625rem solid #ffc432}html.graphite .progress-bar--warning .progress-bar__colored-bar{background-image:-webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 196, 50, 0.4)));background-image:linear-gradient(to right, transparent, rgba(255, 196, 50, 0.4));background-position:center right;background-size:15.625em 100%;background-repeat:no-repeat;background-color:rgba(255,196,50,.2)}html.graphite .progress-bar--warning .progress-bar__colored-bar::after{background-color:rgb(255,219.6,132);-webkit-box-shadow:0 0 0.4375em 0.125em rgba(255,196,50,.75);box-shadow:0 0 0.4375em 0.125em rgba(255,196,50,.75)}html.graphite .progress-bar--warning .progress-bar__text{color:#ffc432}html.graphite .progress-bar--error{border:0.0625rem solid #e71b26}html.graphite .progress-bar--error .progress-bar__colored-bar{background-image:-webkit-gradient(linear, left top, right top, from(transparent), to(rgba(231, 27, 38, 0.4)));background-image:linear-gradient(to right, transparent, rgba(231, 27, 38, 0.4));background-position:center right;background-size:15.625em 100%;background-repeat:no-repeat;background-color:rgba(231,27,38,.2)}html.graphite .progress-bar--error .progress-bar__colored-bar::after{background-color:rgb(240.6,118.2,124.8);-webkit-box-shadow:0 0 0.4375em 0.125em rgba(231,27,38,.75);box-shadow:0 0 0.4375em 0.125em rgba(231,27,38,.75)}html.graphite .progress-bar--error .progress-bar__text{color:#e71b26}html.graphite .progress-bar-basic{border:0.0625rem solid #fff;border-radius:15px;height:15px;margin-top:20px;position:relative;-webkit-transition:100ms;transition:100ms}html.graphite .progress-bar-basic .progress-bar__colored-bar{position:absolute;height:100%;border-style:none;border-radius:15px 0 0 15px;background-color:#fff;-webkit-transition:100ms;transition:100ms}html.graphite .progress-bar-basic .progress-bar__label{position:absolute;top:-22px;left:0;color:#fff}html.graphite .progress-bar-basic .progress-bar__text{position:absolute;top:-22px;right:0;color:#fff;-webkit-transition:100ms;transition:100ms}html.graphite .progress-bar-basic--warning{border:0.0625rem solid #ffc432}html.graphite .progress-bar-basic--warning .progress-bar__colored-bar{background-color:#ffc432}html.graphite .progress-bar-basic--warning .progress-bar__text{color:#ffc432}html.graphite .progress-bar-basic--error{border:0.0625rem solid #e71b26}html.graphite .progress-bar-basic--error .progress-bar__colored-bar{background-color:#e71b26}html.graphite .progress-bar-basic--error .progress-bar__text{color:#e71b26}html.graphite .radio div input[type=radio]{float:left;opacity:0}html.graphite .radio div input[type=radio]:checked+label:before{background-color:#249ddb}html.graphite .radio div input[type=radio]:disabled+label,html.graphite .radio div input[type=radio]:disabled+label:after{opacity:.6;cursor:default}html.graphite .radio div label{display:block;position:relative;cursor:pointer;outline:none;padding-left:1.625em}html.graphite .radio div label:before,html.graphite .radio div label:after{position:absolute;content:"";border-radius:50%;display:inline-block}html.graphite .radio div label:before{left:2px;top:6px;width:12px;height:12px}html.graphite .radio div label:after{border:0.0625rem solid hsla(0,0%,100%,.2);top:3px;left:-1px;width:18px;height:18px}html.graphite .radio div label:focus:after{outline:1px dotted #249ddb}html.graphite .radio.full-justified>div{display:block;width:100%;-webkit-transition:.25s;transition:.25s}html.graphite .radio.full-justified>div:hover{background-color:hsla(0,0%,100%,.05)}html.graphite .radio.full-justified>div input{display:none}html.graphite .radio.full-justified>div label{padding:.5em 1.625em .5em .75em;display:block}html.graphite .radio.full-justified>div label:before{top:calc(.5em + 6px);right:calc(.75em + 2px);left:auto}html.graphite .radio.full-justified>div label:after{top:calc(.5em + 3px);right:calc(.75em - 1px);left:auto}html.graphite .reputation-notifications-panel{position:relative}html.graphite .reputation-notifications-panel__button{position:relative}html.graphite .reputation-notifications-panel__button__icon{font-size:1.25rem;color:#7d8c9b}html.graphite .reputation-notifications-panel__button__badge{position:absolute;top:-5px;right:-5px;height:18px;min-width:18px;font-size:0.8125rem;padding:0 3px;background-color:#e71b26;border-radius:50%;color:#f2f2f2;text-align:center}html.graphite .reputation-notifications-panel__container{position:absolute;top:55px;right:-120px;width:500px;max-width:100vw;background:#191515;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .reputation-notifications-panel__container .reputation-notifications-panel__button{position:absolute;top:54px;right:119px}html.graphite .reputation-notifications-panel__body{max-height:80vh;overflow-y:auto}html.graphite .reputation-notifications-panel__group-title{background-color:#242a32}html.graphite .reputation-notifications-panel__item{background-color:hsla(0,0%,100%,.1);color:#ccc;border:1px solid rgba(0,0,0,0);font-size:.9em;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:15px;margin:10px 0}html.graphite .reputation-notifications-panel__item:first-child{margin-top:0}html.graphite .reputation-notifications-panel__item:last-child{margin-bottom:0}html.graphite .reputation-notifications-panel__item:hover{border:1px solid #2a3541;cursor:pointer}html.graphite .reputation-notifications-panel__item:hover .icon--checkmark{display:block}html.graphite .reputation-notifications-panel__item__text{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .reputation-notifications-panel__item__time{width:20%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .reputation-notifications-panel__item__icon.icon{color:#249ddb}html.graphite .reputation-notifications-panel__item__chevron{position:relative;top:calc(50% - .5em);left:0}html.graphite .scrollable-tabs{overflow:hidden;width:100%;position:relative}html.graphite .scrollable-tabs__scroller{-webkit-transition:.2s;transition:.2s;white-space:nowrap;position:relative;width:100%;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}html.graphite .scrollable-tabs__scroller::-webkit-scrollbar{width:0;height:0}html.graphite .scrollable-tabs__next-button{height:100%;position:absolute;right:0;top:0;cursor:pointer;background-color:#1e1f23;color:#fff;display:none}html.graphite .scrollable-tabs__next-button:hover{background-color:#1e1f23}html.graphite .scrollable-tabs__next-button:focus{outline:none}html.graphite .scrollable-tabs__previous-button{height:100%;position:absolute;left:0;top:0;cursor:pointer;background-color:#1e1f23;color:#fff;display:none}html.graphite .scrollable-tabs__previous-button:hover{background-color:#1e1f23}html.graphite .scrollable-tabs__previous-button:focus{outline:none}html.graphite .scrollable-tabs__tab{border-bottom:2px solid rgba(0,0,0,0);padding:0 0.25em;display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;-webkit-transition:border-color 300ms;transition:border-color 300ms;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;overflow:hidden;color:#249ddb;text-transform:uppercase}html.graphite .scrollable-tabs__tab:not(:first-of-type){margin-left:0.5em}html.graphite .scrollable-tabs__tab--selected{border-bottom:2px solid #249ddb}html.graphite .search-multi-select{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#2a3541;border-radius:0.25rem;border:0.0625rem solid rgba(0,0,0,0)}html.graphite .search-multi-select--dropdown-is-shown{border:0.0625rem solid hsla(0,0%,100%,.2);border-bottom-right-radius:0;border-bottom-left-radius:0}html.graphite .search-multi-select__select,html.graphite .search-multi-select__select--short{padding:0.25em;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .search-multi-select__select--short{max-height:120px;overflow:auto}html.graphite .search-multi-select__dropdown-options{border:0.0625rem solid hsla(0,0%,100%,.2);position:absolute;top:100%;background:#2a3541;z-index:1050;max-height:260px;overflow:auto;width:calc(100% + 2*0.0625rem);left:-0.0625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}html.graphite .search-multi-select__dropdown-options--small{max-height:175px}html.graphite .search-multi-select__option{padding:10px;cursor:pointer}html.graphite .search-multi-select__option--highlighted{background:#13181d}html.graphite .search-multi-select__option:hover{background:#13181d}html.graphite .search-multi-select__item{background-color:#1e1f23;margin-top:2px;margin-bottom:2px}html.graphite .search-multi-select__search-input,html.graphite .search-multi-select__placeholder{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}html.graphite .search-multi-select__search-input.grow,html.graphite .search-multi-select__placeholder.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite .search-multi-select__search-input::-webkit-input-placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select__search-input::-moz-placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select__search-input::-ms-input-placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select__search-input::placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select:focus{outline:1px dotted #249ddb}html.graphite .segment-selector-panel__container{position:absolute;right:0;top:0;width:56.25em;max-width:100vw;background:#13181d;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .segment-selector-panel__search input[type=search]{background-color:#2a3541;margin:0.5em 0 0.5em 0}html.graphite .segment-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.graphite .segment-selector-panel__scroll-container-right{max-height:calc(100vh - (3.75em + 50px + 74px));overflow-y:scroll}html.graphite .segment-selector-panel__group{margin:1px 0 0 1px}html.graphite .segment-selector-panel__group__header{background-color:#2a3541}html.graphite .segment-selector-panel__group__header:focus{outline:1px dotted #249ddb}html.graphite .segment-selector-panel__segment .icon{display:none}html.graphite .segment-selector-panel__segment:hover .icon{display:inline}html.graphite .segment-selector-panel__rule-container{background-color:#2a3541}html.graphite .select-dropdown{border:0.0625rem solid hsla(0,0%,100%,.2);background:#191515;height:2.5em;border-radius:0.25rem}html.graphite .select-dropdown--open{border:0.0625rem solid #7d8c9b;border-radius:0.25rem 0.25rem 0 0}html.graphite .select-dropdown__options{top:100%;left:-0.0625rem;min-width:calc(100% + 2px);border:0.0625rem solid #7d8c9b;border-radius:0 0 0.25rem 0.25rem;background:#2a3541;z-index:1050;max-height:16.25em;overflow-y:auto}html.graphite .select-dropdown__options__option{white-space:nowrap}html.graphite .select-dropdown__options__option--highlighted{background-color:#2a3541}html.graphite .select-dropdown__options__option--selected{color:#7d8c9b}html.graphite .selection-builder__list{margin:1em 0}html.graphite .selection-builder__add-word{-ms-flex-wrap:nowrap;flex-wrap:nowrap}html.graphite .selection-builder__add-word input{border-right:none}html.graphite .selection-builder__add-word .button,html.light .image-uploader__dropzone__buttons html.graphite .selection-builder__add-word a,html.graphite .selection-builder__add-word .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .selection-builder__add-word a{border-radius:0px;height:2.5rem}html.graphite .selection-builder .tag{display:inline-block;color:#7c8499;border:1px solid hsla(0,0%,100%,.2);padding:0.25em 0.5em 0.25em 1em;border-radius:0.25rem;border-width:0.0625rem;margin-right:0.5em}html.graphite .selection-builder .tag .icon--delete{background:rgba(0,0,0,0) url("https://assets.foundation.nuviapp.com/images/delete.svg?20231102") center center no-repeat;width:12px;height:12px;display:inline-block;margin-left:0.5em;cursor:pointer}html.graphite .selection-builder .tag .icon--delete:hover{opacity:.75}html.graphite .selector-panel--relative .selector-panel__container{position:relative;top:default}html.graphite .selector-panel__container{position:absolute;left:0;top:0;width:450px;max-width:100vw;background:#191515;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .selector-panel--right .selector-panel__container{left:auto;right:10px}html.graphite .selector-panel__list{list-style:none;padding:0px;margin:0px}html.graphite .selector-panel__list--scrollable{max-height:26.25rem;overflow-y:scroll}html.graphite .selector-panel__list__zero-state{text-align:center;padding:20px}html.graphite .selector-panel__list__message-element{text-align:center;color:#7c8499;font-size:0.75rem;padding:0.3125rem 0}html.graphite .selector-panel__create{color:#86ba2c;padding:0 15px;display:block;line-height:32px}html.graphite .selector-panel__create__container{border-bottom:1px solid #2a3541;padding:10px 0}html.graphite .selector-panel__create:hover{background:#2a3541}html.graphite .selector-panel__item{padding:0 15px;cursor:pointer}html.graphite .selector-panel__item--current{color:#fff;font-weight:500;cursor:default}html.graphite .selector-panel__item__container{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid #2a3541}html.graphite .selector-panel__item--highlighted{background:#2a3541}html.graphite .selector-panel__item:hover{color:#fff;background:#2a3541}html.graphite .selector-panel__item img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;background:#2a3541;border-radius:3px;max-width:32px;max-height:32px}html.graphite .selector-panel__item__logo{margin-left:5px}html.graphite .selector-panel__item__initial{width:32px;height:32px;text-align:center;line-height:32px;background:#249ddb;border-radius:0.25rem;color:#13181d;font-size:1.375rem;font-weight:500}html.graphite .selector-panel__item__name{margin-left:15px;line-height:32px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.graphite .selector-panel__item:hover .selector-panel__item__options{display:inline-block}html.graphite .selector-panel__item__options{display:none;padding:.5em;line-height:1em;cursor:pointer;-ms-flex-item-align:center;align-self:center;border-radius:2px;color:#249ddb}html.graphite .selector-panel__item__options svg{stroke:#249ddb;vertical-align:middle;margin-right:.25em}html.graphite .selector-panel__item__options:hover{background:#2a3541;color:#fff}html.graphite .selector-panel__item__options:hover svg{stroke:#fff}html.graphite .selector-panel__item__options:hover svg ellipse{stroke:#fff}html.graphite .selector-panel__head{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .selector-panel__search{padding:0 20px 20px 0}html.graphite .selector-panel__title{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;font-size:1.125rem;color:#fff;text-transform:uppercase;padding:20px 0 20px 20px;line-height:40px}html.graphite .slider-input{position:relative;line-height:1}html.graphite .slider-input .slider-input__range{padding:0}html.graphite .slider-input .slider-input__display-tooltip{background:#1e1f23;-webkit-transition:opacity 300ms;transition:opacity 300ms;-webkit-box-shadow:0 1px 4px rgba(42,53,65,.4);box-shadow:0 1px 4px rgba(42,53,65,.4);padding:5px;position:absolute;left:0}html.graphite .slider-input .slider-input__display-tooltip:focus{opacity:1}html.graphite .slider-input .slider-input__display-tooltip span{overflow-wrap:normal;word-break:normal}html.graphite .slider-input .slider-input__display-tooltip input{width:80px}html.graphite .slider-input .slider-input__display-tooltip-higher{top:-3.7em}html.graphite .slider-input .slider-input__display-value{background:#2a3541;-webkit-transition:opacity 300ms;transition:opacity 300ms;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1);box-shadow:0 1px 4px rgba(0,0,0,.1);opacity:0;width:auto;max-width:100px;min-width:30px;top:-1.7em}html.graphite .slider-input .slider-input__display-value:focus{opacity:1}html.graphite .slider-input:hover .slider-input__display-value,html.graphite .slider-input:focus .slider-input__display-value{opacity:.85}html.graphite .slider-input input:focus+.slider-input__display-value{opacity:.85}html.graphite .slider-input__text{top:-1px}html.graphite .switch input[type=checkbox]{position:absolute;z-index:-1;opacity:0}html.graphite .switch input[type=checkbox]:checked+label:after{margin-left:22.8px}html.graphite .switch input[type=checkbox]:checked+label:before{background-color:#249ddb}html.graphite .switch label{display:inline-block;position:relative;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:55.8px;height:31.5px;border-radius:40px;border:0.0625rem solid rgba(36,157,219,.7)}html.graphite .switch label:before,html.graphite .switch label:after{display:block;position:absolute;top:0;left:0;right:0;bottom:0;content:"";cursor:pointer}html.graphite .switch label:before{background-color:rgba(36,157,219,.3);border-radius:40px;-webkit-transition:.4s;transition:.4s}html.graphite .switch label:after{top:3px;left:3px;height:24px;width:24px;background-color:#fff;border-radius:40px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.8);box-shadow:0 0 5px rgba(0,0,0,.8);-webkit-transition:.4s;transition:.4s}html.graphite .switch label:focus{outline:1px dotted #249ddb}html.graphite .switch__label-text{margin-left:0.75em}html.graphite .switch--disabled{opacity:.6}html.graphite .switch--disabled label:before,html.graphite .switch--disabled label:after{cursor:not-allowed}html.graphite .switch--disabled label:after{background-color:hsla(0,0%,100%,.6)}html.graphite .switch--inline label{display:inline}html.graphite .switch-blocky input[type=checkbox]{position:absolute;margin-left:-9999px;visibility:hidden}html.graphite .switch-blocky input[type=checkbox]:checked+label:after{margin-left:37px}html.graphite .switch-blocky input[type=checkbox]:checked+label:before{border:0.0625rem solid #86ba2c;background-color:rgba(134,186,44,.35)}html.graphite .switch-blocky .label-text{position:relative;top:-11px;display:inline-block;margin-left:1em}html.graphite .switch-blocky label{display:inline-block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:2px;width:82px;height:33px;border-radius:3px}html.graphite .switch-blocky label:before,html.graphite .switch-blocky label:after{display:block;position:absolute;top:2px;left:2px;right:2px;bottom:2px;content:""}html.graphite .switch-blocky label:before{right:1px;background-color:#f1f1f1;border-radius:3px;-webkit-transition:background .4s;transition:background .4s}html.graphite .switch-blocky label:after{top:4px;left:5px;bottom:4px;right:5px;width:37px;background-color:#fff;border-radius:3px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transition:margin .4s;transition:margin .4s}html.graphite .switch-blocky label:focus{outline:1px dotted #249ddb}html.graphite .switch-small .label-text{position:relative;top:-6px;display:inline-block;margin-left:0.625em}html.graphite .switch-small label{display:inline-block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:2px;width:45px;height:24px;border:none;border-radius:40px}html.graphite .switch-small label:before,html.graphite .switch-small label:after{display:block;position:absolute;top:2px;left:2px;right:2px;bottom:2px;content:""}html.graphite .switch-small label:before{left:2px;border:0.0625rem solid hsla(0,0%,100%,.2);background-color:rgba(0,0,0,0);border-radius:40px;-webkit-transition:background .4s;transition:background .4s}html.graphite .switch-small label:after{top:4px;left:5px;bottom:4px;right:5px;width:14px;height:14px;background-color:hsla(0,0%,100%,.2);border-radius:40px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transition:margin .4s;transition:margin .4s;margin-top:1px}html.graphite .switch-small label:focus{outline:1px dotted #249ddb}html.graphite .switch-small input[type=checkbox]{position:absolute;margin-left:-9999px;visibility:hidden}html.graphite .switch-small input[type=checkbox]:checked+label:after{margin-left:22px;background-color:#f1f1f1}html.graphite .switch-small input[type=checkbox]:checked+label:before{border:0.0625rem solid #86ba2c;background-color:#86ba2c}html.graphite .tab-frame__content{position:relative}html.graphite .tab-frame__tab a:focus{outline:1px dotted #249ddb}html.graphite .rc-tooltip{border-radius:4px;position:absolute;z-index:1;display:block}html.graphite .rc-tooltip-hidden{display:none}html.graphite .rc-tooltip-placement-top,html.graphite .rc-tooltip-placement-topLeft,html.graphite .rc-tooltip-placement-topRight{padding:0.4375em 0 0.5625em 0}html.graphite .rc-tooltip-placement-right,html.graphite .rc-tooltip-placement-rightTop,html.graphite .rc-tooltip-placement-rightBottom{padding:0 0.4375em 0 0.5625em}html.graphite .rc-tooltip-placement-bottom,html.graphite .rc-tooltip-placement-bottomLeft,html.graphite .rc-tooltip-placement-bottomRight{padding:0.5625em 0 0.4375em 0}html.graphite .rc-tooltip-placement-left,html.graphite .rc-tooltip-placement-leftTop,html.graphite .rc-tooltip-placement-leftBottom{padding:0 0.5625em 0 0.4375em}html.graphite .rc-tooltip-arrow{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}html.graphite .rc-tooltip-arrow::after{position:absolute;content:"";width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}html.graphite .rc-tooltip-placement-top html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-topLeft html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-topRight html.graphite .rc-tooltip-arrow{bottom:calc(0.5625em - 0.4375em);margin-left:-0.4375em;border-width:0.4375em 0.4375em 0;border-top-color:hsla(0,0%,100%,.2)}html.graphite .rc-tooltip-placement-top html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-topLeft html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-topRight html.graphite .rc-tooltip-arrow::after{bottom:0.0625em;margin-left:-0.4375em;border-width:0.4375em 0.4375em 0;border-top-color:#13181d}html.graphite .rc-tooltip-placement-top html.graphite .rc-tooltip-arrow{left:50%}html.graphite .rc-tooltip-placement-topLeft html.graphite .rc-tooltip-arrow{left:15%}html.graphite .rc-tooltip-placement-topRight html.graphite .rc-tooltip-arrow{right:15%}html.graphite .rc-tooltip-placement-right html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-rightTop html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-rightBottom html.graphite .rc-tooltip-arrow{left:calc(0.5625em - 0.4375em);margin-top:-0.4375em;border-width:0.4375em 0.4375em 0.4375em 0;border-right-color:hsla(0,0%,100%,.2)}html.graphite .rc-tooltip-placement-right html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-rightTop html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-rightBottom html.graphite .rc-tooltip-arrow::after{left:0.0625em;margin-top:-0.4375em;border-width:0.4375em 0.4375em 0.4375em 0;border-right-color:#13181d}html.graphite .rc-tooltip-placement-right html.graphite .rc-tooltip-arrow{top:50%}html.graphite .rc-tooltip-placement-rightTop html.graphite .rc-tooltip-arrow{top:15%;margin-top:0}html.graphite .rc-tooltip-placement-rightBottom html.graphite .rc-tooltip-arrow{bottom:15%}html.graphite .rc-tooltip-placement-left html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-leftTop html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-leftBottom html.graphite .rc-tooltip-arrow{right:calc(0.5625em - 0.4375em);margin-top:-0.4375em;border-width:0.4375em 0 0.4375em 0.4375em;border-left-color:hsla(0,0%,100%,.2)}html.graphite .rc-tooltip-placement-left html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-leftTop html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-leftBottom html.graphite .rc-tooltip-arrow::after{right:0.0625em;margin-top:-0.4375em;border-width:0.4375em 0 0.4375em 0.4375em;border-left-color:#13181d}html.graphite .rc-tooltip-placement-left html.graphite .rc-tooltip-arrow{top:50%}html.graphite .rc-tooltip-placement-leftTop html.graphite .rc-tooltip-arrow{top:15%;margin-top:0}html.graphite .rc-tooltip-placement-leftBottom html.graphite .rc-tooltip-arrow{bottom:15%}html.graphite .rc-tooltip-placement-bottom html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-bottomLeft html.graphite .rc-tooltip-arrow,html.graphite .rc-tooltip-placement-bottomRight html.graphite .rc-tooltip-arrow{top:calc(0.5625em - 0.4375em);margin-left:-0.4375em;border-width:0 0.4375em 0.4375em;border-bottom-color:hsla(0,0%,100%,.2)}html.graphite .rc-tooltip-placement-bottom html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-bottomLeft html.graphite .rc-tooltip-arrow::after,html.graphite .rc-tooltip-placement-bottomRight html.graphite .rc-tooltip-arrow::after{top:0.0625em;margin-left:-0.4375em;border-width:0 0.4375em 0.4375em;border-bottom-color:#13181d}html.graphite .rc-tooltip-placement-bottom html.graphite .rc-tooltip-arrow{left:50%}html.graphite .rc-tooltip-placement-bottomLeft html.graphite .rc-tooltip-arrow{left:15%}html.graphite .rc-tooltip-placement-bottomRight html.graphite .rc-tooltip-arrow{right:15%}html.graphite .rc-tooltip-inner{max-width:21.875em;padding:0.375em 0.5625em;background-color:#13181d;border:0.0625em solid hsla(0,0%,100%,.2);border-radius:0.25em;-webkit-box-shadow:0 4px 1.25em rgba(25,21,21,.5);box-shadow:0 4px 1.25em rgba(25,21,21,.5);min-height:2.125em}html.graphite .rc-tooltip.rc-tooltip--stripped .rc-tooltip-arrow{display:none}html.graphite .rc-tooltip.rc-tooltip--stripped .rc-tooltip-inner{padding:0;border:none;background-color:rgba(0,0,0,0)}html.graphite .user-avatar--default{display:inline-block;border-radius:0.25rem;overflow:hidden;text-align:center}html.graphite .user-avatar--default .user-avatar-img{border-radius:50%;-o-object-fit:cover;object-fit:cover}html.graphite .user-avatar--default .user-avatar__initials{color:#fff;display:inline-block;font-weight:500;position:relative}html.graphite .user-avatar--default.xsmall{width:24px;height:24px;line-height:24px}html.graphite .user-avatar--default.xsmall .user-avatar__initials{font-size:13px;top:-1px}html.graphite .user-avatar--default.small{width:32px;height:32px;line-height:32px}html.graphite .user-avatar--default.small .user-avatar__initials{font-size:1.125rem;top:-2px}html.graphite .user-avatar--default.medium{width:40px;height:40px;line-height:40px}html.graphite .user-avatar--default.medium .user-avatar__initials{font-size:22px;top:-3px}html.graphite .user-avatar--default.large{width:60px;height:60px;line-height:60px}html.graphite .user-avatar--default.large .user-avatar__initials{font-size:33px;top:-4px}html.graphite .user-avatar--default.xxxlarge{width:105px;height:105px;line-height:105px}html.graphite .user-avatar--default.xxxlarge .user-avatar__initials{font-size:84px;top:-7px}html.graphite .wait-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}html.graphite .wait-indicator--fill{background:rgba(25,21,21,.3);position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:all;z-index:1}html.graphite .wait-indicator--block-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .wait-indicator--centered,html.graphite .wait-indicator--absolute-center{position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:all}html.graphite .wait-indicator--absolute-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:all}html.graphite .wait-indicator--absolute-right{position:absolute;top:0;right:0;left:0;bottom:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;pointer-events:all}html.graphite .zero-state{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .widget--report-mode .zero-state{position:relative}html.graphite .tag-list__item{background-color:#1e1f23}html.graphite .tag-list__item .tag-edit-group-select{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .tag-list__item__action{opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}html.graphite .tag-list__item:hover .tag-list__item__action{opacity:1}html.graphite .tag-list__item input[type=text]{width:auto;margin:0}html.graphite .tag-editor__color{height:2.5em}html.graphite .tag-add{margin-left:-0.9em}html.graphite .tag{color:#7d8c9b;background-color:#1e1f23;border:1px solid #7d8c9b;border-radius:15px 0 0 15px;display:inline-block;padding:0 0 0 0.9375em;height:22px;line-height:22px;text-transform:uppercase;position:relative;margin-left:.5em}html.graphite .tag button{color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}html.graphite .tag__close{padding:0 0.25em;margin-left:0.5em;font-size:0.625rem}html.graphite .tag--fit{max-width:94%}html.graphite .dropdown .tag:not(div[class$="--inverted"]){background-color:#2a3541}html.graphite .dropdown .tag:not(div[class$="--inverted"])::after{border-right-color:#2a3541}html.graphite .tag-dropdown__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-height:250px;overflow:scroll;width:200px;overflow-x:hidden}html.graphite .tag-dropdown__options::-webkit-scrollbar{width:5px;height:5px;border-radius:5px}html.graphite .tag-dropdown__options::-webkit-scrollbar-button{width:0px;height:0px}html.graphite .tag-dropdown__options::-webkit-scrollbar-thumb{background:#888}html.graphite .tag-dropdown__option{line-height:1.8rem}html.graphite .tag-dropdown__group-checkbox{position:relative;left:1px;top:6px}html.graphite *,html.graphite *::before,html.graphite *::after{-webkit-box-sizing:inherit;box-sizing:inherit}html.graphite body{padding:0;margin:0;background-color:#191515}html.graphite .relative{position:relative}html.graphite .absolute{position:absolute}html.graphite .grow{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .shrink{-webkit-box-flex:0;-ms-flex:0;flex:0}html.graphite .unset{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}html.graphite .scrim{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1040;cursor:default}html.graphite .scrim--shade{background-color:rgba(0,0,0,.75)}html.graphite .scrim-content{z-index:1050}html.graphite .inline{display:inline}html.graphite .block,html.light .avatar__center html.graphite img,html.graphite .avatar__center img,html.graphite .image-uploader__dropzone__image{display:block}html.graphite .inline-block{display:inline-block}html.graphite .table{display:table}html.graphite .table-cell{display:table-cell}html.graphite .border-box{-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .flex{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .flex-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html.graphite .inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}html.graphite .flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}html.graphite .flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .overflow-hidden{overflow:hidden}html.graphite .overflow-scroll{overflow:scroll}html.graphite .overflow-auto{overflow:auto}html.graphite .clearfix::after,html.graphite .clearfix::before{content:" ";display:table}html.graphite .clearfix::after{clear:both}html.graphite .left{float:left}html.graphite .right{float:right}html.graphite .fit,html.light .avatar__center html.graphite img,html.graphite .avatar__center img{max-height:100%;max-width:100%}html.graphite .max-width-xxsmall{max-width:8rem}html.graphite .max-width-xsmall{max-width:16rem}html.graphite .max-width-small{max-width:32rem}html.graphite .max-width-small{max-width:32rem}html.graphite .max-width-medium{max-width:48rem}html.graphite .max-width-large{max-width:64rem}html.graphite .max-width-xlarge{max-width:75rem}html.graphite .ui-0-bgcolor{background-color:#191515}html.graphite .ui-1-bgcolor{background-color:#1e1f23}html.graphite .ui-2-bgcolor{background-color:#242a32}html.graphite .ui-3-bgcolor{background-color:#2a3541}html.graphite .ui-4-bgcolor{background-color:#7d8c9b}html.graphite .ui-5-bgcolor{background-color:#fff}html.graphite .overlay-bgcolor{background-color:rgba(0,0,0,.25)}html.graphite body{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";line-height:1.6;color:#fff;font-size:.9rem;font-weight:400;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.graphite p{margin-bottom:1.25em;font-weight:inherit}html.graphite h1,html.graphite h2,html.graphite h3,html.graphite h4{margin:1.375em 0 0.5em;font-family:inherit;line-height:1.2;font-weight:400}html.graphite h1,html.graphite .h1{margin-top:0;font-size:1.4375rem}html.graphite h2,html.graphite .h2{font-size:1.25rem}html.graphite h3,html.graphite .h3{font-size:1.125rem}html.graphite h4,html.graphite .h4{font-size:1rem}html.graphite small{font-size:0.8125rem}html.graphite a{cursor:pointer;color:#249ddb;text-decoration:none;outline:none}html.graphite a:hover,html.graphite a:active{color:#fff}html.graphite .a{cursor:pointer;color:#249ddb;text-decoration:none;outline:none}html.graphite .a:hover,html.graphite .a:active{color:#fff}html.graphite .modal h1,html.graphite .modal h2,html.graphite .dialog h1,html.graphite .modal h2{margin:0.625em 0;font-size:1.4375rem;font-weight:400}html.graphite .section-heading{font-size:0.875rem;position:relative;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .section-heading::before,html.graphite .section-heading::after{background-image:linear-gradient(-90deg, #191515 50px, rgba(36, 157, 219, 0.4) calc(100% - 50px), rgba(36, 157, 219, 0.4) 100%);content:"";display:inline-block;height:1px;position:relative;-ms-flex-item-align:center;align-self:center}html.graphite .section-heading::before{width:0;-ms-flex-negative:1;flex-shrink:1}html.graphite .section-heading::after{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:.5em;margin-right:.5em}html.graphite .section-heading--large{font-size:1.375rem;font-weight:300}html.graphite .section-break{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25em;margin-bottom:1.25em}html.graphite .section-break::before,html.graphite .section-break::after{background-image:linear-gradient(-90deg, #191515 50px, rgba(36, 157, 219, 0.4) calc(100% - 50px), rgba(36, 157, 219, 0.4) 100%);content:"";display:inline-block;height:1px;position:relative;-ms-flex-item-align:center;align-self:center}html.graphite .section-break::before{width:0;-ms-flex-negative:1;flex-shrink:1}html.graphite .section-break::after{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite .form-heading{font-size:1.375rem;position:relative}html.graphite .form-heading::after{background-image:linear-gradient(-90deg, #191515 50px, rgba(36, 157, 219, 0.4) calc(100% - 50px), rgba(36, 157, 219, 0.4) 100%);height:1px;width:100%;position:absolute;top:100%;left:0;display:inline-block;content:""}html.graphite .text--highlight{background-color:#ffc432;color:#191515;padding:0.0625em}html.graphite .text--positive{color:#86ba2c}html.graphite .text--positive path,html.graphite .text--positive polygon{fill:#86ba2c}html.graphite .text--negative{color:#e71b26}html.graphite .text--negative path,html.graphite .text--negative polygon{fill:#e71b26}html.graphite .text--neutral{color:#249ddb}html.graphite .text--neutral path,html.graphite .text--neutral polygon{fill:#249ddb}html.graphite .text--warning{color:#ffc432}html.graphite .text--error{color:#e71b26}html.graphite .text--success{color:#86ba2c}html.graphite .text--quiet{color:#7c8499}html.graphite .text--selected{color:#fff}html.graphite .text--brand{color:#249ddb}html.graphite .text--contrast{color:#fff}html.graphite .text--default{color:#fff}html.graphite .text--link{color:#249ddb}html.graphite .text--light{color:#bbb}html.graphite .text--facebook{color:#3b5998}html.graphite .text--twitter{color:#00aced}html.graphite .text--linkedin{color:#007bb6}html.graphite .text--google{color:#dd4b39}html.graphite .text--google-my-business,html.graphite .text--google_my_business{color:#4684ee}html.graphite .text--instagram{color:#ae388e}html.graphite .text--pinterest{color:#d0021b}html.graphite .text--youtube{color:#cd201f}html.graphite .text--smart{color:#ddc04c}html.graphite .text--xxxsmall{font-size:0.625rem}html.graphite .text--xxsmall{font-size:0.71875rem}html.graphite .text--xsmall{font-size:0.8125rem}html.graphite .text--small,html.graphite .form-modal__body__label{font-size:0.9375rem}html.graphite .text--medium{font-size:1rem}html.graphite .text--large{font-size:1.0625rem}html.graphite .text--xlarge{font-size:1.125rem}html.graphite .text--xxlarge{font-size:1.25rem}html.graphite .text--xxxlarge{font-size:1.4375rem}html.graphite .text--inherit{font-size:inherit}html.graphite .stat-label{text-transform:uppercase;letter-spacing:0.125rem;font-size:0.625rem;line-height:0.8125rem;font-weight:500}html.graphite .stat-label--header{font-weight:400;letter-spacing:0;font-size:0.8125rem;line-height:1.3;color:#838eab}html.graphite .stat{font-weight:300;font-size:1.125rem;letter-spacing:-0.009375rem;line-height:1.5rem}html.graphite .stat--small{font-size:0.875rem;line-height:1.375rem}html.graphite .stat--large{font-size:1.75rem;font-weight:400;line-height:2.75rem}html.graphite .list{margin:0 0 1em;padding:0 0 0 1.125em}html.graphite .list li{margin:0 0 0.5em}html.graphite .list--unstyled{list-style:none;padding:0}html.graphite .list--inline{list-style:none;padding:0}html.graphite .list--inline li{display:inline;margin:0 1em 1em 0}html.graphite .bold,html.graphite .notification-trigger-parameter__mention-type{font-weight:bold}html.graphite .regular{font-weight:normal}html.graphite .italic{font-style:italic}html.graphite .caps{text-transform:uppercase;letter-spacing:0.0625em}html.graphite .caps--extra-space{letter-spacing:0.25em}html.graphite .capitalize{text-transform:capitalize}html.graphite .left-align{text-align:left}html.graphite .center{text-align:center}html.graphite .right-align{text-align:right}html.graphite .justify{text-align:justify}html.graphite .top-align{vertical-align:top}html.graphite .middle-align{vertical-align:middle}html.graphite .nowrap{white-space:nowrap}html.graphite .underline{text-decoration:underline}html.graphite .truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.graphite .break-word{overflow-wrap:break-word;word-break:break-word;word-wrap:break-word}html.graphite .no-select,html.graphite .notification-trigger-parameter{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .quiet,html.graphite .column--form__note{color:#7c8499}html.graphite .long-form{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-size:0.8125rem}html.graphite .bg-brand{background-color:#249ddb}html.graphite .border{border:0.0625rem solid #2a3541}html.graphite .border-top{border-top:0.0625rem solid #2a3541}html.graphite .border-top--bright{border-top:0.0625rem solid rgba(36,157,219,.4)}html.graphite .border-right{border-right:0.0625rem solid #2a3541}html.graphite .border-right--bright{border-right:0.0625rem solid rgba(36,157,219,.4)}html.graphite .border-bottom{border-bottom:0.0625rem solid #2a3541}html.graphite .border-bottom--bright{border-bottom:0.0625rem solid rgba(36,157,219,.4)}html.graphite .border-left{border-left:0.0625rem solid #2a3541}html.graphite .border-left--bright{border-left:0.0625rem solid rgba(36,157,219,.4)}html.graphite .border-none{border:0}html.graphite .border-top-none{border-top:0}html.graphite .border-bottom-none{border-bottom:0}html.graphite .rounded{border-radius:0.25rem}html.graphite .circle{border-radius:50%}html.graphite .rounded-top{border-radius:0.25rem 0.25rem 0 0}html.graphite .rounded-right{border-radius:0 0.25rem 0.25rem 0}html.graphite .rounded-bottom{border-radius:0 0 0.25rem 0.25rem}html.graphite .rounded-left{border-radius:0.25rem 0 0 0.25rem}html.graphite .not-rounded{border-radius:0}html.graphite .border--positive{border-color:#86ba2c}html.graphite .border--negative{border-color:#e71b26}html.graphite .border--neutral{border-color:#249ddb}html.graphite .border--warning{border-color:#ffc432}html.graphite .border--error{border-color:#e71b26}html.graphite .border--quiet{border-color:#7c8499}html.graphite .border--brand{border-color:#249ddb}html.graphite .border--default{border-color:#fff}html.graphite .border--ui-1-color{border-color:#1e1f23}html.graphite .border--ui-2-color{border-color:#242a32}html.graphite .border--ui-3-color{border-color:#2a3541}html.graphite .border--ui-4-color{border-color:#7d8c9b}html.graphite .border--light{border-color:#bbb}html.graphite hr{border:none;height:1px;background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, rgba(255, 255, 255, 0.2)), color-stop(67%, rgba(255, 255, 255, 0.2)), to(transparent));background-image:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.2) 67%, transparent)}html.graphite .plain-hr{border-bottom:0.0625rem solid #2a3541;height:1px;background-image:none}html.graphite .p-none{padding:0}html.graphite .pt-none{padding-top:0}html.graphite .pr-none{padding-right:0}html.graphite .pb-none{padding-bottom:0}html.graphite .pl-none{padding-left:0}html.graphite .px-none{padding-left:0;padding-right:0}html.graphite .py-none{padding-top:0;padding-bottom:0}html.graphite .p-xxsmall{padding:0.125em}html.graphite .pt-xxsmall{padding-top:0.125em}html.graphite .pr-xxsmall{padding-right:0.125em}html.graphite .pb-xxsmall{padding-bottom:0.125em}html.graphite .pl-xxsmall{padding-left:0.125em}html.graphite .px-xxsmall{padding-left:0.125em;padding-right:0.125em}html.graphite .py-xxsmall{padding-top:0.125em;padding-bottom:0.125em}html.graphite .p-xsmall{padding:0.25em}html.graphite .pt-xsmall{padding-top:0.25em}html.graphite .pr-xsmall{padding-right:0.25em}html.graphite .pb-xsmall{padding-bottom:0.25em}html.graphite .pl-xsmall{padding-left:0.25em}html.graphite .px-xsmall{padding-left:0.25em;padding-right:0.25em}html.graphite .py-xsmall{padding-top:0.25em;padding-bottom:0.25em}html.graphite .p-small{padding:0.5em}html.graphite .pt-small{padding-top:0.5em}html.graphite .pr-small{padding-right:0.5em}html.graphite .pb-small{padding-bottom:0.5em}html.graphite .pl-small{padding-left:0.5em}html.graphite .px-small{padding-left:0.5em;padding-right:0.5em}html.graphite .py-small,html.graphite .notification-trigger-parameter{padding-top:0.5em;padding-bottom:0.5em}html.graphite .p-medium,html.graphite .popover__body,html.graphite .popover__header,html.graphite .form-modal__footer,html.graphite .form-modal__body,html.graphite .form-modal__header{padding:1em}html.graphite .pt-medium{padding-top:1em}html.graphite .pr-medium{padding-right:1em}html.graphite .pb-medium{padding-bottom:1em}html.graphite .pl-medium{padding-left:1em}html.graphite .px-medium{padding-left:1em;padding-right:1em}html.graphite .py-medium{padding-top:1em;padding-bottom:1em}html.graphite .p-large{padding:2em}html.graphite .pt-large{padding-top:2em}html.graphite .pr-large{padding-right:2em}html.graphite .pb-large{padding-bottom:2em}html.graphite .pl-large{padding-left:2em}html.graphite .px-large{padding-left:2em;padding-right:2em}html.graphite .py-large{padding-top:2em;padding-bottom:2em}html.graphite .p-xlarge{padding:4em}html.graphite .pt-xlarge{padding-top:4em}html.graphite .pr-xlarge{padding-right:4em}html.graphite .pb-xlarge{padding-bottom:4em}html.graphite .pl-xlarge{padding-left:4em}html.graphite .px-xlarge{padding-left:4em;padding-right:4em}html.graphite .py-xlarge{padding-top:4em;padding-bottom:4em}html.graphite .p-xxlarge{padding:6em}html.graphite .pt-xxlarge{padding-top:6em}html.graphite .pr-xxlarge{padding-right:6em}html.graphite .pb-xxlarge{padding-bottom:6em}html.graphite .pl-xxlarge{padding-left:6em}html.graphite .px-xxlarge{padding-left:6em;padding-right:6em}html.graphite .py-xxlarge{padding-top:6em;padding-bottom:6em}html.graphite .m-none{margin:0}html.graphite .mt-none{margin-top:0}html.graphite .mr-none{margin-right:0}html.graphite .mb-none{margin-bottom:0}html.graphite .ml-none{margin-left:0}html.graphite .mx-none{margin-left:0;margin-right:0}html.graphite .my-none{margin-top:0;margin-bottom:0}html.graphite .m-xxsmall{margin:0.125em}html.graphite .mt-xxsmall{margin-top:0.125em}html.graphite .mr-xxsmall{margin-right:0.125em}html.graphite .mb-xxsmall{margin-bottom:0.125em}html.graphite .ml-xxsmall{margin-left:0.125em}html.graphite .mx-xxsmall{margin-left:0.125em;margin-right:0.125em}html.graphite .my-xxsmall{margin-top:0.125em;margin-bottom:0.125em}html.graphite .m-xsmall{margin:0.25em}html.graphite .mt-xsmall{margin-top:0.25em}html.graphite .mr-xsmall{margin-right:0.25em}html.graphite .mb-xsmall{margin-bottom:0.25em}html.graphite .ml-xsmall{margin-left:0.25em}html.graphite .mx-xsmall{margin-left:0.25em;margin-right:0.25em}html.graphite .my-xsmall{margin-top:0.25em;margin-bottom:0.25em}html.graphite .m-small{margin:0.5em}html.graphite .mt-small,html.light .image-uploader__dropzone__buttons html.graphite a,html.graphite .image-uploader__dropzone__buttons a{margin-top:0.5em}html.graphite .mr-small,html.light .image-uploader__dropzone__buttons html.graphite a,html.graphite .image-uploader__dropzone__buttons a{margin-right:0.5em}html.graphite .mb-small,html.graphite .form-modal__body__label{margin-bottom:0.5em}html.graphite .ml-small{margin-left:0.5em}html.graphite .mx-small{margin-left:0.5em;margin-right:0.5em}html.graphite .my-small{margin-top:0.5em;margin-bottom:0.5em}html.graphite .m-medium{margin:1em}html.graphite .mt-medium{margin-top:1em}html.graphite .mr-medium{margin-right:1em}html.graphite .mb-medium{margin-bottom:1em}html.graphite .ml-medium{margin-left:1em}html.graphite .mx-medium{margin-left:1em;margin-right:1em}html.graphite .my-medium{margin-top:1em;margin-bottom:1em}html.graphite .m-large{margin:2em}html.graphite .mt-large{margin-top:2em}html.graphite .mr-large{margin-right:2em}html.graphite .mb-large{margin-bottom:2em}html.graphite .ml-large{margin-left:2em}html.graphite .mx-large{margin-left:2em;margin-right:2em}html.graphite .my-large{margin-top:2em;margin-bottom:2em}html.graphite .m-xlarge{margin:4em}html.graphite .mt-xlarge{margin-top:4em}html.graphite .mr-xlarge{margin-right:4em}html.graphite .mb-xlarge{margin-bottom:4em}html.graphite .ml-xlarge{margin-left:4em}html.graphite .mx-xlarge{margin-left:4em;margin-right:4em}html.graphite .my-xlarge{margin-top:4em;margin-bottom:4em}html.graphite .m-xxlarge{margin:6em}html.graphite .mt-xxlarge{margin-top:6em}html.graphite .mr-xxlarge{margin-right:6em}html.graphite .mb-xxlarge{margin-bottom:6em}html.graphite .ml-xxlarge{margin-left:6em}html.graphite .mx-xxlarge{margin-left:6em;margin-right:6em}html.graphite .my-xxlarge{margin-top:6em;margin-bottom:6em}html.graphite .mn-none{margin:-0}html.graphite .mtn-none{margin-top:-0}html.graphite .mrn-none{margin-right:-0}html.graphite .mbn-none{margin-bottom:-0}html.graphite .mln-none{margin-left:-0}html.graphite .mxn-none{margin-left:-0;margin-right:-0}html.graphite .myn-none{margin-top:-0;margin-bottom:-0}html.graphite .mn-xxsmall{margin:-0.125em}html.graphite .mtn-xxsmall{margin-top:-0.125em}html.graphite .mrn-xxsmall{margin-right:-0.125em}html.graphite .mbn-xxsmall{margin-bottom:-0.125em}html.graphite .mln-xxsmall{margin-left:-0.125em}html.graphite .mxn-xxsmall{margin-left:-0.125em;margin-right:-0.125em}html.graphite .myn-xxsmall{margin-top:-0.125em;margin-bottom:-0.125em}html.graphite .mn-xsmall{margin:-0.25em}html.graphite .mtn-xsmall{margin-top:-0.25em}html.graphite .mrn-xsmall{margin-right:-0.25em}html.graphite .mbn-xsmall{margin-bottom:-0.25em}html.graphite .mln-xsmall{margin-left:-0.25em}html.graphite .mxn-xsmall{margin-left:-0.25em;margin-right:-0.25em}html.graphite .myn-xsmall{margin-top:-0.25em;margin-bottom:-0.25em}html.graphite .mn-small{margin:-0.5em}html.graphite .mtn-small{margin-top:-0.5em}html.graphite .mrn-small{margin-right:-0.5em}html.graphite .mbn-small{margin-bottom:-0.5em}html.graphite .mln-small{margin-left:-0.5em}html.graphite .mxn-small{margin-left:-0.5em;margin-right:-0.5em}html.graphite .myn-small{margin-top:-0.5em;margin-bottom:-0.5em}html.graphite .mn-medium{margin:-1em}html.graphite .mtn-medium{margin-top:-1em}html.graphite .mrn-medium{margin-right:-1em}html.graphite .mbn-medium{margin-bottom:-1em}html.graphite .mln-medium{margin-left:-1em}html.graphite .mxn-medium{margin-left:-1em;margin-right:-1em}html.graphite .myn-medium{margin-top:-1em;margin-bottom:-1em}html.graphite .mn-large{margin:-2em}html.graphite .mtn-large{margin-top:-2em}html.graphite .mrn-large{margin-right:-2em}html.graphite .mbn-large{margin-bottom:-2em}html.graphite .mln-large{margin-left:-2em}html.graphite .mxn-large{margin-left:-2em;margin-right:-2em}html.graphite .myn-large{margin-top:-2em;margin-bottom:-2em}html.graphite .mn-xlarge{margin:-4em}html.graphite .mtn-xlarge{margin-top:-4em}html.graphite .mrn-xlarge{margin-right:-4em}html.graphite .mbn-xlarge{margin-bottom:-4em}html.graphite .mln-xlarge{margin-left:-4em}html.graphite .mxn-xlarge{margin-left:-4em;margin-right:-4em}html.graphite .myn-xlarge{margin-top:-4em;margin-bottom:-4em}html.graphite .mn-xxlarge{margin:-6em}html.graphite .mtn-xxlarge{margin-top:-6em}html.graphite .mrn-xxlarge{margin-right:-6em}html.graphite .mbn-xxlarge{margin-bottom:-6em}html.graphite .mln-xxlarge{margin-left:-6em}html.graphite .mxn-xxlarge{margin-left:-6em;margin-right:-6em}html.graphite .myn-xxlarge{margin-top:-6em;margin-bottom:-6em}html.graphite .mt-auto{margin-top:auto}html.graphite .ml-auto{margin-left:auto}html.graphite .mr-auto{margin-right:auto}html.graphite .mx-auto{margin-left:auto;margin-right:auto}html.graphite .jc-sa{-ms-flex-pack:distribute;justify-content:space-around}html.graphite .jc-sb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .jc-se{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}html.graphite .jc-fe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .jc-fs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .jc-c{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .ai-b{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.graphite .ai-c{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .ai-fe{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.graphite .ai-fs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.graphite .ai-s{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .fd-c{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .fd-r{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.graphite .fd-rr{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}html.graphite .flex-fill{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .as-c{-ms-flex-item-align:center;align-self:center}html.graphite .as-fe{-ms-flex-item-align:end;align-self:flex-end}html.graphite .as-fs{-ms-flex-item-align:start;align-self:flex-start}html.graphite .as-s{-ms-flex-item-align:stretch;align-self:stretch}html.graphite .flex-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .hide,html.graphite .image-uploader__drop-message__text{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}@media(max-width: 32rem){html.graphite .hide-on-small{display:none !important}}@media(max-width: 48rem){html.graphite .hide-on-medium{display:none !important}}@media(max-width: 64rem){html.graphite .hide-on-large{display:none !important}}@media(max-width: 80rem){html.graphite .hide-on-xlarge{display:none !important}}html.graphite .display-none{display:none !important}html.graphite .application-side-bar_side{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative;width:100px}html.graphite .application-side-bar_active{background-color:#1e1f23;color:#fff;cursor:pointer}html.graphite .application-side-bar_active a.application-side-bar__nav-item,html.graphite .application-side-bar_active .icon{color:#fff}html.graphite .application-side-bar_hover{background-color:#1e1f23;color:#fff;cursor:pointer}html.graphite .application-side-bar_hover .icon{color:#fff}html.graphite .application-side-bar_default{cursor:pointer}html.graphite .application-side-bar_settings{color:#2a3541 !important;color:#fff}html.graphite .application-side-bar_settings .icon{color:#fff}html.graphite .application-side-bar_top{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;height:100%}html.graphite .application-side-bar.relative{position:relative;min-height:400px}html.graphite .application-side-bar__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:inherit}html.graphite .application-side-bar--collapsed{width:70px}@media(max-width: 48rem){html.graphite .application-side-bar{width:70px}}html.graphite .application-side-bar--show-user-menu .application-side-bar__user>a{z-index:900}html.graphite .application-side-bar__user{position:relative}html.graphite .application-side-bar__company{position:relative;color:#249ddb;cursor:pointer;outline:none}html.graphite .application-side-bar__company>a{outline:none;-webkit-transition:all 300ms;transition:all 300ms;overflow:hidden}html.graphite .application-side-bar__company>a:hover{background:hsla(0,0%,100%,.05)}html.graphite .application-side-bar__company__logo{height:35px;width:35px}html.graphite .application-side-bar__company__logo img{border-radius:3px;-o-object-fit:contain;object-fit:contain;width:35px;height:35px;background:#191515}html.graphite .application-side-bar__company__name{line-height:35px;margin-left:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html.graphite .application-side-bar__company__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.4375rem 1.25rem;-ms-flex-line-pack:stretch;align-content:stretch;max-width:100%}html.graphite .application-side-bar__company__arrow{line-height:35px;padding-left:0.625em;margin-right:-0.625em}html.graphite .application-side-bar__tooltip{pointer-events:none}html.graphite .application-side-bar__tooltip .rc-tooltip{padding:0;border:none;left:10px}html.graphite .application-side-bar__tooltip .rc-tooltip-arrow{display:block;top:50%;left:4px;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}html.graphite .application-side-bar__tooltip .rc-tooltip-inner{background-color:#000;color:#fff;padding:4px 7px;border:none;border-radius:0;line-height:1.5em;min-height:auto;font-size:0.8125rem;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}html.graphite .application-side-bar__toggle{line-height:calc(3.75em - 13px);padding:6px 9px 7px;width:100%;color:#fff;text-align:left;border:none}html.graphite .application-side-bar__toggle:focus{outline:none}html.graphite .application-side-bar__toggle.rep__toggle{line-height:24px}html.graphite .application-side-bar__toggle .icon{display:inline-block;width:30px;text-align:center;font-size:0.9375rem}html.graphite .application-side-bar__toggle:hover{-webkit-transition:color 300ms;transition:color 300ms;background:none;-webkit-box-shadow:none;box-shadow:none}html.graphite .application-side-bar__create{margin:0 5px 10px 5px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .application-side-bar__create__button{background-color:#1e1f23;border-radius:0.25rem;color:#fff;padding:0 10px 0 5px;line-height:36px;font-size:0.9375rem;white-space:nowrap;-webkit-transition:background-color 300ms;transition:background-color 300ms}html.graphite .application-side-bar__create__button:hover{background-color:hsl(228,7.6923076923%,8.7450980392%)}html.graphite .application-side-bar__create .icon{display:inline-block;width:30px;text-align:center;font-size:1rem;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}html.graphite .application-side-bar__create__menu{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;outline:none;background-color:#1e1f23;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.5);box-shadow:0 4px 8px 0 rgba(0,0,0,.5);color:#fff;width:240px;top:-8px;left:5px;overflow:hidden;z-index:900}html.graphite .application-side-bar__create__menu nav ul{margin:5px 0}html.graphite .application-side-bar__create__menu-item{padding:5px 16px 5px 5px;font-size:14px;color:#249ddb;cursor:pointer;white-space:nowrap}html.graphite .application-side-bar__create__menu-item:hover{background-color:hsl(228,7.6923076923%,10.7450980392%)}html.graphite .application-side-bar__create__menu-item .icon{display:inline-block;width:30px;text-align:center;font-size:1.125rem;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}html.graphite .application-side-bar__img{display:block;margin-left:auto;margin-right:auto;max-width:32px;max-height:24px}html.graphite .application-side-bar__nav{z-index:900;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;background-color:#2a3541;color:#fff;width:250px !important;height:calc(100% - 50px);padding:0;-webkit-transition:width 300ms;transition:width 300ms}html.graphite .application-side-bar__nav nav::-webkit-scrollbar{display:none}html.graphite .application-side-bar__nav nav{-ms-overflow-style:none;scrollbar-width:none}html.graphite .application-side-bar__nav__img{display:block;margin-left:auto;margin-right:auto}html.graphite .application-side-bar__nav .button,html.light .image-uploader__dropzone__buttons html.graphite .application-side-bar__nav a,html.graphite .application-side-bar__nav .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .application-side-bar__nav a{color:#fff}html.graphite .application-side-bar__nav .free-trial-menu{white-space:nowrap}html.graphite .application-side-bar__nav a.button.sidebar,html.light .image-uploader__dropzone__buttons html.graphite .application-side-bar__nav a.sidebar,html.graphite .application-side-bar__nav .image-uploader__dropzone__buttons a.sidebar,html.graphite .image-uploader__dropzone__buttons .application-side-bar__nav a.sidebar{display:inline-block;background-color:#eaf958;color:#2a3541;border:none}html.graphite .application-side-bar__nav ul{padding:0;margin:0 0 20px 0;list-style:none}html.graphite .application-side-bar__sub-nav{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;outline:none;background-color:#1e1f23;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.5);box-shadow:0 4px 8px 0 rgba(0,0,0,.5);color:#fff;width:200px;left:100%;overflow:hidden;z-index:899}html.graphite .application-side-bar__sub-nav .sub-nav-submenu-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .application-side-bar__sub-nav ul{margin:5px 0}html.graphite .application-side-bar__sub-nav hr{margin:10px 20px;background-color:#7d8c9b}html.graphite .application-side-bar__sub-nav h4{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;font-size:14px;font-weight:900;text-transform:uppercase;padding:10px 20px;color:#fff}html.graphite .application-side-bar__sub-nav-item{padding:8px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#249ddb;cursor:pointer;white-space:nowrap}html.graphite .application-side-bar__sub-nav-item:hover{background-color:hsl(228,7.6923076923%,10.7450980392%)}html.graphite .application-side-bar__sub-nav-item.active{background:linear-gradient(to right, rgb(25.2923076923, 26.1353846154, 29.5076923077) 0%, rgb(25.2923076923, 26.1353846154, 29.5076923077) calc(100% - 5px), #249DDB calc(100% - 5px), #249DDB 100%)}html.graphite .application-side-bar__non-sub-nav-item{display:block;cursor:pointer;color:#fff}html.graphite .application-side-bar__nav-list{margin:0;padding:0;list-style:none}html.graphite .application-side-bar__nav-item{width:100%;white-space:nowrap;overflow:hidden;font-size:14px;line-height:25px}html.graphite .application-side-bar__nav-item:hover a,html.graphite .application-side-bar__nav-item:hover div{color:#fff;background-color:#1e1f23}html.graphite .application-side-bar__nav-item a{color:#fff}html.graphite .application-side-bar__nav-item a span{margin-left:20px;position:relative;top:-4px}html.graphite .application-side-bar__nav-item a:hover{color:#fff}html.graphite .application-side-bar__nav-item a.selected{background-color:#191515;font-weight:500}html.graphite .application-side-bar__nav-item a.active{color:#fff}html.graphite .application-side-bar__nav-item>a,html.graphite .application-side-bar__nav-item>div{width:100%;padding:10px;text-transform:none;text-decoration:none;position:relative}html.graphite .application-side-bar__nav-item>a .icon,html.graphite .application-side-bar__nav-item>div .icon{cursor:pointer;display:inline-block;width:30px;text-align:center;font-size:1rem;margin-right:15px;-ms-flex-negative:0;flex-shrink:0}html.graphite .application-side-bar__nav-item>a .icon--chevron-right,html.graphite .application-side-bar__nav-item>div .icon--chevron-right{margin-right:0;font-size:13px}html.graphite .application-side-bar__nav-item>a [class^=icon--reputation-],html.graphite .application-side-bar__nav-item>a [class*=" icon--reputation-"],html.graphite .application-side-bar__nav-item>div [class^=icon--reputation-],html.graphite .application-side-bar__nav-item>div [class*=" icon--reputation-"]{font-size:1.125rem}html.graphite .application-side-bar__nav-item>a svg path,html.graphite .application-side-bar__nav-item>div svg path{-webkit-transition:fill 300ms;transition:fill 300ms}html.graphite .application-side-bar__nav-item>a.selected,html.graphite .application-side-bar__nav-item>div.selected{font-weight:500}html.graphite .application-side-bar__nav-item>a.selected svg path,html.graphite .application-side-bar__nav-item>div.selected svg path{fill:#249ddb}html.graphite .application-side-bar__nav-item>a.selected:after,html.graphite .application-side-bar__nav-item>a.selected:before,html.graphite .application-side-bar__nav-item>div.selected:after,html.graphite .application-side-bar__nav-item>div.selected:before{content:"";-o-border-image:linear-gradient(to left, rgba(36, 157, 219, 0.4), #191515) 1;border-image:-webkit-gradient(linear, right top, left top, from(rgba(36, 157, 219, 0.4)), to(#191515)) 1;border-image:linear-gradient(to left, rgba(36, 157, 219, 0.4), #191515) 1;position:absolute;left:0;right:0}html.graphite .application-side-bar__nav-item>a.selected:before,html.graphite .application-side-bar__nav-item>div.selected:before{border-top-width:1px;border-top-style:solid;top:0}html.graphite .application-side-bar__nav-item>a.selected:after,html.graphite .application-side-bar__nav-item>div.selected:after{border-bottom-width:1px;border-bottom-style:solid;bottom:0}html.graphite .application-nav{background:#191515;height:50px;padding:0 10px;position:relative;z-index:1031;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2);width:100%}@media(max-width: 63.9375rem){html.graphite .application-nav__side-bar-toggle{display:block !important}}html.graphite .application-nav__side-bar-toggle{width:32px;height:32px;line-height:32px;display:none}html.graphite .application-nav__side-bar-toggle:focus{-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2);box-shadow:0 0 4px 0 rgba(0,0,0,.2);outline:none}html.graphite .application-nav__company__name{max-width:250px;min-width:120px}html.graphite .application-nav__product-links{list-style:none}html.graphite .application-nav__product-links__product{display:inline-block;position:relative}html.graphite .application-nav__product-links__product a{display:table-cell;vertical-align:middle;height:50px;color:hsla(0,0%,100%,.6);padding:0 1.125em;line-height:1}html.graphite .application-nav__product-links__product a:hover{color:#fff}html.graphite .application-nav__product-links__product a .text{margin-top:0.75em}@media(min-width: 80rem){html.graphite .application-nav__product-links__product a{padding:0 1.5625em}}html.graphite .application-nav .selected{color:#fff;background-color:#2a3541;border-bottom:0.0625rem solid #2a3541}html.graphite .application-nav .selected .icon{color:#fff}html.graphite .application-nav .selected:before,html.graphite .application-nav .selected:after{position:absolute;bottom:0;width:8px;height:8px;content:" "}html.graphite .application-nav .selected:before{left:-7px;border-bottom-right-radius:8px;border-width:0 1px 1px 0;-webkit-box-shadow:2px 2px 0 #2a3541;box-shadow:2px 2px 0 #2a3541}html.graphite .application-nav .selected:after{right:-7px;border-bottom-left-radius:8px;border-width:0 0 1px 1px;-webkit-box-shadow:-2px 2px 0 #2a3541;box-shadow:-2px 2px 0 #2a3541}html.graphite .application-nav__user.selected:before{left:-8px}html.graphite .application-nav__user.selected:after{right:-8px}html.graphite .application-nav__page-title{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .application-nav__page-title__title{font-size:1.5em}@media(max-width: 63.9375rem){html.graphite .application-nav__page-title__title{font-size:1.2em}}html.graphite .application-nav__page-title__subtitle{margin-top:-0.75em;font-size:1em;color:#7c8499}html.graphite .application-nav__company{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;position:relative}html.graphite .application-nav__company__company__name{max-width:250px;min-width:120px}html.graphite .application-nav__user-menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .application-nav__product-links{list-style:none}html.graphite .application-nav__product-links__product{display:inline-block;position:relative}html.graphite .application-nav__product-links__product a{display:table-cell;vertical-align:middle;height:50px;color:hsla(0,0%,100%,.6);padding:0 1.125em;line-height:1}html.graphite .application-nav__product-links__product a:hover{color:#fff}html.graphite .application-nav__product-links__product a .text{margin-top:0.75em}@media(min-width: 80rem){html.graphite .application-nav__product-links__product a{padding:0 1.5625em}}html.graphite .application-nav .selected{color:#fff;background-color:#2a3541;border-bottom:0.0625rem solid #2a3541}html.graphite .application-nav .selected .icon{color:#fff}html.graphite .application-nav .selected:before,html.graphite .application-nav .selected:after{position:absolute;bottom:0;width:8px;height:8px;content:" "}html.graphite .application-nav .selected:before{left:-7px;border-bottom-right-radius:8px;border-width:0 1px 1px 0;-webkit-box-shadow:2px 2px 0 #2a3541;box-shadow:2px 2px 0 #2a3541}html.graphite .application-nav .selected:after{right:-7px;border-bottom-left-radius:8px;border-width:0 0 1px 1px;-webkit-box-shadow:-2px 2px 0 #2a3541;box-shadow:-2px 2px 0 #2a3541}html.graphite .application-nav__user.selected:before{left:-8px}html.graphite .application-nav__user.selected:after{right:-8px}html.graphite .application-nav__icon-item{line-height:1em}html.graphite .application-nav__icon-item i{font-size:1.25rem;color:#7d8c9b}html.graphite .application-nav__tooltip{pointer-events:none}html.graphite .application-nav__tooltip .rc-tooltip{padding:0;border:none;left:10px}html.graphite .application-nav__tooltip .rc-tooltip-arrow{display:block;top:0;left:50%;margin-left:-5px;margin-top:3px;border-width:0 5px 5px 5px;border-bottom-color:#000}html.graphite .application-nav__tooltip .rc-tooltip-inner{background-color:#000;color:#fff;padding:4px 7px;border:none;border-radius:0;line-height:1.5em;min-height:auto;font-size:0.75rem;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}html.graphite .application-layout{height:calc(100% - 50px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:stretch;align-content:stretch}html.graphite .application-layout__main{position:relative;margin-left:250px;width:calc(100% - 250px);height:auto;overflow-y:auto;-webkit-transition:margin-left 300ms;transition:margin-left 300ms}html.graphite .application-layout__main .logo{height:calc(50px - 20px);right:0.625em;top:0.625em}html.graphite .application-layout__main .product-nav{-webkit-transition:margin-left 300ms;transition:margin-left 300ms}html.graphite .application-layout__content{-webkit-transition:all 300ms;transition:all 300ms;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;position:relative;padding:30px 45px;max-width:none;width:100%;overflow-y:auto}html.graphite .application-layout__content.with-product-nav{padding:calc(3.75em + 30px) 45px 30px 45px}html.graphite .application-layout.collapsed .application-side-bar__nav{width:50px !important}html.graphite .application-layout.collapsed__content{padding:1em 1.5em}html.graphite .application-layout.collapsed .application-layout__main{width:100%;margin-left:50px;position:relative}@media(max-width: 63.9375rem){html.graphite .application-layout .application-side-bar__nav{width:250px !important}html.graphite .application-layout .application-side-bar__nav .application-side-bar__toggle{height:0;padding:0}html.graphite .application-layout.collapsed .application-side-bar__nav{width:0 !important}html.graphite .application-layout .application-nav__side-bar-toggle{display:block !important}html.graphite .application-layout__content{padding:1em 1.5em}html.graphite .application-layout__main{width:100%;margin-left:0 !important;position:relative}html.graphite .application-layout__main .product-nav{margin-left:0 !important}}html.graphite .guest-mode .application-layout__main{margin-left:0}html.graphite .guest-mode .application-layout__main .product-nav{margin-left:0}html.graphite .guest-mode .application-layout.collapsed .application-layout__main{margin-left:0}html.graphite .guest-mode .application-layout.collapsed .application-layout__main .product-nav{margin-left:0}html.graphite .system-status-bar{background-color:#ffc432;color:#191515;font-weight:600;text-shadow:1px 1px 5px rgba(0,0,0,.3)}html.graphite .system-status-bar a{color:#191515;text-decoration:none}html.graphite .toolbar{width:100%;background-color:#1e1f23;position:fixed;top:0;left:0;height:76px;z-index:1040;padding-left:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}html.graphite .toolbar_display-name{color:#fff;padding-left:15px;font-size:1.5em;font-family:"Open Sans",sans-serif}html.graphite .toolbar .spacer{padding-top:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .user-menu{text-align:left}html.graphite .user-menu ul{padding:0px;list-style:none;margin:0 0 1em 0}html.graphite .user-menu__logout{margin-bottom:1em;border:0.0625rem solid #2a3541;border-style:solid none;line-height:3}html.graphite .user-menu a{color:#249ddb;line-height:2;text-decoration:none;-webkit-transition:all 300ms;transition:all 300ms}html.graphite .user-menu a:hover{color:#fff;opacity:.8em}html.graphite .user-menu__container{position:absolute;bottom:10px;left:10px}html.graphite .user-menu__scrim{position:fixed;top:0;left:0;right:0;bottom:0}html.graphite .user-menu__menu{position:relative;background:#2a3541;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);padding:15px;z-index:1030;width:192px}html.graphite .user-menu__menu a{display:block;line-height:3}html.graphite .user-menu__menu .user-menu__user{bottom:-6px;left:-6px;cursor:default}html.graphite .user-menu>.user-menu__user{-webkit-transition:all 300ms;transition:all 300ms}html.graphite .user-menu__user{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:stretch;align-content:stretch;outline:none}html.graphite .user-menu__user[tabIndex]{cursor:pointer}html.graphite .user-menu__user__image{border-radius:50%;width:32px;height:32px;-o-object-fit:cover;object-fit:cover}html.graphite .user-menu__user__image .user-avatar__initials{top:0 !important}html.graphite .user-menu__user__name{line-height:32px;font-size:0.8125rem;white-space:nowrap;overflow:hidden;padding-left:1em;letter-spacing:.5px}html.graphite .user-menu--dropFromTop{font-size:0.8125rem;z-index:1031}html.graphite .user-menu--dropFromTop ul{margin:0;border-top:0.0625rem solid #2a3541}html.graphite .user-menu--dropFromTop .user-menu__menu{padding:0.5em 1em;width:auto}html.graphite .user-menu--dropFromTop .user-menu__container{top:8px;right:-5px;left:auto}html.graphite .user-menu--dropFromTop .user-menu__container .user-menu__user{height:auto;margin-bottom:0.5em;padding-bottom:0.5em;padding-right:0;border:none}html.graphite .user-menu--dropFromTop .user-menu__container .user-menu__user__name{display:inline-block;padding:0 1em 0 0.375em;max-width:7.5em}html.graphite .user-menu--dropFromTop .user-menu__user{height:50px}html.graphite .user-menu--dropFromTop .user-menu__user .icon{font-size:0.625rem;top:20px;right:0}html.graphite .user-menu--dropFromTop .user-menu__user__name{display:none}html.graphite .user-menu--dropFromTop .user-menu__user__image{overflow:hidden;-webkit-transform:scale(0.8);transform:scale(0.8)}html.graphite .user-menu--dropFromTop .user-menu__user .image{display:block}html.graphite .user-menu--dropFromTop .user-menu__logout{margin-bottom:0;border-bottom:none;line-height:inherit}html.graphite .selected .user-menu--dropFromTop .user-menu__container{top:8px;right:17px}html.graphite .selected .user-menu__user{padding:0 2.8125em 0 2.1875em}html.graphite .selected .user-menu__user .icon{right:20px}html.graphite .DraftEditor-editorContainer,html.graphite .DraftEditor-root,html.graphite .public-DraftEditor-content{height:inherit;text-align:initial}html.graphite .public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}html.graphite .DraftEditor-root{position:relative}html.graphite .DraftEditor-editorContainer{background-color:rgba(255, 255, 255, 0);border-left:.1px solid transparent;position:relative;z-index:1}html.graphite .public-DraftEditor-block{position:relative}html.graphite .DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}html.graphite .DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}html.graphite .DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}html.graphite .DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}html.graphite .DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}html.graphite .DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}html.graphite .public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}html.graphite .public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}html.graphite .DraftEditorPlaceholder-hidden{display:none}html.graphite .public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}html.graphite .public-DraftStyleDefault-ltr{direction:ltr;text-align:left}html.graphite .public-DraftStyleDefault-rtl{direction:rtl;text-align:right}html.graphite .public-DraftStyleDefault-listLTR{direction:ltr}html.graphite .public-DraftStyleDefault-listRTL{direction:rtl}html.graphite .public-DraftStyleDefault-ol,html.graphite .public-DraftStyleDefault-ul{margin:16px 0;padding:0}html.graphite .public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}html.graphite .public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}html.graphite .public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}html.graphite .public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}html.graphite .public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}html.graphite .public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}html.graphite .public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}html.graphite .public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}html.graphite .public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}html.graphite .public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}html.graphite .public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}html.graphite .public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}html.graphite .public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}html.graphite .public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}html.graphite .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}html.graphite .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}html.graphite .public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}html.graphite .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1, lower-alpha) ". ";counter-increment:ol1}html.graphite .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2, lower-roman) ". ";counter-increment:ol2}html.graphite .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}html.graphite .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4, lower-alpha) ". ";counter-increment:ol4}html.graphite .public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}html.graphite .public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}html.graphite .public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}html.graphite .public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}html.graphite .public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}html.graphite .activity{display:block;position:relative;margin-bottom:16px}html.graphite .activity--framed{background:hsla(0,0%,100%,.2)}html.graphite .activity__sentiment{position:absolute;left:0px;top:0px;bottom:0px;width:4px;background-color:#249ddb}html.graphite .activity__head{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .activity__head__name{color:#fff;padding-left:10px;line-height:40px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.graphite .activity__head__name:hover{text-decoration:underline}html.graphite .activity__head__avatar img{background-color:hsla(0,0%,100%,.3);background-position:center;background-size:contain;border-radius:2px;width:40px;height:40px}html.graphite .activity__head__date{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right;line-height:40px;font-size:0.8125rem;padding-right:8px}html.graphite .activity__head__provider{height:40px;width:40px;background-position:center;background-size:contain}html.graphite .activity__head__provider--twitter{background-image:url(/app/272becda52701066a66c.png)}html.graphite .activity__head__provider--facebook{background-image:url(/app/4f4ea5e2078097e63789.png)}html.graphite .activity__head__provider--instagram{background-image:url(/app/ab6f3efd28675628672e.png)}html.graphite .activity__body{padding:10px 12px;margin-bottom:10px}html.graphite .activity__body__location{margin-top:5px;font-size:0.625rem;color:hsla(0,0%,100%,.4);font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.graphite .activity__body__retweeted-by{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";margin-top:-10px;margin-bottom:10px}html.graphite .activity__body__retweeted-by .icon{font-size:14px;color:#ff0}html.graphite .activity__body__retweeted-by a{color:#249ddb}html.graphite .activity__body__image{text-align:center;margin-bottom:8px;max-width:400px;max-height:400px}html.graphite .activity__body__image img{max-width:100%;max-height:400px;width:auto}html.graphite .activity__body__message{margin:0 0 8px;line-height:18px;white-space:pre-wrap}html.graphite .activity__actions{float:right;line-height:40px;border-right:none;display:inline-block;color:#7c8499;font-size:0.9375rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.graphite .activity__actions__action{padding:0 15px;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .activity__actions__action:hover{opacity:.5}html.graphite .activity__actions__menu{border-left:1px solid rgba(0,0,0,.1);display:inline-block;position:relative}html.graphite .activity__actions__menu__button{padding:0 15px;cursor:pointer}html.graphite .activity__actions__menu__button .icon{margin-left:5px}html.graphite .activity__actions__menu__button:hover{background-color:rgba(0,0,0,.1)}html.graphite .activity__actions__menu__list{position:absolute;top:100%;right:0px;padding:0px;list-style:none;background:rgba(102,132,163,.1);width:auto;z-index:1;border:1px solid hsla(0,0%,100%,.2);border-top:none;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1);box-shadow:0 1px 4px rgba(0,0,0,.1)}html.graphite .activity__actions__menu__list__item{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px;cursor:pointer;border-bottom:1px solid hsla(0,0%,100%,.15)}html.graphite .activity__actions__menu__list__item:last-child{border-bottom:0px}html.graphite .activity__actions__menu__list__item:hover{background-color:hsla(0,0%,100%,.25)}html.graphite .activity__footer{background-color:hsla(0,0%,100%,.2);padding-left:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .activity__footer__stat{line-height:40px;padding:0 10px;border-right:none;display:inline-block;color:#7c8499;font-size:0.9375rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.graphite .activity__footer__stat--right{float:right;text-align:right}html.graphite .activity__footer__stat--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .activity__footer__stat--clickable:hover{opacity:.5}html.graphite .activity__footer__stat i.icon{font-size:1.25rem;position:relative;color:#2a3541}html.graphite .check-textfield{margin-bottom:8px}html.graphite .check-textfield__text[type]{display:inline-block;margin-left:8px;width:60px;vertical-align:bottom}html.graphite .check-textfield__text[type][disabled]{opacity:.5}html.graphite .collapsible{padding:0px;margin-bottom:2rem}html.graphite .collapsible--is-closed .collapsible__content{-webkit-animation:collapse-close 400ms 1;animation:collapse-close 400ms 1}html.graphite .collapsible--is-closed.collapsible--done-animating .collapsible__content{display:none}html.graphite .collapsible--is-open.collapsible--is-animating .collapsible__content{-webkit-animation:collapse-open 400ms 1;animation:collapse-open 400ms 1}html.graphite .collapsible__title:hover{color:#249ddb}html.graphite .nav-dropdown-filter-panel{position:absolute;top:100%;left:2px;width:245px}html.graphite .nav-dropdown-filter-panel__scrim{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040}html.graphite .nav-dropdown-filter-panel__box{position:relative;z-index:1060;background:#13181d;border:0.0625rem solid hsla(0,0%,100%,.2);-webkit-box-shadow:0 0 40px rgba(0,0,0,.5);box-shadow:0 0 40px rgba(0,0,0,.5)}html.graphite .nav-dropdown-filter-panel__box__item:hover{color:#249ddb;background-color:rgba(42,53,65,.2)}html.graphite .influencers-input__summary{line-height:32px;color:#00aced;font-style:italic;font-size:14px}html.graphite .guest-mode .view-report-frame__header__back{pointer-events:none;visibility:hidden}html.graphite .guest-mode .view-report-frame__actions__published{display:none}@-webkit-keyframes spin-360{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin-360{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}html.graphite .is-spinning{-webkit-animation:spin-360 2s infinite linear;animation:spin-360 2s infinite linear;display:inline-block}html.graphite .y-scroll{overflow-y:scroll}html.graphite .no-outline{outline:none}html.graphite .influencer{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-bottom:16px}html.graphite .influencer--framed{background:hsla(0,0%,100%,.2)}html.graphite .influencer__body{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative;margin-bottom:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite .influencer__body__name{color:#fff;padding-left:10px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.graphite .influencer__body__name:hover{text-decoration:underline}html.graphite .influencer__body__avatar img{background-color:hsla(0,0%,100%,.3);background-position:center;background-size:contain;border-radius:2px 0 0 2px;height:45px;width:45px}html.graphite .influencer__head{padding:0px 5px;font-size:1.125rem;margin-bottom:2px}html.graphite .influencer__description{padding:0px 5px;line-height:16px;font-size:13px;margin-bottom:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html.graphite .influencer__screenname{padding-left:10px;font-size:0.8125rem}html.graphite .influencer__stats{background-color:rgba(102,132,163,.1);padding-left:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .influencer__stats__stat{line-height:22px;padding:0 15px 0 0;border-right:none;display:inline-block;color:#7c8499;font-size:0.8125rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.graphite .influencer__stats__stat--right{float:right;text-align:right}html.graphite .influencer__stats__stat--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .influencer__stats__stat--clickable:hover{opacity:.5}html.graphite .influencer__stats__stat i.icon{font-size:14px;position:relative;color:#2a3541}html.graphite .influencer__actions{line-height:15px;border-right:none;display:inline-block;color:#7c8499;font-size:13px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.graphite .influencer__actions__action{padding:0 7.5px;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .influencer__actions__action:hover{opacity:.5}html.graphite .influencer__actions__action .icon{font-size:22px}html.graphite .influencers__table{padding:10px}html.graphite .influencers__table table th{background-color:rgba(0,0,0,0)}html.graphite .influencers__table table th.influencers__table__header--selected{background-color:#3b5998;cursor:default}html.graphite .influencers__table__name-container{display:inline-block}html.graphite .influencers__table__header{text-align:right}html.graphite .influencers__table__header__sort-arrow{height:0;width:0;display:inline-block;margin-left:5px;cursor:pointer}html.graphite .influencers__table__header__sort-arrow--up{margin-bottom:3px;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:6px solid #2a3541}html.graphite .influencers__table__header__sort-arrow--down{border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #2a3541}html.graphite .influencers__table__header--posts,html.graphite .influencers__table__header--shares{width:15%}html.graphite .influencers__table__header--name{text-align:left}html.graphite .influencers__table__header--network{text-align:center}html.graphite .influencers__table__header--sortable{cursor:pointer}html.graphite .influencers__table__stat{text-align:right}html.graphite .influencers__table__network__image{height:25px;width:25px;background-position:center;background-size:contain;margin:auto}html.graphite .influencers__table__network__image--twitter{background-image:url(/app/12a25c84cc87648d6df8.png)}html.graphite .influencers__table__network__image--facebook,html.graphite .influencers__table__network__image--facebook_page{background-image:url(/app/a404a4f6e36f73cdecdb.png)}html.graphite .influencers__table__network__image--instagram{background-image:url(/app/0d94e18529bb566d84bf.png)}html.graphite .influencers__table__network__image--google-plus,html.graphite .influencers__table__network__image--googleplus{background-image:url(/app/52d9a79e451c41823619.png)}html.graphite .influencer-confirmation-modal__btn-container{text-align:center}html.graphite .influencers-sidebar{padding:5px;position:relative}html.graphite .influencers-sidebar__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 10px;background-color:#48484a;border-radius:5px;-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .influencers-sidebar__tabs__tab{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;height:20px;line-height:20px;text-align:center;padding:5px;cursor:pointer}html.graphite .influencers-sidebar__tabs__tab:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}html.graphite .influencers-sidebar__tabs__tab:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}html.graphite .influencers-sidebar__tabs__tab:hover{background-color:rgba(102,132,163,.1);text-decoration:none}html.graphite .influencers-sidebar__tabs__tab--active{background-color:#249ddb;color:#000}html.graphite .influencers-sidebar__tabs__tab--active:hover{background-color:#249ddb}html.graphite .influencers-sidebar__list{height:100%;overflow:auto}html.graphite .influencers-sidebar__influencer{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 10px}html.graphite .influencers-sidebar__influencer:last-child{margin-bottom:55px}html.graphite .influencers-sidebar__influencer__avatar img{background-color:hsla(0,0%,100%,.3);background-position:center;background-size:contain;border-radius:2px 0 0 2px;width:55px;height:55px}html.graphite .influencers-sidebar__influencer__info{height:55px;margin-left:10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative;min-width:1px}html.graphite .influencers-sidebar__influencer__info__profile__names__name{font-weight:bold}html.graphite .influencers-sidebar__influencer__info__profile__summary{font-size:0.8125rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}html.graphite .influencers-sidebar__influencer__info__stats{text-align:right;font-size:14px;font-weight:bold;position:absolute;right:0;bottom:0}html.graphite .integration_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-15px}html.graphite .integration_wrapper>*{-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px;margin:15px}html.graphite .integration_wrapper table td{max-width:500px}html.graphite img.profile-pic{max-width:1.6em;max-height:1.6em}html.graphite .watchlist-dialog__input input[type=text]{margin-bottom:0;border-radius:0.25rem 0 0 0.25rem}html.graphite .watchlist-dialog__input button{-ms-flex-negative:0;flex-shrink:0;border-radius:0 0.25rem 0.25rem 0}html.graphite body[has-modal]{overflow:hidden}html.graphite body[is-fullscreen]{overflow:hidden}html.graphite body[is-fullscreen] .rc-tooltip,html.graphite body[is-fullscreen] .tooltip{z-index:11101}html.graphite body[has-usage-notification]{margin-top:38px}html.graphite body[has-usage-notification] .product-nav{top:88px}html.graphite hr.left-align{background-image:none;background-color:hsla(0,0%,100%,.2)}html.graphite svg{display:inline-block}html.graphite .buttons{margin-top:15px}html.graphite canvas{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite main.form-content{min-height:calc(100vh - 60px)}html.graphite nav.navbar{margin-bottom:0}html.graphite nav.navbar .navbar__user .navbar__user--dropdown{-webkit-box-shadow:none;box-shadow:none}html.graphite nav.navbar .navbar__user--image{max-height:35px}html.graphite .rc-tooltip{z-index:11101}html.graphite .rc-tooltip--mention-card{z-index:auto}html.graphite .rc-tooltip.modal-tooltip{z-index:11101}html.graphite p.notice{line-height:1.3em;font-size:13px;color:#1e1f23;margin:0 0 .7em}html.graphite .collection-monitors-tiles__actions{text-align:right;margin-top:-3em;padding-bottom:1em}html.graphite .breadcrumbs{margin-top:-14px;font-size:14px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";list-style:none;padding:0}html.graphite .breadcrumbs li{display:inline-block;padding-right:7px}html.graphite .breadcrumbs li a:link,html.graphite .breadcrumbs li a:visited,html.graphite .breadcrumbs li a:hover{color:#2a3541}html.graphite .breadcrumbs li a:hover{text-decoration:underline}html.graphite .breadcrumbs li:last-child{font-weight:bold}html.graphite .breadcrumbs li:last-child:after{content:"";padding:0}html.graphite .breadcrumbs li:after{content:">";color:hsla(0,0%,100%,.2);padding-left:7px;font-size:14px;font-weight:bold}html.graphite .product-nav .backlink{position:absolute;left:35px;top:16px;font-size:.75rem}html.graphite .zero-state{text-align:center;font-size:1.125rem;padding:2em .5em;color:#7c8499;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}@-webkit-keyframes collapse-open{0%{overflow:hidden;opacity:.01;max-height:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}100%{max-height:100vh;opacity:1;-webkit-transform:rotateX(0deg) perspective(0px);transform:rotateX(0deg) perspective(0px)}}@keyframes collapse-open{0%{overflow:hidden;opacity:.01;max-height:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}100%{max-height:100vh;opacity:1;-webkit-transform:rotateX(0deg) perspective(0px);transform:rotateX(0deg) perspective(0px)}}@-webkit-keyframes collapse-close{100%{opacity:.01;max-height:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}0%{overflow:hidden;max-height:100vh;opacity:1;-webkit-transform:rotateX(0deg) perspective(0px);transform:rotateX(0deg) perspective(0px)}}@keyframes collapse-close{100%{opacity:.01;max-height:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}0%{overflow:hidden;max-height:100vh;opacity:1;-webkit-transform:rotateX(0deg) perspective(0px);transform:rotateX(0deg) perspective(0px)}}html.graphite .checkboxes-group ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .checkboxes-group ul li{margin-top:5px;padding:0;-ms-flex:0 0 50%;-moz-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%}html.graphite .social-users-input .select{border-radius:3px 0 0 3px;border-right:0}html.graphite .social-users-input input[type]{border-radius:0 3px 3px 0;padding-top:7px}html.graphite .location-map-rules{height:30vh}html.graphite .location-map-rules input{width:100%}html.graphite .location-map-rules__circles-left-message{text-transform:uppercase;font-size:14px;margin:5px 0;color:#249ddb;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.graphite .location-map-rules__circles-left-message--low{color:#ffc432}html.graphite .location-map-rules__circles-left-message--none{color:#e71b26}html.graphite .form__validation-errors{position:fixed;left:calc(50% + 96px);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);top:5%;text-align:center}html.graphite ul.influncers-list{list-style:none;margin:0;padding:20px}html.graphite ul.activities-list{list-style:none;margin:0;padding:20px}html.graphite ul.activities-list>.activity{background-color:hsla(0,0%,100%,.2)}html.graphite .pageTurn__container{position:relative}html.graphite .pageTurn-enter{opacity:.01;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;-webkit-transform:rotateX(45deg);transform:rotateX(45deg);-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-transform-origin:top left;transform-origin:top left}html.graphite .pageTurn-enter-active{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}html.graphite .pageTurn-leave{opacity:1;-webkit-transition:all 150ms ease-in;transition:all 150ms ease-in;position:absolute;top:0;right:0;left:0}html.graphite .pageTurn-leave-active{opacity:0}html.graphite .pageTurn-appear{opacity:.01;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;-webkit-transform:rotateX(45deg);transform:rotateX(45deg);-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-transform-origin:top left;transform-origin:top left}html.graphite .pageTurn-appear-active{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}@media(min-width: 80rem){html.graphite .social_monitors-show{padding-top:1em}}html.graphite .social_monitors-show__graphs .visualization-panel{margin:8px}html.graphite .social_monitors-show__graphs .visualization-panel:first-child{margin-top:0}html.graphite .social_monitors-show__graphs .visualization-panel:last-child{margin-bottom:0}html.graphite .social_monitors-show .visualization-panel .panel__body__visualization.mentions-map{height:262px;padding:10px}html.graphite body[full-screen-header] .social_monitors-header{background-color:#191515;background-repeat:no-repeat;left:0;right:0;position:fixed}html.graphite body[full-screen-header] .social-monitor-overview-stats__mini-stats{-ms-flex-wrap:nowrap;flex-wrap:nowrap}html.graphite body[full-screen-header] .social_monitors-header{padding-top:20px;top:0;z-index:10001}html.graphite body[full-screen-header] .social_monitors-header .monitor-header__controls{display:none}html.graphite body[full-screen-header] .social_monitors-header .monitor-header-analyze{border-radius:0;border:none;background-color:#191515;margin:0 -0.5em 0 -0.5em;padding:0 1.5em;top:50px}@media(min-width: 0){html.graphite body[full-screen-header] .social_monitors-header{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #1e1f23), color-stop(13.75rem, #191515));background-image:linear-gradient(-180deg, #1e1f23 0, #191515 13.75rem);height:13.75rem}html.graphite body[full-screen-header] .social_monitors-header.with-analysis{height:calc(13.75rem + 3rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen,html.graphite body[full-screen-header] .visualization-panel.fullscreen{top:calc(13.75rem + 13.75rem - 3.5rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen .flash__container,html.graphite body[full-screen-header] .visualization-panel.fullscreen .flash__container{top:calc(13.75rem + 13.75rem - 3.5rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis{top:calc(13.75rem + 13.75rem + 3rem - 3.5rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis .flash__container,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .flash__container{top:calc(13.75rem + 13.75rem + 3rem - 3.5rem)}html.graphite body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>svg,html.graphite body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 13.75rem - 13.75rem + 3.5rem)}html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>svg,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 13.75rem - 13.75rem - 3rem + 3.5rem)}}@media(min-width: 48rem){html.graphite body[full-screen-header] .social_monitors-header{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #1e1f23), color-stop(8.4375rem, #191515));background-image:linear-gradient(-180deg, #1e1f23 0, #191515 8.4375rem);height:8.4375rem}html.graphite body[full-screen-header] .social_monitors-header.with-analysis{height:calc(8.4375rem + 3rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen,html.graphite body[full-screen-header] .visualization-panel.fullscreen{top:calc(8.4375rem + 8.4375rem - 3.5rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen .flash__container,html.graphite body[full-screen-header] .visualization-panel.fullscreen .flash__container{top:calc(8.4375rem + 8.4375rem - 3.5rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis{top:calc(8.4375rem + 8.4375rem + 3rem - 3.5rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis .flash__container,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .flash__container{top:calc(8.4375rem + 8.4375rem + 3rem - 3.5rem)}html.graphite body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>svg,html.graphite body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 8.4375rem - 8.4375rem + 3.5rem)}html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>svg,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 8.4375rem - 8.4375rem - 3rem + 3.5rem)}}@media(min-width: 75rem){html.graphite body[full-screen-header] .social_monitors-header{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #1e1f23), color-stop(5rem, #191515));background-image:linear-gradient(-180deg, #1e1f23 0, #191515 5rem);height:5rem}html.graphite body[full-screen-header] .social_monitors-header.with-analysis{height:calc(5rem + 3rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen,html.graphite body[full-screen-header] .visualization-panel.fullscreen{top:calc(5rem + 5rem - 0rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen .flash__container,html.graphite body[full-screen-header] .visualization-panel.fullscreen .flash__container{top:calc(5rem + 5rem - 0rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis{top:calc(5rem + 5rem + 3rem - 0rem)}html.graphite body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis .flash__container,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .flash__container{top:calc(5rem + 5rem + 3rem - 0rem)}html.graphite body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>svg,html.graphite body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 5rem - 5rem + 0rem)}html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>svg,html.graphite body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 5rem - 5rem - 3rem + 0rem)}}html.graphite .social-monitors-history{margin-top:20px}html.graphite .social-monitors-history__zero-state-message{margin:10px 0;font-size:1rem}html.graphite .social-monitors-history table tr{cursor:pointer}html.graphite .social-monitors-history table td,html.graphite .social-monitors-history table th{word-break:break-word}html.graphite .social-monitors-history table td:last-child,html.graphite .social-monitors-history table th:last-child{width:50%;text-align:left}html.graphite .social-monitors-history table td.td-status--active,html.graphite .social-monitors-history table th.td-status--active{color:#86ba2c}html.graphite .social-monitors-history table td.td-status--inactive,html.graphite .social-monitors-history table th.td-status--inactive{color:#e71b26}html.graphite .social-monitors-history table td.td-change-type--created,html.graphite .social-monitors-history table th.td-change-type--created{color:#249ddb}html.graphite .social-monitors-history table td.td-change-type--deleted,html.graphite .social-monitors-history table th.td-change-type--deleted{color:#dd4b39}html.graphite .social-monitors-history table td .name-cell__status,html.graphite .social-monitors-history table th .name-cell__status{margin-right:4px;display:inline-block;height:8px;width:8px;border-radius:50%}html.graphite .social-monitors-history table td .name-cell__status--active,html.graphite .social-monitors-history table th .name-cell__status--active{background-color:#86ba2c;-webkit-box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6;box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6}html.graphite .social-monitors-history table td .name-cell__status--inactive,html.graphite .social-monitors-history table th .name-cell__status--inactive{background-color:#e71b26;-webkit-box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b;box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b}html.graphite .social-monitors-history table td .name-cell__name,html.graphite .social-monitors-history table th .name-cell__name{display:inline-block}html.graphite .social-monitors-history table tr:nth-child(even){background-color:rgba(102,132,163,.1)}html.graphite .tabbed-sidebar{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#303032;color:#e6e6e6;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .tabbed-sidebar__header{border-bottom:3px;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;background-color:#48484a}html.graphite .tabbed-sidebar__header__tab{padding:10px 6px;padding-bottom:8px;-webkit-box-flex:1;-ms-flex:1 0 1px;flex:1 0 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";text-align:center;cursor:pointer}html.graphite .tabbed-sidebar__header__tab--selected{border-bottom:3px solid #249ddb}html.graphite .tabbed-sidebar__body{padding:5px;overflow:auto}html.graphite .tabbed-sidebar__body--influencers{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .tabbed-sidebar__body--influencers .influencers-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .tabbed-sidebar__body--influencers .influencers-sidebar__tabs{-ms-flex-negative:0;flex-shrink:0}html.graphite .panel--fullscreen{height:100%}html.graphite .global-svg{position:absolute;top:0;left:0;pointer-events:none}html.graphite ul.clean{list-style:none;list-style-type:none;margin:0;padding:0}html.graphite .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .flex-row--vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .flex-row>.flex-cell--fixed,html.graphite .flex-row>.flex-cell.flex--fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .flex-column>.flex-cell--fixed,html.graphite .flex-column>.flex-cell.flex--fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .max-readable-width{max-width:800px;margin-left:auto;margin-right:auto}html.graphite .modal--history .modal__table-container{margin-top:50px}html.graphite .modal--history .modal__zero-state-message{margin:10px 0;font-size:1rem}html.graphite .modal--history table td,html.graphite .modal--history table th{word-break:break-word}html.graphite .modal--history table td.small-cell,html.graphite .modal--history table th.small-cell{width:11%}html.graphite .modal--history table td.status,html.graphite .modal--history table td.th-status,html.graphite .modal--history table th.status,html.graphite .modal--history table th.th-status{text-align:center}html.graphite .modal--history table td:last-child,html.graphite .modal--history table th:last-child{width:55%;text-align:left}html.graphite .modal--history table td.change-type--created,html.graphite .modal--history table th.change-type--created{color:#249ddb}html.graphite .modal--history table td.change-type--deleted,html.graphite .modal--history table th.change-type--deleted{color:#dd4b39}html.graphite .modal--history table thead th{font-size:1.25rem;font-weight:300;background-color:rgba(0,0,0,0);color:#fff}html.graphite .modal--history table .status-cell{display:inline-block;height:8px;width:8px;border-radius:50%}html.graphite .modal--history table .status-cell--active{background-color:#86ba2c;-webkit-box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6;box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6}html.graphite .modal--history table .status-cell--inactive{background-color:#e71b26;-webkit-box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b;box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b}html.graphite .modal--history .button-footer{margin-top:25px;padding-left:44%}html.graphite .modal--histories__category-heading{border-bottom:1px solid #1e1f23;margin-top:15px;margin-bottom:10px}html.graphite .modal--histories__data-label{display:block;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-size:1rem;text-transform:uppercase;color:#1e1f23;line-height:32px}html.graphite .modal--histories__data-text{line-height:32px;font-size:1rem;display:inline-block;word-break:break-word}html.graphite .modal--histories__status__text--active{color:#86ba2c}html.graphite .modal--histories__status__text--inactive{color:#e71b26}html.graphite .modal--histories__status__symbol{margin-right:6px;display:inline-block;height:8px;width:8px;border-radius:50%}html.graphite .modal--histories__status__symbol--active{background-color:#86ba2c;-webkit-box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6;box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6}html.graphite .modal--histories__status__symbol--inactive{background-color:#e71b26;-webkit-box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b;box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b}html.graphite .modal--histories__name{display:inline-block}html.graphite .modal--histories__change-type__text--created{color:#249ddb}html.graphite .modal--histories__change-type__text--deleted{color:#dd4b39}html.graphite .modal--histories__negate-usernames{margin-top:10px}html.graphite .modal--histories__monitor-info .row{margin-top:10px}html.graphite .modal--histories__monitor-info .row.social-networks{line-height:35px}html.graphite .messenger .section-heading::after{-webkit-box-flex:.9;-ms-flex-positive:.9;flex-grow:.9}html.graphite .delete-button{max-height:40px;padding-left:10px}html.graphite .flash__container{z-index:11200}html.graphite .nuform h1{border-bottom:1px solid #00aced;margin-bottom:16px;padding-bottom:8px;display:block}html.graphite .nuform__label{display:block;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-size:1.125rem;text-transform:uppercase;color:#1e1f23;line-height:32px}html.graphite .nuform__buttons{text-align:center}html.graphite .nuform__submit{margin-top:16px}html.graphite .nuform>.row{margin-bottom:12px}@media print{html.graphite .row .row{margin:0}html.graphite .row .column{padding:0}}@-webkit-keyframes animated-ellipsis{to{width:1.25em}}@keyframes animated-ellipsis{to{width:1.25em}}html.graphite .animated-ellipsis:after{content:"…";overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:animated-ellipsis steps(5, end) 900ms infinite;animation:animated-ellipsis steps(5, end) 900ms infinite;width:0px}@-webkit-keyframes animated-checkbox{to{width:1.25em}}@keyframes animated-checkbox{to{width:1.25em}}html.graphite .animated-checkbox::after,html.graphite .animated-checkbox--ml-small::after{-webkit-animation:animated-checkbox ease-out 900ms 1;animation:animated-checkbox ease-out 900ms 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;content:"";font-family:"nuvi_icons_bold";overflow:hidden;display:inline-block;vertical-align:bottom;width:0px}html.graphite .animated-checkbox--ml-small::after{margin-left:0.5em}html.graphite .social-monitors-usage{position:relative;border-radius:2px}html.graphite .social-monitors-usage .row__center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .social-monitors-usage__content{margin-top:10px;padding-bottom:12px;position:relative}html.graphite .social-monitors-usage__bar{position:relative;margin:10px 10px 10px 0;background:hsla(0,0%,100%,.2);-webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,.4);box-shadow:inset 0 2px 2px rgba(0,0,0,.4);border-radius:2px;overflow:hidden;height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .social-monitors-usage__bar__fill{position:absolute;top:0px;left:0px;bottom:0px;background:rgb(25.2,109.9,153.3);-webkit-transition:200ms;transition:200ms;-webkit-box-shadow:1px 0 3px rgba(0,0,0,.4);box-shadow:1px 0 3px rgba(0,0,0,.4)}html.graphite .social-monitors-usage__bar__text{position:absolute;bottom:0px;line-height:22px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";padding:0 8px;color:#fff}html.graphite .social-monitors-usage__text{padding:0 0 0 20px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.graphite .social-monitors-usage__text label{font-weight:bold;display:block}html.graphite .social-monitors-usage__note{color:#00aced;text-shadow:0 -1px 0px rgba(0,0,0,.75);font-size:11px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";text-transform:uppercase}html.graphite .social-monitors-usage__details{position:absolute;bottom:-2px;right:0;line-height:14px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";text-shadow:0 -1px 0px rgba(0,0,0,.4);color:#00aced;white-space:nowrap}html.graphite .social-monitors-usage__details__plan{padding-top:34px;width:100px;margin-left:-100px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;text-align:right;border-right:1px solid rgba(0,0,0,.1);display:inline-block;vertical-align:bottom}html.graphite .social-monitors-usage__details__rollover{border-left:1px solid #00aced;padding-top:32px;padding-left:10px;display:inline-block;vertical-align:bottom}html.graphite .social-monitors-usage--warning .social-monitors-usage__bar__fill{background:#ffc432}html.graphite .social-monitors-usage--over-half-used .social-monitors-usage__bar__text{color:#191515}html.graphite .social-monitors-usage--overage .social-monitors-usage__bar__fill{background:#249ddb}html.graphite .social-monitors-usage--overage .social-monitors-usage__bar__text{color:#fff}html.graphite .scaleMaxHeight-enter,html.graphite .scaleMaxHeight-appear{height:auto;overflow:hidden;transition:all 400ms ease;-webkit-transition:all 400ms ease;-webkit-transform-origin:top middle;transform-origin:top middle;opacity:.01;max-height:0px;-webkit-transform:rotateX(-90deg) perspective(100px);transform:rotateX(-90deg) perspective(100px)}html.graphite .scaleMaxHeight-enter-active,html.graphite .scaleMaxHeight-appear-active{opacity:1;max-height:9999px;-webkit-transform:none;transform:none}html.graphite .scaleMaxHeight-leave{max-height:9999px;-webkit-transition:all 400ms ease;transition:all 400ms ease;overflow:hidden;opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:top middle;transform-origin:top middle}html.graphite .scaleMaxHeight-leave-active{opacity:.01;max-height:0px;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}html.graphite .fade-enter{opacity:0}html.graphite .fade-enter-active{opacity:1}html.graphite .fade-enter-done{opacity:1}html.graphite .fade-exit{opacity:1}html.graphite .fade-exit-active{opacity:0}html.graphite .fade-exit-done{opacity:0}html.graphite .color--bc{color:#249ddb}html.graphite .text--italic{font-style:italic}html.graphite .text--weight-100{font-weight:100}html.graphite .text--preserve-case{text-transform:inherit !important}html.graphite .text--lowercase{text-transform:lowercase}html.graphite .text--uppercase{text-transform:uppercase}html.graphite .text--spacing-2{letter-spacing:2px}html.graphite .text--emoji{font-size:1.28em;line-height:1}html.graphite .vertical-align-middle{vertical-align:middle}html.graphite .wrap{white-space:wrap}html.graphite .visualization-panel{position:relative;margin-bottom:30px}html.graphite .visualization-panel__body__dropdown{padding:0 1.25rem}html.graphite .visualization-panel__body__list{min-width:200px;width:33%;max-width:400px;margin-bottom:0.5rem;display:table;table-layout:fixed}html.graphite .visualization-panel__actions{position:relative;height:100%}html.graphite .visualization-panel__actions__action{margin-top:2px}html.graphite .visualization-panel__actions__action .icon{cursor:pointer}html.graphite .visualization-panel__actions__action .icon:hover{opacity:.8}html.graphite .visualization-panel__actions__action .icon-dropdown__link{color:#fff}html.graphite .visualization-panel .panel__heading{padding-top:0;padding-bottom:0;height:40px}html.graphite .visualization-panel .panel__heading__tab-group{margin-top:0.3125rem}html.graphite .visualization-panel .panel__heading__tab-group.is-live-mode-switches{margin-bottom:0;margin-top:0}html.graphite .visualization-panel .panel__heading__tab-group__tab{font-size:1.25rem}html.graphite .visualization-panel .panel__heading__tab-group__tab--active{border-bottom:none}html.graphite .visualization-panel .panel__heading__tab-group__tab__label{font-size:0.8125rem;text-transform:none}html.graphite .visualization-panel .panel__body.no-padding{padding:0}html.graphite .visualization-panel .panel__body__visualization{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:390px}html.graphite .visualization-panel .panel__body__visualization>svg,html.graphite .visualization-panel .panel__body__visualization>.visualization{display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:100%}html.graphite .visualization-panel.mentions-panel .panel__body__visualization{height:450px}html.graphite .visualization-panel.mentions-live-panel .panel__body__visualization{height:600px}html.graphite .visualization-panel.feed-panel.fullscreen{overflow:auto}html.graphite .visualization-panel.feed-panel.fullscreen>.panel .panel__body{padding:1.5em}html.graphite .visualization-panel.feed-panel:not(.fullscreen){margin-top:1.5em}@media(min-width: 80rem){html.graphite .visualization-panel.feed-panel:not(.fullscreen){padding-right:2em}}html.graphite .visualization-panel.feed-panel:not(.fullscreen) .panel__body__visualization{height:auto}html.graphite .visualization-panel.fullscreen .panel__body__visualization,html.graphite .visualization-panel.mentions-panel.fullscreen .panel__body__visualization,html.graphite .visualization-panel.mentions-live-panel.fullscreen .panel__body__visualization,html.graphite .visualization-panel.sentiment-panel.fullscreen .panel__body__visualization,html.graphite .visualization-panel.intent-panel.fullscreen .panel__body__visualization,html.graphite .visualization-panel.reach-spread-panel.fullscreen .panel__body__visualization{height:100%;max-width:100%}html.graphite .visualization-panel .visualization-panel-zero-state,html.graphite .visualization-panel .visualization-panel-message{text-align:center}html.graphite .visualization-panel .visualization-panel-zero-state h2,html.graphite .visualization-panel .visualization-panel-message h2{margin:0 2em;color:#7c8499}html.graphite .visualization-panel.fullscreen{background-color:#191515;bottom:0;left:0;margin-bottom:0;position:fixed;right:0;top:0;z-index:10000}html.graphite .visualization-panel.fullscreen .panel__body__visualization>svg,html.graphite .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem)}html.graphite .social_monitors-show__widget-row.row.row--spaced{margin-left:0}html.graphite .social_monitors-show .ranked-list{height:305px;overflow:auto}html.graphite .sources{height:282px}html.graphite .sources__header{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .sources__header__text{text-align:left;padding:10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .sources__header__text--right{text-align:right}html.graphite .sources__list{list-style-type:none;overflow:auto;margin:0;padding:0}html.graphite .sources__list__element{margin:10px;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:45px}html.graphite .sources__list__element__image{height:45px;width:45px;background-position:center;background-size:contain;margin:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .sources__list__element__image--twitter{background-image:url(/app/12a25c84cc87648d6df8.png)}html.graphite .sources__list__element__image--facebook,html.graphite .sources__list__element__image--facebook_page{background-image:url(/app/a404a4f6e36f73cdecdb.png)}html.graphite .sources__list__element__image--instagram{background-image:url(/app/0d94e18529bb566d84bf.png)}html.graphite .sources__list__element__image--google-plus,html.graphite .sources__list__element__image--googleplus{background-image:url(/app/52d9a79e451c41823619.png)}html.graphite .sources__list__element__image--linkedin{background-image:url(/app/c94fb996e4bbd49bb660.png)}html.graphite .sources__list__element__count{text-align:right;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .sources__list__element__name{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:15px}html.graphite .wizard{font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.graphite .wizard__label{display:block}html.graphite .wizard__steps-wrapper{overflow:hidden}html.graphite .wizard input{border-radius:0;margin-top:4px}html.graphite .wizard .input{margin-right:5px}html.graphite .wizard .input--invalid input{border:1px solid rgba(231,27,38,.6)}html.graphite .wizard .select{padding-right:5px}html.graphite .wizard input[type=radio]{display:none}html.graphite .wizard input[type=radio]+label{padding:0;cursor:pointer}html.graphite .wizard input[type=radio]+label>span+.checkbox--lg,html.graphite .wizard input[type=radio]+label>.checkbox--leg+span{margin-left:8px}html.graphite .wizard input[type=radio]+label>div{border-radius:4px;background-color:#2a3541;border:1px solid hsla(0,0%,100%,.2);width:1.125rem;height:1.125rem;display:inline-block;vertical-align:middle;margin-right:3px;margin-bottom:2px}html.graphite .wizard input[type=radio]+label>.checkbox--lg{border-radius:100%;width:1.8rem;height:1.8rem}html.graphite .wizard input[type=radio]+label>.checkbox--lg.delete-mode{background-color:#249ddb;background-image:url(/app/bfa2e6e53d3ee405ecf2.svg);border-color:rgba(0,0,0,0);background-position:center center;background-size:contain;background-repeat:no-repeat}html.graphite .wizard input[type=radio]:checked+label>div{background-position:center center;background-size:contain;background-repeat:no-repeat}html.graphite .wizard input[type=radio]:checked+label>.checkbox--lg{background-color:#249ddb;border-color:rgba(0,0,0,0)}html.graphite .wizard .sub-account-list{height:250px;overflow-y:scroll;background-color:#2a3541;padding:15px}html.graphite .wizard-view__header__title{position:relative}html.graphite a.advanced-link{text-decoration:underline;position:absolute;top:0px;right:0px}html.graphite .wizard__progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:25px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .wizard__progress-bar .step{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .wizard__progress-bar .step__indicator{position:relative}html.graphite .wizard__progress-bar .step__indicator__symbol{height:25px;width:25px;border-radius:25px;margin:auto;background-color:#2a3541;position:relative}html.graphite .wizard__progress-bar .step__indicator__symbol--complete{background-color:#249ddb}html.graphite .wizard__progress-bar .step__indicator__label{margin-top:5px;padding:0 5px}html.graphite .wizard__progress-bar .step .symbol--link{cursor:pointer}html.graphite .wizard__progress-bar .step__track{text-align:center;position:relative;width:100%}html.graphite .wizard__progress-bar .step__track--complete{color:#249ddb}html.graphite .wizard__progress-bar .step__inbetween{height:5px;width:100%;position:absolute;top:40%}html.graphite .wizard__progress-bar .step__bar{height:100%;width:50%;background-color:#2a3541;position:absolute}html.graphite .wizard__progress-bar .step__bar--after{right:0}html.graphite .wizard__progress-bar .step__bar--before{left:0}html.graphite .wizard__progress-bar .step__bar--complete{background-color:#249ddb}html.graphite .wizard__progress-bar .step .inner-circle{height:16px;width:16px;border-radius:50%;position:absolute;background-color:rgba(25.2,109.9,153.3,.7);top:50%;left:50%;margin-top:-8px;margin-left:-8px}html.graphite .wizard__step{height:70vh;min-height:480px}html.graphite .wizard__step .input-container{margin-bottom:20px}html.graphite .wizard__step__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .wizard__step__content form{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .wizard__step__content--single-pane{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.graphite .wizard__step__description.row__cell{margin-right:40px}html.graphite .wizard__step__description__title{border-bottom:1px solid #2a3541;margin-bottom:25px}html.graphite .wizard__step__description__title h1{margin:0px}html.graphite .wizard__step__description__instructions{font-size:1rem}html.graphite .wizard__step__well{background-color:#3b5998;padding:25px;margin:20px 0}html.graphite .wizard__step__well--smallpadding{padding:10px}html.graphite .wizard__step__well .select{border-radius:0;margin-top:5px}html.graphite .wizard__step__footer{margin-top:20px;text-align:right;-webkit-box-flex:0;-ms-flex:none;flex:none}html.graphite .wizard__step__footer--multi-panel{-webkit-box-flex:1;-ms-flex:1 1 50vw;flex:1 1 50vw}html.graphite .wizard__step__footer--map{margin:10px 0}html.graphite .wizard__step__tabbed-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .wizard__step__tabbed-content__heading{margin-top:10px;margin-bottom:35px}html.graphite .wizard__step__review{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .wizard__step__review__graph{height:150px}html.graphite .wizard__step--keywords textarea{height:200px;margin-top:10px}html.graphite .wizard__step--keywords .input-container{margin-bottom:40px}html.graphite .wizard__step--checkboxes{padding-left:30%}html.graphite .wizard__step--checkboxes .checkboxes-group{border-bottom:1px solid #00aced;padding-bottom:15px}html.graphite .wizard__step--location-map{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .wizard__step--location-map .top-row{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .wizard__step--language{padding-left:0}html.graphite .wizard__step--language label{font-size:2vh}html.graphite .wizard__step--language label div.checkbox--lg{width:2.2vh;height:2.2vh}html.graphite .wizard__step--language ul li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}html.graphite .wizard__step--language .checkboxes-group{padding-bottom:2.5vh}html.graphite .wizard__step--language .wizard__step__footer{margin-top:2.5vh}html.graphite .wizard__step .location-step__map__cell{margin-left:auto;margin-right:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .wizard__step .location-step__map__cell .location-map-rules{height:45vh;width:65vw}html.graphite .wizard__step .location-step__map--top-row .wizard__step{max-height:15vh;min-height:0}html.graphite .wizard__step .input-label{vertical-align:middle;margin-left:5px;display:inline}html.graphite .wizard__step .input-label__text--emphasis{font-size:0.9375rem;font-weight:bold}html.graphite .wizard__step .input-description{padding-left:35px;margin-bottom:20px}html.graphite .wizard__step .row__cell.location-rules-map{margin-left:auto;margin-right:auto}html.graphite .wizard-step-animation--forward-enter{-webkit-transform:translateX(100%);transform:translateX(100%)}html.graphite .wizard-step-animation--forward-enter.wizard-step-animation--forward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.graphite .wizard-step-animation--backward-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%)}html.graphite .wizard-step-animation--backward-enter.wizard-step-animation--backward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.graphite .wizard-step-animation--fade-enter{opacity:.01}html.graphite .wizard-step-animation--fade-enter.wizard-step-animation--fade-enter-active{opacity:1;-webkit-transition:opacity 200ms ease-in;transition:opacity 200ms ease-in}html.graphite .tabbed-heading__tab{display:inline;padding:10px;font-size:1rem;background-color:rgba(102,132,163,.1);cursor:pointer}html.graphite .tabbed-heading__tab:first-child{border-radius:5px 0 0 5px}html.graphite .tabbed-heading__tab:last-child{border-radius:0 5px 5px 0}html.graphite .tabbed-heading__tab--active{color:#000;background-color:#249ddb}html.graphite .tabbed-heading__tab__map__instructions{height:90px}html.graphite .review-step{min-height:480px;position:relative}html.graphite .review-step .row.row--spaced>div.wizard__step__footer{margin-top:30px}html.graphite .description-container{height:150px}html.graphite .mockstep{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;height:250px;width:90%;background-color:#249ddb;padding:10px;color:#000}html.graphite .mockstep.tooBig{width:1000px;height:60vh;background-color:rgba(0,0,0,0);margin:auto}html.graphite div.row__cell.review{margin:auto;height:47vh;overflow-y:scroll;margin-top:8px}html.graphite div.row__cell.review ul{word-break:break-all}html.graphite .step-two textarea{height:200px}html.graphite .aem-integration__bread-crumbs{position:sticky;top:-1px;background:#1e1f23;overflow-x:auto}html.graphite .aem-integration__bread-crumbs button{overflow:visible}html.graphite .aem-integration__folders{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .aem-integration__folder{background:#2a3541;border-radius:0.25rem;cursor:pointer;display:inline-block;height:2.5rem;margin:.4rem;padding:.5rem;width:30%}html.graphite .aem-integration__media-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .aem-integration__media{background-size:cover}html.graphite .aem-integration .gallery-masonry__brick,html.graphite .aem-integration .gallery-masonry__brick--selected{min-height:3.125rem}html.graphite .aem-integration .gallery-masonry__brick--overlay{z-index:2}html.graphite .aem-integration .gallery-masonry__brick--video{width:100%}html.graphite .aem-integration .gallery-masonry__brick--video:before,html.graphite .aem-integration .gallery-masonry__brick--video:after{content:" ";position:absolute;top:0;height:100%;border:3px solid #000;width:16px;background-image:repeating-linear-gradient(0deg, #fff, #fff 13%, #000 0, #000 29%);opacity:.6;z-index:1}html.graphite .aem-integration .gallery-masonry__brick--video:before{left:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}html.graphite .aem-integration .gallery-masonry__brick--video:after{right:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}html.graphite .aem-integration .gallery-masonry__brick--video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}html.graphite .aem-integration .gallery-masonry__brick--video>video::-webkit-media-controls-start-playback-button{display:none;-webkit-appearance:none}html.graphite .attribute-selector-panel__container{position:absolute;right:0;top:0;width:56.25em;max-width:100vw;min-height:400px;background:#13181d;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .attribute-selector-panel__container .DropdownCheckboxMultiSelect{background-color:#2a3541}html.graphite .attribute-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 58px));min-height:342px;overflow-y:scroll}html.graphite .attribute-selector-panel__scroll-container-right{max-height:calc(100vh - (3.75em + 50px + 51px));min-height:349px;overflow-y:scroll}html.graphite .bubble-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}html.graphite .bubble-loader__dot{width:24px;height:24px;border-radius:100%;display:inline-block;-webkit-animation:slide 1s infinite;animation:slide 1s infinite;opacity:.5}html.graphite .bubble-loader__dot__small{width:10px;height:10px}html.graphite .bubble-loader__dot:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}html.graphite .bubble-loader__dot:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}html.graphite .bubble-loader__dot:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}html.graphite .bubble-loader__dot:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}html.graphite .bubble-loader__dot:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes slide{0%{-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.3;-webkit-transform:scale(2);transform:scale(2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes slide{0%{-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.3;-webkit-transform:scale(2);transform:scale(2)}100%{-webkit-transform:scale(1);transform:scale(1)}}html.graphite .carousel{height:100%}html.graphite .carousel__slides{overflow:hidden;position:relative;right:calc(1em + .5rem);width:calc(100% + 1em*2 + 1rem)}html.graphite .carousel__slides--full-width{width:100%;right:0}html.graphite .carousel__slides__previous,html.graphite .carousel__slides__previous--full-width,html.graphite .carousel__slides__current,html.graphite .carousel__slides__next,html.graphite .carousel__slides__next--full-width{height:100%;width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .carousel__slides__previous--full-width,html.graphite .carousel__slides__current--full-width,html.graphite .carousel__slides__next--full-width{width:100%}html.graphite .carousel__slides__previous,html.graphite .carousel__slides__previous--full-width{position:absolute;left:-75%}html.graphite .carousel__slides__previous--full-width{left:-100%}html.graphite .carousel__slides__current{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .carousel__slides__next,html.graphite .carousel__slides__next--full-width{position:absolute;bottom:0;right:-75%}html.graphite .carousel__slides__next--full-width{right:-100%}html.graphite .carousel__slides--solo{width:calc(100% - 3rem);margin:0 auto}html.graphite .carousel__controls{margin-top:.5rem;color:#d5d5d5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .carousel__controls__button{color:#d5d5d5;border:none}html.graphite .carousel__controls__button:hover{background:none}html.graphite .carousel__controls__button:focus{outline:none}html.graphite .carousel__controls--overlaid{position:absolute;top:0;height:100%;width:90%;left:5%}html.graphite .carousel__controls--overlaid .carousel__dots-container{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}html.graphite .carousel__controls--overlaid .icon--chevron-left,html.graphite .carousel__controls--overlaid .icon--chevron-right{font-size:.7rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:.3rem;border-radius:50%;background:hsla(0,0%,100%,.7333333333);font-weight:bold;color:#000;-webkit-box-shadow:0px 0px 5px #000;box-shadow:0px 0px 5px #000}html.graphite .carousel__controls--overlaid .icon--chevron-right{right:.5rem}html.graphite .carousel__controls--overlaid .icon--chevron-left{left:.5rem}html.graphite .carousel__dots-container{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .carousel__dot,html.graphite .carousel__dot--selected{width:7px;height:7px;margin:0 3px;border-radius:50%;background:#d5d5d5;opacity:48%;-webkit-transition:opacity 300ms;transition:opacity 300ms;cursor:pointer}html.graphite .carousel__dot--selected{opacity:1}html.graphite .chart-tooltip{position:fixed;z-index:1100;min-width:200px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-top:0;pointer-events:none;cursor:default}html.graphite .chart-tooltip h3{margin-top:0}html.graphite .chart-tooltip__row{font-size:1.1em;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .chart-tooltip__row__key{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .chart-tooltip__row__value{text-align:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:1em}html.graphite .chart-tooltip.report{background-color:#fff}html.graphite .annotation-tooltip{position:fixed;z-index:1100;width:300px;margin-top:0;pointer-events:none;cursor:default}html.graphite .color-select-dropdown__dropdown-default{border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541}html.graphite .color-select-dropdown__options{background:#191515;top:3px;left:-13px;position:relative;z-index:11101}html.graphite .color-select-dropdown__tooltip .rc-tooltip{padding:0;border:none}html.graphite .color-select-dropdown__tooltip .rc-tooltip-arrow{display:none}html.graphite .color-select-dropdown__tooltip .rc-tooltip-inner{background:none;max-width:none;padding:0;border:none;-webkit-box-shadow:0 0 #000;box-shadow:0 0 #000}html.graphite .comments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.graphite .comments__list-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .comments__list{overflow:auto;-webkit-box-flex:1;-ms-flex:1 1 12rem;flex:1 1 12rem;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-right:5px}html.graphite .comments__list::-webkit-scrollbar{width:1px;height:1px}html.graphite .comments__list::-webkit-scrollbar-button{width:0px;height:0px}html.graphite .comments__list::-webkit-scrollbar-thumb{background:#888}html.graphite .comments__comment-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1em}html.graphite .comments__comment-row--created-by-user{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .comments__comment-row--created-by-user .comments__comment{background-color:#249ddb;border-radius:8px 0 8px 8px}html.graphite .comments__comment-row--created-by-user .comments__comment-meta{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .comments__comment-col{max-width:82%}html.graphite .comments__comment{background-color:#2a3541;border-radius:0 8px 8px 8px}html.graphite .comments__link{color:inherit;text-decoration:underline}html.graphite .comments__link:hover{color:inherit}html.graphite .comments__mention{font-weight:bold}html.graphite .comments__comment-creator{color:#ccc}html.graphite .comments__comment-timestamp{color:#888}html.graphite .comments__input{background-color:rgb(31.9906542056,40.3691588785,49.5093457944);border-radius:15px;padding:0.5em;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-top:auto}html.graphite .comments__input::-webkit-input-placeholder{color:#7c8499}html.graphite .comments__input::-moz-placeholder{color:#7c8499}html.graphite .comments__input::-ms-input-placeholder{color:#7c8499}html.graphite .comments__input::placeholder{color:#7c8499}html.graphite .comments__input .icon--emoji{font-size:1.3rem;margin:.1rem;color:#bbb}html.graphite .comments__input .editor__send-button .icon{background-color:#249ddb;color:#fff;display:inline-block;font-size:.9rem;padding:.25rem}html.graphite .comments__input .editor__send-button .icon::before{position:relative;left:-1px;top:1px}html.graphite .comments__new-comments-alert{background-color:#1e1f23;border-radius:50px;z-index:1;-webkit-box-shadow:0 0 1rem rgba(0,0,0,.5);box-shadow:0 0 1rem rgba(0,0,0,.5)}html.graphite .comments__new-comments-alert:hover{-webkit-box-shadow:0 0 1rem rgba(0,0,0,.5);box-shadow:0 0 1rem rgba(0,0,0,.5)}html.graphite .configure-widget .tab-frame__tabs.nav-tabs__list{float:right}html.graphite .configure-widget .tab-frame__content{clear:both}html.graphite .configure-widget .widget-type__text textarea{height:250px}html.graphite .configure-widget .widget-type__image{text-align:center;padding:15px;border-radius:6px;cursor:pointer;border:2px dashed #2a3541}html.graphite .configure-widget .widget-type__image img{max-width:350px;max-height:350px}html.graphite .configure-widget .widget-type__image i.icon{font-size:10em;opacity:.1}html.graphite .configure-widget .widget-type__image.dragging{border:2px solid #249ddb;background-color:rgba(42,53,65,.5)}html.graphite .configure-widget .widget-type__image:hover{background-color:rgba(42,53,65,.5)}html.graphite .configure-widget .widget-type__visualization .data-source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #2a3541}html.graphite .configure-widget .widget-type__visualization .data-source__source{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:.5em;max-width:50%}html.graphite .configure-widget .widget-type__visualization .data-source__segment{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-left:.5em;margin-right:.5em}html.graphite .configure-widget .widget-type__visualization .data-source__remove{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.graphite .configure-widget .widget-type__visualization__monitor-option--highlighted,html.graphite .configure-widget .widget-type__visualization__segment-option--highlighted{background-color:#2a3541}html.graphite .configure-widget .widget-type__visualization__monitor-option--selected,html.graphite .configure-widget .widget-type__visualization__segment-option--selected{color:#7d8c9b}html.graphite .configure-widget .widget-type__visualization .date-range__date{position:relative;vertical-align:top}html.graphite .configure-widget .widget-type__visualization .date-range__time{position:relative;vertical-align:top}html.graphite .configure-widget__warning{background-color:#ffc432;color:#191515;border-radius:4px;padding:.5em}html.graphite .configure-widget .location-attribute-dropdown-container{margin-bottom:0.5em}html.graphite .dashboard-command-center-header{position:fixed;top:0;left:0;width:100%;opacity:.95;padding:5px 30px;-webkit-transition-duration:0;transition-duration:0;-webkit-transition-delay:0;transition-delay:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:890;background-color:#2a3541;-webkit-transition:.3s;transition:.3s;height:3.75em}html.graphite .dashboard-command-center-header.open{top:0}html.graphite .dashboard-command-center-header.closed{top:-3.75em}html.graphite .dashboard-command-center-header>div{position:relative;-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding:0 15px}html.graphite .dashboard-command-center-header>div:after{content:" ";position:absolute;right:0;top:calc(50% - 13px);height:26px;border-right:0.0625rem solid hsla(0,0%,100%,.25)}html.graphite .dashboard-command-center-header>div .icon--chevron-down{padding-top:4px}html.graphite .dashboard-command-center-header>div:first-child{padding-left:0;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px}html.graphite .dashboard-command-center-header>div:last-child{padding-right:0}html.graphite .dashboard-command-center-header>div:last-child:after{border:none}html.graphite .dashboard-command-center-header>div.dashboard-command-center-header__controls{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .dashboard-header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-transition-duration:0;transition-duration:0;-webkit-transition-delay:0;transition-delay:0}html.graphite .dashboard-header>div{position:relative;-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding:0 15px}html.graphite .dashboard-header>div:after{content:" ";position:absolute;right:0;top:calc(50% - 13px);height:26px;border-right:0.0625rem solid hsla(0,0%,100%,.25)}html.graphite .dashboard-header>div .icon--chevron-down{padding-top:4px}html.graphite .dashboard-header>div:first-child{padding-left:0}html.graphite .dashboard-header>div:last-child{padding-right:0}html.graphite .dashboard-header>div:last-child:after{border:none}html.graphite .dashboard-header>div.dashboard-header__controls{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .dashboard-header .edit-text__width-setter{display:inline-block}html.graphite .dashboard-view__title{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .dashboard-view__header__button--clear{background:none;color:#e71b26;font-size:0.8125rem;position:absolute;top:11px;right:38px;margin:0;padding:0;border:none}html.graphite .dashboard-view__header__button--clear:hover{color:#fff;background:none;-webkit-box-shadow:none;box-shadow:none}html.graphite .dashboard-view__widgets{margin-top:-1.875em}html.graphite .dashboard-view__widgets .panel__heading{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .dashboard-view__widgets .panel__heading__label{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:1px}html.graphite .dashboard-view__widgets .panel__heading__label .edit-text__current-value{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}html.graphite .dashboard-view__widgets .panel__heading__label .edit-text__edit-button{-webkit-box-flex:0;-ms-flex:0 0 12px;flex:0 0 12px}html.graphite .dashboard-view__widgets .panel__heading__label__sub-label{text-align:left;margin-left:0px;-webkit-box-flex:1;-ms-flex:1 2 auto;flex:1 2 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}html.graphite .dashboard-view__widgets .panel__heading__label__sub-label button.date-dropdown{padding:0 20px 0 0;position:relative}html.graphite .dashboard-view__widgets .panel__heading__label__sub-label button.date-dropdown:before{content:"";font-family:"nuvi_icons_bold";position:absolute;right:1px;top:10px;color:#fff;font-size:.7em;pointer-events:none}html.graphite .dashboard-view__widgets .panel__heading__label__sub-label button.date-dropdown .timeframe{padding:.8em 0}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters{-webkit-box-flex:0;-ms-flex:0 0 calc(100% + 1.5em);flex:0 0 calc(100% + 1.5em);border-top:1px solid #191515;padding:0 .5em 0 1em;margin:0 -0.5em 0 -1em;overflow-x:hidden;white-space:nowrap}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters:hover{height:auto;white-space:normal}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .integration{display:inline-block}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .integration-avatar{display:inline-block;vertical-align:middle;max-width:1em;max-height:1em}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .integration-name{display:inline-block;vertical-align:middle}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .social-monitor-segment{display:inline-block}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .social-monitor-name{display:inline-block;vertical-align:middle}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .segment__name{display:inline-block;vertical-align:middle}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .segment.badge button{vertical-align:top;padding:.7em 0 0 .1em}html.graphite .dashboard-view__widgets .panel__heading .panel__heading__filters .segment.badge button span.icon{color:#e71b26;vertical-align:top}html.graphite .dashboard-view__widgets .panel__heading__button{color:#fff}html.graphite .dashboard-view__widgets .visualization{height:100%}html.graphite body.light .search-header-part input[type=search]{background-color:#fff}html.graphite .date-range-picker-dropdown{border:0.0625rem solid hsla(0,0%,100%,.2);position:relative;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;cursor:pointer;background:#2a3541;height:2.5em;-webkit-transition:border-color 300ms ease;transition:border-color 300ms ease}html.graphite .date-range-picker-dropdown:hover:not(.date-range-picker-dropdown--disabled){-webkit-box-shadow:0 0 0.3125em #2a3541;box-shadow:0 0 0.3125em #2a3541}html.graphite .date-range-picker-dropdown:focus:not(.date-range-picker-dropdown--disabled) .date-range-picker-dropdown__container{-webkit-box-shadow:0 0 0.1875em #2a3541;box-shadow:0 0 0.1875em #2a3541}html.graphite .date-range-picker-dropdown--disabled{border:0.0625rem solid #1e1f23;background:#191515;cursor:not-allowed}html.graphite .date-range-picker-dropdown--disabled .date-range-picker-dropdown__selected-text{color:#a0b6c5}html.graphite .date-range-picker-dropdown--disabled .date-range-picker-dropdown__selected-text--default{color:#7c8499}html.graphite .date-range-picker-dropdown__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.5em 0.75em}html.graphite .date-range-picker-dropdown__container .icon{margin-left:0.375em;padding-top:2px}html.graphite .date-range-picker-dropdown__container .icon.highlighted{color:#249ddb}html.graphite .date-range-picker-dropdown__selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.graphite .date-range-picker-dropdown__selected-text--default{color:#7c8499}html.graphite .date-range-picker-dropdown__options{position:absolute;top:100%;left:0;min-width:100%;border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541;z-index:1050;max-height:16.25em;overflow-y:auto}html.graphite .date-range-picker-dropdown__options--right{right:0;left:auto}html.graphite .date-range-picker-dropdown__option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;color:#249ddb}html.graphite .date-range-picker-dropdown__option:hover{background:#2a3541}html.graphite .dual-slider{display:grid}html.graphite .dual-slider .sr-only{position:absolute;-webkit-clip-path:inset(50%);clip-path:inset(50%)}html.graphite .dual-slider input[type=range]{grid-column:1 !important;grid-row:2 !important;pointer-events:none}html.graphite .dual-slider input[type=range]::-webkit-slider-runnable-track,html.graphite .dual-slider input[type=range]::-webkit-slider-thumb,html.graphite .dual-slider input[type=range]{-webkit-appearance:none;appearance:none}html.graphite .dual-slider input[type=range]::-webkit-slider-runnable-track{background:none}html.graphite .dual-slider input[type=range]::-webkit-slider-thumb{pointer-events:auto}html.graphite .dual-slider output{grid-row:1;grid-column:1}html.graphite .dual-slider output:last-of-type{text-align:right}html.graphite .dynamic-fields{position:absolute;border:.0625rem solid hsla(0,0%,100%,.2);background-color:#1e1f23;width:250px;z-index:1;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px rgba(25,21,21,.6);box-shadow:0px 4px 40px 0px rgba(25,21,21,.6)}html.graphite .dynamic-fields .dynamic-fields__items{max-height:245px;overflow-y:auto}html.graphite .dynamic-fields .dynamic-fields__item{color:#249ddb;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.graphite .dynamic-fields .dynamic-fields__item:hover{background-color:#2a3541}html.graphite .edit-entity-frame__header{background:-webkit-gradient(linear, left top, right top, color-stop(20%, #191515), to(#2a3541));background:linear-gradient(to right, #191515 20%, #2a3541);border-bottom:1px solid hsla(0,0%,100%,.8);height:80px;line-height:2.5em;padding:20px 50px}html.graphite .edit-entity-frame__header .title{display:inline}html.graphite .edit-entity-frame__header .close{color:#249ddb;cursor:pointer;float:right}html.graphite .edit-entity-frame__body{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .edit-entity-frame-status-message{padding:2em}html.graphite .edit-entity-frame-status-message__status.is-pending,html.graphite .edit-entity-frame-status-message__status.is-paused{color:#ffc432}html.graphite .edit-entity-frame-status-message__status.is-default,html.graphite .edit-entity-frame-status-message__status.is-editable,html.graphite .edit-entity-frame-status-message__status.is-active{color:#86ba2c}html.graphite .edit-entity-frame-status-message__status.is-failed,html.graphite .edit-entity-frame-status-message__status.is-failure{color:#e71b26}html.graphite .edit-entity-frame-status-message__status.is-published{color:#7c8499}html.graphite .edit-entity-frame-status-message__explanation{margin-top:25px;color:hsla(0,0%,100%,.2)}html.graphite .report-status{max-width:80rem}html.graphite .report-status__status-buttons{width:75%}html.graphite .report-status__status-buttons button,html.graphite .report-status__status-buttons a{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:28.125rem}html.graphite .report-status__message-container .report-status__message{width:50%}html.graphite .report-status__message-container .report-status__message__status.is-pending,html.graphite .report-status__message-container .report-status__message__status.is-paused{color:#ffc432}html.graphite .report-status__message-container .report-status__message__status.is-default,html.graphite .report-status__message-container .report-status__message__status.is-editable,html.graphite .report-status__message-container .report-status__message__status.is-active{color:#86ba2c}html.graphite .report-status__message-container .report-status__message__status.is-failed,html.graphite .report-status__message-container .report-status__message__status.is-failure{color:#e71b26}html.graphite .report-status__message-container .report-status__message__status.is-published{color:#7c8499}html.graphite .report-status__message-container .report-status__message__explanation{color:hsla(0,0%,100%,.2)}html.graphite .edit-entity-form{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .edit-entity-form.is-edit .edit-entity-form__input-name{max-width:60%}html.graphite .edit-entity-form.is-edit .edit-entity-form__label{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;width:25%}html.graphite .edit-entity-form.is-edit .edit-entity-form__report-types,html.graphite .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value,html.graphite .edit-entity-form.is-edit .edit-entity-form__date-range,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-radio,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-dropdown,html.graphite .edit-entity-form.is-edit .edit-entity-form__input,html.graphite .edit-entity-form.is-edit .edit-entity-form__input-description{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%;width:75%}html.graphite .edit-entity-form.is-edit .edit-entity-form__report-types.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__date-range.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__input.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__input-description.is-half{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;width:37.5%}html.graphite .edit-entity-form.is-edit .edit-entity-form__report-types.is-half+.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-half+.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__date-range.is-half+.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-half+.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-half+.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__input.is-half+.is-half,html.graphite .edit-entity-form.is-edit .edit-entity-form__input-description.is-half+.is-half{-ms-flex-preferred-size:36.5%;flex-basis:36.5%;margin-left:1%;width:36.5%}html.graphite .edit-entity-form.is-edit .edit-entity-form__report-types.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__date-range.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__input.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__input-description.is-third{-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}html.graphite .edit-entity-form.is-edit .edit-entity-form__report-types.is-third+.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-third+.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__date-range.is-third+.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-third+.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-third+.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__input.is-third+.is-third,html.graphite .edit-entity-form.is-edit .edit-entity-form__input-description.is-third+.is-third{-ms-flex-preferred-size:24%;flex-basis:24%;margin-left:1%;width:24%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown,html.graphite .edit-entity-form.is-create .edit-entity-form__input,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%;width:75%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-half{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;width:37.5%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-half+.is-half{-ms-flex-preferred-size:36.5%;flex-basis:36.5%;margin-left:1%;width:36.5%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-third{-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-third+.is-third{-ms-flex-preferred-size:24%;flex-basis:24%;margin-left:1%;width:24%}@media(min-width: 64rem){html.graphite .edit-entity-form.is-create .edit-entity-form__report-types,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown,html.graphite .edit-entity-form.is-create .edit-entity-form__input,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;width:50%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-half{-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-half+.is-half,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-half+.is-half{-ms-flex-preferred-size:24%;flex-basis:24%;margin-left:1%;width:24%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-third{-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;width:16.6666666667%}html.graphite .edit-entity-form.is-create .edit-entity-form__report-types.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__date-range.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input.is-third+.is-third,html.graphite .edit-entity-form.is-create .edit-entity-form__input-description.is-third+.is-third{-ms-flex-preferred-size:15.6666666667%;flex-basis:15.6666666667%;margin-left:1%;width:15.6666666667%}}html.graphite .edit-entity-form .section-heading::after{left:0}html.graphite .edit-entity-form .form__validation-errors{background:#e71b26;list-style:none;margin:0 0 1em;padding:0.75em 1em}html.graphite .edit-entity-form__date-range{position:relative}html.graphite .edit-entity-form__date-range--button{border:0.0625rem solid hsla(0,0%,100%,.2);line-height:1em;padding:0.6875em;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}html.graphite .edit-entity-form__date-range--button .icon{background:url(/app/f01b099b47a20c8b0923.svg) center center no-repeat;cursor:pointer;opacity:.6;padding:0 0.625em}html.graphite .edit-entity-form__date-range--button:hover,html.graphite .edit-entity-form__date-range--button:active{color:#249ddb;cursor:pointer;border-color:#249ddb}html.graphite .edit-entity-form__date-range--panel{bottom:100%;top:auto}html.graphite .edit-entity-form__selector-radio>div{display:inline-block;margin-left:15px}html.graphite .edit-entity-form__selector-radio>div:first-child{margin-left:0}html.graphite .edit-entity-form__dropdown-readonly-value .dropdown__options,html.graphite .edit-entity-form__selector-dropdown .dropdown__options{max-height:10.9375em}html.graphite .edit-entity-form__toggle{padding-top:10px}html.graphite .edit-entity-form__content-area__content{padding:20px 30px 100px 60px;background-image:linear-gradient(to bottom, #1e1f23 0px, #191515 65%)}html.graphite .edit-entity-form__section__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .edit-entity-form__section__row{margin:15px 0}html.graphite .edit-entity-form__report-types{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0}html.graphite .edit-entity-form__report-types__item{color:#7c8499;display:inline-block;vertical-align:middle}html.graphite .edit-entity-form__report-types__item.is-selected{color:#249ddb}html.graphite .edit-entity-form__report-types__item__icon,html.graphite .edit-entity-form__report-types__item__label{display:inline-block;vertical-align:middle}html.graphite .edit-entity-form__report-types__item__icon{font-size:2.2rem}html.graphite .edit-entity-form__label{display:block;margin-bottom:0.5em}html.graphite .edit-entity-form__footer{margin-top:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .fullscreen-media{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.graphite .fullscreen-media>div{height:100vh}html.graphite .fullscreen-media button,html.graphite .fullscreen-media a{position:fixed;top:.5em;color:#fff;font-size:2rem;padding:0}html.graphite .fullscreen-media button:hover,html.graphite .fullscreen-media button:focus,html.graphite .fullscreen-media a:hover,html.graphite .fullscreen-media a:focus{color:#888}html.graphite .fullscreen-media button{right:1em}html.graphite .fullscreen-media a{right:2.25em}html.graphite .fullscreen-media__image{max-height:90vh;max-width:90vw}html.graphite .fullscreen-media__video{max-height:90vh;max-width:80vw}html.graphite .fullscreen-media{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.graphite .fullscreen-media__header{background-color:rgba(51,51,51,.6);height:50px}html.graphite .fullscreen-media__header__icon--buttons button,html.graphite .fullscreen-media__header__icon--buttons a{color:#fff;font-size:1.5rem;padding:0}html.graphite .fullscreen-media__header__icon--buttons button:hover,html.graphite .fullscreen-media__header__icon--buttons button:focus,html.graphite .fullscreen-media__header__icon--buttons a:hover,html.graphite .fullscreen-media__header__icon--buttons a:focus{color:#fff}html.graphite .fullscreen-media__header__icon--buttons button{right:1em}html.graphite .fullscreen-media__header__icon--buttons a{right:2.25em}html.graphite .fullscreen-media__footer{height:150px;background-color:hsla(0,0%,10%,.6)}html.graphite .fullscreen-media__media-list__image{padding:1px;cursor:pointer}html.graphite .fullscreen-media__media-list__image img{height:100px}html.graphite .fullscreen-media__media-list__image--selected{border:1px solid #fff}html.graphite .fullscreen-media__image{max-height:65vh;max-width:65vw}html.graphite .fullscreen-media__video{max-height:70vh;max-width:60vw}html.graphite .publish-activity-card,html.graphite .publish-activity-card--feed-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#2a3541;border:none;border-radius:0.25rem;position:relative;overflow:hidden}html.graphite .publish-activity-card__top-bar{min-height:2rem}html.graphite .publish-activity-card__select{position:relative;top:0.5rem}html.graphite .publish-activity-card__body{background:#1e1f23;border-bottom:none;height:100%}html.graphite .publish-activity-card__author{line-height:1em}html.graphite .publish-activity-card__author button{width:100%}html.graphite .publish-activity-card__network-icon{background-color:#2a3541;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.graphite .publish-activity-card__network-icon span{font-size:1.5625rem}html.graphite .publish-activity-card__names{-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:0;min-height:0;overflow:hidden;max-width:250px}html.graphite .publish-activity-card__text--overflow{overflow-wrap:break-word;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical}html.graphite .publish-activity-card__media{-webkit-box-flex:1;-ms-flex:1 1 21.875rem;flex:1 1 21.875rem;overflow-x:hidden;overflow-y:auto}html.graphite .publish-activity-card__media__image{width:100%;height:21.875rem;background-size:cover;background-repeat:no-repeat;background-position:center center}html.graphite .publish-activity-card__media__thumbnail{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;background-position:center center}html.graphite .publish-activity-card__media__video-thumb-contatiner{height:100%}html.graphite .publish-activity-card__media__video{display:inline-block;position:relative;width:100%}html.graphite .publish-activity-card__media__video video{width:100%;height:auto;margin:0 auto}html.graphite .publish-activity-card__media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #fff;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.graphite .publish-activity-card__media__unavailable{background-color:#1e1f23;width:100%;height:21.875rem;cursor:default}html.graphite .publish-activity-card__type{position:absolute;padding:.15em .5em .15em .75em;border-radius:25px 0 0 25px;background-color:#249ddb;color:#fff;z-index:1;right:-1em;top:calc(-1em + 5px)}html.graphite .publish-activity-card__type--ad{background-color:#519cd4}html.graphite .publish-activity-card__type--reel{background-color:#d24991}html.graphite .publish-activity-card__type--story{background-color:#fec244}html.graphite .publish-activity-card--feed-widget{width:340px;height:calc(100% - 1rem)}html.graphite .publish-activity-card--feed-widget .publish-activity-card__body{overflow-y:auto;white-space:normal;-ms-flex-negative:1;flex-shrink:1;border:1px solid #2a3541;border-top:none;border-bottom:none}html.graphite .publish-activity-card--feed-widget .publish-activity-card__text--overflow{overflow-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.graphite .publish-activity-card--feed-widget .publish-activity-card__text--overflow--toggler{display:none}html.graphite .publish-activity-card--feed-widget .publish-activity-card__names{max-width:200px}html.graphite .publish-activity-card--feed-widget .publish-activity-card__media__image{height:9rem}html.graphite .publish-activity-card--feed-widget .publish-engagement-activity__labels{overflow-x:auto;overflow-y:hidden;max-height:46px;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content;-ms-flex-negative:0;flex-shrink:0}html.graphite .publish-activity-card--report-mode{margin:0;background:#e6e6e6;font-size:.6rem;z-index:1}html.graphite .publish-activity-card--report-mode .publish-activity-card__top-bar{min-height:0.75rem}html.graphite .publish-activity-card--report-mode .publish-activity-card__body{background:#f6f5f5;border:none}html.graphite .publish-activity-card--report-mode .publish-activity-card__author{line-height:inherit}html.graphite .publish-activity-card--report-mode .publish-activity-card__author-name{color:#000}html.graphite .publish-activity-card--report-mode .publish-activity-card__author-username{font-size:.6rem}html.graphite .publish-activity-card--report-mode .publish-activity-card__text--overflow{font-size:.6rem}html.graphite .publish-activity-card--report-mode .publish-activity-card__text--overflow a{color:#000}html.graphite .publish-activity-card--report-mode .publish-activity-card__media__image{height:9rem}html.graphite .publish-activity-tooltip{width:220px}html.graphite .publish-activity-tooltip div{display:inline-block;padding-right:1em}html.graphite .publish-activity-dialog-box{position:absolute;height:350px}html.graphite emoji-picker{--indicator-color: #249DDB;--input-border-radius: 0.25rem;--input-border-color: rgba(255, 255, 255, 0.2);--input-font-color: #d5d5d5;--input-font-size: 13px;--outline-color: #0F9EED}html.graphite .error-view{margin:80px auto;width:60%}html.graphite .external-location-id-filter>button{letter-spacing:0}html.graphite .external-location-id-filter>button:hover,html.graphite .external-location-id-filter>button:active{color:none}html.graphite .external-location-id-filter__panel{background:#1e1f23;width:400px}html.graphite .external-location-id-filter .list-parsing-input{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#2a3541;border-radius:0.25rem;overflow:auto;max-height:400px;border:0.0625rem solid rgba(0,0,0,0)}html.graphite .external-location-id-filter .list-parsing-input__item{background-color:#1e1f23;margin-top:2px;margin-bottom:2px}html.graphite .external-location-id-filter .list-parsing-input__search-input,html.graphite .external-location-id-filter .list-parsing-input__placeholder{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}html.graphite .external-location-id-filter .list-parsing-input__search-input.grow,html.graphite .external-location-id-filter .list-parsing-input__placeholder.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite .external-location-id-filter .list-parsing-input__search-input::-webkit-input-placeholder,html.graphite .external-location-id-filter .list-parsing-input__placeholder{color:#7c8499}html.graphite .external-location-id-filter .list-parsing-input__search-input::-moz-placeholder,html.graphite .external-location-id-filter .list-parsing-input__placeholder{color:#7c8499}html.graphite .external-location-id-filter .list-parsing-input__search-input::-ms-input-placeholder,html.graphite .external-location-id-filter .list-parsing-input__placeholder{color:#7c8499}html.graphite .external-location-id-filter .list-parsing-input__search-input::placeholder,html.graphite .external-location-id-filter .list-parsing-input__placeholder{color:#7c8499}html.graphite .external-location-id-filter .list-parsing-input:focus{outline:1px dotted #249ddb}html.graphite .file-uploader{width:100%;min-height:200px;background:#2a3541;color:#888;cursor:pointer;-webkit-transition:300ms;transition:300ms;border-radius:0.25rem}html.graphite .file-uploader:focus{outline:none}html.graphite .file-uploader:hover{opacity:.9}html.graphite .file-uploader i{font-size:2.6rem;margin-bottom:.5em}html.graphite .filters-panel__button{-webkit-transition:300ms;transition:300ms}html.graphite .filters-panel__button .filters-panel__button-title{color:#249ddb;-webkit-transition:300ms;transition:300ms}html.graphite .filters-panel__button:hover .filters-panel__button-title{opacity:1;color:#fff}html.graphite .filters-panel__container{background:#13181d;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);min-width:400px;outline:none;padding:0 0.75em;z-index:1050}html.graphite .free-form-conversion{overflow-wrap:break-word}html.graphite .grouped-checkbox-item-chooser .dropdown__options{background:#242a32}html.graphite .grouped-checkbox-item-chooser__group-row,html.graphite .grouped-checkbox-item-chooser__group{background:#2a3541;border-radius:0.25rem}html.graphite .grouped-checkbox-item-chooser__group-checkbox{position:relative;left:1px;top:11px}html.graphite .grouped-checkbox-item-chooser__item{border-radius:0.25rem}html.graphite .grouped-checkbox-item-chooser__item:not(:first-of-type){margin-top:.7rem}html.graphite .grouped-checkbox-item-chooser__item:last-of-type{margin-bottom:.7rem}html.graphite .hashtag-picker{width:300px;background-color:#1e1f23;border:.0625rem solid hsla(0,0%,100%,.2)}html.graphite .hashtag-picker .nav-tabs__list{margin:0;padding:0 5px 5px;border-bottom:1px solid hsla(0,0%,100%,.2)}html.graphite .hashtag-picker .nav-tabs__tab{width:50%;padding:3px 0 0 0;margin:0;text-align:center}html.graphite .hashtag-picker .nav-tabs__tab a{width:100%;padding:0}html.graphite .hashtag-picker .RelatedHashtagSuggestions,html.graphite .hashtag-picker .hashtag_suggestions{border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;width:100%}html.graphite .hashtag-picker .hashtag-groups__list{max-height:200px;overflow-y:auto}html.graphite .hashtag-picker .hashtag-groups__list__actions{display:none}html.graphite .hashtag-picker .hashtag-groups__list__item:hover{background-color:#2a3541;cursor:pointer}html.graphite .hashtag-picker .hashtag-groups__list__item:hover .hashtag-groups__list__actions{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .HashtagSuggestor{color:#249ddb}html.graphite .hashtag_suggestions{border:.0625rem solid hsla(0,0%,100%,.2);background-color:#1e1f23;max-width:300px !important;z-index:1100;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px rgba(25,21,21,.6);box-shadow:0px 4px 40px 0px rgba(25,21,21,.6)}html.graphite .hashtag_suggestions .hashtag_suggestion-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.graphite .hashtag_suggestions .hashtag_suggestion-item:hover{background-color:#2a3541}html.graphite .hashtag_suggestions .hashtag_suggestion-item td{padding:5px}html.graphite .hashtag_suggestions .hashtag_suggestion-item td:not(.right-align){width:50%}html.graphite .hashtag_suggestions .hashtag_suggestion-item td.right-align{width:25%}html.graphite .hour-dropdown{border:0.0625rem solid hsla(0,0%,100%,.2);position:relative;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;cursor:pointer;background:#2a3541;height:2.5em;-webkit-transition:border-color 300ms ease;transition:border-color 300ms ease}html.graphite .hour-dropdown:hover:not(.hour-dropdown--disabled){-webkit-box-shadow:0 0 0.3125em #2a3541;box-shadow:0 0 0.3125em #2a3541}html.graphite .hour-dropdown:focus:not(.hour-dropdown--disabled) .hour-dropdown__container{-webkit-box-shadow:0 0 0.1875em #2a3541;box-shadow:0 0 0.1875em #2a3541}html.graphite .hour-dropdown--flat{color:inherit;background:rgba(0,0,0,0);border:none}html.graphite .hour-dropdown--flat .hour-dropdown__container{padding:0;font-weight:500;position:relative}html.graphite .hour-dropdown--flat .hour-dropdown__container::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:0.0625rem;background-color:hsla(0,0%,100%,.2)}html.graphite .hour-dropdown--flat:hover:not(.hour-dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.graphite .hour-dropdown--flat:focus:not(.hour-dropdown--disabled) .hour-dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.graphite .hour-dropdown--flat .hour-dropdown__options{left:0;right:0;min-width:0}html.graphite .hour-dropdown--clean{color:inherit;background:rgba(0,0,0,0);vertical-align:baseline;display:inline-block;padding:0;border:none}html.graphite .hour-dropdown--clean--no-height{height:inherit}html.graphite .hour-dropdown--clean>.hour-dropdown__container{padding:0}html.graphite .hour-dropdown--clean .hour-dropdown__arrow{height:1em}html.graphite .hour-dropdown--clean:hover:not(.hour-dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.graphite .hour-dropdown--clean:hover:not(.hour-dropdown--disabled) .hour-dropdown__selected-text{opacity:.7}html.graphite .hour-dropdown--clean:focus:not(.hour-dropdown--disabled) .hour-dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.graphite .hour-dropdown--clean .hour-dropdown__options{width:auto}html.graphite .hour-dropdown--clean .hour-dropdown__selected-text,html.graphite .hour-dropdown--clean .hour-dropdown__selected-text--default{color:#249ddb;font-weight:500}html.graphite .hour-dropdown--noBold .hour-dropdown__selected-text,html.graphite .hour-dropdown--noBold .hour-dropdown__selected-text--default{font-weight:400}html.graphite .hour-dropdown--text-default .hour-dropdown__selected-text,html.graphite .hour-dropdown--text-default .hour-dropdown__selected-text--default{color:#fff}html.graphite .hour-dropdown--noArrow .hour-dropdown__arrow{display:none}html.graphite .hour-dropdown--autoHeight{height:auto}html.graphite .hour-dropdown--disabled{border:0.0625rem solid #1e1f23;background:#191515;cursor:not-allowed}html.graphite .hour-dropdown--disabled .hour-dropdown__selected-text{color:#a0b6c5}html.graphite .hour-dropdown--disabled .hour-dropdown__selected-text--default{color:#7c8499}html.graphite .hour-dropdown__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.5em 0.75em}html.graphite .hour-dropdown__container .icon{margin-left:0.25em}html.graphite .hour-dropdown__container .icon.highlighted{color:#249ddb}html.graphite .hour-dropdown__selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.graphite .hour-dropdown__selected-text--default{color:#7c8499}html.graphite .hour-dropdown__options{position:absolute;top:100%;left:0;min-width:100%;border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541;z-index:1050;max-height:16.25em;overflow-y:auto}html.graphite .hour-dropdown__options--right{right:0;left:auto}html.graphite .hour-dropdown__option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;color:#249ddb}html.graphite .hour-dropdown__option:hover{background:#2a3541}html.graphite .hour-dropdown__search input[type=search]{background:none;color:#fff;padding:0.75em;border:0;border-radius:0;border-bottom:1px solid #2a3541}html.graphite .hour-dropdown-inline{display:inline-block}html.graphite .hour-dropdown-small{width:3.75em}html.graphite .hour-dropdown-small .hour-dropdown__option{line-height:1;font-size:0.8125rem;font-weight:normal;padding:0.125em}html.graphite .lds-ripple{display:inline-block;position:relative;width:1.6em;height:1.6em;vertical-align:middle}html.graphite .lds-ripple div{position:absolute;border:2px solid #249ddb;opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;animation:lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}html.graphite .lds-ripple div:nth-child(2){-webkit-animation-delay:-0.5s;animation-delay:-0.5s}@-webkit-keyframes lds-ripple{0%{top:calc(.8em - 2px);left:calc(.8em - 2px);width:0;height:0;opacity:1}100%{top:0px;left:0px;width:calc(1.6em - 2px - 2px);height:calc(1.6em - 2px - 2px);opacity:0}}@keyframes lds-ripple{0%{top:calc(.8em - 2px);left:calc(.8em - 2px);width:0;height:0;opacity:1}100%{top:0px;left:0px;width:calc(1.6em - 2px - 2px);height:calc(1.6em - 2px - 2px);opacity:0}}html.graphite .integration-selector__basic-container{background:#2a3541;border-radius:0.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0.75em;position:relative}html.graphite .integration-selector__basic-container .integration-selector__panel{position:absolute;top:100%;left:0;background:#2a3541;border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:0 0 0.25rem 0.25rem;z-index:1050;padding:0;width:100%}html.graphite .integration-selector__basic-container .integrations{width:100%;max-height:450px;overflow-y:auto}html.graphite .integration-selector__basic-container .integrations input[type=checkbox]{margin-right:10px}html.graphite .integration-selector__basic-container .integrations button{margin-left:10px}html.graphite .integration-selector__basic-container .integration-selector__integration--highlighted{background:rgba(125,140,155,.2)}html.graphite .integration-selector__basic-container .integration-selector__integration:hover{background:rgba(125,140,155,.2)}html.graphite .integration-selector__header-container__button .sub-account-label,html.graphite .integration-selector__header-container__button i{-webkit-transition:300ms;transition:300ms}html.graphite .integration-selector__header-container__button-value{color:#249ddb;-webkit-transition:300ms;transition:300ms}html.graphite .integration-selector__header-container__button:hover .integration-selector__button-value,html.graphite .integration-selector__header-container__button:hover i,html.graphite .integration-selector__header-container__button:hover .sub-account-label{opacity:1;color:#fff}html.graphite .integration-selector__header-container .integration-selector__panel{position:absolute;border:0.0625rem solid #2a3541;min-width:500px;background-color:#1e1f23;font-size:1rem;z-index:1050;-webkit-box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);right:0}html.graphite .integration-selector__header-container .integrations{max-height:70vh;overflow-y:auto;padding-left:2px}html.graphite .integration-selector__header-container .integrations--small{max-height:30vh;overflow-y:auto;padding-left:2px}html.graphite .integration-selector__header-container .integration-selector__integration--highlighted{background:#13181d}html.graphite .integration-selector .dropdownFilters{max-width:600px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}html.graphite .integration-selector .location-attribute-dropdown-container{min-width:8.125rem}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown{height:1.5em;min-width:inherit}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container{height:inherit;min-width:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:0.8125rem}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container .dropdown__selected-text input{height:inherit}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options{font-size:0.8125rem}html.graphite .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options label{font-size:0.8125rem}html.graphite .location-selector-panel__container{position:absolute;left:0;top:100%;width:28.125em;max-width:100vw;background:#13181d;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .location-selector-panel__container__locations{max-height:65vh;overflow-y:auto}html.graphite .location-selector-panel__search input[type=search]{background-color:#2a3541;margin:0.5em 0 0.5em 0}html.graphite .location-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.graphite .location-selector-panel__group{margin:1px 0 0 1px}html.graphite .location-selector-panel__group__header{background-color:#2a3541}html.graphite .location-selector-panel__group__header:focus{outline:1px dotted #249ddb}html.graphite .location-selector-panel__location .icon{display:none}html.graphite .location-selector-panel__location button:focus{border-radius:50px;padding:4px 4px 0 4px}html.graphite .location-selector-panel__location:hover .icon{display:inline}html.graphite .masonry-container{max-height:100%;overflow-y:auto}html.graphite .masonry-container::-webkit-scrollbar{display:none}html.graphite .masonry__scroll-more{height:1000px;position:relative;bottom:900px;margin-bottom:-900px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;pointer-events:none}html.graphite .masonry__scroll-more button{pointer-events:all}html.graphite .draggable-mention-card{z-index:11100;position:relative;border-radius:0.25rem;background-color:#1e1f23}html.graphite .mention-card,html.graphite .mention-card--feed-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#2a3541;border:none;border-radius:0.25rem;position:relative}html.graphite .mention-card__float{width:340px;z-index:11101}html.graphite .mention-card__float .mention-card__text-container{min-height:100px}html.graphite .mention-card__sentiment-bar{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}html.graphite .mention-card__top-bar{min-height:2rem}html.graphite .mention-card__scores{line-height:1;text-align:center}html.graphite .mention-card__scores__score{margin-left:auto}html.graphite .mention-card__scores__score:first-child{margin-left:0}html.graphite .mention-card__scores__score .score__icon i{color:#fff;vertical-align:middle;font-size:1.1em}html.graphite .mention-card__scores__score .score__icon .sentiment-circle{width:.75em;height:.75em;border-radius:50%;display:inline-block}html.graphite .mention-card__scores__score .score__icon .status{-webkit-box-shadow:none;box-shadow:none}html.graphite .mention-card__scores__score .score__number{padding-left:.5em;vertical-align:middle}html.graphite .mention-card__author-name--highlight{background-color:rgba(36,157,219,.5)}html.graphite .mention-card__select{position:relative;top:0.5rem}html.graphite .mention-card__body{background:#1e1f23;border-bottom:none;height:100%}html.graphite .mention-card__text--overflow{overflow-wrap:break-word;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical}html.graphite .mention-card.mention-card--select-mode:hover,html.graphite .mention-card--select-mode.mention-card--feed-widget:hover{border-color:#249ddb}html.graphite .mention-card.mention-card--select-mode .mention-card__interactions,html.graphite .mention-card--select-mode.mention-card--feed-widget .mention-card__interactions{opacity:0}html.graphite .mention-card__select-mode-overlay::after{content:"";position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;cursor:pointer;background-color:rgba(102,132,163,.75);border-left:0 solid rgba(0,0,0,0);-webkit-transition:all 300ms ease;transition:all 300ms ease}html.graphite .mention-card__select-mode-overlay--selected::after{content:"";top:0;bottom:0;background-color:rgba(102,132,163,.15);border-left:.5em solid #249ddb}html.graphite .mention-card:hover:not(.mention-card--select-mode) .mention-card__interactions,html.graphite .mention-card--feed-widget:hover:not(.mention-card--select-mode) .mention-card__interactions{-webkit-filter:none;filter:none;opacity:1}html.graphite .mention-card__author{line-height:1em}html.graphite .mention-card__author button{width:100%}html.graphite .mention-card__network-icon{background-color:#2a3541;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.graphite .mention-card__network-icon span{font-size:1.5625rem}html.graphite .mention-card__names{-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:0;min-height:0;overflow:hidden;max-width:250px}html.graphite .mention-card__media{overflow-x:hidden;overflow-y:auto}html.graphite .mention-card__media__image{width:100%;height:18.75rem;background-size:cover;background-repeat:no-repeat;background-position:center center}html.graphite .mention-card__media__thumbnail{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;background-position:center center}html.graphite .mention-card__media__video{display:inline-block;position:relative;width:100%}html.graphite .mention-card__media__video video{width:100%;height:18.75rem;margin:0 auto}html.graphite .mention-card__media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #fff;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.graphite .mention-card__interactions__form{position:absolute;bottom:30px;left:0;width:100%;padding:1rem 1rem .5rem 1rem;background:#2a3541;white-space:normal;z-index:1}html.graphite .mention-card__interactions__form--overflow{overflow-y:auto}html.graphite .mention-card__interactions__more{font-size:1.7rem}html.graphite .mention-card--tags-list{background-color:none}html.graphite .mention-card__select-button{opacity:36%;color:#fff;position:absolute;right:1rem;bottom:1.5rem;-webkit-transition:all 300ms;transition:all 300ms}html.graphite .mention-card__select-button::after{content:"";display:inline-block;width:17px;height:17px;left:1.5px;bottom:1px;z-index:-1;position:absolute;background:#7d8c9b;border-radius:50%}html.graphite .mention-card__select-button:hover{opacity:70%}html.graphite .mention-card__select-button--selected{opacity:100%;z-index:4;position:absolute;right:1rem;bottom:1.5rem;color:#fff;-webkit-transition:all 300ms;transition:all 300ms}html.graphite .mention-card__select-button--selected::before{position:relative;z-index:2}html.graphite .mention-card__select-button--selected::after{content:"";display:inline-block;width:17px;height:17px;left:1.5px;bottom:1px;z-index:1;position:absolute;background:#249ddb;border-radius:50%}html.graphite .mention-card--feed-widget{width:340px;height:calc(100% - 1rem)}html.graphite .mention-card--feed-widget--discover-content{width:380px}html.graphite .mention-card--feed-widget--discover-content .post-button{border-top:none}html.graphite .mention-card--feed-widget .mention-card__body{overflow-y:auto;white-space:normal;-ms-flex-negative:1;flex-shrink:1;border:1px solid #2a3541;border-top:none;border-bottom:none}html.graphite .mention-card--feed-widget .mention-card__text--overflow{overflow-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.graphite .mention-card--feed-widget .mention-card__text--overflow--toggler{display:none}html.graphite .mention-card--feed-widget .mention-card__names{max-width:200px}html.graphite .mention-card--feed-widget .mention-card__interactions{background-color:none;padding-left:1em;padding-right:1em}html.graphite .mention-card--feed-widget .mention-card__interactions__form{position:absolute;width:340px;padding:1rem 1rem 0 1rem;background:#2a3541;white-space:normal;overflow-y:scroll}html.graphite .mention-card--feed-widget .mention-card--tags-list{overflow-x:auto;overflow-y:hidden;max-height:46px;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content;-ms-flex-negative:0;flex-shrink:0}html.graphite .mention-card--report-mode{margin:0;background:#e6e6e6;font-size:.6rem;z-index:1}html.graphite .mention-card--report-mode .mention-card__author{line-height:inherit}html.graphite .mention-card--report-mode .mention-card__author-name{color:#000}html.graphite .mention-card--report-mode .mention-card__author-username{font-size:.6rem}html.graphite .mention-card--report-mode .mention-card__reshare{font-size:.7rem}html.graphite .mention-card--report-mode .mention-card__engagements>div{font-size:.7rem}html.graphite .mention-card--report-mode .mention-card__engagements span{color:#7c8499}html.graphite .mention-card--report-mode .mention-card__body{background:#f6f5f5;border:none}html.graphite .mention-card--report-mode .mention-card__media__image{height:9rem}html.graphite .mention-card--report-mode .mention-card__text--overflow{font-size:.6rem}html.graphite .mention-card--report-mode .mention-card__text--overflow a{color:#000}html.graphite .mention-card--report-mode .mention-card__names{max-width:170px}html.graphite .mention-card--report-mode .tag{font-size:.6rem;line-height:.8rem;height:1rem}html.graphite .mention-card--report-mode .tag::before{border-width:8px}html.graphite .mention-card .balloon-toolbar,html.graphite .mention-card--feed-widget .balloon-toolbar{position:absolute;background-color:#1e1f23;z-index:1040;border:1px solid hsla(0,0%,100%,.2);overflow:visible;-webkit-box-shadow:0 0 40px rgba(0,0,0,.5);box-shadow:0 0 40px rgba(0,0,0,.5);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}html.graphite .mention-card .balloon-toolbar .button,html.light .image-uploader__dropzone__buttons html.graphite .mention-card .balloon-toolbar a,html.graphite .mention-card .balloon-toolbar .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .mention-card .balloon-toolbar a,html.graphite .mention-card--feed-widget .balloon-toolbar .button,html.light .image-uploader__dropzone__buttons html.graphite .mention-card--feed-widget .balloon-toolbar a,html.graphite .mention-card--feed-widget .balloon-toolbar .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .mention-card--feed-widget .balloon-toolbar a{color:#fff}html.graphite .mention-card--report-mode{width:228px;margin:0}html.graphite .mention-card--overflow-unset{overflow:unset}html.graphite .mention-cards .mention-card,html.graphite .mention-cards .mention-card--feed-widget{border:1px solid #2a3541}html.graphite .mention-card__media__sensitive-container{cursor:default;z-index:1}html.graphite .mention-card__media__sensitive-container .mention-card__media__sensitive-container__text{background-color:rgba(0,0,0,.2);display:none}html.graphite .mention-card__media__sensitive-container:hover .mention-card__media__sensitive-container__text{display:block}html.graphite textarea.mention-card__interactions__interaction__text{margin:0}html.graphite .mention-detail .dropdown{border:none}html.graphite .mention-detail .dropdown__container{padding:0}html.graphite .mention-detail .dropdown__option{padding:0}html.graphite .mention-detail .dropdown__arrow{display:none}html.graphite .mention-display .balloon-toolbar{position:absolute;background-color:#1e1f23;z-index:1040;border:1px solid hsla(0,0%,100%,.2);overflow:visible;-webkit-box-shadow:0 0 40px rgba(0,0,0,.5);box-shadow:0 0 40px rgba(0,0,0,.5);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}html.graphite .mention-display .balloon-toolbar .button,html.light .image-uploader__dropzone__buttons html.graphite .mention-display .balloon-toolbar a,html.graphite .mention-display .balloon-toolbar .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .mention-display .balloon-toolbar a{color:#fff}html.graphite .mention-display .mention-author-name--highlight{background-color:rgba(36,157,219,.5)}html.graphite .mention-display .mention-author{line-height:1em}html.graphite .mention-display .mention-author button{width:100%}html.graphite .mention-display .mention-network-icon{background-color:#2a3541;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.graphite .mention-display .mention-network-icon span{font-size:1.5625rem}html.graphite .mention-display .mention-scores{line-height:1;text-align:center}html.graphite .mention-display .mention-scores__score{margin-left:auto}html.graphite .mention-display .mention-scores__score:first-child{margin-left:0}html.graphite .mention-display .mention-scores__score .score__icon i{color:#fff;vertical-align:middle;font-size:1.1em}html.graphite .mention-display .mention-scores__score .score__icon .sentiment-circle{width:.75em;height:.75em;border-radius:50%;display:inline-block}html.graphite .mention-display .mention-scores__score .score__icon .status{-webkit-box-shadow:none;box-shadow:none}html.graphite .mention-display .mention-scores__score .score__number{padding-left:.5em;vertical-align:middle}html.graphite .mention-display .mention-media{overflow-x:hidden;overflow-y:auto}html.graphite .mention-display .mention-media__image{width:100%;height:18.75rem;background-size:contain;background-repeat:no-repeat;background-position:center center}html.graphite .mention-display .mention-media__thumbnail{width:50px;height:50px;background-size:contain;background-repeat:no-repeat;background-position:center center}html.graphite .mention-display .mention-media__video{display:inline-block;position:relative;width:100%}html.graphite .mention-display .mention-media__video video{width:100%;height:18.75rem;margin:0 auto}html.graphite .mention-display .mention-media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #fff;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.graphite .mention-display .mention-media__sensitive-container{cursor:default;z-index:1}html.graphite .mention-display .mention-media__sensitive-container .mention-media__sensitive-container__text{background-color:rgba(0,0,0,.2);display:none}html.graphite .mention-display .mention-media__sensitive-container:hover .mention-media__sensitive-container__text{display:block}html.graphite .mention-display .mention__tags-list{overflow-x:hidden;overflow-y:auto;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}html.graphite .author-details{background:#191515}html.graphite .author-details__names{color:#fff;min-width:0}html.graphite .author-details__names .ellipsis.block,html.light .avatar__center html.graphite .author-details__names img.ellipsis,html.graphite .author-details__names .avatar__center img.ellipsis,html.graphite .avatar__center .author-details__names img.ellipsis,html.graphite .author-details__names .ellipsis.image-uploader__dropzone__image{display:block}html.graphite .author-details__author{border-color:hsla(0,0%,100%,.2)}html.graphite .author-details .author-stats{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.graphite .author-details__mentions{max-height:450px;overflow:auto}html.graphite .author-details__mentions .mention-card__names{max-width:350px}html.graphite .author-details__mentions-header{background:#191515}html.graphite .author-details__mentions-header--sticky{position:sticky;top:-1px;z-index:1}html.graphite .author-details__network{margin-right:5px;height:18px;width:18px;color:#fff}html.graphite .author-details__network .icon{height:100%;width:100%;line-height:0}html.graphite .author-details__network .icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.graphite .author-details__network .icon--twitter{background-color:#00aced}html.graphite .author-details__network .icon--facebook{background-color:#3b5998}html.graphite .author-details__network .icon--linkedin{background-color:#007bb6}html.graphite .author-details__network .icon--google{background-color:#dd4b39}html.graphite .author-details__network .icon--google-plus{background-color:#dd4b39}html.graphite .author-details__network .icon--instagram{background-color:#ae388e}html.graphite .author-details__network .icon--pinterest{background-color:#d0021b}html.graphite .author-details__network .icon--youtube{background-color:#cd201f}html.graphite .author-details__network .icon--vk{background-color:#45668e}html.graphite .author-details__network .icon--reddit{background-color:#ff5700}html.graphite .author-details__network .icon--automattic{background-color:#39c}html.graphite .author-details__network .icon--disqus{background-color:#2e9fff}html.graphite .author-details__network .icon--tumblr{background-color:#35465c}html.graphite .author-details__network .icon--reviews{background-color:#249ddb}html.graphite .author-details__network .icon--stack-overflow{background-color:#f48024}html.graphite .mention-interaction-modal .modal__content{width:unset;min-width:calc(48rem - 60px);max-width:80vw}html.graphite .mention-interaction-modal .icon-dropdown{position:absolute;top:10px;right:35px;cursor:pointer}html.graphite .mention-interaction-modal__mention{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:600px}html.graphite .mention-interaction-modal__analysis{min-height:25rem;width:500px;-webkit-box-flex:1;-ms-flex:1 0 500px;flex:1 0 500px}html.graphite .mention-interaction-modal__analysis .scrollable-tabs{padding-top:1em;border-bottom:0.0625rem solid #2a3541}html.graphite .mention-interaction-modal__analysis__tab-content{height:calc(100% - 2.8125rem)}html.graphite .mention-interaction-modal__analysis__tab-content .mention-tag-chooser,html.graphite .mention-interaction-modal__analysis__tab-content .mention-notes,html.graphite .mention-interaction-modal__analysis__tab-content .mention-email,html.graphite .mention-interaction-modal__analysis__tab-content .mention-interactions{padding:1em}html.graphite .MessageTextArea{padding:.5em;padding-bottom:calc(2.5rem + 1rem);border-radius:.25rem;background-color:#2a3541;margin-bottom:1em}html.graphite .MessageTextArea .public-DraftEditor-content{min-height:80px}html.graphite .MessageTextArea .at_mention{color:#249ddb}html.graphite .MessageTextArea .thread__split{border:0.0625rem solid hsla(0,0%,100%,.2);border-top:none;border-right:none;border-left:none;position:relative;bottom:2em;padding-top:1.4em;right:0;width:100%;pointer-events:none}html.graphite .MessageTextArea .thread__split.last{position:relative;top:0em;right:0;margin:0 0 1em 0}html.graphite .MessageTextArea .icon--spellcheck.on{color:#249ddb}html.graphite .MessageTextArea .icon--targeting.on{color:#249ddb}html.graphite .MessageTextArea .scheduled-post-editor__messages-footer{margin-top:.5em;margin-bottom:.5em;bottom:0;width:calc(100% - .5rem);height:2.5rem}html.graphite .KeywordsDraftEditor{word-break:break-word}html.graphite .KeywordsDraftEditor__editor-container{min-height:75px}html.graphite .KeywordsDraftEditor__editor-container .DraftEditor-root{min-height:inherit}html.graphite .KeywordsDraftEditor__editor-container .DraftEditor-root .DraftEditor-editorContainer{min-height:inherit}html.graphite .KeywordsDraftEditor__editor-container .DraftEditor-root .DraftEditor-editorContainer .public-DraftEditor-content{min-height:inherit}html.graphite .at_mention_suggestions{border:.0625rem solid hsla(0,0%,100%,.2);background-color:#1e1f23;min-width:300px;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px rgba(25,21,21,.6);box-shadow:0px 4px 40px 0px rgba(25,21,21,.6);overflow:auto;max-height:200px;z-index:1100}html.graphite .at_mention_suggestions-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#249ddb}html.graphite .at_mention_suggestions-item:hover{background-color:#2a3541}html.graphite .monitor-create-wizard__step{border:1px solid #249ddb;border-radius:10px;-webkit-box-shadow:0px 0px 20px 0px hsla(0,0%,100%,.3);box-shadow:0px 0px 20px 0px hsla(0,0%,100%,.3)}html.graphite .monitor-create-wizard__step p{margin-top:0}html.graphite .social-monitor-rule-set__flex-parent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .social-monitor-rule-set__flex-parent__child.button,html.light .image-uploader__dropzone__buttons html.graphite a.social-monitor-rule-set__flex-parent__child,html.graphite .image-uploader__dropzone__buttons a.social-monitor-rule-set__flex-parent__child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;margin-right:.5em;margin-bottom:.5em}html.graphite .places-list .icon--close{cursor:pointer;vertical-align:middle}html.graphite .places-list.selected-places .button,html.light .image-uploader__dropzone__buttons html.graphite .places-list.selected-places a,html.graphite .places-list.selected-places .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .places-list.selected-places a{cursor:inherit}html.graphite .monitors-zero-state.fullscreen{background-color:#191515;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000}html.graphite .monitors-zero-state__vizualization{width:100%;height:400px}html.graphite .monitors-zero-state img{max-width:400px}html.graphite .note-modal,html.graphite .mentions-modal{min-width:300px;z-index:1060;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.graphite .note-modal .stat-label.gray,html.graphite .mentions-modal .stat-label.gray{color:#7c8499}html.graphite .note-modal input.text--small,html.graphite .note-modal input.form-modal__body__label,html.graphite .mentions-modal input.text--small,html.graphite .mentions-modal input.form-modal__body__label{font-size:small}html.graphite .note-modal textarea,html.graphite .mentions-modal textarea{height:auto;max-height:125px}html.graphite .note-modal .stat-label,html.graphite .mentions-modal .stat-label{font-size:.85rem}html.graphite .note-modal__option,html.graphite .mentions-modal__option{font-size:.8rem;color:#249ddb;padding:1rem 0}html.graphite .note-modal__option.column,html.graphite .mentions-modal__option.column{padding-top:1rem;padding-bottom:1rem}html.graphite .note-modal__option:first-child,html.graphite .mentions-modal__option:first-child{border-right:1px solid;-o-border-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(102, 132, 163, 0.1)) 1 80%;border-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(102, 132, 163, 0.1))) 1 80%;border-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(102, 132, 163, 0.1)) 1 80%}html.graphite .note-modal .header-icons,html.graphite .mentions-modal .header-icons{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.graphite .note-modal .icon-container,html.graphite .mentions-modal .icon-container{font-size:1.4rem;width:35px;height:35px;line-height:35px;text-align:center}html.graphite .note-modal .range-note-panel,html.graphite .mentions-modal .range-note-panel{min-width:300px}html.graphite .note-modal .range-note-list,html.graphite .mentions-modal .range-note-list{max-height:150px;overflow-y:scroll}html.graphite .note-modal .range-note__note,html.graphite .mentions-modal .range-note__note{max-width:calc(300px - 2.5em)}html.graphite .author-modal__names{color:#fff;min-width:0}html.graphite .author-modal__names .ellipsis.block,html.light .avatar__center html.graphite .author-modal__names img.ellipsis,html.graphite .author-modal__names .avatar__center img.ellipsis,html.graphite .avatar__center .author-modal__names img.ellipsis,html.graphite .author-modal__names .ellipsis.image-uploader__dropzone__image{display:block}html.graphite .author-modal__author{border-color:hsla(0,0%,100%,.2)}html.graphite .author-modal .mentions-section{background:#191515}html.graphite .author-modal .author-stats{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.graphite .author-modal__mentions{max-height:450px;overflow:auto}html.graphite .author-modal__mentions .mention-card__names{max-width:350px}html.graphite .author-modal__mentions-header{background:#191515}html.graphite .author-modal__mentions-header--sticky{position:sticky;top:-1px;z-index:1}html.graphite .author-modal__network{margin-right:5px;height:18px;width:18px;color:#fff}html.graphite .author-modal__network .icon{height:100%;width:100%;line-height:0}html.graphite .author-modal__network .icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.graphite .author-modal__network .icon--twitter{background-color:#00aced}html.graphite .author-modal__network .icon--facebook{background-color:#3b5998}html.graphite .author-modal__network .icon--linkedin{background-color:#007bb6}html.graphite .author-modal__network .icon--google{background-color:#dd4b39}html.graphite .author-modal__network .icon--google-plus{background-color:#dd4b39}html.graphite .author-modal__network .icon--instagram{background-color:#ae388e}html.graphite .author-modal__network .icon--pinterest{background-color:#d0021b}html.graphite .author-modal__network .icon--youtube{background-color:#cd201f}html.graphite .author-modal__network .icon--vk{background-color:#45668e}html.graphite .author-modal__network .icon--reddit{background-color:#ff5700}html.graphite .author-modal__network .icon--automattic{background-color:#39c}html.graphite .author-modal__network .icon--disqus{background-color:#2e9fff}html.graphite .author-modal__network .icon--tumblr{background-color:#35465c}html.graphite .author-modal__network .icon--reviews{background-color:#249ddb}html.graphite .author-modal__network .icon--stack-overflow{background-color:#f48024}html.graphite .mention-show-modal__container{z-index:11100}html.graphite .mention-show-modal__container .modal__content{padding:2rem}html.graphite .mentions-modal{background-color:#191515;border-radius:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:750px}html.graphite .mentions-modal__container{z-index:11100}html.graphite .mentions-modal__container .modal__content{padding:0;max-width:580px;border-radius:10px}html.graphite .mentions-modal .range-note-panel{border-top:0;border-color:hsla(0,0%,100%,.2);background-color:rgba(102,132,163,.1);border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .mentions-modal .range-note-panel:last-child{border-radius:0 0 10px 10px}html.graphite .mentions-modal .range-note-panel:last-child .panel__body{border-radius:inherit}html.graphite .mentions-modal .range-note-panel .range-note-list{max-height:0;overflow-y:auto;-webkit-transition:all 300ms;transition:all 300ms}html.graphite .mentions-modal .range-note-panel .range-note-list__container{background:rgba(0,0,0,.25)}html.graphite .mentions-modal .range-note-panel--notes-expanded .range-note-list{max-height:150px}html.graphite .mentions-modal__header-label{margin:0 -1rem 0 -1rem;border-color:hsla(0,0%,100%,.2)}html.graphite .mentions-modal__mentions{max-height:450px;overflow-y:auto}html.graphite .mentions-modal__input-row{border-color:hsla(0,0%,100%,.2)}html.graphite .mentions-modal textarea{max-height:75px;background:#2a3541;border-radius:5px}html.graphite .mentions-modal__header{border-radius:10px 10px 0 0}html.graphite .mentions-modal__footer{border-radius:0 0 10px 10px}html.graphite .mentions-modal__footer__mentions-actions .button,html.light .image-uploader__dropzone__buttons html.graphite .mentions-modal__footer__mentions-actions a,html.graphite .mentions-modal__footer__mentions-actions .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .mentions-modal__footer__mentions-actions a{opacity:.5}html.graphite .mentions-modal__header,html.graphite .mentions-modal__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-color:hsla(0,0%,100%,.2);background-color:rgba(102,132,163,.1)}html.graphite .mentions-modal__header-info__pills{min-width:0}html.graphite .mentions-modal__header-info__pills .avatar{height:0.6875rem;width:0.6875rem}html.graphite .mentions-modal__header-info__pills .avatar-username{vertical-align:middle}html.graphite .mentions-modal__header-info .icon--chevron-right{padding:.4em;opacity:.7;border-color:rgba(36,157,219,.7)}html.graphite .mention-digest-modal__label{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;width:25%;color:#7c8499;display:block;font-size:.85rem;font-weight:500;text-transform:uppercase}html.graphite .mention-digest-modal .data-source__source{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:.5em;max-width:50%}html.graphite .mention-digest-modal .data-source__segment{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-left:.5em;margin-right:.5em}html.graphite .mention-digest-modal .data-source__remove{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.graphite .mention-digest-modal__monitor-option--highlighted,html.graphite .mention-digest-modal__segment-option--highlighted{background-color:#2a3541}html.graphite .mention-digest-modal__monitor-option--selected,html.graphite .mention-digest-modal__segment-option--selected{color:#7d8c9b}html.graphite .phone-input__country-selector{border:none;border-radius:0.25rem 0 0 0.25rem}html.graphite .phone-input__country-selector .dropdown__options{min-width:200px}html.graphite .phone-input__input[type=tel]{border-radius:0 0.25rem 0.25rem 0}html.graphite .phone-input__no-drop-down{border-radius:0.25rem}html.graphite .pill{color:#7d8c9b;border:1px solid #7d8c9b;border-radius:50px;display:inline-block;height:22px;line-height:22px;padding:0 .5em 0 .5em;text-transform:uppercase;position:relative}html.graphite .pill p{display:inline-block;margin:0;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";line-height:1;padding:0 0 0 0}html.graphite .pill button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}html.graphite .pill__invalid{text-decoration:line-through}html.graphite .pill--fixed-width{max-width:120px}html.graphite .pill--pt{padding-top:.3em}html.graphite .placeholder--text{display:inline-block;border-radius:.5em;width:100px;background:linear-gradient(115deg, #1e1f23, #2a3541, #7d8c9b 50%, #2a3541, #1e1f23);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em 0}html.graphite .placeholder--image{display:inline-block;height:2.4em;border-radius:.5em;width:2.4em;background:linear-gradient(115deg, #1e1f23, #7d8c9b 50%, #1e1f23);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.graphite .placeholder--icon{display:inline-block;border-radius:.5em;width:1em;background:linear-gradient(115deg, #1e1f23, #7d8c9b 50%, #1e1f23);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.graphite .placeholder--row{display:inline-block;border-radius:.5em;width:100%;background:linear-gradient(115deg, #1e1f23, #2a3541, #7d8c9b 50%, #2a3541, #1e1f23);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em 0}html.graphite .placeholder--media{display:inline-block;height:20.4em;border-radius:.5em;width:23.4em;background:linear-gradient(115deg, #1e1f23, #7d8c9b 50%, #1e1f23);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.graphite .placeholder--mini-media{display:inline-block;height:10.4em;border-radius:.5em;width:10.4em;background:linear-gradient(115deg, #1e1f23, #7d8c9b 50%, #1e1f23);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.graphite .placeholder--post{display:inline-block;height:31.25em;border-radius:.5em;width:100%;max-width:21.875em;background:linear-gradient(115deg, #1e1f23, #7d8c9b 50%, #1e1f23);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}@-webkit-keyframes scrolling-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes scrolling-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}html.graphite .placeholder-height--xxsmall{height:.25em}html.graphite .placeholder-height--xsmall{height:.5em}html.graphite .placeholder-height--small{height:1em}html.graphite .placeholder-height--medium{height:1.5em}html.graphite .placeholder-height--large{height:2em}html.graphite .placeholder-height--xlarge{height:3em}html.graphite .placeholder-height--xxlarge{height:4em}html.graphite .product-tour-dot{position:absolute;margin-top:-7px;margin-left:-7px;-webkit-animation:fade-in-dot .5s;animation:fade-in-dot .5s}html.graphite .product-tour-dot span{position:relative;top:0;left:0;display:block;border-radius:50%;background-color:#249ddb;-webkit-box-shadow:0 0 0 0 #249ddb;box-shadow:0 0 0 0 #249ddb;width:14px;height:14px;-webkit-transform:scale(1);transform:scale(1);-webkit-animation:pulse-dot 2s infinite;animation:pulse-dot 2s infinite;scroll-margin:30px}@-webkit-keyframes fade-in-dot{0%{opacity:0}100%{opacity:1}}@keyframes fade-in-dot{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes pulse-dot{0%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(36,157,219,.7);box-shadow:0 0 0 0 rgba(36,157,219,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px rgba(36,157,219,0);box-shadow:0 0 0 10px rgba(36,157,219,0)}100%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(36,157,219,0);box-shadow:0 0 0 0 rgba(36,157,219,0)}}@keyframes pulse-dot{0%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(36,157,219,.7);box-shadow:0 0 0 0 rgba(36,157,219,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px rgba(36,157,219,0);box-shadow:0 0 0 10px rgba(36,157,219,0)}100%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(36,157,219,0);box-shadow:0 0 0 0 rgba(36,157,219,0)}}html.graphite .review-star{margin:.5px;height:1em;width:1em}html.graphite .review-star__background{fill:#ffc149;stroke:none}html.graphite .review-star__outline{stroke:#d8d8d8;fill:none}html.graphite .resource-history{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.graphite .resource-history__list-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .resource-history__list{overflow:auto;-webkit-box-flex:1;-ms-flex:1 1 12rem;flex:1 1 12rem;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-right:5px}html.graphite .resource-history__list::-webkit-scrollbar{width:1px;height:1px}html.graphite .resource-history__list::-webkit-scrollbar-button{width:0px;height:0px}html.graphite .resource-history__list::-webkit-scrollbar-thumb{background:#888}html.graphite .resource-history__comment-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2em}html.graphite .resource-history__comment-row--created-by-current-user{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .resource-history__comment-row--created-by-current-user .resource-history__comment{background-color:#249ddb;border-radius:0 8px 8px 8px}html.graphite .resource-history__comment-row--created-by-current-user .resource-history__comment-meta{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .resource-history__comment-row--created-by-other-user{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .resource-history__comment-row--created-by-other-user .resource-history__comment{background-color:#2a3541;border-radius:0 8px 8px 8px}html.graphite .resource-history__comment-row--created-by-other-user .resource-history__comment-meta{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .resource-history__comment-col{max-width:82%}html.graphite .resource-history__link{color:inherit;text-decoration:underline}html.graphite .resource-history__link:hover{color:inherit}html.graphite .resource-history__mention{font-weight:bold}html.graphite .resource-history__comment-timestamp{color:#888}html.graphite .resource-history__input{background-color:rgb(31.9906542056,40.3691588785,49.5093457944);border-radius:15px;padding:0.5em;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-top:auto}html.graphite .resource-history__input::-webkit-input-placeholder{color:#7c8499}html.graphite .resource-history__input::-moz-placeholder{color:#7c8499}html.graphite .resource-history__input::-ms-input-placeholder{color:#7c8499}html.graphite .resource-history__input::placeholder{color:#7c8499}html.graphite .resource-history__input .icon--emoji{font-size:1.3rem;margin:.1rem;color:#bbb}html.graphite .resource-history__input .editor__send-button .icon{background-color:#249ddb;color:#191515;display:inline-block;font-size:.9rem;padding:.25rem}html.graphite .resource-history__input .editor__send-button .icon::before{position:relative;left:-1px;top:1px}html.graphite .resource-history__new-comments-alert{background-color:#1e1f23;border-radius:50px;z-index:1;-webkit-box-shadow:0 0 1rem rgba(0,0,0,.5);box-shadow:0 0 1rem rgba(0,0,0,.5)}html.graphite .resource-history__new-comments-alert:hover{-webkit-box-shadow:0 0 1rem rgba(0,0,0,.5);box-shadow:0 0 1rem rgba(0,0,0,.5)}html.graphite .RelatedHashtagSuggestions{border:.0625rem solid hsla(0,0%,100%,.2);background-color:#1e1f23;width:300px;z-index:1;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px rgba(25,21,21,.6);box-shadow:0px 4px 40px 0px rgba(25,21,21,.6)}html.graphite .RelatedHashtagSuggestions .hashtag_suggestion{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.graphite .RelatedHashtagSuggestions .hashtag_suggestion:hover{background-color:#2a3541}html.graphite .RelatedHashtagSuggestions thead th{color:#249ddb}html.graphite .RelatedHashtagSuggestions tbody th{color:#fff}html.graphite .RelatedHashtagSuggestions th{padding:5px;width:50%;text-transform:initial}html.graphite .RelatedHashtagSuggestions td{text-align:right;padding:5px}@media(min-width: 80rem){html.graphite .reports-index-header{position:fixed;z-index:890;left:0;top:50px;right:0;padding:0 3.5em 0 150px;height:3.75em;border-bottom:0.0625rem solid rgba(36,157,219,.4);background-color:#2a3541}}html.graphite .reports-index-header__filtering__loader{font-size:0;line-height:0;-webkit-transform:scale(0.5);transform:scale(0.5)}html.graphite .reports-index-table .reports-index-nav-button{padding:.5em;width:8em}html.graphite .reports-index-table__controls{min-height:32px}html.graphite .reports-index-table__page .reports-index-table__row{border-top:1px solid hsla(0,0%,100%,.2)}html.graphite .reports-index-table__page:nth-child(2) .reports-index-table__row:first-child{border-top:none}html.graphite .reports-index-table__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .reports-index-table__row.is-header{background-color:#2a3541}html.graphite .reports-index-table__row.is-header .reports-index-table__cell{color:#7c8499;text-transform:uppercase}html.graphite .reports-index-table__row.is-empty .reports-index-table__cell{width:100%}html.graphite .reports-index-table__row.is-pending .reports-index-table__cell{color:#7c8499}html.graphite .reports-index-table__cell{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:.85em;padding:1em}html.graphite .reports-index-table__cell:nth-child(1){width:5%}html.graphite .reports-index-table__cell:nth-child(2){width:25%}html.graphite .reports-index-table__cell:nth-child(3){width:10%}html.graphite .reports-index-table__cell:nth-child(4){width:12.5%}html.graphite .reports-index-table__cell:nth-child(5){width:12.5%}html.graphite .reports-index-table__cell:nth-child(6){width:10%}html.graphite .reports-index-table__cell:nth-child(7){width:8%}html.graphite .reports-index-table__cell:nth-child(8){width:5%}html.graphite .reports-index-table__cell:nth-child(8){width:7%}html.graphite .reports-index-table__cell:nth-child(9){width:5%}html.graphite .reports-index-table__cell--status{font-size:.75em}html.graphite .reports-index-table__cell--status.is-failed{color:#e71b26 !important}html.graphite .reports-index-table__cell--status.is-pending{color:#ffc432 !important}html.graphite .reports-index-table__cell--status.is-published{color:#7c8499 !important}html.graphite .reports-index-table__cell--status.is-editable{color:#86ba2c !important}html.graphite .reports-index-table__cell .report-checkbox{margin-top:0.875em}html.graphite .reports-index-table__cell .report-name__icon{font-size:2rem}html.graphite .reports-index-table__cell .delivery-time{text-transform:none}html.graphite .five-star-dial{position:relative;text-align:center;height:3em}html.graphite .five-star-dial svg{height:100%;width:auto}html.graphite .five-star-dial.small{height:3em}html.graphite .five-star-dial.medium{height:4.2em}html.graphite .five-star-dial.large{height:6em}html.graphite .five-star-dial .five-star-indicator{position:absolute;left:50%;top:0;margin-left:-0.5em;padding-top:.3em;height:100%;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:rotate(0deg);transform:rotate(0deg)}html.graphite .five-star-dial .five-star-score{font-weight:normal;position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:1.25em}@media(min-width: 80rem){html.graphite .schedules-index-header{position:fixed;z-index:890;left:0;top:50px;right:0;padding:0 3.5em;height:3.75em;border-bottom:0.0625rem solid rgba(36,157,219,.4);background-color:#2a3541}}html.graphite .schedules-index-header__filtering__loader{font-size:0;line-height:0;-webkit-transform:scale(0.5);transform:scale(0.5)}html.graphite .schedules-index-table .reports-index-nav-button{padding:.5em;width:8em}html.graphite .schedules-index-table__controls{min-height:32px}html.graphite .schedules-index-table__page .schedules-index-table__row{border-top:1px solid hsla(0,0%,100%,.2)}html.graphite .schedules-index-table__page:nth-child(2) .schedules-index-table__row:first-child{border-top:none}html.graphite .schedules-index-table__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .schedules-index-table__row.is-header{background-color:#2a3541}html.graphite .schedules-index-table__row.is-header .schedules-index-table__cell{color:#7c8499;text-transform:uppercase}html.graphite .schedules-index-table__row.is-empty .schedules-index-table__cell{width:100%}html.graphite .schedules-index-table__row.is-pending .schedules-index-table__cell{color:#7c8499}html.graphite .schedules-index-table__cell{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:.85rem;padding:1em}html.graphite .schedules-index-table__cell:nth-child(1){width:5%}html.graphite .schedules-index-table__cell:nth-child(2){width:20%}html.graphite .schedules-index-table__cell:nth-child(3){width:17%}html.graphite .schedules-index-table__cell:nth-child(4){width:8%}html.graphite .schedules-index-table__cell:nth-child(5){width:10%}html.graphite .schedules-index-table__cell:nth-child(6){width:10%}html.graphite .schedules-index-table__cell:nth-child(7){width:10%}html.graphite .schedules-index-table__cell:nth-child(8){width:7%}html.graphite .schedules-index-table__cell:nth-child(9){width:8%}html.graphite .schedules-index-table__cell:nth-child(10){width:5%}html.graphite .schedules-index-table__cell--frequency,html.graphite .schedules-index-table__cell--status,html.graphite .schedules-index-table__cell--duration{font-size:.75rem}html.graphite .schedules-index-table__cell--status.is-paused{color:#ffc432 !important}html.graphite .schedules-index-table__cell--status.is-active{color:#86ba2c !important}html.graphite .schedules-index-table__cell .report-checkbox{margin-top:0.875em}html.graphite .schedules-index-table__cell .report-name__icon{font-size:2rem}html.graphite .schedules-index-table__cell .delivery-time{text-transform:none}html.graphite .scheduled-post-editor>.modal__content{width:calc(100vw - 8rem);max-width:1550px;min-width:640px}html.graphite .scheduled-post-editor__form .dropdown{border:none;border-radius:0.25rem}@media(min-width: 48rem){html.graphite .scheduled-post-editor__form{min-height:90%;height:auto}html.graphite .scheduled-post-editor__form .search-multi-select__select,html.graphite .scheduled-post-editor__form .search-multi-select__select--short{max-height:130px;overflow-y:auto}html.graphite .scheduled-post-editor__form-panel{width:60%}html.graphite .scheduled-post-editor__details-panel{width:40%;min-height:520px}}html.graphite .scheduled-post-editor__share-button{position:absolute;right:25px;top:35px}html.graphite .scheduled-post-editor__show-details{border:0.0625rem solid hsla(0,0%,100%,.2);-webkit-transform:translate(100%, -100%) rotate(90deg);transform:translate(100%, -100%) rotate(90deg);background:#1e1f23;position:absolute;color:#249ddb;cursor:pointer;-webkit-box-shadow:0px -13px 24px -2px rgba(0,0,0,.6);box-shadow:0px -13px 24px -2px rgba(0,0,0,.6);right:0;-webkit-transform-origin:bottom left;transform-origin:bottom left;display:inline-table}html.graphite .scheduled-post-editor__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.graphite .scheduled-post-editor__details-body{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}html.graphite .scheduled-post-editor__post-loading{margin:280px auto}html.graphite .scheduled-post-editor__post-contents{padding:1em;border-radius:0.25rem;border:0.0625rem solid hsla(0,0%,100%,.2);background-color:hsl(228,7.6923076923%,16.7450980392%)}html.graphite .scheduled-post-editor__post-contents .reply-button{color:#249ddb}html.graphite .scheduled-post-editor__post-contents-section{padding:0.5em;border-radius:0.25rem;background-color:#2a3541}html.graphite .scheduled-post-editor__tab{border-bottom:2px solid rgba(0,0,0,0);padding:0 0.25em;display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;-webkit-transition:border-color 300ms;transition:border-color 300ms;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;overflow:hidden;color:#249ddb;text-transform:uppercase}html.graphite .scheduled-post-editor__tab:not(:first-of-type){margin-left:0.5em}html.graphite .scheduled-post-editor__tab--selected{border-bottom:2px solid #249ddb}html.graphite .scheduled-post-editor__destination-link-url{color:inherit !important;height:auto !important;padding:0 !important;margin:0 !important;border-radius:0 !important}html.graphite .scheduled-post-editor__destination-link-url::-webkit-input-placeholder{color:#7c8499}html.graphite .scheduled-post-editor__destination-link-url::-moz-placeholder{color:#7c8499}html.graphite .scheduled-post-editor__destination-link-url::-ms-input-placeholder{color:#7c8499}html.graphite .scheduled-post-editor__destination-link-url::placeholder{color:#7c8499}html.graphite .scheduled-post-editor__link-preview-wrapper{height:180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .scheduled-post-editor__link-preview-container{margin:0 -0.5em;padding:0 0.25em;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .scheduled-post-editor__refresh-link-preview{background:rgba(0,0,0,.6)}html.graphite .scheduled-post-editor__refresh-link-preview:hover{background:rgba(0,0,0,.6);opacity:1}html.graphite .scheduled-post-editor__remove-link-preview{top:0;right:0;background:rgba(0,0,0,.6)}html.graphite .scheduled-post-editor__remove-link-preview:hover{background:rgba(0,0,0,.6)}html.graphite .scheduled-post-editor__link-preview-column{height:100%;margin:0 0.5em}html.graphite .scheduled-post-editor__link-preview-image-wrapper{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}html.graphite .scheduled-post-editor__link-preview-image-wrapper img{max-height:100%;max-width:100%;border-radius:0.25rem}html.graphite .scheduled-post-editor__link-preview-text-wrapper{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.graphite .scheduled-post-editor__link-preview-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.graphite .scheduled-post-editor__link-preview-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.graphite .scheduled-post-editor__link-preview-url{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal}html.graphite .scheduled-post-editor__media-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:188px;outline:none;margin:0 -0.5em;padding:0 0.25em;overflow:auto;margin-bottom:-8px}html.graphite .scheduled-post-editor__media-container::-webkit-scrollbar{height:8px;background-color:#ccc;border-radius:3px;border:1px solid rgba(0,0,0,0);background-clip:padding-box}html.graphite .scheduled-post-editor__media-container::-webkit-scrollbar-thumb{border-radius:4px;background-color:#888;border:2px solid rgba(0,0,0,0);background-clip:padding-box}html.graphite .scheduled-post-editor__media-container:focus .scheduled-post-editor__media-placeholder,html.graphite .scheduled-post-editor__media-container--is-drag-active .scheduled-post-editor__media-placeholder{color:inherit}html.graphite .scheduled-post-editor__media-column{padding:0 0.25em;cursor:default}html.graphite .scheduled-post-editor__media-thumb-wrapper{height:180px;width:180px;overflow:hidden;border-radius:0.25rem;position:relative}html.graphite .scheduled-post-editor__media-thumb-wrapper:hover .scheduled-post-editor__media-thumb-overlay{opacity:1}html.graphite .scheduled-post-editor__media-thumb-overlay{-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease;opacity:0;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,.6);position:absolute;padding:0.25em;pointer-events:none}html.graphite .scheduled-post-editor__media-thumb-overlay--persist{opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;transition:none}html.graphite .scheduled-post-editor__remove-media{position:absolute;top:0;right:0;background:hsla(0,0%,100%,.8);color:#000;pointer-events:auto}html.graphite .scheduled-post-editor__remove-media:hover{background:hsla(0,0%,100%,.8);color:#000}html.graphite .scheduled-post-editor__choose-thumbnail{position:absolute;top:0;left:0;background:hsla(0,0%,100%,.8);color:#000;pointer-events:auto}html.graphite .scheduled-post-editor__choose-thumbnail:hover{background:hsla(0,0%,100%,.8);color:#000}html.graphite .scheduled-post-editor__media-thumb{height:100%;width:100%}html.graphite .scheduled-post-editor__media-thumb--image{background-repeat:no-repeat;background-size:contain;background-position:50%}html.graphite .scheduled-post-editor__media-thumb--deleted{background:#1e1f23;color:#fff;position:relative}html.graphite .scheduled-post-editor__media-thumb--deleted::after{content:"Content Removed";text-align:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.graphite .scheduled-post-editor__media-thumb--video:before,html.graphite .scheduled-post-editor__media-thumb--video:after{content:" ";position:absolute;top:0;height:100%;border:3px solid #000;width:16px;background-image:repeating-linear-gradient(0deg, #fff, #fff 7%, #000 0, #000 18%);opacity:.6}html.graphite .scheduled-post-editor__media-thumb--video:before{left:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}html.graphite .scheduled-post-editor__media-thumb--video:after{right:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}html.graphite .scheduled-post-editor__media-thumb--video>video{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;border-radius:inherit}html.graphite .scheduled-post-editor__media-thumb--video>video::-webkit-media-controls-start-playback-button{display:none;-webkit-appearance:none}html.graphite .scheduled-post-editor__media-placeholder-icon{font-size:2.6em}html.graphite .scheduled-post-editor__media-placeholder{color:#7c8499;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .scheduled-post-editor__post-type-selector{background:rgba(25,21,21,.7);border-radius:0 0 0 0.25rem;right:0;top:0;z-index:2}html.graphite .scheduled-post-editor__text-editor{margin-bottom:1em}html.graphite .scheduled-post-editor__text-editor--title{min-height:2rem}html.graphite .scheduled-post-editor__network-message-tab-container{-webkit-box-flex:1;-ms-flex:auto;flex:auto}html.graphite .scheduled-post-editor__network-message-character-count{min-width:4ch}html.graphite .scheduled-post-editor__status-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .scheduled-post-editor__publish-at-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .scheduled-post-editor__actions-wrapper{-webkit-box-flex:0;-ms-flex:0;flex:0;z-index:4;max-width:50%}html.graphite .scheduled-post-editor__actions-wrapper .post-editor-actions{overflow-x:clip;overflow-y:visible}html.graphite .scheduled-post-editor__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.graphite .scheduled-post-editor__publish-at-modal .modal__content{width:auto}html.graphite .scheduled-post-editor__publish-at-modal .modal__close{right:6px;top:6px}html.graphite .scheduled-post-editor__publish-at-dropdown{background:#1e1f23;z-index:1050}html.graphite .scheduled-post-editor__action-button-wrapper--down{border-radius:0 0 0.25rem 0.25rem;background:#1e1f23}html.graphite .scheduled-post-editor__action-button-wrapper--down button{border-radius:0;border-top:0}html.graphite .scheduled-post-editor__action-button-wrapper--down:last-child button{border-radius:0 0 0.25rem 0.25rem}html.graphite .scheduled-post-editor__action-button-wrapper--up{border-radius:0.25rem 0.25rem 0 0;background:#1e1f23}html.graphite .scheduled-post-editor__action-button-wrapper--up button{border-radius:0;border-bottom:0}html.graphite .scheduled-post-editor__action-button-wrapper--up:first-child button{border-radius:0.25rem 0.25rem 0 0}html.graphite .scheduled-post-editor__actions-dropdown-button{-webkit-box-flex:0;-ms-flex:0;flex:0;-webkit-transition:300ms;transition:300ms}html.graphite .scheduled-post-editor__actions--expanded-down .button-group__button:first-child{min-width:7.3em;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:0.25rem 0 0 0}html.graphite .scheduled-post-editor__actions--expanded-down .button-group__button:last-child{-webkit-box-flex:0;-ms-flex:0;flex:0;border-radius:0 0.25rem 0 0}html.graphite .scheduled-post-editor__actions--expanded-up .button-group__button:first-child{min-width:7.3em;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:0 0 0 0.25rem}html.graphite .scheduled-post-editor__actions--expanded-up .button-group__button:last-child{-webkit-box-flex:0;-ms-flex:0;flex:0;border-radius:0 0 0.25rem 0}html.graphite .scheduled-post-editor__primary-action-button{min-width:7.3em;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:300ms;transition:300ms}html.graphite .scheduled-post-editor__overflow-details-body-content{overflow-y:auto;overflow-x:hidden;height:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding-right:5px}html.graphite .scheduled-post-editor__overflow-details-body-content::-webkit-scrollbar{width:1px;height:1px}html.graphite .scheduled-post-editor__overflow-details-body-content::-webkit-scrollbar-button{width:0px;height:0px}html.graphite .scheduled-post-editor__overflow-details-body-content::-webkit-scrollbar-thumb{background:#888}html.graphite .scheduled-post-editor__comments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.graphite .scheduled-post-editor__media-gallery .icon-dropdown__list{right:-55px;padding:.5rem}html.graphite .scheduled-post-editor__media-gallery .album-navigation{font-size:0.9375rem}html.graphite .scheduled-post-editor__media-gallery .album-navigation__albums{overflow-x:scroll;font-size:15px}html.graphite .scheduled-post-editor__media-gallery .album-navigation__breadcrumbs{font-size:15px;overflow-x:auto}html.graphite .scheduled-post-editor__media-gallery .album-navigation__album-tile{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem .75rem;background:#2a3541;border-radius:0.25rem;-ms-flex-negative:0;flex-shrink:0}html.graphite .scheduled-post-editor__media-gallery .album-navigation__album-tile .icon{position:absolute;right:1rem}html.graphite .scheduled-post-editor__media-gallery-filters{position:sticky;top:-1px;background:#1e1f23;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.5rem;padding-top:1px}html.graphite .scheduled-post-editor__media-gallery-filters .filters-panel__container{right:0;min-width:300px}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button{overflow:visible;-webkit-transition:300ms;transition:300ms;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0 .25rem 0 0}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button__title{color:#249ddb;-webkit-transition:300ms;transition:300ms}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button:hover .media-filter-button__title{color:#fff}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown{position:relative;height:auto}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown__selected-text{font-weight:400}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown:hover:not(.dropdown--disabled) .dropdown__selected-text,html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown:hover:not(.dropdown--disabled) i{opacity:1;color:#fff}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button .text--brand{-webkit-transition:300ms;transition:300ms}html.graphite .scheduled-post-editor__media-gallery-filters .media-filter-button:hover .text--brand{color:#fff}html.graphite .scheduled-post-editor__media-gallery-filters .location-selector-panel__container{left:-100%}html.graphite .scheduled-post-editor__gallery-masonry--overlay{position:relative;opacity:.5}html.graphite .scheduled-post-editor__gallery-masonry--overlay::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.6)}html.graphite .scheduled-post-editor__fullscreen-media{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.graphite .scheduled-post-editor__fullscreen-media img,html.graphite .scheduled-post-editor__fullscreen-media video{max-height:90vh;max-width:90vw}html.graphite .scheduled-post-editor__fullscreen-media button{position:fixed;top:0;right:0;color:#fff;font-size:2rem}html.graphite .scheduled-post-editor__fullscreen-media button:hover,html.graphite .scheduled-post-editor__fullscreen-media button:focus{color:#888}html.graphite .media-thumb--video{background-repeat:no-repeat;background-size:cover}html.graphite .media-thumb--video:before,html.graphite .media-thumb--video:after{content:" ";position:absolute;top:0;height:100%;border:3px solid #000;width:16px;background-image:repeating-linear-gradient(0deg, #fff, #fff 7%, #000 0, #000 18%);opacity:.6}html.graphite .media-thumb--video:before{left:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}html.graphite .media-thumb--video:after{right:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}html.graphite .media-thumb--video>video{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;border-radius:inherit}html.graphite .media-thumb--video>video::-webkit-media-controls-start-playback-button{display:none;-webkit-appearance:none}html.graphite .search-multi-select{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#2a3541;border-radius:0.25rem;border:0.0625rem solid rgba(0,0,0,0)}html.graphite .search-multi-select--dropdown-is-shown{border:0.0625rem solid hsla(0,0%,100%,.2);border-bottom-right-radius:0;border-bottom-left-radius:0}html.graphite .search-multi-select__select,html.graphite .search-multi-select__select--short{padding:0.25em;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .search-multi-select__select--short{max-height:120px;overflow:auto}html.graphite .search-multi-select__dropdown-options{border:0.0625rem solid hsla(0,0%,100%,.2);position:absolute;top:100%;background:#2a3541;z-index:1050;max-height:260px;overflow:auto;width:calc(100% + 2*0.0625rem);left:-0.0625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}html.graphite .search-multi-select__option{padding:10px;cursor:pointer}html.graphite .search-multi-select__option--highlighted{background:#13181d}html.graphite .search-multi-select__option:hover{background:#13181d}html.graphite .search-multi-select__item{background-color:#1e1f23;margin-top:2px;margin-bottom:2px}html.graphite .search-multi-select__search-input,html.graphite .search-multi-select__placeholder{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}html.graphite .search-multi-select__search-input.grow,html.graphite .search-multi-select__placeholder.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite .search-multi-select__search-input::-webkit-input-placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select__search-input::-moz-placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select__search-input::-ms-input-placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select__search-input::placeholder,html.graphite .search-multi-select__placeholder{color:#7c8499}html.graphite .search-multi-select:focus{outline:1px dotted #249ddb}html.graphite .SegmentsGroupDropdown .group-selector{background-color:#2a3541;padding:10px;margin:0 0 5px 0;border-radius:5px}html.graphite .SegmentsGroupDropdown .group-selector h3{font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .SegmentsGroupDropdown .group-selector h3 span{padding-left:5px;padding-right:5px}html.graphite .SegmentsGroupDropdown .group-selector h3 span.icon{cursor:pointer;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}html.graphite .SegmentsGroupDropdown .group-selector h3 span:not(.icon){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:5px;margin-right:5px}html.graphite .select-from-list-modal__container{z-index:11100}html.graphite .select-from-list-modal__container .modal__content{padding:0;max-width:520px}html.graphite .sentiment-dropdown .dropdown{background:none;border:0;font-weight:bold;height:2em}html.graphite .sentiment-dropdown .dropdown.positive .dropdown__container{border-color:#86ba2c;background-color:hsl(81.9718309859,61.7391304348%,80.0980392157%)}html.graphite .sentiment-dropdown .dropdown.negative .dropdown__container{border-color:#e71b26;background-color:rgb(248,188.5,191.7083333333)}html.graphite .sentiment-dropdown .dropdown.neutral .dropdown__container{border-color:#249ddb;background-color:rgb(189.3,225.6,244.2)}html.graphite .sentiment-dropdown .dropdown__container{border-left:4px solid;background:none;padding:0 14px;height:2em;color:#111}html.graphite .sentiment-dropdown .dropdown__arrow{font-size:.8em}html.graphite .sentiment-dropdown .dropdown__options{padding:12px 16px;background:#13181d}html.graphite .sentiment-dropdown .dropdown__options--up{margin-bottom:5px}html.graphite .sentiment-dropdown .dropdown__option{padding:0;background:none;font-weight:normal}html.graphite .share-mass-post__network-row h4,html.graphite .share-mass-post__region-row h4{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;font-weight:500}html.graphite .share-mass-post__network-row,html.graphite .share-mass-post__region-container{background:#2a3541;border-radius:0.25rem;padding:.7rem;margin-bottom:.5rem}html.graphite .share-mass-post__region-row,html.graphite .share-mass-post__integration-row:not(:last-of-type){margin-bottom:.7rem}html.graphite .share-mass-post .checkbox input[type=checkbox]{margin-top:-7px}html.graphite .share-mass-post__integration-row p{margin-left:1rem;text-indent:-1rem}html.graphite .share-mass-post__confirmation{position:sticky;bottom:-1px;padding-bottom:1px;background:#1e1f23;padding-top:1rem;text-align:right}html.graphite .social-monitor-frame{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;position:relative}html.graphite .social-monitor-frame__header{background:-webkit-gradient(linear, left top, right top, color-stop(20%, #191515), to(#2a3541));background:linear-gradient(to right, #191515 20%, #2a3541);padding:20px 50px;height:90px;line-height:50px;border-bottom:1px solid hsla(0,0%,100%,.8)}html.graphite .social-monitor-frame__header .title{display:inline}html.graphite .social-monitor-frame__header .close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;float:right;cursor:pointer}html.graphite .social-monitor-frame__header .close__icon{width:30px}html.graphite .social-monitor-frame__content-area{width:80%;overflow-y:auto}html.graphite .social-monitor-frame__content-area__content{padding:40px 55px;padding-right:100px;height:150vh;background-image:linear-gradient(to bottom, #2a3541 0px, #191515 65%)}html.graphite .social-monitor-frame__preview{background-color:#191515;width:30%;padding:15px 20px 80px;height:100%;overflow-x:hidden;overflow-y:auto}html.graphite .social-monitor-frame__status-buttons{text-align:center}html.graphite .social-monitor-frame__status-buttons button.button{width:80%;margin:0 0 10px 0}html.graphite .social-monitor-frame__status-buttons button.button:last-child{margin-bottom:0}html.graphite .social-monitor-frame__name{margin-bottom:35px}html.graphite .social_account_search{position:absolute;top:100%;left:0;width:100%;z-index:11101;border:none;border-radius:4px;padding:0;background:#2a3541;-webkit-box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6)}html.graphite .social_account_search__suggestion{border-top:1px solid #1e1f23;padding:.5em;cursor:pointer}html.graphite .social_account_search__suggestion:hover{background-color:rgba(30,31,35,.3)}html.graphite .social-monitor-dropdown__monitor-option--highlighted{background-color:#2a3541}html.graphite .social-monitor-dropdown__monitor-option--selected{color:#7d8c9b}html.graphite .social-monitor-edit{top:-1.875em;margin-bottom:-1.875em}html.graphite .social-monitor-edit__header{border-bottom:1px solid #1e1f23;top:0;left:0;height:60px;width:100%}html.graphite .social-monitor-edit__header .step{width:1.5em;height:1.5em;border-radius:50%;color:#000;background-color:#7d8c9b}html.graphite .social-monitor-edit__header .step.selected{background-color:#249ddb}html.graphite .social-monitor-edit__header .dash{color:#7c8499;width:15px}html.graphite .social-monitor-edit__body .body-left{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.graphite .social-monitor-edit__body .body-right{min-width:30%;-webkit-box-flex:0;-ms-flex:0 1 0px;flex:0 1 0;overflow-y:scroll}html.graphite .social-monitor-edit__body-rules .rule-group-container{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.graphite .social-monitor-edit__body-rules .rule-group-instructions{min-width:35%;-webkit-box-flex:0;-ms-flex:0 1 0px;flex:0 1 0}html.graphite .social-monitor-edit__settings h2{padding-bottom:10px;border-bottom:1px solid #2a3541}html.graphite .social-monitor-edit .panel{padding:2.5em 2.5em}html.graphite .social-monitor-edit .panel__body{border-bottom-left-radius:10px;border-bottom-right-radius:10px}html.graphite .social-monitor-edit__name-form .name input{font-size:1.3rem;height:1.875em;padding:0 0.5em;width:15.625em}html.graphite .social-monitor-edit .nav-tabs__list{padding-left:0.625em}html.graphite .social-monitor-edit .nav-tabs__list .nav-tabs__tab a{font-size:1em}html.graphite .social-monitor-edit__rule-group .panel{background-color:#242a32;border:none;padding:0}html.graphite .social-monitor-edit__rule-group .panel__heading,html.graphite .social-monitor-edit__rule-group .panel__body{background-color:inherit}html.graphite .social-monitor-edit__rule-group .panel__heading__label{text-transform:none}html.graphite .social-monitor-edit__rule-group .panel:focus{outline:none}html.graphite .social-monitor-edit__rule-group .panel-form__input,html.graphite .social-monitor-edit__rule-group .KeywordsDraftEditor,html.graphite .social-monitor-edit__rule-group .rule-input__checkbox-group,html.graphite .social-monitor-edit__rule-group .rule-input__checkboxes-group{background-color:#191515;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.graphite .social-monitor-edit__rule-group .proximity-field-input{border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.graphite .social-monitor-edit__rule-group .proximity-field-input input{background-color:#191515;color:#fff}html.graphite .social-monitor-edit__rule-group .free-field-input textarea{background-color:#191515;color:#fff}html.graphite .social-monitor-edit__rule-group .free-field-input .free-form-button-container{background-color:#2a3541}html.graphite .social-monitor-edit__rule-group .free-field-input .free-form-helper{background-color:#2a3541;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.graphite .social-monitor-edit__rule-group .rule-group-name-input{max-width:40%;font-size:1.25rem;height:2em;padding:0 .5em}html.graphite .social-monitor-edit__rule-group .row-connector{border-right:0.0625rem solid #7d8c9b;width:50%;height:15px}html.graphite .social-monitor-edit__rule-group .row-divider{border-bottom:0.0625rem solid #7d8c9b;width:40%;height:1px}html.graphite .social-monitor-edit__rule-group .row-connector-group .pill{border:0.0625rem solid #7d8c9b;height:auto;line-height:inherit;margin:0 0.9375em 0 0.9375em;width:3.125em;text-align:center}html.graphite .social-monitor-edit__rule-group .row-buttons{width:100%}html.graphite .social-monitor-edit .read-edit-rows .add-more{margin-top:1.25em}html.graphite .social-monitor-edit .read-edit-rows .rule-button-container{position:absolute;bottom:5px;right:5px}.row html.graphite .social-monitor-edit__pausing .row{margin:0}html.graphite .social-monitor-edit .step-accordion__body{width:100%}html.graphite .social-monitor-edit .rule-accordion-item__title{border-bottom:0.0625rem solid #fff;cursor:pointer}html.graphite .social-monitor-edit .rule-accordion-item__caret{display:inline-block;-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}html.graphite .social-monitor-edit .rule-accordion-item--active .rule-accordion-item__caret{-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.graphite .social-monitor-edit .rule-accordion-item .rule-input .profile-field-input-box{padding:1em 0 0 0}html.graphite .social-monitor-edit__dashboard-templates{width:900px}html.graphite .social-monitor-edit__dashboard-templates .dashboard-template-type-tile{height:200px;width:250px;cursor:pointer}html.graphite .social-monitor-edit__dashboard-templates .dashboard-template-type-tile .icon{height:65px;width:65px;font-size:65px}html.graphite .social-monitor-edit__dashboard-templates .dashboard-template-form{width:50%}html.graphite .social-monitor-edit__dashboard-templates .selected{border:3px solid #249ddb}html.graphite .social-monitor-edit__dashboard-templates .disabled{opacity:.5}html.graphite .social-monitor-edit__monitor-types .panel{margin-bottom:2.5em;padding:1.25em;border:1px solid #1e1f23;width:100%}@media(min-width: 48rem){html.graphite .social-monitor-edit__monitor-types .panel{width:48%}}@media(min-width: 80rem){html.graphite .social-monitor-edit__monitor-types .panel{max-width:375px}}html.graphite .social-monitor-edit__monitor-types .panel:hover{border:1px solid hsl(210,13.0434782609%,79.9019607843%);cursor:pointer}html.graphite .social-monitor-edit__monitor-types .panel.selected{border:1px solid #7d8c9b}html.graphite .location-selector__button:hover .sub-account-label{opacity:1;color:#fff}html.graphite .location-selector .navbar-item{overflow:visible}html.graphite .location-selector .navbar-item .navbar-selected-count{position:absolute}html.graphite .location-selector .location-selector-panel{border:0.0625rem solid #2a3541;position:absolute;width:500px;max-width:100vw;margin-left:1rem;max-height:80vh;background-color:#1e1f23;font-size:1rem;z-index:1050;-webkit-box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);box-shadow:0px 2px 13px 0px rgba(0,0,0,.2)}html.graphite .location-selector .location-selector-panel__title{font-size:1.375rem;color:#fff;line-height:40px}html.graphite .location-selector .location-selector-panel__clear-all{font-size:.85rem;border-bottom:1px solid}html.graphite .location-selector .location-selector-panel .divider{border-top:0.0625rem solid #2a3541}html.graphite .location-selector .location-selector-panel .search-area{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .location-selector .location-selector-panel .search-area input[type=search]{background-color:#2a3541}html.graphite .location-selector .location-selector-panel .search-area input[type=search]::-webkit-input-placeholder{color:#9aa8b3}html.graphite .location-selector .location-selector-panel .search-area input[type=search]::-moz-placeholder{color:#9aa8b3}html.graphite .location-selector .location-selector-panel .search-area input[type=search]::-ms-input-placeholder{color:#9aa8b3}html.graphite .location-selector .location-selector-panel .search-area input[type=search]::placeholder{color:#9aa8b3}html.graphite .location-selector .location-selector-panel .sort-container{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.graphite .location-selector .location-selector-panel .sort-container .location-sort-dropdown{top:0;min-width:31%;-webkit-transition:none;transition:none}html.graphite .location-selector .location-selector-panel .sort-container .dropdown--clean .dropdown__container{border:1px solid rgba(0,0,0,0);padding:.25em;min-width:25%}html.graphite .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__container{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;background-color:#191515;border-top:0.0625rem solid #2a3541;border-left:0.0625rem solid #2a3541;border-right:0.0625rem solid #2a3541;padding:.25rem}html.graphite .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__options{background:#191515;border-top:0;padding:.25em;border-color:#2a3541;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.graphite .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__option{color:#fff;font-weight:400;background:rgba(0,0,0,0);vertical-align:baseline;padding:0;border:none}html.graphite .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__option:hover{color:#7d8c9b}html.graphite .location-selector .location-selector-panel .locations-list{max-height:400px;overflow-y:auto;position:relative}html.graphite .location-selector .location-selector-panel .locations-list::-webkit-scrollbar{width:11px;border-width:5px}html.graphite .location-selector .location-selector-panel .locations-list::-webkit-scrollbar-track-piece{background-color:#fff;border-color:#1e1f23;border-style:solid;border-width:1px 5px}html.graphite .location-selector .location-selector-panel .locations-list::-webkit-scrollbar-thumb{border-radius:4px;background-color:#fff;border-color:#1e1f23;border-style:solid;border-width:0px 2px}html.graphite .text-editor{cursor:text}html.graphite .text-editor__emoji-dropdown{-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);z-index:1050;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0.25rem}html.graphite .text-editor__emoji-dropdown .emoji-mart-emoji span{cursor:inherit}html.graphite .text-editor__emoji-dropdown .emoji-mart button{background:none}html.graphite .text-editor__emoji-dropdown .emoji-mart input[type=search]{background-image:none}html.graphite .text-editor__mention-suggestions{border:0.0625rem solid hsla(0,0%,100%,.2);background-color:#1e1f23;width:250px;z-index:1;border-radius:0.25rem;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);overflow:auto;max-height:200px}html.graphite .text-editor__mention-suggestions-user{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.graphite .text-editor__mention-suggestions-user--highlighted{background-color:#2a3541}html.graphite .text-editor__link{text-decoration:underline}html.graphite .text-editor__mention{color:#249ddb}html.graphite .text-editor .public-DraftEditorPlaceholder-root{color:#7c8499}html.graphite .TitleTextArea{padding:.5em;border-radius:.25rem;background-color:#2a3541}html.graphite .TitleTextArea>textarea,html.graphite .TitleTextArea>input[type=text]{border:none;padding:0;height:32px}html.graphite .TitleTextArea>textarea::-webkit-input-placeholder,html.graphite .TitleTextArea>input[type=text]::-webkit-input-placeholder{color:#7c8499}html.graphite .TitleTextArea>textarea::-moz-placeholder,html.graphite .TitleTextArea>input[type=text]::-moz-placeholder{color:#7c8499}html.graphite .TitleTextArea>textarea::-ms-input-placeholder,html.graphite .TitleTextArea>input[type=text]::-ms-input-placeholder{color:#7c8499}html.graphite .TitleTextArea>textarea::placeholder,html.graphite .TitleTextArea>input[type=text]::placeholder{color:#7c8499}html.graphite .user-selector{position:relative}html.graphite .user-selector .selector-panel{position:relative;z-index:1050}html.graphite .user-selector .selector-panel__container{width:250px;background-color:#191515;padding-bottom:12px;-webkit-box-shadow:none;box-shadow:none}html.graphite .user-selector .selector-panel__head{display:block}html.graphite .user-selector .selector-panel__title{display:none}html.graphite .user-selector .selector-panel__search{padding:0;margin:12px}html.graphite .user-selector .selector-panel__search input{background-color:#191515;border:1px solid #2a3541;border-radius:0}html.graphite .user-selector .selector-panel__list--scrollable{max-height:17.5rem}html.graphite .user-selector .selector-panel__item{padding:3px 15px;cursor:pointer}html.graphite .user-selector .selector-panel__item--current{font-weight:normal}html.graphite .user-selector__button{position:relative;line-height:0}html.graphite .user-selector__button .icon{display:none;position:absolute;font-size:0.625rem;left:-13px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}html.graphite .user-selector__button:hover .icon{display:block}html.graphite .user-selector__unassigned-avatar{width:25px;height:25px;background-color:#1e1f23;border:1px solid #1e1f23;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:25px}html.graphite .user-selector .user-avatar{border-radius:25px}html.graphite .user-selector-panel{width:100%}html.graphite .user-selector-panel .user-selector-panel-list{min-height:172px;padding:.5em 0 0 .5em;-ms-flex-line-pack:baseline;align-content:baseline}html.graphite .user-selector-panel .user-selector-panel-select{background:inherit}html.graphite .user-selector-panel .user-unit{padding:.5em;height:50px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}html.graphite .user-selector-panel .user-unit .remove-user{height:100%;right:.25em;display:none}html.graphite .user-selector-panel .user-unit:hover .remove-user{display:block}html.graphite .user-selector-panel .inherit-styles{background:inherit;border-left:none;border-right:none;border-bottom:none}html.graphite .user-selector-panel .inherit-styles input{background:inherit}html.graphite .user-selector-panel .inherit-styles .dropdown__options{background:inherit}html.graphite .value-scale{min-width:200px;padding-top:.5em;padding-bottom:.5em;min-height:calc(1.4em + 12px)}html.graphite .value-scale__scale{position:relative}html.graphite .value-scale__scale__bar{width:100%;height:2px;position:absolute;left:0;top:calc(50% - 2px/2)}html.graphite .value-scale__scale__min-tick{width:2px;height:8px;position:absolute;left:0;top:calc(50% - 8px/2)}html.graphite .value-scale__scale__mid-tick{width:2px;height:8px;position:absolute;left:50%;top:calc(50% - 8px/2)}html.graphite .value-scale__scale__max-tick{width:2px;height:8px;position:absolute;right:0;top:calc(50% - 8px/2)}html.graphite .value-scale__scale__dot{border-radius:50%;width:12px;height:12px;position:absolute;top:calc(50% - 12px/2);opacity:1}html.graphite .value-scale__labels{position:relative;margin-top:.3em;font-size:.9em}html.graphite .value-scale__labels__min-label{text-align:left;position:absolute;left:0}html.graphite .value-scale__labels__mid-label{text-align:center;position:absolute;left:0;width:100%}html.graphite .value-scale__labels__max-label{text-align:right;position:absolute;right:0}html.graphite .view-report-frame{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;overflow:hidden;position:relative}html.graphite .view-report-frame__loader{background:rgba(124,132,153,.25);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}html.graphite .view-report-frame__loader__content{background:hsla(0,0%,100%,.5);-webkit-box-shadow:0 0 5px 5px hsla(0,0%,100%,.5);box-shadow:0 0 5px 5px hsla(0,0%,100%,.5);left:50%;padding:10px;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.graphite .view-report-frame__pages{padding:0 2em;overflow-y:auto}html.graphite .view-report-frame__body{background-color:#eef2f3;color:#000;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 80px);padding-top:1.5em}html.graphite .view-report-frame__actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .view-report-frame__actions a.text--brand:hover{color:#249ddb}html.graphite .view-report-frame__actions{color:#249ddb;margin:1.5em 0 0 1.5em;width:190px}html.graphite .view-report-frame__actions__publish{background:rgb(74.5739130435,103.5130434783,24.4869565217);border-color:#86ba2c;color:#fff;font-weight:bold;width:100%}html.graphite .view-report-frame__actions__publish:hover,html.graphite .view-report-frame__actions__publish:focus{background:rgb(44.8608695652,62.2695652174,14.7304347826);-webkit-box-shadow:0 0 0.25em #86ba2c;box-shadow:0 0 0.25em #86ba2c;color:#fff}html.graphite .view-report-frame__actions__published{background:rgba(42,53,65,.15);color:#7c8499;font-weight:bold;letter-spacing:.025em;padding:0.5em 1em;text-align:center}html.graphite .view-report-frame__actions__items{list-style:none;margin:0;padding:0}html.graphite .view-report-frame__actions__item{margin-top:1.5em}html.graphite .view-report-frame__actions__item__button{padding:0}html.graphite .view-report-frame__actions__item__button:hover,html.graphite .view-report-frame__actions__item__button:active{color:inherit}html.graphite .view-report-frame__actions__item__button>span{display:inline-block;vertical-align:middle}html.graphite .view-report-frame__actions__item__button .icon{font-size:1.2rem}html.graphite .view-report-frame__header{-webkit-box-shadow:0 3px 3px rgba(0,0,0,.35);box-shadow:0 3px 3px rgba(0,0,0,.35);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:80px;padding:20px;z-index:1}html.graphite .view-report-frame__header .icon--arrow-left{color:#249ddb;cursor:pointer}html.graphite .view-report-frame__header .icon--arrow-left.column{width:192px}html.graphite .view-report-frame__header__section__title{font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:#7c8499;font-weight:500}html.graphite .view-report-frame__header__section__text--monitor-name{color:#249ddb}html.graphite .view-report-frame__header__report-type .report-icon{font-size:2.5rem;width:2.5em}html.graphite .view-report-frame__header__report-type__report-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.graphite .dashboard-folder{background:#2a3541;border-radius:0.25rem;width:200px;min-width:200px}html.graphite .dashboard-folder .icon--more-vertical:hover{color:#249ddb}html.graphite .dashboard-folder-active{background:rgba(42,53,65,.55)}html.graphite .dashboard-folder-destination{background:none;border:0.0625rem dashed #249ddb;color:#249ddb}html.graphite .dashboard-tile{width:25rem;height:15.625rem;border:none}html.graphite .dashboard-tile__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .dashboard-tile__heading-item+html.graphite .dashboard-tile__heading-item{margin-left:0.75rem}html.graphite .dashboard-tile__content{-webkit-transition:-webkit-filter 300ms;transition:-webkit-filter 300ms;transition:filter 300ms;transition:filter 300ms, -webkit-filter 300ms;-webkit-filter:none;filter:none}html.graphite .dashboard-tile__space{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .dashboard-tile__date_space{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}html.graphite .dashboard-tile__view{padding:5px 0 0 1.7em}html.graphite .dashboard-tile__title{padding:.75em .5em 0 .7em;border-bottom:#142541}html.graphite .dashboard-tile .success-icon-color{color:#86ba2c}html.graphite .dashboard-tile__date-title{padding:0 5px 0 1.25em}html.graphite .dashboard-tile__size{font-size:2em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .dashboard-tile__body{padding-top:1rem;padding-bottom:0}html.graphite .dashboard-tile__body svg.sparkline{width:100%;display:block;height:160px}html.graphite .dashboard-tile__text-for-title a{white-space:nowrap;text-overflow:ellipsis;-webkit-box-flex:0;-ms-flex:0 1 200px;flex:0 1 200px;overflow:hidden;max-width:200px}html.graphite .dashboard-tile__owner{color:#fff;-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}html.graphite .dashboard-tile__menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .dashboard-tile__stats{padding:1rem 0 0 0}html.graphite .dashboard-tile__stats__link{max-width:120px}html.graphite .dashboard-tile__stats-title{font-size:0.6875rem;font-weight:500;letter-spacing:0.125rem;color:#7c8499;text-transform:uppercase}html.graphite .dashboard-tile--no-data{color:#7c8499;min-height:355px}html.graphite .dashboard-tile--no-data .stat,html.graphite .dashboard-tile--no-data .text--positive,html.graphite .dashboard-tile--no-data .text--neutral,html.graphite .dashboard-tile--no-data .text--negative{color:#7c8499}html.graphite .dashboard-tile--fetching{min-height:355px}html.graphite .dashboard-tile__summary{color:#fff}html.graphite .dashboard-tile__graph-icon{height:160px}html.graphite .dashboard-tile__graph-icon .icon--chart-line{margin:auto;color:rgba(124,132,153,.6);font-size:8rem}html.graphite .dashboard-tile .zero-state{color:hsla(0,0%,100%,.5)}html.graphite .dashboard-tile__footer-select-button{opacity:36%;color:#fff;position:relative;-webkit-transition:all 300ms;transition:all 300ms}html.graphite .dashboard-tile__footer-select-button::after{content:"";display:inline-block;width:19px;height:19px;left:-0.5px;bottom:-1px;z-index:-1;position:absolute;background:#7d8c9b;border-radius:50%}html.graphite .dashboard-tile__footer-select-button:hover{opacity:70%}html.graphite .dashboard-tile__footer-select-button--selected{opacity:100%;position:relative;z-index:4;color:#fff}html.graphite .dashboard-tile__footer-select-button--selected::before{position:relative;z-index:2}html.graphite .dashboard-tile__footer-select-button--selected::after{content:"";display:inline-block;width:19px;height:19px;left:-0.5px;bottom:-1px;z-index:1;position:absolute;background:#249ddb;border-radius:50%}html.graphite .affinity-list{padding:0;margin:0;list-style:none;list-style-type:none}html.graphite .affinity-list li{padding:0;margin:.6em 0}html.graphite .affinity-list li:hover .affinity-list__item__info{background-color:rgb(52.0093457944,65.6308411215,80.4906542056)}html.graphite .affinity-list li:hover .affinity-list__item__value{background-color:rgb(52.0093457944,65.6308411215,80.4906542056)}html.graphite .affinity-list__item__info{padding:.3em .8em .5em .8em;background-color:#2a3541;border-top-left-radius:8px;border-bottom-left-radius:8px;display:inline-block;width:calc(100% - 136px);vertical-align:middle;height:75px}html.graphite .affinity-list__item__name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:400px;flex-basis:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}html.graphite .affinity-list__item__name span{cursor:pointer}html.graphite .affinity-list__item__bar{margin:0;margin-top:.15em;height:.35em;position:relative}html.graphite .affinity-list__item__bar__filled{margin:0;display:block;height:100%}html.graphite .affinity-list__item__children{margin-top:.5em;white-space:nowrap;overflow:hidden}html.graphite .affinity-list__item__child{display:inline-block;font-weight:300;cursor:pointer}html.graphite .affinity-list__item__value{padding:.3em .8em .5em .8em;background-color:#2a3541;border-top-right-radius:8px;border-bottom-right-radius:8px;margin-left:1px;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;font-size:2em;text-align:right;width:135px;display:inline-block;vertical-align:middle;height:75px}html.graphite .affinity-list.report li .affinity-list__item__name{font-size:.9em;cursor:default}html.graphite .affinity-list.report li .affinity-list__item__info,html.graphite .affinity-list.report li .affinity-list__item__value{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:.1em .5em .3em .5em;height:55px}html.graphite .affinity-list.report li .affinity-list__item__bar{margin-top:.1em}html.graphite .affinity-list.report li .affinity-list__item__children{margin-top:.15em;font-size:.9em}html.graphite .affinity-list.report li .affinity-list__item__child{cursor:default}html.graphite .avg-resolution-time .stat--trend{padding:0}html.graphite .avg-resolution-time .stat-label{color:#838eab;font-weight:400;white-space:nowrap}html.graphite .avg-resolution-time .stat-label--custom{font-size:0.875rem}html.graphite .avg-resolution-time.avg-resolution-time--full-width .stat--custom{font-size:5.25rem;line-height:.9}@media(max-width: 1200px){html.graphite .avg-resolution-time.avg-resolution-time--full-width .stat--custom{font-size:4rem}}html.graphite .avg-resolution-time.avg-resolution-time--full-width .avg-resolution-time-row{margin:50px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .avg-resolution-time.avg-resolution-time--full-width.command-center{margin-top:20%}html.graphite .avg-resolution-time.avg-resolution-time--full-width.command-center .stat--custom{font-size:7.5rem}html.graphite .avg-resolution-time.avg-resolution-time--full-width.report .stat--custom{font-size:4.5rem}html.graphite .avg-resolution-time.avg-resolution-time--full-width.report .avg-resolution-time-row .avg-resolution-time__original-mentions{padding-left:2em}html.graphite .avg-resolution-time.avg-resolution-time--full-width.report .avg-resolution-time-row .avg-resolution-time__shared-mentions{padding-left:2em}html.graphite .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center{margin-top:20%}html.graphite .avg-resolution-time.avg-resolution-time--half-width.command-center{margin-top:20%}html.graphite .avg-resolution-time.avg-resolution-time--two-thirds-width .stat--custom{font-size:4.5rem;line-height:.9}@media(max-width: 1200px){html.graphite .avg-resolution-time.avg-resolution-time--two-thirds-width .stat--custom{font-size:2.25rem}}html.graphite .avg-resolution-time.avg-resolution-time--two-thirds-width .avg-resolution-time-row{margin:50px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center .stat--custom{font-size:6rem}html.graphite .avg-resolution-time.avg-resolution-time--half-width .stat--custom{font-size:37.5rem;line-height:.9}@media(max-width: 1200px){html.graphite .avg-resolution-time.avg-resolution-time--half-width .stat--custom{font-size:3rem}}html.graphite .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time__avg{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.graphite .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time__avg .stat{font-size:4em}html.graphite .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time-row{margin:20px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .avg-resolution-time.avg-resolution-time--half-width.command-center .stat--custom{font-size:6rem}html.graphite .avg-resolution-time.avg-resolution-time--third-width .stat--custom{font-size:2.25rem;line-height:.9}@media(max-width: 1200px){html.graphite .avg-resolution-time.avg-resolution-time--third-width .stat--custom{font-size:1.875rem}}html.graphite .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time__avg{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.graphite .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time__avg .stat{font-size:4em}html.graphite .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time-row{margin:10px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:wrap}html.graphite .avg-resolution-time.avg-resolution-time--third-width.command-center{margin-top:20%}html.graphite .avg-resolution-time.avg-resolution-time--third-width.command-center .stat--custom{font-size:6rem}html.graphite .fullscreen .avg-resolution-time .stat--trend{font-size:3vh}html.graphite .fullscreen .avg-resolution-time .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--full-width .avg-resolution-time-row{margin-top:15%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--full-width.command-center{margin-top:15%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--full-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--two-thirds-width .avg-resolution-time-row{margin-top:15%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center{margin-top:25%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time-row{margin-top:8%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--half-width.command-center{margin-top:15%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--half-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time-row{margin-top:8%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--third-width.command-center{margin-top:25%}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--third-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--half-width .stat--custom,html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--third-width .stat--custom{font-size:10vh;line-height:1}html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--half-width .stat-label--custom,html.graphite .fullscreen .avg-resolution-time.avg-resolution-time--third-width .stat-label--custom{font-size:3vh;line-height:1}html.graphite .widget--report-mode .avg-resolution-time--third-width .avg-resolution-time-row{-webkit-transform:scale(0.75) translate(0, -36%);transform:scale(0.75) translate(0, -36%)}html.graphite .widget--report-mode .avg-resolution-time--third-width .avg-resolution-time-row .avg-resolution-time__avg{margin-bottom:0}html.graphite .widget--report-mode .avg-resolution-time--half-width .avg-resolution-time-row{margin:0;-webkit-transform:scale(0.7) translate(0, -24%);transform:scale(0.7) translate(0, -24%)}html.graphite .widget--report-mode .avg-resolution-time--half-width .avg-resolution-time-row .avg-resolution-time__avg{margin-bottom:0}html.graphite .widget--report-mode .avg-resolution-time--full-width .avg-resolution-time-row,html.graphite .widget--report-mode .avg-resolution-time--two-thirds-width .avg-resolution-time-row{margin:0;-webkit-transform:scale(0.85);transform:scale(0.85)}html.graphite .widget--report-mode .avg-resolution-time--full-width [class~=avg-resolution-time-row]:last-of-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .widget--report-mode .avg-resolution-time--full-width [class~=avg-resolution-time-row]:last-of-type .avg-resolution-time__simple-stat{width:50%}html.graphite .category-visualization{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .category-visualization .category-visualization__list{overflow-y:scroll;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}html.graphite .category-visualization .category-visualization__list ol{margin:0;padding:1em 0}html.graphite .category-visualization .category-visualization__chart{width:calc(100% - 300px);-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .command-center-transition{height:100%;position:relative}html.graphite .command-center-transition__thing{height:100%;width:100%;z-index:1;position:absolute;top:0;left:0;pointer-events:none}html.graphite .command-center-transition__thing--active{pointer-events:auto}html.graphite .engagement-count .stat--trend{padding:0}html.graphite .engagement-count .stat-label{color:#838eab;font-weight:400;white-space:nowrap}html.graphite .engagement-count .stat-label--custom{font-size:0.875rem}html.graphite .engagement-count.engagement-count--two-thirds-width.command-center,html.graphite .engagement-count.engagement-count--full-width.command-center{margin-top:20%}html.graphite .engagement-count.engagement-count--two-thirds-width.report .stat--custom,html.graphite .engagement-count.engagement-count--full-width.report .stat--custom{font-size:4.5rem}html.graphite .engagement-count.engagement-count--two-thirds-width .stat--custom,html.graphite .engagement-count.engagement-count--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.graphite .engagement-count.engagement-count--two-thirds-width .stat--custom,html.graphite .engagement-count.engagement-count--full-width .stat--custom{font-size:4rem}}html.graphite .engagement-count.engagement-count--two-thirds-width .stat--large,html.graphite .engagement-count.engagement-count--full-width .stat--large{font-size:3rem}html.graphite .engagement-count.engagement-count--two-thirds-width .engagement-count-row,html.graphite .engagement-count.engagement-count--full-width .engagement-count-row{margin:55px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .engagement-count.engagement-count--two-thirds-width .engagement-count-row.small,html.graphite .engagement-count.engagement-count--full-width .engagement-count-row.small{margin:.75em 0 0 0}html.graphite .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container,html.graphite .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}html.graphite .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container.center,html.graphite .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container.center{text-align:center}html.graphite .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container .engagement-count-item,html.graphite .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container .engagement-count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.graphite .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container .engagement-count-item.three-column,html.graphite .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container .engagement-count-item.three-column{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.graphite .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-small-container,html.graphite .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .engagement-count.engagement-count--two-thirds-width.command-center{margin-top:25%}html.graphite .engagement-count.engagement-count--half-width.command-center{margin-top:40%}html.graphite .engagement-count.engagement-count--third-width.command-center{margin-top:55%}html.graphite .engagement-count.engagement-count--third-width .stat--custom,html.graphite .engagement-count.engagement-count--half-width .stat--custom{font-size:3rem;line-height:.9}html.graphite .engagement-count.engagement-count--third-width .engagement-count-row,html.graphite .engagement-count.engagement-count--half-width .engagement-count-row{margin:55px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .engagement-count.engagement-count--third-width .engagement-count-row.center,html.graphite .engagement-count.engagement-count--half-width .engagement-count-row.center{margin:120px 0 0 0}html.graphite .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-container,html.graphite .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}html.graphite .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-container .engagement-count-item,html.graphite .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-container .engagement-count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.graphite .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-container .engagement-count-item:nth-child(n+3),html.graphite .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-container .engagement-count-item:nth-child(n+3){padding-top:.5em}html.graphite .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-small-container,html.graphite .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}html.graphite .engagement-count.engagement-count--full-height{height:100%}html.graphite .engagement-count.engagement-count--full-height .engagement-count-row{height:100%;margin-top:0}html.graphite .fullscreen .engagement-count .stat{font-size:8vh;line-height:1}html.graphite .fullscreen .engagement-count .stat--custom{font-size:16vh;line-height:1}html.graphite .fullscreen .engagement-count .stat-label--custom{font-size:4vh;line-height:1}html.graphite .fullscreen .engagement-count .stat-change{font-size:3vh}html.graphite .fullscreen .engagement-count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.graphite .fullscreen .engagement-count--full-width{margin-top:15%}html.graphite .fullscreen .engagement-count--full-width.command-center{margin-top:15%}html.graphite .fullscreen .engagement-count--two-thirds-width,html.graphite .fullscreen .engagement-count--half-width{margin-top:8%}html.graphite .fullscreen .engagement-count--two-thirds-width.command-center,html.graphite .fullscreen .engagement-count--half-width.command-center{margin-top:8%}html.graphite .fullscreen .engagement-count--third-width{margin-top:8%}html.graphite .fullscreen .engagement-count--third-width.command-center{margin-top:8%}html.graphite .fullscreen .engagement-count--two-thirds-width .stat,html.graphite .fullscreen .engagement-count--half-width .stat,html.graphite .fullscreen .engagement-count--third-width .stat{font-size:7vh;line-height:1}html.graphite .fullscreen .engagement-count--two-thirds-width .stat--custom,html.graphite .fullscreen .engagement-count--half-width .stat--custom,html.graphite .fullscreen .engagement-count--third-width .stat--custom{font-size:10vh;line-height:1}html.graphite .fullscreen .engagement-count--two-thirds-width .stat-label--custom,html.graphite .fullscreen .engagement-count--half-width .stat-label--custom,html.graphite .fullscreen .engagement-count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.graphite .fullscreen .engagement-count.engagement-count--full-height{height:100%;margin-top:0}html.graphite .widget--report-mode .engagement-count--third-width .engagement-count-row{-webkit-transform:scale(0.7) translate(0, -50%);transform:scale(0.7) translate(0, -50%)}html.graphite .widget--report-mode .engagement-count--third-width .engagement-count-row .engagement-count-container{-webkit-transform:scale(0.9);transform:scale(0.9)}html.graphite .widget--report-mode .engagement-count--two-thirds-width .engagement-count-row{margin:0;-webkit-transform:scale(0.9);transform:scale(0.9)}html.graphite .widget--report-mode .engagement-count--half-width .engagement-count-row{margin:0;-webkit-transform:scale(0.8) translate(0, -15%);transform:scale(0.8) translate(0, -15%)}html.graphite .feed-widget{height:100%}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions{white-space:normal;overflow-y:scroll}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention{height:auto}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget{width:400px}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__author-name,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__author-name{font-size:1.6rem}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__author-username,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__author-username{font-size:1.2rem}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__badge,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__badge{font-size:.95rem}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__created-at,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__created-at{font-size:1.2rem}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__reshare,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__reshare{font-size:1.2rem}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__parent,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__parent{font-size:1.2rem}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__engagements,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__engagements{font-size:1.2rem}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__raw-body-text,html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__raw-body-text{font-size:1.2rem;font-weight:300}html.graphite .feed-widget.fullscreen .feed-widget__feed__mentions .mason-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 1rem}html.graphite .feed-widget__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.graphite .feed-widget__header>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .feed-widget__header>div:first-child{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .feed-widget__feed{height:100%}html.graphite .feed-widget__feed__left-arrow,html.graphite .feed-widget__feed__right-arrow{position:absolute;z-index:1;top:0;height:100%;width:1em;background-color:rgba(5,71,114,0);font-size:1.75em;-webkit-transition:.3s;transition:.3s;cursor:pointer}html.graphite .feed-widget__feed__left-arrow:hover,html.graphite .feed-widget__feed__right-arrow:hover{background-color:rgba(5,71,114,.7)}html.graphite .feed-widget__feed__left-arrow span.icon,html.graphite .feed-widget__feed__right-arrow span.icon{position:absolute;top:calc(50% - .6em);left:0}html.graphite .feed-widget__feed__left-arrow{left:0}html.graphite .feed-widget__feed__right-arrow{right:0}html.graphite .feed-widget__feed__mentions{height:100%;-webkit-transition:.2s;transition:.2s;scroll-behavior:smooth;max-width:100%;overflow:hidden;white-space:nowrap}html.graphite .feed-widget__feed__mentions__mention{vertical-align:top;height:100%}html.graphite .feed-widget__feed__mentions__mention .panel.mention-card,html.graphite .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget{margin-bottom:.5em;width:350px;white-space:normal;height:calc(100% - 20px)}html.graphite .feed-widget__feed__mentions.command-center{position:absolute;height:auto;width:100%;top:0;-webkit-transition-timing-function:linear;transition-timing-function:linear}html.graphite .feed-widget__feed__load-more{position:absolute;z-index:2;right:2em;bottom:.25em}html.graphite .follower-count .stat--trend{padding:0;font-size:2rem}html.graphite .follower-count .stat-label{color:#838eab;font-weight:400;white-space:nowrap;font-size:1.375rem}html.graphite .follower-count .stat--custom{font-size:6.25rem;line-height:.8em}html.graphite .follower-count .follower-count-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.graphite .follower-count .follower-count-row .follower-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .follower-count .follower-count-row .follower-count__total-mentions-change{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .follower-count.report .stat--custom{font-size:4.5rem}html.graphite .follower-count.follower-count--full-height{height:100%}html.graphite .follower-count.follower-count--full-height .follower-count-row{height:100%;margin-top:0}html.graphite .fullscreen .follower-count .stat{font-size:8vh;line-height:1}html.graphite .fullscreen .follower-count .stat--custom{font-size:16vh;line-height:1}html.graphite .fullscreen .follower-count .stat-label--custom{font-size:4vh;line-height:1}html.graphite .fullscreen .follower-count .stat-change{font-size:3vh}html.graphite .fullscreen .follower-count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.graphite .fullscreen .follower-count--two-thirds-width .stat,html.graphite .fullscreen .follower-count--half-width .stat,html.graphite .fullscreen .follower-count--third-width .stat{font-size:7vh;line-height:1}html.graphite .fullscreen .follower-count--two-thirds-width .stat--custom,html.graphite .fullscreen .follower-count--half-width .stat--custom,html.graphite .fullscreen .follower-count--third-width .stat--custom{font-size:10vh;line-height:1}html.graphite .fullscreen .follower-count--two-thirds-width .stat-label--custom,html.graphite .fullscreen .follower-count--half-width .stat-label--custom,html.graphite .fullscreen .follower-count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.graphite .fullscreen .follower-count.follower-count--full-height{height:100%;margin-top:0}html.graphite .widget--report-mode .follower-count--third-width .follower-count-row,html.graphite .widget--report-mode .follower-count--half-width .follower-count-row{margin-top:0}html.graphite .follower-count-comparison{text-align:center;overflow-x:scroll}html.graphite .follower-count-comparison::-webkit-scrollbar{visibility:hidden}html.graphite .follower-count-comparison::-webkit-scrollbar-thumb{visibility:hidden}html.graphite .follower-count-comparison::-webkit-scrollbar-track{visibility:hidden}html.graphite .follower-count-comparison table{width:auto;display:inline-block;margin:0 auto;border-collapse:collapse;border:none}html.graphite .follower-count-comparison table thead tr th{text-align:center;padding:1.2em .2em;border:none;font-size:1.2em;text-transform:none;vertical-align:bottom;white-space:nowrap;overflow:hidden;max-width:150px}html.graphite .follower-count-comparison table thead tr th>div{overflow:hidden;max-width:150px;text-overflow:ellipsis}html.graphite .follower-count-comparison table tbody tr td{text-align:center;padding:1.2em;border-right:1px solid #2a3541;border-bottom:1px solid #2a3541;vertical-align:middle;line-height:1;overflow:hidden;max-width:150px}html.graphite .follower-count-comparison table tbody tr td.highlighted{background-color:rgba(102,132,163,.1)}html.graphite .follower-count-comparison table tbody tr td:last-child{border-right:none}html.graphite .follower-count-comparison table tbody tr td:first-child{text-align:left}html.graphite .follower-count-comparison table tbody tr:last-child td{border-bottom:none}html.graphite .follower-count-comparison .stat{font-size:2.5em}html.graphite .follower-count-comparison .stat--change .stat{font-size:1.8em}html.graphite .follower-count-comparison .stat .pct{font-size:70%;vertical-align:baseline}html.graphite .follower-count-comparison .stat-label{color:#838eab;font-weight:400;white-space:nowrap}html.graphite .follower-count-comparison.command-center{padding-top:30px}html.graphite .follower-count-comparison.fullscreen{padding-top:30px}html.graphite .follower-count-comparison.report .stat{font-size:1.5em}html.graphite .follower-count-comparison.report .stat--change .stat{font-size:1.8em}html.graphite .follower-count-comparison.report table thead tr th{max-width:125px;padding:.6em}html.graphite .follower-count-comparison.report table tbody tr td{max-width:125px;padding:1em}html.graphite .follower-count-comparison.report table tbody tr td.with-dial{padding:.2em}html.graphite .horizontal-stacked-bar{padding:0;margin:0;list-style:none;list-style-type:none}html.graphite .horizontal-stacked-bar li{display:block;padding:0em 1em .5em 1em}html.graphite .horizontal-stacked-bar li:first-child{padding-top:1em}html.graphite .horizontal-stacked-bar li:last-child{padding-bottom:1em}html.graphite .horizontal-stacked-bar__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}html.graphite .horizontal-stacked-bar__item__number{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-right:.75em}html.graphite .horizontal-stacked-bar__item__name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:400px;flex-basis:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.graphite .horizontal-stacked-bar__item__value{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-left:.75em}html.graphite .horizontal-stacked-bar__bar{margin:0;margin-top:.15em;height:1.2em;padding:0;position:relative}html.graphite .horizontal-stacked-bar__bar__container{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;line-height:1}html.graphite .horizontal-stacked-bar__bar i{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.2em}html.graphite .horizontal-stacked-bar__bar__part{height:100%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;overflow:hidden;opacity:.9;padding:.1em;cursor:pointer;color:hsla(0,0%,100%,.7)}html.graphite .horizontal-stacked-bar__bar__part:hover{opacity:1}html.graphite .mention-count .stat--trend{padding:0}html.graphite .mention-count .stat-label{color:#838eab;font-weight:400;white-space:nowrap}html.graphite .mention-count .stat-label--custom{font-size:0.875rem}html.graphite .mention-count.mention-count--full-width.report .stat--custom{font-size:4.5rem}html.graphite .mention-count.mention-count--full-width.report .mention-count-row .mention-count__original-mentions{padding-left:2em}html.graphite .mention-count.mention-count--full-width.report .mention-count-row .mention-count__shared-mentions{padding-left:2em}html.graphite .mention-count.mention-count--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.graphite .mention-count.mention-count--full-width .stat--custom{font-size:4rem}}html.graphite .mention-count.mention-count--full-width .mention-count-row{margin:78px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div:last-child{padding-left:1em}@media(min-width: 2400px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div:last-child{padding-left:2em}}@media(min-width: 3600px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div:last-child{padding-left:4em}}@media(max-width: 1200px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{padding-left:6em}}@media(min-width: 3600px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{padding-left:8em}}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div:last-child{padding-left:1em}@media(min-width: 2400px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div:last-child{padding-left:2em}}@media(min-width: 3600px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div:last-child{padding-left:4em}}@media(max-width: 1200px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{padding-left:6em}}@media(min-width: 3600px){html.graphite .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{padding-left:8em}}html.graphite .mention-count.mention-count--two-thirds-width .stat--custom,html.graphite .mention-count.mention-count--half-width .stat--custom,html.graphite .mention-count.mention-count--third-width .stat--custom{font-size:3rem;line-height:.9}@media(max-width: 1200px){html.graphite .mention-count.mention-count--two-thirds-width .stat--custom,html.graphite .mention-count.mention-count--half-width .stat--custom,html.graphite .mention-count.mention-count--third-width .stat--custom{font-size:1.5rem}}html.graphite .mention-count.mention-count--two-thirds-width .mention-count--dial,html.graphite .mention-count.mention-count--half-width .mention-count--dial,html.graphite .mention-count.mention-count--third-width .mention-count--dial{margin-bottom:1em}html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row,html.graphite .mention-count.mention-count--half-width .mention-count-row,html.graphite .mention-count.mention-count--third-width .mention-count-row{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__total-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__total-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions__row,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions__row,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions__row{text-align:center}@media(max-width: 1200px){html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{padding-left:4.5em}}@media(min-width: 3600px){html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{padding-left:6em}}html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions__row,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions__row,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions__row{text-align:center}@media(max-width: 1200px){html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:4.5em}}@media(min-width: 3600px){html.graphite .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:6em}}html.graphite .mention-count.mention-count--two-thirds-width.mention-engagement-count.report .mention-count-row,html.graphite .mention-count.mention-count--half-width.mention-engagement-count.report .mention-count-row,html.graphite .mention-count.mention-count--third-width.mention-engagement-count.report .mention-count-row{-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .mention-count.mention-count--two-thirds-width.mention-engagement-count.report .mention-count__total-mentions,html.graphite .mention-count.mention-count--half-width.mention-engagement-count.report .mention-count__total-mentions,html.graphite .mention-count.mention-count--third-width.mention-engagement-count.report .mention-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}html.graphite .mention-count.mention-count--third-width .stat--custom{font-size:2.25rem;line-height:.9}@media(max-width: 1200px){html.graphite .mention-count.mention-count--third-width .stat--custom{font-size:1.5rem}}html.graphite .mention-count.mention-count--third-width .mention-count--dial{margin-bottom:.4em}html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions,html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:1em}html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__simple-stat{max-width:50%}html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__simple-stat .stat{font-size:1.625rem}html.graphite .mention-count.mention-count--third-width .mention-count-row .mention-count__simple-stat .stat-label{white-space:normal}html.graphite .mention-count.mention-count--full-height{height:100%}html.graphite .mention-count.mention-count--full-height .mention-count-row{height:100%;margin-top:0}html.graphite .fullscreen .mention-count .stat{font-size:8vh;line-height:1}html.graphite .fullscreen .mention-count .stat--custom{font-size:16vh;line-height:1}html.graphite .fullscreen .mention-count .stat-label--custom{font-size:4vh;line-height:1}html.graphite .fullscreen .mention-count .stat-change{font-size:3vh}html.graphite .fullscreen .mention-count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.graphite .fullscreen .mention-count--two-thirds-width .stat,html.graphite .fullscreen .mention-count--half-width .stat,html.graphite .fullscreen .mention-count--third-width .stat{font-size:7vh;line-height:1}html.graphite .fullscreen .mention-count--two-thirds-width .stat--custom,html.graphite .fullscreen .mention-count--half-width .stat--custom,html.graphite .fullscreen .mention-count--third-width .stat--custom{font-size:10vh;line-height:1}html.graphite .fullscreen .mention-count--two-thirds-width .stat-label--custom,html.graphite .fullscreen .mention-count--half-width .stat-label--custom,html.graphite .fullscreen .mention-count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.graphite .fullscreen .mention-count.mention-count--full-height{height:100%;margin-top:0}html.graphite .widget--report-mode .mention-count--third-width{-webkit-transform:scale(0.75);transform:scale(0.75)}html.graphite .widget--report-mode .mention-count--third-width .mention-count-row .mention-count__original-mentions,html.graphite .widget--report-mode .mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:.5em}html.graphite .widget--report-mode .mention-count--two-thirds-width .mention-count-row{margin:0;max-height:306px}html.graphite .widget--report-mode .mention-count--half-width .mention-count-row{margin:0;-webkit-transform:scale(0.85);transform:scale(0.85)}html.graphite .widget--report-mode .mention-count--half-width .mention-count-row .mention-count__original-mentions,html.graphite .widget--report-mode .mention-count--half-width .mention-count-row .mention-count__shared-mentions{padding-left:.5em}html.graphite .widget--report-mode .mention-count--full-width .mention-count-row{-webkit-transform:scale(0.85);transform:scale(0.85)}html.graphite .mention-count-combined{text-align:center;overflow-x:scroll}html.graphite .mention-count-combined::-webkit-scrollbar{visibility:hidden}html.graphite .mention-count-combined::-webkit-scrollbar-thumb{visibility:hidden}html.graphite .mention-count-combined::-webkit-scrollbar-track{visibility:hidden}html.graphite .mention-count-combined:hover::-webkit-scrollbar{visibility:visible}html.graphite .mention-count-combined:hover::-webkit-scrollbar-thumb{visibility:visible}html.graphite .mention-count-combined:hover::-webkit-scrollbar-track{visibility:visible}html.graphite .mention-count-combined table{width:auto;display:inline-block;margin:0 auto;border-collapse:collapse;border:none}html.graphite .mention-count-combined table thead tr th{text-align:center;padding:1.2em .2em;border:none;font-size:1.2em;text-transform:none;vertical-align:bottom;white-space:nowrap;overflow:hidden;max-width:150px}html.graphite .mention-count-combined table thead tr th>div{overflow:hidden;max-width:150px;text-overflow:ellipsis}html.graphite .mention-count-combined table tbody tr td{text-align:center;padding:1.2em;border-right:1px solid #2a3541;border-bottom:1px solid #2a3541;vertical-align:middle;line-height:1;overflow:hidden;max-width:150px}html.graphite .mention-count-combined table tbody tr td.with-dial{padding:.2em 1.2em}html.graphite .mention-count-combined table tbody tr td.with-dial .percent-dial{margin:0 auto}html.graphite .mention-count-combined table tbody tr td.highlighted{background-color:rgba(102,132,163,.1)}html.graphite .mention-count-combined table tbody tr td:last-child{border-right:none}html.graphite .mention-count-combined table tbody tr td:first-child{text-align:left}html.graphite .mention-count-combined table tbody tr:last-child td{border-bottom:none}html.graphite .mention-count-combined .stat{font-size:1.6em}html.graphite .mention-count-combined .stat .pct{font-size:70%;vertical-align:baseline}html.graphite .mention-count-combined .stat-label{color:#838eab;font-weight:400;white-space:nowrap}html.graphite .mention-count-combined.command-center{padding-top:30px}html.graphite .mention-count-combined.fullscreen{padding-top:30px}html.graphite .mention-count-combined.report table thead tr th{padding:.1em;font-size:.6em}html.graphite .mention-count-combined.report table thead tr th .stat-label{letter-spacing:normal;font-size:.6em}html.graphite .mention-count-combined.report table tbody tr td{padding:.2em;border-color:#ccc}html.graphite .mention-count-combined.report table tbody tr td.with-dial{padding:.2em}html.graphite .mention-count-combined.report table tbody tr td .stat{font-size:1em}html.graphite .mention-count-combined.report table tbody tr td .stat-label{letter-spacing:normal;font-size:.6em}html.graphite .widget--report-mode .mention-count-combined thead tr th{max-width:60px}html.graphite .widget--report-mode .mention-count-combined thead tr th>div{max-width:60px}html.graphite .widget--report-mode .mention-count-combined tbody td{max-width:60px}html.graphite .widget-list{padding:0;margin:0;list-style:none;list-style-type:none}html.graphite .widget-list li{display:block;padding:0 1em .5em 1em}html.graphite .widget-list li:first-child{padding-top:1em}html.graphite .widget-list li:last-child{padding-bottom:1em}html.graphite .widget-list li:hover,html.graphite .widget-list li--hovered,html.graphite .widget-list li.highlighted{background-color:#2a3541;cursor:pointer}html.graphite .widget-list li.report:hover,html.graphite .widget-list li.report--hovered,html.graphite .widget-list li.report.highlighted{background-color:rgba(0,0,0,0)}html.graphite .widget-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}html.graphite .widget-list__item__number{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-right:.75em}html.graphite .widget-list__item__image{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;height:1.6em;margin-right:.5em;margin-bottom:.2em}html.graphite .widget-list__item__name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:400px;flex-basis:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.graphite .widget-list__item__value{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-left:.75em}html.graphite .widget-list__item__network{margin-left:5px;height:18px;width:18px;border:1px solid rgba(0,0,0,0);position:relative;color:#fff}html.graphite .widget-list__item__network__icon{font-size:.8rem;position:relative;display:block;height:100%;width:100%;line-height:0}html.graphite .widget-list__item__network__icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.graphite .widget-list__item__network__icon.icon--google-plus{font-size:1rem}html.graphite .widget-list__item__network--twitter{background-color:rgb(0,116.4810126582,160.5);border-color:#00aced}html.graphite .widget-list__item__network--facebook{background-color:rgb(37.6090047393,56.7322274882,96.8909952607);border-color:#3b5998}html.graphite .widget-list__item__network--linkedin{background-color:rgb(0,71.2994505495,105.5);border-color:#007bb6}html.graphite .widget-list__item__network--google{background-color:rgb(171.9698275862,45.1637931034,29.5301724138);border-color:#dd4b39}html.graphite .widget-list__item__network--google-plus{background-color:rgb(171.9698275862,45.1637931034,29.5301724138);border-color:#dd4b39}html.graphite .widget-list__item__network--instagram{background-color:rgb(116.1260869565,37.3739130435,94.7695652174);border-color:#ae388e}html.graphite .widget-list__item__network--pinterest{background-color:rgb(132.2285714286,1.2714285714,17.1642857143);border-color:#d0021b}html.graphite .widget-list__item__network--youtube{background-color:hsl(.3448275862,73.7288135593%,31.2745098039%);border-color:#cd201f}html.graphite .widget-list__item__network--vk{background-color:rgb(43.9834123223,65.018957346,90.5165876777);border-color:#45668e}html.graphite .widget-list__item__network--reddit{background-color:rgb(178.5,60.9,0);border-color:#ff5700}html.graphite .widget-list__item__network--automattic{background-color:hsl(200,60%,35%);border-color:#39c}html.graphite .widget-list__item__network--disqus{background-color:rgb(0,121.3803827751,224.5);border-color:#2e9fff}html.graphite .widget-list__item__network--tumblr{background-color:rgb(25.0379310345,33.0689655172,43.4620689655);border-color:#35465c}html.graphite .widget-list__item__network--reviews{background-color:rgb(25.2,109.9,153.3);border-color:#249ddb}html.graphite .widget-list__item__network--stack-overflow{background-color:rgb(193.7673913043,91.1326086957,9.7326086957);border-color:#f48024}html.graphite .widget-list__item__network--rss{background-color:rgb(188.4166666667,68.2051282051,11.0833333333);border-color:#f26522}html.graphite .widget-list__bar{margin:0;margin-top:.15em;height:.35em;position:relative}html.graphite .widget-list__bar__filled{margin:0;background-color:#43a1cb;display:block;height:100%}html.graphite .pie-visualization{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .pie-visualization .pie-visualization__list{overflow-y:scroll;-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px}html.graphite .pie-visualization .pie-visualization__list ol{margin:0;padding:1em 0}html.graphite .pie-visualization .pie-visualization__pie{width:calc(100% - 350px);-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .count{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .count .stat--trend{padding:0}html.graphite .count .stat-label{color:#838eab;font-weight:400;white-space:nowrap}html.graphite .count .stat-label--custom{font-size:0.875rem}html.graphite .count .stat--custom{margin-bottom:.25em}html.graphite .count.count--two-thirds-width.report .stat--custom,html.graphite .count.count--full-width.report .stat--custom{font-size:4.5rem}html.graphite .count.count--two-thirds-width .stat--custom,html.graphite .count.count--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.graphite .count.count--two-thirds-width .stat--custom,html.graphite .count.count--full-width .stat--custom{font-size:4rem}}html.graphite .count.count--two-thirds-width .stat--large,html.graphite .count.count--full-width .stat--large{font-size:3rem}html.graphite .count.count--two-thirds-width .count-container,html.graphite .count.count--full-width .count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-ms-flex-pack:distribute;justify-content:space-around;min-height:75%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .count.count--two-thirds-width .count-container.center,html.graphite .count.count--full-width .count-container.center{text-align:center}html.graphite .count.count--two-thirds-width .count-container .count-item,html.graphite .count.count--full-width .count-container .count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.graphite .count.count--two-thirds-width .count-container .count-item.sixth-width,html.graphite .count.count--full-width .count-container .count-item.sixth-width{-webkit-box-flex:0;-ms-flex:0 0 16%;flex:0 0 16%}html.graphite .count.count--two-thirds-width .count-container .count-item.fifth-width,html.graphite .count.count--full-width .count-container .count-item.fifth-width{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}html.graphite .count.count--two-thirds-width .count-container .count-item.fourth-width,html.graphite .count.count--full-width .count-container .count-item.fourth-width{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}html.graphite .count.count--two-thirds-width .count-container .count-item.third-width,html.graphite .count.count--full-width .count-container .count-item.third-width{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.graphite .count.count--two-thirds-width .count-container .count-item.half-width,html.graphite .count.count--full-width .count-container .count-item.half-width{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.graphite .count.count--two-thirds-width .count-container .count-item.full-width,html.graphite .count.count--full-width .count-container .count-item.full-width{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}html.graphite .count.count--two-thirds-width .count-container .count-item.three-column,html.graphite .count.count--full-width .count-container .count-item.three-column{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.graphite .count.count--two-thirds-width .count-small-container,html.graphite .count.count--full-width .count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .count.count--third-width .count-container,html.graphite .count.count--half-width .count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-ms-flex-pack:distribute;justify-content:space-around;min-height:75%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .count.count--third-width .count-container .count-item,html.graphite .count.count--half-width .count-container .count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.graphite .count.count--third-width .count-container .count-item.sixth-width,html.graphite .count.count--half-width .count-container .count-item.sixth-width{-webkit-box-flex:0;-ms-flex:0 0 16%;flex:0 0 16%}html.graphite .count.count--third-width .count-container .count-item.fifth-width,html.graphite .count.count--half-width .count-container .count-item.fifth-width{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}html.graphite .count.count--third-width .count-container .count-item.fourth-width,html.graphite .count.count--half-width .count-container .count-item.fourth-width{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}html.graphite .count.count--third-width .count-container .count-item.third-width,html.graphite .count.count--half-width .count-container .count-item.third-width{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.graphite .count.count--third-width .count-container .count-item.half-width,html.graphite .count.count--half-width .count-container .count-item.half-width{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.graphite .count.count--third-width .count-container .count-item.full-width,html.graphite .count.count--half-width .count-container .count-item.full-width{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}html.graphite .count.count--third-width .count-small-container,html.graphite .count.count--half-width .count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}html.graphite .count.count--third-width .stat--custom,html.graphite .count.count--half-width .stat--custom{font-size:3rem;line-height:.9}html.graphite .count.count--third-width.report .stat--custom{font-size:2rem;margin-bottom:.1em}html.graphite .count.count--third-width.report .stat-change .stat--trend{font-size:1em;line-height:1em}html.graphite .fullscreen .count .stat{font-size:8vh;line-height:1}html.graphite .fullscreen .count .stat--custom{font-size:16vh;line-height:1}html.graphite .fullscreen .count .stat-label--custom{font-size:4vh;line-height:1}html.graphite .fullscreen .count .stat-change{font-size:3vh}html.graphite .fullscreen .count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.graphite .fullscreen .count--two-thirds-width .stat,html.graphite .fullscreen .count--half-width .stat,html.graphite .fullscreen .count--third-width .stat{font-size:7vh;line-height:1}html.graphite .fullscreen .count--two-thirds-width .stat--custom,html.graphite .fullscreen .count--half-width .stat--custom,html.graphite .fullscreen .count--third-width .stat--custom{font-size:10vh;line-height:1}html.graphite .fullscreen .count--two-thirds-width .stat-label--custom,html.graphite .fullscreen .count--half-width .stat-label--custom,html.graphite .fullscreen .count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.graphite .fullscreen .count.count--full-height{height:100%;margin-top:0}html.graphite .widget--report-mode .count--third-width .count-row{-webkit-transform:scale(0.7) translate(0, -50%);transform:scale(0.7) translate(0, -50%)}html.graphite .widget--report-mode .count--third-width .count-row .count-container{-webkit-transform:scale(0.9);transform:scale(0.9)}html.graphite .widget--report-mode .count--two-thirds-width .count-row{margin:0;-webkit-transform:scale(0.9);transform:scale(0.9)}html.graphite .widget--report-mode .count--half-width .count-row{margin:0;-webkit-transform:scale(0.8) translate(0, -15%);transform:scale(0.8) translate(0, -15%)}html.graphite .posts-feed-widget{height:100%}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts{white-space:normal}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post{height:350px}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card{width:450px}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__author-name{font-size:1.6rem}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__author-username{font-size:1.2rem}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__badge{font-size:.95rem}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__created-at{font-size:1.2rem}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__reshare{font-size:1.2rem}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__parent{font-size:1.2rem}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__engagements{font-size:1.2rem}html.graphite .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__raw-body-text{font-size:1.2rem;font-weight:300}html.graphite .posts-feed-widget__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.graphite .posts-feed-widget__header>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .posts-feed-widget__header>div:first-child{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .posts-feed-widget__feed{height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .posts-feed-widget__feed__left-arrow,html.graphite .posts-feed-widget__feed__right-arrow{position:absolute;z-index:1;top:0;height:100%;width:1em;background-color:rgba(5,71,114,0);font-size:1.75em;-webkit-transition:.3s;transition:.3s;cursor:pointer}html.graphite .posts-feed-widget__feed__left-arrow:hover,html.graphite .posts-feed-widget__feed__right-arrow:hover{background-color:rgba(5,71,114,.7)}html.graphite .posts-feed-widget__feed__left-arrow span.icon,html.graphite .posts-feed-widget__feed__right-arrow span.icon{position:absolute;top:calc(50% - .6em);left:0}html.graphite .posts-feed-widget__feed__left-arrow{left:0}html.graphite .posts-feed-widget__feed__right-arrow{right:0}html.graphite .posts-feed-widget__feed__posts{height:100%;-webkit-transition:.2s;transition:.2s;scroll-behavior:smooth;max-width:100%;overflow:hidden;white-space:nowrap;vertical-align:baseline}html.graphite .posts-feed-widget__feed__posts__post{vertical-align:top;height:100%}html.graphite .posts-feed-widget__feed__posts__post__report{height:51%}html.graphite .posts-feed-widget__feed__posts__report{white-space:normal;height:100%}html.graphite .posts-feed-widget__feed.command-center{position:absolute;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;top:0;-webkit-transition-timing-function:linear;transition-timing-function:linear}html.graphite .posts-feed-widget__load-more{position:absolute;z-index:2;right:2em;bottom:.25em}html.graphite .widget--report-mode .posts-feed-widget{overflow:hidden}html.graphite .reachspread{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .reachspread__total{height:30px;font-size:1em;font-weight:300;padding:.75em 0}html.graphite .reachspread__chart{height:calc(100% - 65px)}html.graphite .reachspread__legend{height:30px;font-size:.8em;font-weight:300;padding:.25em 0}html.graphite .reachspread__legend__swatch{display:inline-block;height:.2em;width:1em;border-radius:.1em;vertical-align:middle;margin-right:10px}html.graphite .reachspread__legend__swatch--reach{background-color:#86ba2c}html.graphite .reachspread__legend__swatch--spread{background-color:#249ddb}html.graphite .rep-score .no-data{font-size:6em}html.graphite .rep-score .score{font-size:8em;font-weight:bold}html.graphite .rep-score__scale{background:-webkit-gradient(linear, left top, right top, from(#E71B26), color-stop(50%, #FFC432), to(#86BA2C));background:linear-gradient(90deg, #E71B26 0%, #FFC432 50%, #86BA2C 100%);height:0.375rem;width:80%;margin:0 auto;position:relative;-webkit-transform:translate(0, 150%);transform:translate(0, 150%)}html.graphite .rep-score__scale__value{height:0.9375rem;width:0.9375rem;border-radius:50%;position:absolute;-webkit-transform:translate(-25%, -25%);transform:translate(-25%, -25%)}html.graphite table.resolutions_by_user{table-layout:auto !important}html.graphite table.resolutions_by_user tbody tr td{width:auto !important;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.graphite table.resolutions_by_user tbody tr td span{vertical-align:middle}html.graphite table.resolutions_by_user tbody tr:hover td{background-color:#1e1f23}html.graphite .sentiment-score .stat--trend{padding:0}html.graphite .sentiment-score .stat-label{color:#838eab;font-weight:400;white-space:nowrap}html.graphite .sentiment-score .stat-label--custom{font-size:0.875rem}html.graphite .sentiment-score.sentiment-score--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--full-width .stat--custom{font-size:4rem}}html.graphite .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:3em}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:1.5em}}@media(min-width: 2400px){html.graphite .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:6em}}@media(min-width: 3600px){html.graphite .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:8em}}html.graphite .sentiment-score.sentiment-score--full-width .sentiment-score-row{margin:78px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .sentiment-score.sentiment-score--full-width.command-center{margin-top:20%}html.graphite .sentiment-score.sentiment-score--full-width.command-center .stat--custom{font-size:7.5rem}html.graphite .sentiment-score.sentiment-score--full-width.report .stat--custom{font-size:4.5rem}html.graphite .sentiment-score.sentiment-score--full-width.report .sentiment-score-row .sentiment-score__original-mentions{padding-left:2em}html.graphite .sentiment-score.sentiment-score--full-width.report .sentiment-score-row .sentiment-score__shared-mentions{padding-left:2em}html.graphite .sentiment-score.sentiment-score--full-width.report .sentiment-score__dial{padding-left:1em}html.graphite .sentiment-score.sentiment-score--two-thirds-width.command-center{margin-top:25%}html.graphite .sentiment-score.sentiment-score--half-width.command-center{margin-top:40%}html.graphite .sentiment-score.sentiment-score--two-thirds-width .stat--custom{font-size:4rem;line-height:.9}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--two-thirds-width .stat--custom{font-size:2.25rem}}html.graphite .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:2em}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:1em}}@media(min-width: 2400px){html.graphite .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:4em}}@media(min-width: 3600px){html.graphite .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:5em}}html.graphite .sentiment-score.sentiment-score--two-thirds-width .sentiment-score-row{margin:110px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .sentiment-score.sentiment-score--two-thirds-width.command-center .stat--custom{font-size:6rem}html.graphite .sentiment-score.sentiment-score--two-thirds-width.report .sentiment-score__dial{padding-left:.5em}html.graphite .sentiment-score.sentiment-score--half-width .stat--custom{font-size:4rem;line-height:.9}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--half-width .stat--custom{font-size:3rem}}html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__trend{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:1.5em}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:.8em}}@media(min-width: 2400px){html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:3em}}@media(min-width: 3600px){html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:5em}}html.graphite .sentiment-score.sentiment-score--half-width .sentiment-score-row{margin:80px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .sentiment-score.sentiment-score--half-width.command-center .stat--custom{font-size:6rem}html.graphite .sentiment-score.sentiment-score--half-width.report .sentiment-score__dial{padding-left:.4em}html.graphite .sentiment-score.sentiment-score--third-width .stat--custom{font-size:3rem;line-height:.9}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--third-width .stat--custom{font-size:1.875rem}}html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__trend{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:1.5em}@media(max-width: 1200px){html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:.8em}}@media(min-width: 2400px){html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:3em}}@media(min-width: 3600px){html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:5em}}html.graphite .sentiment-score.sentiment-score--third-width .sentiment-score-row{margin:60px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:wrap}html.graphite .sentiment-score.sentiment-score--third-width.command-center{margin-top:50%}html.graphite .sentiment-score.sentiment-score--third-width.command-center .stat--custom{font-size:6rem}html.graphite .sentiment-score.sentiment-score--third-width.report .sentiment-score__dial{padding-left:.2em}html.graphite .fullscreen .sentiment-score .stat--trend{font-size:3vh}html.graphite .fullscreen .sentiment-score .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.graphite .fullscreen .sentiment-score.sentiment-score--full-width .sentiment-score-row{margin-top:15%}html.graphite .fullscreen .sentiment-score.sentiment-score--full-width.command-center{margin-top:15%}html.graphite .fullscreen .sentiment-score.sentiment-score--full-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .sentiment-score.sentiment-score--two-thirds-width .sentiment-score-row{margin-top:15%}html.graphite .fullscreen .sentiment-score.sentiment-score--two-thirds-width.command-center{margin-top:25%}html.graphite .fullscreen .sentiment-score.sentiment-score--two-thirds-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .sentiment-score.sentiment-score--half-width .sentiment-score-row{margin-top:8%}html.graphite .fullscreen .sentiment-score.sentiment-score--half-width.command-center{margin-top:15%}html.graphite .fullscreen .sentiment-score.sentiment-score--half-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .sentiment-score.sentiment-score--third-width .sentiment-score-row{margin-top:8%}html.graphite .fullscreen .sentiment-score.sentiment-score--third-width.command-center{margin-top:25%}html.graphite .fullscreen .sentiment-score.sentiment-score--third-width.command-center .stat--custom{font-size:16vh}html.graphite .fullscreen .sentiment-score.sentiment-score--half-width .stat--custom,html.graphite .fullscreen .sentiment-score.sentiment-score--third-width .stat--custom{font-size:10vh;line-height:1}html.graphite .fullscreen .sentiment-score.sentiment-score--half-width .stat-label--custom,html.graphite .fullscreen .sentiment-score.sentiment-score--third-width .stat-label--custom{font-size:3vh;line-height:1}html.graphite .widget--report-mode .sentiment-score--third-width .sentiment-score-row{-webkit-transform:scale(0.75) translate(0, -36%);transform:scale(0.75) translate(0, -36%)}html.graphite .widget--report-mode .sentiment-score--half-width .sentiment-score-row{margin:0;-webkit-transform:scale(0.7) translate(0, -24%);transform:scale(0.7) translate(0, -24%)}html.graphite .widget--report-mode .sentiment-score--full-width .sentiment-score-row,html.graphite .widget--report-mode .sentiment-score--two-thirds-width .sentiment-score-row{-webkit-transform:scale(0.85);transform:scale(0.85)}html.graphite .dashboard-five-star-scale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}html.graphite .dashboard-five-star-scale .title{font-size:3em}html.graphite .dashboard-five-star-scale .numerical-average{font-size:3em}html.graphite .dashboard-five-star-scale .star-rating{font-size:3em}html.graphite .dashboard-page__widget--small dashboard-five-star-scale{-webkit-transform:scale(0.6);transform:scale(0.6)}html.graphite .widget-drag-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}html.graphite .widget__grab-icon{cursor:-webkit-grab;cursor:grab;display:inherit}html.graphite .widget-container{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .widget-container--transform3d{-webkit-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important}html.graphite .widget-container>.panel__heading{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .widget-container>.panel__heading .icon{vertical-align:middle}html.graphite .widget-container>.panel__heading .icon-dropdown{display:inherit;margin-top:-3px}html.graphite .widget-container>.panel__heading .icon--smart-widget{color:#fff;padding:.25em;position:relative;overflow:hidden;width:1.5em;height:1.5em;font-size:1.5em;margin-left:0;margin-right:.5em}html.graphite .widget-container--smart .panel__heading{background-color:#37a0c8;color:#fff}html.graphite .widget-container--smart .panel__heading .panel__heading__label{color:#fff}html.graphite .widget-container--smart .panel__heading .panel__heading__button{color:#fff}html.graphite .widget-container--smart .panel__heading .panel__heading__label__sub-label,html.graphite .widget-container--smart .panel__heading .panel__heading__filters{color:#c9d8f8}html.graphite .widget-container--smart .panel__heading .panel__heading__label__sub-label .badge,html.graphite .widget-container--smart .panel__heading .panel__heading__filters .badge{color:#c9d8f8}html.graphite .widget-container--smart .panel__heading .panel__heading__label__sub-label .social-monitor-name a,html.graphite .widget-container--smart .panel__heading .panel__heading__filters .social-monitor-name a{color:#fff}html.graphite .widget-container--smart .widget-info-overlay-icon .icon.circle{border:1px solid #fff;font-size:1.1rem;padding:1px;color:#fff}html.graphite .widget-container--smart--inactive .panel__heading{background-color:rgb(38.5,112,140)}html.graphite .widget-container>.panel__body{-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px;overflow:hidden;padding-top:.2em;padding-bottom:.2em}html.graphite .widget-container.fullscreen{height:100%}html.graphite .widget-container.fullscreen>.panel__heading .panel__heading__label{font-size:1.5em}html.graphite .widget-container.fullscreen>.panel__body{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .widget-container .panel__heading>button{padding:.5em .5em}html.graphite .widget-container .panel__heading>button+button{margin-left:0}html.graphite .widget-container .widget-body{height:100%}html.graphite .widget-container .align-right{left:auto;right:2px}html.graphite .widget-container .edit-text__current-value{max-width:calc(100% - 9rem)}html.graphite .widget-container .edit-text__current-value:hover{background:rgba(102,132,163,.6)}html.graphite .widget-container .edit-text__width-setter{display:none}html.graphite .widget-container .edit-text__edit-button{opacity:0;margin-left:0.5em;margin-right:0.5em}html.graphite .widget-container:hover .edit-text__edit-button{opacity:1}html.graphite .widget-container__widget-scroll{overflow-y:scroll;height:100%}html.graphite .widget-container__widget-scroll::-webkit-scrollbar{display:none}html.graphite .widget-container__widget-scroll::-webkit-scrollbar-button{display:none}html.graphite .widget-container__widget-scroll::-webkit-scrollbar-thumb{display:none}html.graphite .widget-container--image>.panel__body{-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px;overflow:auto;padding:0;height:450px;width:100%;margin:auto}html.graphite .widget-container--image>.panel__body div.widget-type--image{background-position:center center;background-size:contain;background-repeat:no-repeat;height:100%}html.graphite .widget-container--text>.panel__body{padding-top:.4em;padding-bottom:.4em;overflow-y:scroll}html.graphite .widget-container--text>.panel__body h1{margin:.5em 0 .1em 0;font-weight:600}html.graphite .widget-container--text>.panel__body h2,html.graphite .widget-container--text>.panel__body h3{margin:.25em 0 .05em 0;font-weight:600}html.graphite .widget-container--text>.panel__body h4,html.graphite .widget-container--text>.panel__body h5,html.graphite .widget-container--text>.panel__body h6{margin:0;font-weight:600}html.graphite .widget-container--text>.panel__body p,html.graphite .widget-container--text>.panel__body div{padding:.3em 0}html.graphite .widget-container--text.fullscreen>.panel__body{font-size:2em}html.graphite .widget-container--text.fullscreen>.panel__body h1{font-size:200%}html.graphite .widget-container--text.fullscreen>.panel__body h2,html.graphite .widget-container--text.fullscreen>.panel__body h3{font-size:200%}html.graphite .widget-container--text.fullscreen>.panel__body h4,html.graphite .widget-container--text.fullscreen>.panel__body h5,html.graphite .widget-container--text.fullscreen>.panel__body h6{font-size:200%}html.graphite .widget-subcomponent{white-space:nowrap}html.graphite .widget-subcomponent .stat{font-size:3em;font-weight:500;color:#249ddb}html.graphite .widget-subcomponent .stat sub{bottom:0;font-size:75%}html.graphite .widget-subcomponent .stat--sm{font-size:2em}html.graphite .widget-subcomponent .stat-description{line-height:1;color:#7c8499;white-space:normal;text-overflow:ellipsis}html.graphite .faux-fullscreen{position:fixed;top:0;left:0;z-index:10000}html.graphite .smooth-move-backdrop{height:100vh;position:fixed;top:0;left:0;width:100vw;z-index:10000}html.graphite .widget-row{position:relative}html.graphite .widget-row--dragging-over{border:0.0625rem solid #249ddb;border-radius:10px}html.graphite .widget-row__edit-options{display:none;-webkit-transition:300ms;transition:300ms;background:#2a3541;color:#191515;position:absolute;right:-1rem;bottom:0;-webkit-transform:translate(0, 75%);transform:translate(0, 75%);border-radius:0.25rem;z-index:100;padding:.25rem 0 .15rem .1rem}html.graphite .widget-row__edit-options button,html.graphite .widget-row__edit-options .button,html.light .image-uploader__dropzone__buttons html.graphite .widget-row__edit-options a,html.graphite .widget-row__edit-options .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .widget-row__edit-options a,html.graphite .widget-row__edit-options .btn{margin:0 .25rem}html.graphite .widget-row:hover .widget-row__edit-options{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .widget-row__widget-placeholder{width:calc(50% - 1.8rem);border-radius:10px;background:#2a3541;height:100%;position:relative;display:inline-block}html.graphite .widget-row__widget-placeholder--left{margin-right:1.8rem}html.graphite .widget-row__widget-placeholder--right{margin-left:1.8rem}html.graphite .widget-row__widget-placeholder--center{margin-left:1.8rem}html.graphite .widget-row__resize-grabber{width:2.5rem;position:absolute;height:100%;right:0px;-webkit-transform:translate(50%, 0px);transform:translate(50%, 0px);cursor:ew-resize;z-index:200}html.graphite .widget-row__children{height:100%;position:relative}html.graphite .widget-row-spacer,html.graphite .widget-row-spacer--dragging-over{height:1.5rem;margin:.25rem 0}html.graphite .widget-row-spacer--dragging-over{border:0.0625rem solid #249ddb;border-radius:10px}html.graphite .widget-info-overlay{text-align:left;overflow-x:hidden;overflow-y:auto;background-color:#13181d;padding:2em 1.5em 1.5em 1.5em;-webkit-box-shadow:-1px 0 5px 0 rgba(0,0,0,.3);box-shadow:-1px 0 5px 0 rgba(0,0,0,.3);height:100%;min-width:350px;max-width:350px;z-index:1010}html.graphite .widget-info-overlay::-webkit-scrollbar{display:none}html.graphite .widget-info-overlay::-webkit-scrollbar-button{display:none}html.graphite .widget-info-overlay::-webkit-scrollbar-thumb{display:none}html.graphite .widget-info-overlay-icon{border-radius:50%;padding:.2em;line-height:1;font-size:1.5em;cursor:pointer;z-index:1010}html.graphite .widget-info-overlay__smart-icon{color:#7c8499;right:0px;z-index:1010}html.graphite .widget-info-overlay__smart-icon-animation{-webkit-animation:flashing-bulb 2.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;animation:flashing-bulb 2.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;right:25px;z-index:1000}html.graphite .widget-info-overlay__custom-analysis{width:300px}html.graphite .widget-info-overlay__custom-analysis textarea{height:300px}@-webkit-keyframes flashing-bulb{0%{color:#7c8499}33%{color:#ddc04c}66%{color:#ddc04c}100%{color:#7c8499}}@keyframes flashing-bulb{0%{color:#7c8499}33%{color:#ddc04c}66%{color:#ddc04c}100%{color:#7c8499}}html.graphite .percent-dial .stat{padding-top:calc(50% - .6em);line-height:1}html.graphite .percent-dial .stat sub{bottom:0}html.graphite .queue-hierarchy-container .queue-hierarchy-parent{font-size:1.125rem;width:100%;padding:8px 20px;border:1px solid #2a3541;margin-bottom:5px;position:relative}html.graphite .queue-hierarchy-container .queue-hierarchy-parent:hover{background-color:rgba(42,53,65,.2)}html.graphite .queue-hierarchy-container .queue-hierarchy-child{width:95%;float:right}html.graphite .queue-hierarchy-container .queue-selected{color:#fff;background-color:#249ddb}html.graphite .queue-hierarchy-container .queue-selected .icon{color:#fff}html.graphite .queue-hierarchy-container .queue-selected:hover{background-color:rgba(36,157,219,.8)}html.graphite .engage-card{position:relative;background-color:#1e1f23;border:none;border-radius:0.25rem;overflow:hidden;width:100%}html.graphite .engage-card__header{position:relative;padding:0.5em}html.graphite .engage-card__header__author,html.graphite .engage-card__header__avatar,html.graphite .engage-card__header__social-icon{line-height:0;-ms-flex-item-align:start;align-self:flex-start}html.graphite .engage-card__header__author{background-color:#191515;border-radius:50%;overflow:hidden}html.graphite .engage-card__header__network-icon{background-color:#2a3541;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.graphite .engage-card__header__network-icon span{font-size:1.5625rem}html.graphite .engage-card__header__username{line-height:1em;overflow-wrap:anywhere}html.graphite .engage-card__header .selector-panel__container{left:auto;right:calc(-0.5em - 1px);top:calc(-0.5em - 1px)}html.graphite .engage-card__body{padding:0.625em}html.graphite .engage-card__media{overflow-x:hidden;overflow-y:auto}html.graphite .engage-card__media__image{width:100%;height:18.75rem;background-size:cover;background-repeat:no-repeat;background-position:center center}html.graphite .engage-card__media__thumbnail{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;background-position:center center}html.graphite .engage-card__media__video{display:inline-block;position:relative;width:100%}html.graphite .engage-card__media__video video{width:100%;height:18.75rem;margin:0 auto}html.graphite .engage-card__media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #fff;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.graphite .engage-card__tags{background-color:#2a3541}html.graphite .engage-queue-list hr{background-image:none;background-color:rgb(66.3043478261,76.25,86.1956521739)}html.graphite .engage-queue-list__item{display:block;padding:4px 20px;color:#bbb}html.graphite .engage-queue-list__item--all{color:#fff}html.graphite .engage-queue-list__item--selected{background-color:#2a3541}html.graphite .engage-queue-list__item--disabled{color:rgb(98.9356223176,106.69527897,127.0643776824);cursor:default}html.graphite .engage-queue-list__item-count{float:right;color:#fff}html.graphite .engage-queue-list__item-name{max-width:180px;overflow-x:hidden;display:inline-block}html.graphite .engage-queue-list ul{margin:0;padding:0;list-style-type:none}ul ul li html.graphite .engage-queue-list__item{padding-left:30px}html.graphite .engage-messages{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .engage-messages__list{overflow-y:auto;height:100%}html.graphite .engage-messages__refresh-notification>button{width:100%;padding:.2em 1em;background-color:#249ddb;color:#1e1f23;text-decoration:none}html.graphite .engage-messages__refresh-notification>button:hover{background-color:#249ddb;color:#1e1f23}html.graphite .engage-messages__actions .dropdown__options{padding:12px;background:#13181d}html.graphite .engage-messages__actions .dropdown__options--up{margin-bottom:5px}html.graphite .engage-messages__actions .dropdown__option{padding:0;background:none;font-weight:normal}html.graphite .ScrollbarsCustom-Track{right:6px}html.graphite .engage-message-wrapper{position:relative;border-bottom:1px solid rgb(62.0186915888,78.261682243,95.9813084112)}html.graphite .engage-message-wrapper--resolved{background-color:unset}html.graphite .engage-message-wrapper--resolved{border-bottom:1px solid #2a3541}html.graphite .engage-message-wrapper--resolved .engage-message-card{background-color:unset}html.graphite .engage-message-wrapper--resolved .engage-message-card .user-selector>.user-selector__button .user-selector__unassigned-avatar{background-color:hsl(0,8.6956521739%,11.0196078431%)}html.graphite .engage-message-wrapper--clickable .engage-message-card:hover{cursor:pointer}html.graphite .engage-message-wrapper--selected .engage-message-card{border-right:5px solid rgb(145.5,206,237)}html.graphite .engage-message-wrapper--selected .engage-message-card__status-back{border-right-color:rgb(145.5,206,237)}html.graphite .engage-message-wrapper__actions{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 46px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .engage-message-card{position:relative;width:100%;background-color:#2a3541;border-right:5px solid rgba(0,0,0,0);padding-right:3px}html.graphite .engage-message-card__header{position:relative;border-bottom-left-radius:unset;border-bottom-right-radius:unset}html.graphite .engage-message-card__header__author,html.graphite .engage-message-card__header__avatar,html.graphite .engage-message-card__header__social-icon{line-height:0;-ms-flex-item-align:start;align-self:flex-start}html.graphite .engage-message-card__header__author{background-color:#191515;border-radius:50%;overflow:hidden}html.graphite .engage-message-card__header__social-icon .icon{border-radius:4px;color:#fff;display:block;font-size:1.7em;margin-left:auto;width:32px;height:32px;line-height:32px;text-align:center}html.graphite .engage-message-card__header__username{line-height:1.2em;overflow-wrap:anywhere}html.graphite .engage-message-card__header__username div{overflow:hidden;text-overflow:ellipsis;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;width:auto;margin-right:20px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}html.graphite .engage-message-card__header .selector-panel__container{left:auto;right:calc(-0.5em - 1px);top:calc(-0.5em - 1px)}html.graphite .engage-message-card__body{margin-left:46px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}html.graphite .engage-message-card__tags{gap:4px}html.graphite .engage-message-card__status{position:relative}html.graphite .engage-message-card__status-back{position:absolute;top:-3.5px;right:-8px;background-color:hsl(200.3278688525,71.7647058824%,110%);height:32px;width:44.5px;border-top-left-radius:32px;border-bottom-left-radius:32px;border-right:5px solid hsl(200.3278688525,71.7647058824%,110%)}html.graphite .engage-message-card__status .circle{position:relative;width:25px;height:25px;background-color:#191515;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:25px}html.graphite .engage-message-card__status .circle.resolved{background-color:rgb(145.5,206,237);border-color:rgb(145.5,206,237);color:#fff;font-weight:bold}html.graphite .engage-message-card__status .circle .lds-ripple{width:1.3em;height:1.5em}html.graphite .engage-message-card__status--small{-webkit-transform:scale(0.85);transform:scale(0.85)}html.graphite .engage-message-node{position:relative;list-style:none;border-bottom-left-radius:unset;border-bottom-right-radius:unset}html.graphite .engage-message-node__wrapper{background-color:#1e1f23}html.graphite .engage-message-node__header{position:relative;background-color:#2a3541;border-radius:0.25rem 0.25rem 0 0}html.graphite .engage-message-node__header__author,html.graphite .engage-message-node__header__avatar,html.graphite .engage-message-node__header__social-icon{line-height:0;-ms-flex-item-align:start;align-self:flex-start}html.graphite .engage-message-node__header__author{background-color:#191515;border-radius:50%;overflow:hidden}html.graphite .engage-message-node__header__social-icon .icon{color:#fff;display:block;font-size:1.7em;margin-left:auto;width:32px;height:32px;line-height:32px;text-align:center}html.graphite .engage-message-node__header__username{line-height:1em}html.graphite .engage-message-node__hidden-icon{position:absolute;left:-25px;top:15px}html.graphite .engage-message-node__body-text{white-space:pre-wrap}html.graphite .engage-message-node .carousel{margin:10px 0}html.graphite .engage-message-node .carousel .mention-card__media__image{height:auto}html.graphite .engage-message-node .mention-card__overlay{display:none;position:absolute;opacity:.8;background:#333;top:0;width:100%;height:100%;z-index:1060;pointer-events:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}html.graphite .engage-message-node .mention-card__media__video:hover .mention-card__overlay{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .engage-message-node__interactions .button--clean{-webkit-filter:grayscale(100%) contrast(0%);filter:grayscale(100%) contrast(0%)}html.graphite .engage-message-node__interactions__interaction--inactive{-webkit-filter:grayscale(100%) contrast(0%);filter:grayscale(100%) contrast(0%)}html.graphite .engage-message-node__interactions__interaction__text{margin:0;height:2.75rem;min-height:2.75rem;overflow-y:hidden;background-color:rgb(31.9906542056,40.3691588785,49.5093457944);border:none;resize:none;padding-bottom:1.25rem}html.graphite .engage-message-node__interactions__interaction__label{color:#bbb}html.graphite .engage-message-node__interactions__form .dropdown{border:none;border-radius:0.25rem;background-color:rgb(46.0037383178,58.0523364486,71.1962616822);height:auto}html.graphite .engage-message-node__interactions__form .dropdown__arrow{height:26px}html.graphite .engage-message-node__interactions__form .dropdown__container{padding:0 .75em 0 0}html.graphite .engage-message-node__interactions__form .dropdown .avatar{background-color:#191515;border-radius:50%}html.graphite .engage-message-node__interactions__form .dropdown__selected-text--default,html.graphite .engage-message-node__interactions__form .dropdown__selected-text{padding-left:.75em}html.graphite .engage-message-node__interactions__more-menu{position:absolute;top:16px;right:10px}html.graphite .engage-message-node__interactions__more-menu--hoverable{display:block}html.graphite .engage-message-node .engage-message-node__back--highlighted .engage-message-node__interactions .button--clean,html.graphite .engage-message-node .engage-message-node__back--interactions .engage-message-node__interactions .button--clean{-webkit-filter:none;filter:none}html.graphite .engage-message-node__media-thumb-wrapper{height:180px;width:180px;overflow:hidden;border-radius:0.25rem;position:relative}html.graphite .engage-message-node__media-thumb-wrapper:hover .engage-message-node__media-thumbnail{opacity:1}html.graphite .engage-message-node__media-thumb{height:100%;width:100%;background-repeat:no-repeat;background-size:contain;background-position:50%}html.graphite .engage-message-node__media-thumbnail{-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease;opacity:0;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,.6);position:absolute;padding:0.25em;pointer-events:none}html.graphite .engage-message-node__media-thumbnail--persist{opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;transition:none}html.graphite .engage-message-node__remove-media{position:absolute;top:0;right:0;background:hsla(0,0%,100%,.8);color:#000;pointer-events:auto}html.graphite .engage-message-node__remove-media:hover{background:hsla(0,0%,100%,.8);color:#000}html.graphite .engage-message-node--compact .engage-message-node__header{background:none}html.graphite .engage-message-node--compact .engage-message-node__interactions__more-menu{top:0;right:0}html.graphite .engage-message-node--compact .engage-message-node__back--highlighted .engage-message-node__wrapper{background-color:rgb(31.9906542056,40.3691588785,49.5093457944);border-color:rgb(31.9906542056,40.3691588785,49.5093457944);border-radius:.75rem;margin:12px 0}html.graphite .engage-message-node--compact .engage-message-node__hidden-icon{position:absolute;left:20px;top:25px}html.graphite .engage-message-responses__message__body{color:#bbb}html.graphite .engage-message-responses__message__body a{font-weight:bold}html.graphite .engage-message-responses__message__body--right{background-color:#fff;color:#222}html.graphite .engage-message-responses__message__body--right a{color:#222}html.graphite .engage-message-responses__message__body--right a:hover{color:#222}html.graphite .engage-post{height:100%}html.graphite .engage-post__tree{overflow-y:auto;height:100%}html.graphite .engage-post__tree.text--quiet{padding-top:2em}html.graphite .engage-post ul{margin:0;padding:0}html.graphite .engage-post ul li .engage-message-node__back{padding-left:10%;padding-right:10%}html.graphite .engage-post ul ul li .engage-message-node__back{padding-left:10%}html.graphite .engage-post ul ul ul li .engage-message-node__back{padding-left:14%}html.graphite .engage-post ul ul ul ul li .engage-message-node__back{padding-left:20%}html.graphite .engage-details{height:100%;overflow-x:hidden;overflow-y:auto}html.graphite .engage-details__tabs{border-bottom:1px solid #2a3541}html.graphite .engage-details__tabs button{color:#7c8499}html.graphite .engage-details__tabs button.tab-active{border-bottom:2px solid #249ddb;color:#249ddb}html.graphite .engage-standard-responses{max-height:100%;overflow-y:auto}html.graphite .engage-standard-responses .response-search-container .response-search{width:90%}html.graphite .engage-standard-responses .response-search-container .response-search input{background-color:rgb(31.9906542056,40.3691588785,49.5093457944);border-radius:25px;padding:0 1em}html.graphite .engage-standard-responses .response-search-container .response-search input::-webkit-input-placeholder{color:#7c8499}html.graphite .engage-standard-responses .response-search-container .response-search input::-moz-placeholder{color:#7c8499}html.graphite .engage-standard-responses .response-search-container .response-search input::-ms-input-placeholder{color:#7c8499}html.graphite .engage-standard-responses .response-search-container .response-search input::placeholder{color:#7c8499}html.graphite .engage-standard-responses .response-search-container .response-search .dropdown{min-width:150px;border:none}html.graphite .engage-standard-responses .standard-responses{min-height:150px;overflow-y:auto}html.graphite .engage-standard-responses .standard-responses .response{width:90%;background-color:#2a3541;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;white-space:pre-wrap;border-radius:0.25rem}html.graphite .engage-standard-responses .standard-responses .response .response-delete{display:-webkit-box;display:-ms-flexbox;display:flex;width:46px}html.graphite .engage-standard-responses .standard-responses .response .response-delete .icon{display:none}html.graphite .engage-standard-responses .standard-responses .response .response-phrase{overflow:auto}html.graphite .engage-standard-responses .standard-responses .response:hover{background-color:rgb(54.0112149533,68.1570093458,83.5887850467)}html.graphite .engage-standard-responses .standard-responses .response:hover .response-delete .icon{display:block}html.graphite .engage-standard-responses .add-response-container{width:90%;background-color:rgb(52.0093457944,65.6308411215,80.4906542056);border-radius:0.25rem}html.graphite .engage-standard-responses .add-response-container .add-response-section textarea{background-color:rgb(31.9906542056,40.3691588785,49.5093457944);height:auto;border:none}html.graphite .engage-standard-responses .add-response-container .add-response-section textarea::-webkit-input-placeholder{color:#7c8499}html.graphite .engage-standard-responses .add-response-container .add-response-section textarea::-moz-placeholder{color:#7c8499}html.graphite .engage-standard-responses .add-response-container .add-response-section textarea::-ms-input-placeholder{color:#7c8499}html.graphite .engage-standard-responses .add-response-container .add-response-section textarea::placeholder{color:#7c8499}html.graphite .engage-author-history{max-height:100%;overflow-y:auto}html.graphite .engage-author-history__header{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}html.graphite .engage-author-history__header__social-icon .icon{background:#249ddb;border-radius:4px;color:#fff;display:block;font-size:1.7em;margin-left:auto;width:32px;height:32px;line-height:32px;text-align:center}html.graphite .engage-author-history__header__social-icon .icon.is-facebook{background:#3b5998}html.graphite .engage-author-history__header__social-icon .icon.is-twitter{background:#00aced}html.graphite .engage-author-history__header__social-icon .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.graphite .engage-author-history__header__social-icon .icon.is-pinterest{background:#d0021b}html.graphite .engage-author-history__header__social-icon .icon.is-reddit{background:#ff5700}html.graphite .engage-author-history__header__social-icon .icon.is-rss{background:#f26522}html.graphite .engage-author-history__header__social-icon .icon.is-vk{background:#45668e}html.graphite .engage-author-history__header__social-icon .icon.is-youtube{background:#cd201f}html.graphite .engage-author-history__header__social-icon .icon.is-stack_overflow{background:#f48024}html.graphite .engage-author-history__header__social-icon .icon.is-tumblr{background:#35465c}html.graphite .engage-author-history__header__social-icon .icon.is-automattic{background:#39c}html.graphite .engage-author-history__header__social-icon .icon.is-disqus{background:#2e9fff}html.graphite .engage-author-history__header__social-icon .icon.is-reviews{background:#249ddb}html.graphite .engage-author-history__details{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}html.graphite .engage-author-history__history{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto}html.graphite .engage-author-history .w-90{width:90%}html.graphite .engage-private-conversation-header,html.graphite .engage-post__header{border-bottom:1px solid rgb(31.9906542056,40.3691588785,49.5093457944)}html.graphite .engage-private-conversation-header .icon--more,html.graphite .engage-post__header .icon--more{transform:rotate(90deg);-webkit-transform:rotate(-90deg);font-size:1.25rem}html.graphite .engage-private-conversation-header .icon-dropdown__list,html.graphite .engage-post__header .icon-dropdown__list{border-radius:0.25rem;padding:.75rem}html.graphite .engage-private-conversation-header .dropdown--clean,html.graphite .engage-post__header .dropdown--clean{border:1px solid rgb(31.9906542056,40.3691588785,49.5093457944);padding-left:.75rem;padding-right:.75rem}html.graphite .engage-private-conversation-header .dropdown--clean .dropdown__options,html.graphite .engage-post__header .dropdown--clean .dropdown__options{border:1px solid rgb(31.9906542056,40.3691588785,49.5093457944);background-color:#191515;vertical-align:baseline;display:inline-block;padding:0}html.graphite .engage-private-conversation-header .dropdown--clean .dropdown__options .dropdown__option,html.graphite .engage-post__header .dropdown--clean .dropdown__options .dropdown__option{color:#fff;font-weight:400;font-size:1rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;padding-bottom:.5rem}html.graphite .engage-private-conversation-header .dropdown-selected-item,html.graphite .engage-post__header .dropdown-selected-item{color:#bbb;padding-left:.5rem;padding-right:.5rem;font-weight:500}html.graphite .engage-private-conversation-messages{height:100%;padding:1.25rem;overflow-y:auto}html.graphite .engage-private-conversation-messages ul{margin:0;padding:0;list-style-type:none}html.graphite .engage-private-conversation-messages ul li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.5rem}html.graphite .engage-private-conversation-messages ul li .start-of-conversation{margin-top:.75rem;margin-bottom:.5rem}html.graphite .engage-private-conversation-messages ul li .separator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:.75rem;font-size:.85rem;margin-top:1.5rem;color:#bbb}html.graphite .engage-private-conversation-messages ul li .separator span{padding-left:.75rem;padding-right:.75rem}html.graphite .engage-private-conversation-messages ul li .separator:before,html.graphite .engage-private-conversation-messages ul li .separator:after{content:"";-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;border-bottom:1px solid;margin:auto}html.graphite .engage-private-conversation-messages ul li .date-time-header:before{margin-right:auto}html.graphite .engage-private-conversation-messages ul li .date-time-header:after{margin-left:auto}html.graphite .engage-private-conversation-messages ul li img{border-radius:.5rem}html.graphite .engage-private-conversation-messages ul li .message-container{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:70%;-webkit-box-align:end;-ms-flex-align:end;align-items:end}html.graphite .engage-private-conversation-messages ul li .message-container.left{margin-right:auto}html.graphite .engage-private-conversation-messages ul li .message-container.left .message{border-bottom-left-radius:0;margin-right:.5rem}html.graphite .engage-private-conversation-messages ul li .message-container.right{margin-left:auto;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}html.graphite .engage-private-conversation-messages ul li .message-container.right .message{white-space:pre-wrap;border-end-end-radius:0;background-color:rgb(31.9906542056,40.3691588785,49.5093457944);border-color:rgb(31.9906542056,40.3691588785,49.5093457944);margin-left:.5rem}html.graphite .engage-private-conversation-messages ul li .message-container .message{position:relative;padding:.75rem 1.25rem;border:1px solid rgb(35.9943925234,45.4214953271,55.7056074766);border-radius:.75rem;overflow-wrap:break-word;max-width:100%}html.graphite .engage-private-conversation-messages ul li .message-container .message .overlay{position:absolute;height:100%;width:100%;top:0}html.graphite .engage-private-conversation-messages ul li .message-container .message .overlay .video-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .engage-private-conversation-messages ul li .message-container .message .overlay .video-overlay .play{position:relative;left:-20px;border-style:solid;border-width:20px 0px 20px 40px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) hsla(0,0%,100%,.75)}html.graphite .engage-private-conversation-messages ul li .message-container .message span{overflow:hidden;overflow-wrap:break-word}html.graphite .engage-private-conversation-messages ul li .message-container .timestamp{visibility:hidden}html.graphite .engage-private-conversation-messages ul li .message-container:hover .timestamp{visibility:visible}html.graphite .engage-private-conversation-messages ul li .message-new{margin-top:.75rem}html.graphite .engage-private-conversation-messages ul li:last-child .timestamp{visibility:visible}html.graphite .engage-private-conversation-messages ul li:last-child{margin-bottom:.5rem}html.graphite .engage-private-conversation-text-area{border:1px solid rgb(35.9943925234,45.4214953271,55.7056074766);background-color:#242a32;border-radius:0.25rem;margin-left:1.25rem;margin-right:1.25rem;max-height:60%;margin-bottom:1.25rem}html.graphite .engage-private-conversation-text-area .textarea-container{background-color:#1e1f23;margin-bottom:1rem}html.graphite .engage-private-conversation-text-area .textarea-container .textarea{min-height:100px;resize:none;background-color:#1e1f23;padding-top:1.25rem;padding-left:1rem;border:none;border-radius:0.25rem}html.graphite .engage-private-conversation-text-area .media-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin-left:1rem;margin-bottom:1rem}html.graphite .engage-private-conversation-text-area .action-button{position:relative;top:-25%;margin-right:1rem;margin-left:1rem}html.graphite .engage-private-conversation-text-area .selected-media-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1rem;margin-right:1rem;padding-bottom:1rem}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media{max-width:100px;max-height:100px;position:relative}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media .image .image-container{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media .overlay{position:absolute;height:100%;width:100%;top:0}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media .overlay .overlay-options{display:none}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media .overlay .video-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media .overlay .video-overlay .play{border-style:solid;border-width:10px 0px 10px 20px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) hsla(0,0%,100%,.75)}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay{background-color:rgba(0,0,0,.5)}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay .overlay-options{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:.5rem;margin-right:.5rem;margin-top:.5rem}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay .video-overlay{display:none}html.graphite .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay .icon--close{padding:.25rem;background-color:rgb(31.9906542056,40.3691588785,49.5093457944);cursor:pointer}html.graphite .preview-content .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .preview-content .image .preview-modal-image-max{max-width:100%;max-height:100%;border-radius:.5rem}html.graphite .responding-disabled{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1.25rem;margin-left:1.25rem;margin-right:1.25rem;margin-bottom:1.25rem;border:1px solid rgb(35.9943925234,45.4214953271,55.7056074766)}html.graphite .engage-network-icon{width:48px;height:48px}html.graphite .engage-network-icon .network-icon{font-size:2.25rem}html.graphite .engage-network-icon .activity-type{bottom:-2.5px;right:-2.5px;width:25px;height:25px;border-radius:50%;background-color:#1e1f23;border:solid 1px #78839f;color:#78839f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .engage-network-icon .activity-type .activity-type-icon{font-size:1rem}html.graphite #PublishValidationInfo{line-height:1.2}html.graphite #PublishValidationInfo p{margin-top:.1em;margin-bottom:1em}html.graphite #PublishValidationInfo h5{font-size:1.2em;margin-bottom:0}html.graphite .label-dropdown__dropdown-default{padding:0 0.75em;border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541;height:32px;width:170px}html.graphite .label-dropdown__options{border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541;top:calc(100% + 1px);left:-13px;height:250px;min-width:170px;max-width:400px;overflow:scroll;overflow-x:hidden;position:relative;z-index:11101}html.graphite .label-dropdown__tooltip .rc-tooltip{padding:0;border:none}html.graphite .label-dropdown__tooltip .rc-tooltip-arrow{display:none}html.graphite .label-dropdown__tooltip .rc-tooltip-inner{background:none;max-width:none;padding:0;border:none;-webkit-box-shadow:0 0 #000;box-shadow:0 0 #000}html.graphite .label-dropdown--disabled{border:0.0625rem solid #1e1f23;background:#191515;cursor:not-allowed}html.graphite .label-dropdown--disabled .label-dropdown__selected-text{color:#a0b6c5}html.graphite .label-dropdown--disabled .label-dropdown__selected-text--default{color:#7c8499}html.graphite .label-manager .labels-container .icon--trash{margin-bottom:1px}html.graphite .label-manager .labels-container__unsorted-heading{margin-bottom:1.875em}html.graphite .label-manager__label--unselected{opacity:50%}html.graphite .label-creator__label-input{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .label-creator__label-input input{margin-bottom:.5rem}html.graphite .label-creator__color{border:none;border-radius:0.25rem}html.graphite .label-creator__color .dropdown__option{padding:0}html.graphite .label-creator__group-creator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}html.graphite .label-creator__group-creator input{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .label-creator__group-creator button{margin-left:.5rem}html.graphite .label-creator__group-input{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .label-creator__group-input input{color:#d5d5d5}html.graphite .label-creator__group-input input::-webkit-input-placeholder{color:hsla(0,0%,100%,.2) !important}html.graphite .label-creator__group-input input::-moz-placeholder{color:hsla(0,0%,100%,.2) !important}html.graphite .label-creator__group-input input::-ms-input-placeholder{color:hsla(0,0%,100%,.2) !important}html.graphite .label-creator__group-input input::placeholder{color:hsla(0,0%,100%,.2) !important}html.graphite .label-creator__buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .label-creator__buttons-container button{margin-left:.5rem}html.graphite .label-creator__buttons-container input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}html.graphite .label-group-creator input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}html.graphite .label-row__color-popup{border:none;border-radius:0.25rem;font-size:.9rem;line-height:.9rem;margin-right:.5rem}html.graphite .label-row__color-popup .dropdown{height:1.7rem;width:170px;line-height:1.7em}html.graphite .label-row__color-popup .dropdown__arrow{height:100%}html.graphite .label-row__color-popup .dropdown__container{height:100%}html.graphite .label-row__color-popup .dropdown__selected-text{height:100%}html.graphite .label-row__color-popup .dropdown__selected-text input{height:100%}html.graphite .label-row__color-popup .dropdown__option{padding:.2rem}html.graphite .label-row__name-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.9rem}html.graphite .label-row__name-input input{margin:0 .5rem 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:1.7rem}html.graphite .label-group-row__name-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.9rem}html.graphite .label-group-row__name-input input{margin:0 .5rem 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:1.7rem}html.graphite .label-selector-panel__container{position:absolute;right:0;top:0;width:28.125em;max-width:100vw;background:#13181d;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .label-selector-panel__search input[type=search]{background-color:#2a3541;margin:0.5em 0 0.5em 0}html.graphite .label-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.graphite .label-selector-panel__group{margin:1px 0 0 1px}html.graphite .label-selector-panel__group__header{background-color:#2a3541}html.graphite .label-selector-panel__group__header:focus{outline:1px dotted #249ddb}html.graphite .label-selector-panel__label .icon{display:none}html.graphite .label-selector-panel__label button:focus{border-radius:50px;padding:4px 4px 0 4px}html.graphite .label-selector-panel__label:hover .icon{display:inline}html.graphite .tag{color:#7d8c9b;background-color:#1e1f23;border:1px solid #7d8c9b;border-radius:15px 0 0 15px;display:inline-block;padding:0 0 0 0.9375em;height:22px;line-height:22px;text-transform:uppercase;position:relative;margin-left:.5em}html.graphite .tag button{color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}html.graphite .tag__close{padding:0 0.25em;margin-left:0.5em;font-size:0.625rem}html.graphite .tag--fit{max-width:94%}html.graphite .tag--no-margin{margin-left:0}html.graphite .dropdown .tag:not(div[class$="--inverted"]){background-color:#2a3541}html.graphite .dropdown .tag:not(div[class$="--inverted"])::after{border-right-color:#2a3541}html.graphite .tag-list__item{background-color:#1e1f23}html.graphite .tag-list__item .tag-edit-group-select{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .tag-list__item__action{opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}html.graphite .tag-list__item:hover .tag-list__item__action{opacity:1}html.graphite .tag-list__item input[type=text]{width:auto;margin:0}html.graphite .tag-editor__color{height:2.5em}html.graphite .tag-add{margin-left:-0.9em}html.graphite .tag-dropdown__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-height:250px;overflow:scroll;width:200px;overflow-x:hidden}html.graphite .tag-dropdown__options::-webkit-scrollbar{width:5px;height:5px;border-radius:5px}html.graphite .tag-dropdown__options::-webkit-scrollbar-button{width:0px;height:0px}html.graphite .tag-dropdown__options::-webkit-scrollbar-thumb{background:#888}html.graphite .tag-dropdown__option{line-height:1.8rem}html.graphite .tag-dropdown__group-checkbox{position:relative;left:1px;top:6px}html.graphite .tag-dropdown__search input{border-radius:0;border:1px solid #2a3541;background-color:#191515}html.graphite .selected-messenger{border-bottom:0.0625rem solid #2a3541}html.graphite .calendar-day{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-style:solid;border-color:#2a3541;border-width:0 0.0625rem 0.0625rem 0;min-height:calc((100vh - 50px - 3.75em - 5rem)/6)}html.graphite .calendar-day--tall{min-height:calc((100vh - 50px - 3.75em - 5rem)/2)}html.graphite .calendar-day__day-header{line-height:1;background-color:#2a3541}html.graphite .calendar-day.is-today .calendar-day__day-header{color:#fff;background-color:#249ddb}html.graphite .calendar-day.is-inactive .calendar-day__day-header{background-color:#1e1f23;color:#7c8499}html.graphite .calendar-day.is-selected:not(.is-today) .calendar-day__day-header{color:#249ddb}html.graphite .calendar-day__scheduled-posts-container{padding:1px;padding-top:2px}html.graphite .calendar-day .scheduled-posts-calendar__scheduled-post{padding:0.25em;margin-bottom:0.25em;overflow-x:hidden;padding:.25rem;margin-bottom:.25rem;border-radius:0.25rem;color:#7c8499;border:0.0625rem solid #7c8499}html.graphite .calendar-day .scheduled-posts-calendar__scheduled-post-text{line-height:1.3}html.graphite .calendar-day .day-view-popup__content{background-color:#1e1f23;width:calc(100% + 20px);left:50%;-webkit-transform:translate(-50%, -3em);transform:translate(-50%, -3em)}html.graphite .calendar-day .day-view-popup__date{color:#fff}html.graphite .calendar-day .day-view-popup__date.is-today{color:#249ddb}html.graphite .scheduled-posts-calendar{position:relative;width:100%}html.graphite .scheduled-posts-calendar__col{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:14.2857142857%}html.graphite .scheduled-posts-calendar__day-names{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-bottom:.25rem;position:sticky;background-color:#191515;top:-1.875rem}html.graphite .scheduled-posts-calendar__days-container{border-style:solid;border-color:#2a3541;border-width:0.0625rem 0 0 0.0625rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:calc(100% - 25px)}html.graphite .scheduled-post-detail,html.graphite .scheduled-post-detail--workflows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#2a3541;border:none;border-radius:0.25rem;position:relative;overflow:hidden}html.graphite .scheduled-post-detail__task-status--rejected{background:#ffc432;color:#191515}html.graphite .scheduled-post-detail__task-status--pending{background:#249ddb}html.graphite .scheduled-post-detail__top-bar{min-height:2rem}html.graphite .scheduled-post-detail__select{position:relative;top:0.5rem}html.graphite .scheduled-post-detail__grab-icon{color:#7d8c9b;cursor:-webkit-grab;cursor:grab}html.graphite .scheduled-post-detail__body{background:#1e1f23;height:100%}html.graphite .scheduled-post-detail__networks{color:#7d8c9b;font-size:1.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .scheduled-post-detail__networks .icon--linkedin,html.graphite .scheduled-post-detail__networks .icon--pinterest{margin-right:-1px}html.graphite .scheduled-post-detail__networks .icon--instagram{margin-right:1px}html.graphite .scheduled-post-detail__networks .icon--facebook{margin-right:-2px;margin-left:-4px}html.graphite .scheduled-post-detail__networks .icon--smart-social{color:#fff;position:relative;z-index:1;font-size:1.36rem;padding:.1rem;margin:0 2px 2px 8px}html.graphite .scheduled-post-detail__networks .icon--smart-social::after{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;border-radius:50%;background:#ddc04c}html.graphite .scheduled-post-detail__title{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#7d8c9b}html.graphite .scheduled-post-detail__message{color:#d5d5d5;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:30;-webkit-box-orient:vertical}html.graphite .scheduled-post-detail__link-preview{border-radius:0.25rem;border:1px solid #2a3541;overflow:hidden}html.graphite .scheduled-post-detail__link-preview--image{display:block}html.graphite .scheduled-post-detail__link-preview--image img{height:auto;display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:250px}html.graphite .scheduled-post-detail__link-preview--description{background:#2a3541;padding:.5rem}html.graphite .scheduled-post-detail__link-preview--caption{color:#fff;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.graphite .scheduled-post-detail__link-preview--title{color:#249ddb}html.graphite .scheduled-post-detail__link-preview p{font-size:.9rem;line-height:1.1rem;margin:0}html.graphite .scheduled-post-detail__media-video{position:absolute;cursor:pointer}html.graphite .scheduled-post-detail__media-video--play-pause{background:rgba(0,0,0,.4666666667);left:0;right:0;top:0;bottom:0;position:absolute}html.graphite .scheduled-post-detail__media-video--play-pause::after{content:"";width:40px;height:20px;border-left:20px solid #fff;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.8;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.graphite .scheduled-post-detail__media-video--mute{position:absolute;top:10px;right:10px;opacity:.8;z-index:1}html.graphite .scheduled-post-detail .video,html.graphite .scheduled-post-detail--workflows .video{color:blue}html.graphite .scheduled-post-detail .video::after,html.graphite .scheduled-post-detail--workflows .video::after{content:"";position:absolute;height:0;width:0;top:calc(50% - 20px);left:calc(50% - 18px);border-left:40px solid hsla(0,0%,100%,.8);border-top:20px solid rgba(0,0,0,0);border-bottom:20px solid rgba(0,0,0,0);border-right:40px solid rgba(0,0,0,0)}html.graphite .scheduled-post-detail--report-mode{margin:0;background:#e6e6e6;font-size:.6rem;z-index:1}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__body{background:#f6f5f5}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__networks{font-size:1rem}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__deleted-media{color:#000;font-size:.6rem}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__title{color:#000;font-size:.6rem}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__message{color:#000;font-size:.6rem}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__link-preview--caption{font-size:.6rem}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__link-preview--title{font-size:.6rem}html.graphite .scheduled-post-detail--report-mode .scheduled-post-detail__time{font-size:.6rem}html.graphite .scheduled-post-detail--workflows{margin-bottom:1em}html.graphite .scheduled-post-detail--workflows .scheduled-post-detail__body{border:1px solid #2a3541}html.graphite .previews .threads.background{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);border-radius:5px;padding:.75rem 1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;font-size:15px;color:#000;overflow:hidden}html.graphite .previews .threads.background .threads-container{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.5rem}html.graphite .previews .threads.background .threads-container:not(:first-child){padding-top:.5rem}html.graphite .previews .threads.background .threads-container:last-child{padding-bottom:0}html.graphite .previews .threads.background .threads-container .side-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .previews .threads.background .threads-container .side-container .avatar-container{padding-top:.25rem}html.graphite .previews .threads.background .threads-container .side-container .avatar-container .avatar{width:2.25rem;height:2.25rem;border-radius:50%}html.graphite .previews .threads.background .threads-container .side-container .reply-line{position:relative;width:2px;height:100%;background-color:#e5e5e5;border-radius:2px;top:.5rem}html.graphite .previews .threads.background .threads-container .content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:.75rem;min-width:0}html.graphite .previews .threads.background .threads-container .content-container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .previews .threads.background .threads-container .content-container .header .display-name{color:#000;font-weight:600}html.graphite .previews .threads.background .threads-container .content-container .header .display-name:hover{text-decoration:underline}html.graphite .previews .threads.background .threads-container .content-container .header .time-text{padding-left:.375rem;color:#999}html.graphite .previews .threads.background .threads-container .content-container .header .icon--more-vertical.rotate{color:#999;font-size:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.graphite .previews .threads.background .threads-container .content-container .message{margin-top:.188rem;white-space:pre-wrap}html.graphite .previews .threads.background .threads-container .content-container .message .link{color:#09f}html.graphite .previews .threads.background .threads-container .content-container .message .link:hover{text-decoration:underline}html.graphite .previews .threads.background .threads-container .content-container .link-preview-container{width:400px;border:.5px solid rgba(0,0,0,.4);border-radius:8px;overflow:hidden;margin-top:1rem}html.graphite .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-image{width:100%;height:155px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:center}html.graphite .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1rem .938rem}html.graphite .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-text .url{color:#999;font-weight:400;font-size:12px}html.graphite .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-text .title{font-weight:400;font-size:15px;color:#000}html.graphite .previews .threads.background .threads-container .content-container .media-container{min-height:250px;max-height:430px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:.5rem;margin-left:-4.37rem;padding-left:4.37rem}html.graphite .previews .threads.background .threads-container .content-container .media-container.multi{max-height:275px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}html.graphite .previews .threads.background .threads-container .content-container .media-container.multi::-webkit-scrollbar{display:none}html.graphite .previews .threads.background .threads-container .content-container .media-container .media{border-radius:8px;border:1px solid rgba(0,0,0,.4);overflow:hidden;width:auto;min-width:30%;margin-left:.5rem;-ms-flex-negative:1;flex-shrink:1;max-width:60%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-o-object-fit:cover;object-fit:cover;height:100%}html.graphite .previews .threads.background .threads-container .content-container .media-container .media:first-child{margin-left:0}html.graphite .previews .threads.background .threads-container .content-container .media-container .media:first-child:nth-last-child(1){max-width:100%}html.graphite .previews .threads.background .threads-container .content-container .media-container .media:first-child:nth-last-child(n+3),html.graphite .previews .threads.background .threads-container .content-container .media-container .media:first-child:nth-last-child(n+3)~.media{-ms-flex-negative:0;flex-shrink:0;max-width:60%}html.graphite .previews .threads.background .threads-container .content-container .action-buttons{margin-top:.375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .previews .threads.background .threads-container .content-container .action-buttons .action-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:2.25rem;height:2.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .previews .threads.background .threads-container .content-container .action-buttons .action-button:first-child{margin-left:-0.5rem}html.graphite .previews .twitter.background{background-color:#fff;color:#000;font-family:"Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;font-weight:bold;line-height:16px;border-color:#eee #ddd #bbb;border-radius:5px;border-style:solid;border-width:1px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);min-width:250px;max-width:550px}html.graphite .previews .twitter.background .reply__container{border-top:1px solid;border-color:#eee #ddd #bbb}html.graphite .previews .twitter.background .tweet__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:12px 16px 0 16px}html.graphite .previews .twitter.background .tweet__container .avatar__container{margin:0 12px -10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .previews .twitter.background .tweet__container .avatar{color:inherit;font-weight:normal;text-decoration:none;outline:0 none;border-radius:50%}html.graphite .previews .twitter.background .tweet__container .line:after{content:"";position:absolute;top:0;bottom:0;left:50%;border-left:2px solid #cfd9de;-webkit-transform:translate(-50%);transform:translate(-50%)}html.graphite .previews .twitter.background .tweet__container .line{position:relative;text-align:center;height:100%;margin:5px 0 0 0}html.graphite .previews .twitter.background .tweet__container .content{width:100%}html.graphite .previews .twitter.background .tweet__container .content .reply__to{color:#5b7085;font-size:0.9375rem;font-weight:400}html.graphite .previews .twitter.background .tweet__container .content .reply__to .reply__user{color:#1b95e0}html.graphite .previews .twitter.background .tweet__container .content .reply__to .reply__user:hover{text-decoration:underline}html.graphite .previews .twitter.background .tweet__container .content .header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .previews .twitter.background .tweet__container .content .header .user{font-size:0.9375rem}html.graphite .previews .twitter.background .tweet__container .content .header .user .display__name{font-weight:700;color:#000}html.graphite .previews .twitter.background .tweet__container .content .header .user .display__name:hover{text-decoration:underline}html.graphite .previews .twitter.background .tweet__container .content .header .user .username{margin:0 0 0 4px;font-weight:400;color:#5b7085}html.graphite .previews .twitter.background .tweet__container .content .header .user .date{margin:0 0 0 4px;font-weight:400;color:#5b7085}html.graphite .previews .twitter.background .tweet__container .content .header .icon--more-vertical.rotate{color:#5b7085;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.graphite .previews .twitter.background .tweet__container .content .body{white-space:break-spaces;font-size:1rem;font-weight:normal;line-height:20px;margin:12px 0 0 0}html.graphite .previews .twitter.background .tweet__container .content .body.reply{font-size:0.9375rem;font-weight:400}html.graphite .previews .twitter.background .tweet__container .content .body .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:12px;min-height:275px;max-height:285px;border-color:#eee #ddd #bbb;border-radius:5px;border-style:solid;border-width:1px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);overflow:hidden}html.graphite .previews .twitter.background .tweet__container .content .body .media__container .media__image{background-size:cover;background-position:center;height:100%}html.graphite .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer{width:50%;position:relative}html.graphite .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer.full{width:100%}html.graphite .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer:nth-child(2){padding:0 0 0 2px}html.graphite .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer .half__container{height:50%}html.graphite .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer .half__container:nth-child(2){padding:2px 0 0 0}html.graphite .previews .twitter.background .tweet__container .content .body .media__image{background-size:cover;background-position:center;height:100%}html.graphite .previews .twitter.background .tweet__container .content .body .hashtag{color:#1b95e0}html.graphite .previews .twitter.background .tweet__container .content .body .hashtag:hover{text-decoration:underline}html.graphite .previews .twitter.background .tweet__container .content .body .link{color:#1b95e0}html.graphite .previews .twitter.background .tweet__container .content .body .link:hover{text-decoration:underline}html.graphite .previews .twitter.background .tweet__container .content .body .link__preview__container{display:-webkit-box;display:-ms-flexbox;display:flex;height:105px;overflow:hidden;border-color:#eee #ddd #bbb;border-radius:16px;border-style:solid;border-width:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:12px 0 0 0}html.graphite .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__image{height:100%;width:100%;-ms-flex-preferred-size:33%;flex-basis:33%;background-size:cover;background-position:center;border-right-width:1px;border-right-style:solid;border-color:#eee #ddd #bbb}html.graphite .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px;max-width:300px}html.graphite .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .title{color:#000}html.graphite .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .caption{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#5b7083;max-height:40px;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;font-size:0.9375rem}html.graphite .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .url{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#5b7083}html.graphite .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .url .icon{margin:4px 4px 0 0;height:12px;fill:#5b7083}html.graphite .previews .twitter.background .tweet__container .content .body .action__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid;border-color:#eee #ddd #bbb;height:48px;margin:16px 0 0 0}html.graphite .previews .twitter.background .tweet__container .content .body .action__buttons .action__button{height:1.5em;fill:#5b7085}html.graphite .previews .twitter.background .tweet__container .content .body .reply__action__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;margin:12px 0 0 0;padding:0 0 12px 0}html.graphite .previews .twitter.background .tweet__container .content .body .reply__action__buttons .action__button{height:1.25em;fill:#5b7085}html.graphite .previews .facebook.background{background-color:#fff;color:#000;border-radius:5px}html.graphite .previews .facebook.background .post__container{padding:0 0 16px 0;font-size:.9375rem}html.graphite .previews .facebook.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:12px 12px 0 12px;margin:0 0 12px 0}html.graphite .previews .facebook.background .post__container .header .avatar{color:inherit;font-weight:normal;text-decoration:none;outline:0 none;border-radius:50%;margin:0 12px 0 0}html.graphite .previews .facebook.background .post__container .header .user__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}html.graphite .previews .facebook.background .post__container .header .user__container .username{color:#000;font-weight:600}html.graphite .previews .facebook.background .post__container .header .user__container .username:hover{text-decoration:underline}html.graphite .previews .facebook.background .post__container .header .user__container .publish__date{font-size:14px;color:#65676b}html.graphite .previews .facebook.background .post__container .header .icon--more-vertical.rotate{color:#606770;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.graphite .previews .facebook.background .post__container .body{margin:0 16px 16px 16px;white-space:pre-wrap;word-break:break-word}html.graphite .previews .facebook.background .post__container .body .hashtag{color:#1876f2}html.graphite .previews .facebook.background .post__container .body .hashtag:hover{text-decoration:underline}html.graphite .previews .facebook.background .post__container .body .link{color:#216fdb}html.graphite .previews .facebook.background .post__container .body .link:hover{text-decoration:underline}html.graphite .previews .facebook.background .post__container .link__preview__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 2 auto;flex:0 2 auto;width:100%;height:340px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .previews .facebook.background .post__container .link__preview__container .link__preview__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-position:center}html.graphite .previews .facebook.background .post__container .link__preview__container .link__preview__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px 16px 12px 16px;height:auto;background-color:#f0f2f5;color:#1c1e21;line-height:1.33333}html.graphite .previews .facebook.background .post__container .link__preview__container .link__preview__text .url{color:#1c1e21;font-size:.7rem}html.graphite .previews .facebook.background .post__container .link__preview__container .link__preview__text .title{font-size:.89rem;font-weight:600}html.graphite .previews .facebook.background .post__container .link__preview__container .link__preview__text .caption{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.graphite .previews .facebook.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:500px}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer.half{width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer.half:last-child{padding:0 0 0 2px}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer.two--third{width:66%}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer.one--third{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:34%;padding:0 0 0 2px}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer .media__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-position:center}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer .media__image:not(:last-child){margin:0 0 2px 0;padding:0 0 2px 0}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer .media__image .video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;border:2px solid #fff;background-color:rgba(0,0,0,.5);height:72px;width:72px;padding:0 0 0 5px}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer .media__image .video .play{border-style:solid;border-width:20px 0px 20px 40px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}html.graphite .previews .facebook.background .post__container .media__container .media__subcontainer .media__overflow{background-color:rgba(0,0,0,.5);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:36px;font-weight:600}html.graphite .previews .instagram.background{background-color:#fafafa;color:#000;border-radius:2px;border:.5px solid silver}html.graphite .previews .instagram.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:.5px solid #e9e9e9}html.graphite .previews .instagram.background .post__container .header .avatar{height:32px;width:32px;border-radius:50%}html.graphite .previews .instagram.background .post__container .header .username{margin:0 0 0 14px;color:#262626;font-weight:600}html.graphite .previews .instagram.background .post__container .header .username:hover{text-decoration:underline}html.graphite .previews .instagram.background .post__container .header .icon--more-vertical.rotate{color:#262626;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.graphite .previews .instagram.background .post__container .actions{margin:12px 0 0 0;padding:0 8px}html.graphite .previews .instagram.background .post__container .actions .action__button{padding:8px}html.graphite .previews .instagram.background .post__container .actions .action__button.save{padding-top:0}html.graphite .previews .instagram.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:100%;height:auto;background:#000}html.graphite .previews .instagram.background .post__container .media__container .media__subcontainer{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html.graphite .previews .instagram.background .post__container .media__container .media__subcontainer .media__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-position:center}html.graphite .previews .instagram.background .post__container .media__container .media__subcontainer .media__image:not(:last-child){margin:0 0 2px 0;padding:0 0 2px 0}html.graphite .previews .instagram.background .post__container .media__container .media__subcontainer .media__image .video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;border:2px solid #fff;background-color:rgba(0,0,0,.5);height:72px;width:72px;padding:0 0 0 5px}html.graphite .previews .instagram.background .post__container .media__container .media__subcontainer .media__image .video .play{border-style:solid;border-width:20px 0px 20px 40px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}html.graphite .previews .instagram.background .post__container .media__container .media__image{display:block;max-width:100%;max-height:642px;width:auto;height:auto}html.graphite .previews .instagram.background .post__container .body{padding:16px}html.graphite .previews .instagram.background .post__container .body .username{color:#262626;font-weight:600}html.graphite .previews .instagram.background .post__container .body .username:hover{text-decoration:underline}html.graphite .previews .instagram.background .post__container .body .message{margin:0 0 0 8px}html.graphite .previews .instagram.background .post__container .body .message .hashtag{color:#00376b}html.graphite .previews .instagram.background .post__container .body .view__comments{display:block}html.graphite .previews .instagram.background .post__container .body .date{display:block;color:#8e8e8e;font-size:0.625rem}html.graphite .previews .instagram.background .post__container .reply__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 16px 16px 16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .previews .instagram.background .post__container .reply__container .avatar{padding:4px 0 0 0;height:32px;width:32px;border-radius:50%}html.graphite .previews .instagram.background .post__container .reply__container .comment__body{margin:0 0 0 8px}html.graphite .previews .instagram.background .post__container .reply__container .comment__body .username{color:#262626;font-weight:600}html.graphite .previews .instagram.background .post__container .reply__container .comment__body .username:hover{text-decoration:underline}html.graphite .previews .instagram.background .post__container .reply__container .comment__body .comment{padding:0 0 0 8px}html.graphite .previews .instagram.background .post__container .reply__container .comment__body .comment .hashtag{color:#00376b}html.graphite .previews .instagram.background .post__container .reply__container .comment__body .comment__footer{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .previews .instagram.background .post__container .reply__container .comment__body .comment__footer .date{display:block;color:#8e8e8e;font-size:0.625rem}html.graphite .previews .instagram.background .post__container .reply__container .comment__body .comment__footer .action__reply{display:block;color:#8e8e8e;font-size:0.625rem;padding:0 0 0 8px}html.graphite .previews .instagram.background .post__container .reply__container .action__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 10px 0}html.graphite .previews .instagram.background .post__container .reply__container .action__button .like{height:1em}html.graphite .previews .linkedin.background{background-color:#fff;color:#000;border-radius:5px}html.graphite .previews .linkedin.background .post__container{padding:0 0 16px 0}html.graphite .previews .linkedin.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 0 0 16px}html.graphite .previews .linkedin.background .post__container .header .avatar{border-radius:50%}html.graphite .previews .linkedin.background .post__container .header .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 0 8px}html.graphite .previews .linkedin.background .post__container .header .user .username{color:#000;font-size:14px;font-weight:600}html.graphite .previews .linkedin.background .post__container .header .user .username:hover{color:#0a66c2;text-decoration:underline}html.graphite .previews .linkedin.background .post__container .header .user .description{font-size:0.8125rem;font-weight:200}html.graphite .previews .linkedin.background .post__container .header .user .date{font-size:0.8125rem;font-weight:200}html.graphite .previews .linkedin.background .post__container .message{margin:0 16px 0 16px;white-space:pre-wrap;word-break:break-word}html.graphite .previews .linkedin.background .post__container .message .hashtag{color:#0a66c2}html.graphite .previews .linkedin.background .post__container .message .hashtag:hover{text-decoration:underline}html.graphite .previews .linkedin.background .post__container .message .link{color:#0a66c2}html.graphite .previews .linkedin.background .post__container .message .link:hover{text-decoration:underline}html.graphite .previews .linkedin.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html.graphite .previews .linkedin.background .post__container .media__container .media__image{background-size:cover;background-position:center;width:100%}html.graphite .previews .linkedin.background .post__container .link__preview__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 2 auto;flex:0 2 auto;width:100%;min-height:325px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .previews .linkedin.background .post__container .link__preview__container .link__preview__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:280px;background-size:cover;background-position:center}html.graphite .previews .linkedin.background .post__container .link__preview__container .link__preview__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 12px;min-height:40px;background-color:#f0f2f5;color:#1c1e21;line-height:1.33333;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .previews .linkedin.background .post__container .link__preview__container .link__preview__text .title{font-size:1rem;font-weight:600;line-height:20px}html.graphite .previews .linkedin.background .post__container .link__preview__container .link__preview__text .url{font-size:.9rem;font-weight:400}html.graphite .previews .gmb.background{background-color:#fff;color:#222;border-radius:8px;max-width:325px}html.graphite .previews .gmb.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 16px;padding:16px 16px 0 0}html.graphite .previews .gmb.background .post__container .header .avatar{border-radius:50%;height:40px;width:40px}html.graphite .previews .gmb.background .post__container .header .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 0 16px}html.graphite .previews .gmb.background .post__container .header .user .username{font-size:14px;font-weight:400}html.graphite .previews .gmb.background .post__container .header .user .date{font-size:0.8125rem;font-weight:400;color:rgba(0,0,0,.5411764706)}html.graphite .previews .gmb.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:10px 0 0 0}html.graphite .previews .gmb.background .post__container .media__container .media__image{background-size:cover;background-position:center;width:100%}html.graphite .previews .gmb.background .body{padding:16px}html.graphite .previews .gmb.background .body .title{font-size:24px}html.graphite .previews .gmb.background .body .date{margin:0 0 12px 0;font-size:14px;font-weight:normal}html.graphite .previews .gmb.background .body .message{font-size:14px;color:#222}html.graphite .previews .gmb.background .body .message.light{color:rgba(0,0,0,.5411764706)}html.graphite .previews .gmb.background .body .message a,html.graphite .previews .gmb.background .body .message a.hover{color:#3ea6ff}html.graphite .previews .gmb.background .offer .coupon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fafafa;border:2px dashed #eee;border-radius:6px;padding:16px;margin:0 16px 16px 16px}html.graphite .previews .gmb.background .offer .coupon .show{color:#616161;font-size:14px;letter-spacing:.06px;margin-bottom:5px}html.graphite .previews .gmb.background .offer .coupon .code{color:#000;font-family:Roboto-Medium,HelveticaNeue-Medium,HelveticaNeue,sans-serif-medium,Arial,sans-serif;font-size:24px;letter-spacing:.12px}html.graphite .previews .gmb.background .offer .coupon .date{color:rgba(0,0,0,.8705882353);font-size:11px;font-weight:600;margin-top:4px}html.graphite .previews .gmb.background .offer .redeem{color:#1a0dab;padding:0 0 0 16px}html.graphite .previews .gmb.background .offer .terms{padding:12px 16px 0 16px;border-top:1px solid #eee}html.graphite .previews .gmb.background .offer .terms .terms__text{max-height:42px;color:#bdbdbd;font-size:11px;line-height:14px;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word}html.graphite .previews .gmb.background .action__buttons{min-height:40px;margin:0 0 0 16px;padding:0 16px 16px 0}html.graphite .previews .gmb.background .action__buttons .action__button{cursor:pointer;color:#1a0dab}html.graphite .previews .youtube{background:#fff;color:#000;padding:1rem}html.graphite .previews .youtube .video-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:1.25rem;line-height:1.75rem;font-weight:600;margin:.7rem 0}html.graphite .previews .youtube .caption-container{font-family:"Roboto","Arial",sans-serif;font-size:.9rem;line-height:1.25rem;margin:0;overflow:hidden}html.graphite .previews .youtube .caption-line-limit{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;position:relative}html.graphite .previews .youtube .caption-line-limit .caption-expander{position:absolute;right:0;bottom:0;background:#fff;padding-left:.4rem;color:#000;cursor:pointer}html.graphite .previews .youtube .date{font-weight:700;padding-right:.7rem}html.graphite .previews .youtube .caption{color:#606060;white-space:pre-wrap}html.graphite .previews .youtube .caption a,html.graphite .previews .youtube .caption a:hover{color:#3ea6ff}html.graphite .previews .youtube .actions{margin-top:.5rem}html.graphite .previews .youtube .youtube-action-icon{max-height:1.5rem;max-width:1.5rem;display:inline-block;vertical-align:middle}html.graphite .previews .youtube .video-placeholder{height:273px;background:#272727;color:#fff}html.graphite .previews .youtube .youtube-player video{max-height:400px;width:100%;display:block;margin:0 auto;background:#000;pointer-events:none}html.graphite .previews .youtube .youtube-player__overlay,html.graphite .previews .youtube .youtube-player__overlay--hidden{height:100%;width:100%;background-image:-webkit-gradient(linear, left bottom, left top, from(black), to(transparent));background-image:linear-gradient(0deg, black, transparent);position:absolute;-webkit-transition:.5s;transition:.5s}html.graphite .previews .youtube .youtube-player__overlay--hidden{opacity:0}html.graphite .previews .youtube .youtube-player__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;width:calc(100% - 1rem);margin:.5rem auto}html.graphite .previews .youtube .youtube-player__controls button{height:100%}html.graphite .previews .youtube .youtube-player .youtube-player__progress-bar-container{width:calc(100% - 2rem);position:relative;top:20px;z-index:1}html.graphite .previews .youtube .youtube-player .youtube-player__progress-input{width:100%;-webkit-appearance:none;margin:0;padding:0}html.graphite .previews .youtube .youtube-player .youtube-player__progress-fill{height:4px;background:red;min-width:.5rem;max-width:calc(100% - .5rem);position:absolute;bottom:22px;pointer-events:none}html.graphite .previews .youtube .youtube-player .youtube-player__progress-input:focus{outline:none}html.graphite .previews .youtube .youtube-player .youtube-player__progress-input::-webkit-slider-runnable-track{height:3px;cursor:pointer;background:#fff;border:1px solid #fff}html.graphite .previews .youtube .youtube-player .youtube-player__progress-input::-webkit-slider-thumb{border:0px solid #000;height:13px;width:13px;border-radius:50%;background:red;cursor:pointer;-webkit-appearance:none;margin-top:-6px;position:relative}html.graphite .previews .youtube .youtube-player .youtube-player__progress-input:focus::-webkit-slider-runnable-track{background:#fff}html.graphite .previews .youtube .youtube-player .youtube-player__progress-input::-moz-range-track{height:3px;cursor:pointer;background:#fff;border:1px solid #fff}html.graphite .previews .youtube .youtube-player .youtube-player__progress-input::-moz-range-thumb{border:0px solid #000;height:13px;width:13px;border-radius:50%;background:red;cursor:pointer}html.graphite .previews .youtube .youtube-player .transport{text-overflow:clip;white-space:nowrap}html.graphite .previews .youtube .youtube-player .time-text{font-family:"YouTube Noto",Roboto,Arial,Helvetica,sans-serif;color:#ddd;font-size:109%}html.graphite .segment-selector-panel__container{position:absolute;right:0;top:0;width:56.25em;max-width:100vw;background:#13181d;border:0.0625rem solid #2a3541;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.graphite .segment-selector-panel__search input[type=search]{background-color:#2a3541;margin:0.5em 0 0.5em 0}html.graphite .segment-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.graphite .segment-selector-panel__scroll-container-right{max-height:calc(100vh - (3.75em + 50px + 74px));overflow-y:scroll}html.graphite .segment-selector-panel__group{margin:1px 0 0 1px}html.graphite .segment-selector-panel__group__header{background-color:#2a3541}html.graphite .segment-selector-panel__group__header:focus{outline:1px dotted #249ddb}html.graphite .segment-selector-panel__segment .icon{display:none}html.graphite .segment-selector-panel__segment:hover .icon{display:inline}html.graphite .segment-selector-panel__rule-container{background-color:#2a3541}html.graphite .audit-logs table tr td{vertical-align:top}html.graphite .audit-logs .monitor-audit-log .monitor-rule-group{border-left:1px solid #2a3541}html.graphite .account_last_login__table__row:hover{background-color:rgba(42,53,65,.2)}html.graphite .account_last_login__account-img{width:24px;height:24px;text-align:center;line-height:24px;background:#249ddb;border-radius:0.25rem;color:#13181d;font-size:1.25rem;font-weight:500}html.graphite .rss-watchlist{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .rss-watchlist>div{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;overflow:hidden;text-overflow:ellipsis}html.graphite .rss-watchlist>div:first-child{margin-right:10px}html.graphite .rss-watchlist>div:first-child textarea{height:500px}html.graphite .rss-watchlist>div:last-child{margin-left:10px}html.graphite .rss-watchlist__result{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5em;border-bottom:1px solid hsla(0,0%,100%,.2)}html.graphite .rss-watchlist__result:first-child{border-top:1px solid hsla(0,0%,100%,.2)}html.graphite .rss-watchlist__result__url{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.graphite .rss-watchlist__result__status{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;white-space:nowrap}html.graphite .rss-watchlist__result__status .success{color:#86ba2c}html.graphite .rss-watchlist__result__status .duplicate{color:#ffc432}html.graphite .rss-watchlist__result__status .error{color:#e71b26}html.graphite .integration-matching-container{height:calc(100% - 170px);overflow-y:auto}html.graphite .integration-matching-container .location-name{font-weight:normal;color:#249ddb}html.graphite .integration-matching-container .location-address{font-size:0.8125rem}html.graphite .integration-matching-container .dropdown .dropdown__option{font-weight:normal}html.graphite .integration-matching-container .dropdown.dropdown--searchable.duplicated-selection .dropdown__container .dropdown__selected-text{color:#ffc432}html.graphite .integration-matching-container button+button{margin-left:0}html.graphite .integration-matching-container .view-on-network-button{position:absolute;right:1rem}html.graphite .integration-matching-container .background-warning{background-color:#ffc432;color:#191515}html.graphite .EngageIntegrationsTable button:disabled{cursor:not-allowed;pointer-events:all !important}html.graphite .user-avatar-form__row{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .user-avatar-form__row__cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .user-avatar-form__row__cell:first-child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:2em}@media(min-width: 80rem){html.graphite .monitor-header-analyze{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;border-top:none;position:fixed;top:calc(50px + 3.75em);left:0;right:0;margin:0 3.75em;z-index:1;background-color:rgba(42,53,65,.85)}}html.graphite .monitor-header-analyze .breadcrumb{background-color:#191515;min-width:0}html.graphite .monitor-header-analyze .breadcrumb__name{max-width:200px}html.graphite .monitor-header-analyze .breadcrumb .icon--close{-webkit-box-flex:0;-ms-flex:none;flex:none}html.graphite .monitor-header-analyze__actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-left:1px solid rgba(36,157,219,.4)}html.graphite .monitor-header-analyze__crumbs{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding-left:250px}html.graphite .social-monitor-overview-stats{margin-bottom:30px}@media(max-width: 32rem){html.graphite .social-monitor-overview-stats{margin-bottom:0;padding:0}}html.graphite .social-monitor-overview-stats__mini-stats{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:1em}html.graphite .social-monitor-overview-stats__mini-stats .stat--large{font-size:1.125rem;line-height:1.2}html.graphite .social-monitor-overview-stats__mini-stats .stat-label{font-size:0.6875rem;margin-bottom:0.5em}@media(min-width: 48rem){html.graphite .social-monitor-overview-stats__mini-stats .stat--large{font-size:1.375rem}html.graphite .social-monitor-overview-stats__mini-stats .stat-label{font-size:0.8125rem}}@media(min-width: 80rem){html.graphite .social-monitor-overview-stats__mini-stats{margin-top:0.375em;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.graphite .social-monitor-overview-stats__mini-stats .stat-label{margin-bottom:0}html.graphite .social-monitor-overview-stats__mini-stats .stat--large{font-size:1.875rem}}html.graphite .social-monitor-overview-stats .arrow{font-size:1rem}html.graphite .social-monitor-overview-stats__stat:not(:last-child){padding-right:30px}html.graphite .social-monitor-overview-stats__stat .stat-label{white-space:nowrap}html.graphite .stat--xlarge{font-size:2.625rem;line-height:2.625rem;letter-spacing:-0.15px}html.graphite .stat--trend{padding:0 20px;font-weight:300;font-size:1.375rem;letter-spacing:-0.15px;line-height:1.375rem}html.graphite .collection-monitors{height:auto}@media(max-width: 32rem){html.graphite .collection-monitors .collection-monitors-header-text{font-size:1em}}html.graphite .collection-monitors .collection-monitors-toolbox{width:100%}html.graphite .collection-monitors .collection-monitor-list{height:calc(100vh - 50px - 3.75em - 97px);overflow-y:auto;padding-right:10px}html.graphite .collection-monitors .collection-monitor-list .scroll-more{height:130px}html.graphite .monitor-list-container .qualifier{font-weight:bold;font-size:0.8125rem}html.graphite .monitor-list-container .icon{cursor:pointer;outline:none;color:#7d8c9b}html.graphite .monitor-status{min-width:10px;min-height:10px}html.graphite .monitor-status--positive{background:#86ba2c}html.graphite .monitor-status--negative{background:#e71b26}html.graphite .monitor-row{font-size:1rem;width:100%;padding:10px 20px 10px 15px;background-color:#1e1f23;position:relative}html.graphite .monitor-row .mention-count-parent-container{width:20%}@media(max-width: 32rem){html.graphite .monitor-row .mention-count-parent-container{width:150px}}html.graphite .monitor-row .mention-count-parent-container .mention-count-container{margin-left:1em;margin-right:1em}html.graphite .monitor-row .mention-count-parent-container .mention-count-container .mention-count{min-width:44px;text-align:right;display:inline-block}html.graphite .monitor-row .monitor-row-percentage{min-width:33px;display:inline-block}html.graphite .monitor-row--template{background-color:rgba(134,186,44,.1)}html.graphite .monitor-row--clone{background-color:rgba(36,157,219,.1)}html.graphite .monitor-row--deleting{background:linear-gradient(115deg, #191515, #1e1f23 35%, #E71B26 50%, #1e1f23 65%, #191515);background-size:200%;-webkit-animation:scrolling-gradient-deleting 5s linear infinite;animation:scrolling-gradient-deleting 5s linear infinite}html.graphite .monitor-row-checkbox{margin-top:0.875em}html.graphite .monitor-row:hover{background-color:#2a3541}@-webkit-keyframes scrolling-gradient-deleting{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes scrolling-gradient-deleting{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}html.graphite .swimlane{margin-bottom:1rem;padding:0 .5rem;position:relative}html.graphite .swimlane__container{width:325px;height:100%;-webkit-transition:width .5s ease-in-out;transition:width .5s ease-in-out}html.graphite .swimlane__container.show-rules{width:650px}html.graphite .swimlane__container__heading{height:2em}html.graphite .swimlane__container .swimlane__dropzone{background:rgba(36,157,219,.3);border:0.0625rem dashed #249ddb;height:calc(100% - 2em);position:absolute;left:0;top:2em;width:100%;z-index:1050}html.graphite .swimlane__container .swimlane__dropzone-warning{background:rgba(255,196,50,.3);border:0.0625rem dashed #ffc432}html.graphite .swimlane__container .swimlane__dropzone-warning__text{background:rgba(255,196,50,.6)}html.graphite .swimlane__container .swimlane__dropzone-restricted{background:rgba(231,27,38,.3);border:0.0625rem dashed #e71b26}html.graphite .swimlane__container .swimlane__dropzone-restricted__text{color:#fff;background:rgba(231,27,38,.6)}html.graphite .swimlane .swimlane__panel-body{overflow:auto}html.graphite .swimlane .swimlane__panel-body::-webkit-scrollbar{display:none}html.graphite .swimlane .swimlane__panel-body::-webkit-scrollbar-thumb{display:none}html.graphite .swimlane .swimlane__panel-body::-webkit-scrollbar-track{display:none}html.graphite .swimlane__zero-state{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .account-features-form table tbody tr td{border:0}html.graphite .account-features-form .blank_cell{padding:0 !important;margin:0 !important;height:0.625em !important}html.graphite .notification-trigger-parameter{-webkit-transition:color 300ms ease;transition:color 300ms ease}html.graphite .notification-trigger-parameter__mention-type{-webkit-transition:color 300ms ease;transition:color 300ms ease}html.graphite .notification-trigger-parameter__dropdown{width:7em;display:inline-block;vertical-align:middle}html.graphite .notification-trigger-parameter__dropdown--wide{width:12em}html.graphite .notification-trigger-parameter__recipient__delete{opacity:0;-webkit-transition:opacity 100ms ease;transition:opacity 100ms ease}html.graphite .notification-trigger-parameter__recipient:hover .notification-trigger-parameter__recipient__delete{opacity:1}html.graphite input.notification-trigger-parameter__input{width:5em;margin:0 .5em 0 0}html.graphite input.notification-trigger-parameter__input--wide{width:10em}html.graphite input.notification-trigger-parameter__input--full{width:100%}html.graphite .social-monitor-form{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .social-monitor-form__content-area{padding:20px 30px 100px 60px;background-image:linear-gradient(to bottom, #2a3541 0px, #191515 65%)}html.graphite .social-monitor-form form{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}html.graphite .social-monitor-form .input__header{max-width:40%}html.graphite .social-monitor-form p{color:#78839f}html.graphite .social-monitor-form .category{margin-bottom:25px}html.graphite .social-monitor-form__checkbox-group{padding:0.625em 0}html.graphite .social-monitor-form__checkbox-group .checkbox{padding:0.3125em 0}html.graphite .social-monitor-form__checkbox-group .checkbox label{word-break:break-word}html.graphite .social-monitor-form__checkbox-group .checkbox label:before{border-radius:50%}html.graphite .social-monitor-form__checkbox-group .checkbox label:after{border-radius:50%}html.graphite .social-monitor-form__checkbox-group .checkboxes-input__zero-state{color:#78839f;padding:5px 10px}html.graphite .social-monitor-form__checkbox-all{width:100%;padding-left:.9rem}html.graphite .social-monitor-form__footer{position:absolute;left:0;bottom:0;padding:20px 50px;width:100%;border-top:1px solid hsla(0,0%,100%,.2);background-color:#191515;-webkit-box-shadow:0 -3px 0 #000;box-shadow:0 -3px 0 #000;z-index:1}html.graphite .social-monitor-form .read-edit-rows{margin-bottom:20px}html.graphite .social-monitor-form .read-edit-rows .add-more{margin-top:20px}html.graphite .social-monitor-form .read-edit-rows .read-edit-row__draggable:first-child .read-edit-row.is-reading.or-connector:before{display:none}html.graphite .social-monitor-form .read-edit-row{border:1px solid #2a3541;border-top:none;position:relative;-webkit-transition:border-color 100ms ease;transition:border-color 100ms ease}html.graphite .social-monitor-form .read-edit-row:hover{background-color:#1e1f23;border-color:hsla(0,0%,100%,.2);cursor:pointer}html.graphite .social-monitor-form .read-edit-row:hover i{color:hsla(0,0%,100%,.2)}html.graphite .social-monitor-form .read-edit-row.is-reading:first-child{border-top:1px solid #2a3541;margin-top:0}html.graphite .social-monitor-form .read-edit-row.is-reading:first-child .connector-dropdown{display:none}html.graphite .social-monitor-form .read-edit-row.is-reading:first-child span.connector{display:none}html.graphite .social-monitor-form .read-edit-row.is-reading:first-child .dropdown:first-child{display:none}html.graphite .social-monitor-form .read-edit-row.is-reading:first-child.or-connector,html.graphite .social-monitor-form .read-edit-row.is-reading:only-child.or-connector{margin-top:25px;border-top:1px solid #2a3541}html.graphite .social-monitor-form .read-edit-row.is-reading:first-child.or-connector:before,html.graphite .social-monitor-form .read-edit-row.is-reading:only-child.or-connector:before{color:#7c8499;content:"OR";display:block;font-size:13px;left:5px;position:absolute;top:-23px}html.graphite .social-monitor-form .read-edit-row.is-editing{background-color:rgba(0,0,0,0);cursor:default}html.graphite .social-monitor-form .read-edit-row.is-editing .dropdown{display:inline-block;margin-bottom:10px;margin-right:10px}html.graphite .social-monitor-form .read-edit-row.is-editing input[type=text],html.graphite .social-monitor-form .read-edit-row.is-editing input[type=textarea]{margin-bottom:10px;background:#191515}html.graphite .social-monitor-form .read-edit-row.is-editing .hidden{display:none}html.graphite .social-monitor-form .read-edit-row.is-editing:first-child{border-top:1px solid #2a3541;-webkit-transition:border-color 100ms ease;transition:border-color 100ms ease}html.graphite .social-monitor-form .read-edit-row.is-editing:first-child:hover{border-color:hsla(0,0%,100%,.2)}html.graphite .social-monitor-form .read-edit-row.is-editing:first-child .connector-dropdown{display:none}html.graphite .social-monitor-form .sentence .object-phrase{text-transform:capitalize}html.graphite .social-monitor-form .read-view-content{padding:5px}html.graphite .social-monitor-form .read-view-content i,html.graphite .social-monitor-form .read-view-content .edit-icon{position:absolute;right:25px;top:5px;color:#2a3541}html.graphite .social-monitor-form .read-view-content .connector-square{position:absolute;border:1px solid hsla(0,0%,100%,.2);background-color:rgba(0,0,0,0);width:6px;height:6px;top:16px;left:7px}html.graphite .social-monitor-form .read-view-content .values{margin:0;overflow:auto;white-space:nowrap}html.graphite .social-monitor-form .read-view-content .strong{font-weight:bold}html.graphite .social-monitor-form .read-view-content .sentence{line-height:2em;white-space:nowrap}html.graphite .social-monitor-form .read-view-content .read-view div{display:inline-block}html.graphite .social-monitor-form .read-view-content .boxed-keyword{border:1px solid hsla(0,0%,100%,.2);display:inline-block;margin-left:5px;padding:5px 10px;white-space:nowrap}html.graphite .social-monitor-form .read-view-content .superscript{font-size:.8em;margin-left:10px}html.graphite .social-monitor-form .read-view-content input:focus{-webkit-box-shadow:none;box-shadow:none}html.graphite .social-monitor-form .edit-view-content{padding:10px 15px 45px;position:relative}html.graphite .social-monitor-form .edit-view-content .buttons{bottom:10px;right:15px;position:absolute}html.graphite .social-monitor-form .profile-field-input-box{width:100%}html.graphite .social-monitor-form__checkbox-group.row{margin:0}html.graphite .social-monitor-form__checkbox-group .monitor-pause-setting-input{width:8em;margin:0 .7em;display:inline-block}html.graphite .social-monitor-form__messenger-dropdown input{height:2.3em}html.graphite .activity-reply-modal form{margin-top:15px}html.graphite .activity-reply-modal form textarea{height:6em;margin-bottom:5px}html.graphite .add-media-modal__drop-zone{height:240px;width:100%;border-radius:.25em;background:#2a3541;position:relative}html.graphite .add-media-modal__drop-zone__loader{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.6)}html.graphite .add-media-modal__drop-zone__brick{position:relative;height:200px;width:150px;border-radius:.25em;background:rgba(0,0,0,.6);overflow:hidden}html.graphite .add-media-modal__drop-zone__brick:hover .add-media-modal__drop-zone__brick-remove-button{opacity:1}html.graphite .add-media-modal__drop-zone__brick-remove-button{position:absolute;z-index:1;top:0;right:0;padding:.5rem .5rem .25rem;background-color:rgba(0,0,0,.7);opacity:0;-webkit-transition:300ms;transition:300ms;color:#fff}html.graphite .add-media-modal__drop-zone__brick-remove-button:hover{color:#fff;background:rgba(0,0,0,.6)}html.graphite .add-media-modal__drop-zone__empty-state{height:100%;width:100%;color:#888}html.graphite .add-media-modal__drop-zone__empty-state i{font-size:2.6rem;margin-bottom:.5em}html.graphite .add-media-modal__drop-zone__empty-state:focus{outline:none}html.graphite .add-media-modal__drop-zone span{color:#888;white-space:nowrap}html.graphite .add-media-modal__progress-bar{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.graphite .add-widget-to-dahsboard-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 80px);overflow-y:hidden}html.graphite .add-widget-to-dahsboard-modal__dashboard-list{overflow-y:auto}html.graphite .add-widget-to-dahsboard-modal__dashboard-list__row{background-color:rgba(102,132,163,.1)}html.graphite .add-widget-to-dahsboard-modal__dashboard-list__row:hover{background-color:#2a3541}html.graphite .album-settings-modal .location-selector{width:100%}html.graphite .album-settings-modal .location-selector__button{padding-left:0}html.graphite .album-settings-modal .location-selector-panel{border:none;-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;margin:0}html.graphite .alert-modal .volume-type-dropdown{min-width:475px}html.graphite .alert-modal .volume-value-input{width:5em;margin:0 .2em 0 .5em}html.graphite .alert-modal h1{-ms-flex-negative:0;flex-shrink:0}html.graphite .alert-modal .input--title{margin:0 10px 0 10px}html.graphite .bulk-location-import-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%;overflow:hidden;width:85%}html.graphite .bulk-location-import-modal .file-import-tile{width:200px;background-color:#7d8c9b}html.graphite .bulk-location-import-modal__review-step{height:auto;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .bulk-location-import-modal__import-row{background-color:#2a3541}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(1){-webkit-box-flex:0;-ms-flex:0 0 175px;flex:0 0 175px}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(2){-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(3){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(4){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(5){-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;text-align:center}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(6){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;text-align:center}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(7){-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(8){-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(9){-webkit-box-flex:0;-ms-flex:0 0 130px;flex:0 0 130px}html.graphite .bulk-location-import-modal__import-row span:nth-of-type(10){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}html.graphite .bulk-location-import-modal .background-warning{background-color:#ffc432;color:#191515}html.graphite .bulk-location-import-modal .background-error{background-color:#e71b26;color:#fff}html.graphite .campaign-modal .date-range-selector-input{background-color:#2a3541;margin-bottom:1rem;border-radius:0.25rem}html.graphite .campaign-modal .date-range-selector-input button{width:100%;padding-left:0.75em;padding-right:0.75em}html.graphite .campaign-modal .date-range-selector{border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:0.25rem;background:#1e1f23;width:100%;left:0;z-index:1}html.graphite .campaign-subscription-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 80px);width:calc(100vw - 100px);overflow-y:hidden}html.graphite .campaign-subscription-modal .modal__content .campaign-subscription-modal__content{overflow-y:auto;height:calc(100vh - 88px - 106px - 104px - 2px - 60px)}html.graphite .campaign-subscription-modal .modal__content .campaign-subscription-modal__content .date-range-time-panel__panel{right:50%}html.graphite .campaign-subscription-modal .modal__content .panel{background-color:rgba(102,132,163,.3);-webkit-box-shadow:none;box-shadow:none}html.graphite .campaign-subscription-modal .modal__content .panel input{background-color:#191515}html.graphite .campaign-subscription-modal .modal__content .panel .dropdown__container{background-color:#191515}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form input[type=text]{margin:0}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#1e1f23}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div:nth-child(3){-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#1e1f23}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div:nth-child(3){width:100%}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select{border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:0}html.graphite .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select__search-input{margin-top:0;margin-bottom:0}html.graphite .compact-social-activity-rule-builder-modal .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .compact-social-activity-rule-builder-modal .flex-row .flex-column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:10px}html.graphite .compact-social-activity-rule-builder-modal .flex-row .flex-column:last-child{margin-right:0}html.graphite .compact-social-activity-rule-builder-modal .flex-row .flex-column.flex-fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .compact-social-activity-rule-builder-modal .text-area{overflow:hidden;resize:none;margin:0;padding-top:10px;padding-bottom:9px}html.graphite .create-agency-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 80px);overflow-y:hidden}html.graphite .create-agency-modal .modal__content .nav-tabs__tab{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0;text-align:center}html.graphite .create-agency-modal .modal__content .nav-tabs__tab a{width:100%}html.graphite .create-agency-modal .modal__content .create-agency-modal__content{overflow-y:auto;height:calc(100vh - 88px - 106px - 104px - 2px - 20px)}html.graphite .create-agency-modal .modal__content .create-agency-modal__content .date-range-time-panel__panel{right:50%}html.graphite .create-agency-modal .modal__content .panel{background-color:rgba(102,132,163,.3);-webkit-box-shadow:none;box-shadow:none}html.graphite .create-agency-modal .modal__content .panel input{background-color:#191515}html.graphite .create-agency-modal .modal__content .panel .dropdown__container{background-color:#191515}html.graphite .create-dashboard-folder-modal__folder-container__row{background:#2a3541;border-radius:0.25rem}html.graphite .create-dashboard-folder-modal__folder-container__row:hover{background-color:rgba(25,21,21,.2)}html.graphite .delete-collection-modal p{font-size:1rem;line-height:24px;margin-bottom:1em}html.graphite .delete-collection-modal__loading{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(0,0,0,.1)}html.graphite .delete-monitor-modal p{font-size:1rem;line-height:24px;margin-bottom:1em}html.graphite .delete-monitor-modal__loading{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(0,0,0,.3)}html.graphite .delete-from-exclusion-modal .modal__content{height:calc(100vh - 80px);overflow-y:hidden;width:400px}html.graphite .delete-from-exclusion-modal__mentions-container{height:calc(100% - 9.5rem)}html.graphite .delete-from-exclusion-modal__mentions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:auto;height:calc(100% - 9.3125rem);position:relative}html.graphite .edit-dashboard-template-modal .modal__content{height:calc(100vh - 80px);overflow-y:hidden}html.graphite .edit-dashboard-template-modal .modal__content .edit-dashboard-template-modal__structure{overflow-y:auto;height:calc(100% - 112px - 44px - 32px - 20px);position:relative}html.graphite .edit-media-modal textarea{height:130px;resize:none}html.graphite .edit-media-modal__media-wrapper{width:60%;border-radius:7px}html.graphite .edit-media-modal__media-wrapper-image{position:relative}html.graphite .edit-media-modal__media-wrapper-image-overlay{position:absolute;top:0;left:0;height:100%;width:100%}html.graphite .edit-media-modal__media-wrapper-image-overlay:hover button{background:rgba(0,0,0,.1333333333)}html.graphite .edit-media-modal__media-wrapper-image-overlay button{padding:.5rem 1rem;border-radius:7px 0 0 0;color:#fff;font-size:2rem;font-weight:bold;-webkit-transition:300ms;transition:300ms}html.graphite .edit-media-modal__media-wrapper-image-overlay button i{display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.graphite .edit-media-modal__media-wrapper-image-overlay button:hover,html.graphite .edit-media-modal__media-wrapper-image-overlay button:focus{color:#888}html.graphite .edit-media-modal__labels{width:100%}html.graphite .edit-media-modal footer{width:100%}html.graphite .edit-media-modal__smart-social-switch,html.graphite .edit-media-modal__smart-social-switch--disabled{color:#fcbe5f}html.graphite .edit-media-modal__smart-social-switch--disabled{color:#999}html.graphite .edit-media-modal__smart-social-switch i,html.graphite .edit-media-modal__smart-social-switch--disabled i{font-size:1.8rem;-webkit-transition:300ms;transition:300ms}html.graphite .edit-media-modal__smart-social-switch .switch label,html.graphite .edit-media-modal__smart-social-switch--disabled .switch label{border:none}html.graphite .edit-media-modal__smart-social-switch .switch label::before,html.graphite .edit-media-modal__smart-social-switch--disabled .switch label::before{background-color:#d5d7d9}html.graphite .edit-media-modal__smart-social-switch .switch label::after,html.graphite .edit-media-modal__smart-social-switch--disabled .switch label::after{-webkit-box-shadow:none;box-shadow:none}html.graphite .edit-media-modal__smart-social-switch .switch input[type=checkbox]+label:after,html.graphite .edit-media-modal__smart-social-switch--disabled .switch input[type=checkbox]+label:after{left:0;top:0;height:1.9375rem;width:1.9375rem;border:4px solid hsla(0,0%,60%,.6)}html.graphite .edit-media-modal__smart-social-switch .switch input[type=checkbox]:checked+label:before,html.graphite .edit-media-modal__smart-social-switch--disabled .switch input[type=checkbox]:checked+label:before{background-color:#fcbe5f;border:none;-webkit-box-sizing:content-box;box-sizing:content-box}html.graphite .edit-media-modal__smart-social-switch .switch input[type=checkbox]:checked+label:after,html.graphite .edit-media-modal__smart-social-switch--disabled .switch input[type=checkbox]:checked+label:after{border:none;left:3px;top:3px;height:1.5rem;width:1.5rem}html.graphite .engage-integration-info-modal .modal__content{width:auto;max-width:80em}html.graphite .engage-integration-info-modal .modal__content table>tbody>tr:last-child td{border-bottom:none}html.graphite .form-modal .modal__content{padding:0;border-radius:0.375rem}html.graphite .form-modal--small .modal__content{width:34.375rem}html.graphite .form-modal__header{border-bottom:0.0625rem solid hsla(0,0%,100%,.2)}html.graphite .form-modal__body__label{font-weight:bold;text-transform:uppercase}html.graphite .form-modal__footer{border-top:0.0625rem solid hsla(0,0%,100%,.2)}html.graphite .free-trial-modal .modal__content{padding:40px}html.graphite .free-trial-modal__progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}html.graphite .free-trial-modal__progress-bar__step{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin:0 1px;height:10px;background-color:#2a3541}html.graphite .free-trial-modal__progress-bar__step--completed{background-color:#249ddb}html.graphite .free-trial-modal .ui-theme img{width:230px;position:relative;left:-30px}html.graphite .free-trial-modal .flex-cell--fixed20{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 100px);flex:0 0 calc(50% - 100px)}html.graphite .free-trial-modal .success{color:#00e301}html.graphite .free-trial-modal .warning{color:#e30001}html.graphite .media-choose-thumbnail-modal__video{max-width:100%;max-height:360px}html.graphite .media-choose-thumbnail-modal__video-slider .slider-input__display-tooltip{background:#242a32;-webkit-box-shadow:none;box-shadow:none;padding:5px;position:absolute;left:0;top:15px;opacity:1;font-size:1.2em}html.graphite .media-choose-thumbnail-modal__video-slider .slider-input__display-tooltip-higher{top:-30px}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]{background:#242a32;border-radius:0}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-webkit-slider-runnable-track{cursor:default;height:25px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:none;border:none;border-radius:0}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-webkit-slider-thumb{background:#249ddb;border:none;border-radius:0;cursor:default;height:45px;width:5px;margin-top:-10px;-webkit-appearance:none}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-moz-range-track{cursor:default;height:25px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:none;border:none;border-radius:0}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-moz-range-thumb{background:#249ddb;border:none;border-radius:0;cursor:default;height:43px;width:3px;margin-top:-10px}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-track{cursor:default;height:25px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:none;border-color:none;border-width:0;color:none}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-fill-lower{background:none;border:none;border-radius:0}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-fill-upper{background:none;border:none;border-radius:0}html.graphite .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-thumb{background:#249ddb;border:none;border-radius:0;cursor:default;height:41px;width:1px;margin-top:-10px;margin-top:6.25px}html.graphite .messenger-modal h1{margin-bottom:0}html.graphite .messenger-modal p{margin-top:0}html.graphite .messenger-modal .emails input{width:80%}html.graphite .messenger-modal .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .messenger-modal .flex-row .flex-column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:10px}html.graphite .messenger-modal .flex-row .flex-column:last-child{margin-right:0}html.graphite .messenger-modal .flex-row .flex-column.flex-fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .preferences-modal .modal__content{height:calc(100vh - 80px);overflow-y:hidden}html.graphite .preferences-modal .modal__content .preferences-modal__settings{overflow-y:auto;height:calc(100% - 30px - 44px - 32px - 103px - 20px);position:relative}html.graphite .published-post-detail-modal .comment-actions__button{min-width:3rem}html.graphite .published-post-detail-modal__content{max-height:80vh;overflow-y:auto;overflow-x:hidden}html.graphite .published-post-detail-modal__network-icon{font-size:2rem}html.graphite .published-post-detail-modal__media-height-limit{max-height:30vh;-o-object-fit:contain;object-fit:contain}html.graphite .published-post-detail-modal__media-unavailable{background-color:#1e1f23;height:30vh;width:18.75rem}html.graphite .published-post-detail-modal__nested-comment:first-of-type::before{content:"";position:absolute;height:20px;width:20px;border-radius:0 0 0 10px;left:-28px;top:11px;border-left:2px solid #7c8499;border-bottom:2px solid #7c8499}html.graphite .published-post-detail-modal__nested-comment:not(:first-of-type)::before{content:"";position:absolute;height:56px;width:20px;border-radius:0 0 0 10px;left:-28px;top:-25px;border-left:2px solid #7c8499;border-bottom:2px solid #7c8499}html.graphite .published-post-detail-modal__nested-comment:not(:last-of-type)::after{content:"";position:absolute;width:5px;height:100%;border-left:2px solid #7c8499;left:-28px;top:0px}html.graphite .published-post-detail-modal__comments-container-bottom{height:3px}html.graphite .published-post-detail-modal .placeholder-height--large{width:40%;margin-left:.5rem}html.graphite .published-post-detail-modal__link-preview-column{height:100%;margin:0 0.5em}html.graphite .published-post-detail-modal__link-preview-image-wrapper{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}html.graphite .published-post-detail-modal__link-preview-image-wrapper img{max-height:100%;max-width:100%;border-radius:0.25rem}html.graphite .published-post-detail-modal__link-preview-image{max-width:50%}html.graphite .published-post-detail-modal__link-preview-text-wrapper{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.graphite .published-post-detail-modal__link-preview-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.graphite .published-post-detail-modal__link-preview-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.graphite .published-post-detail-modal__link-preview-url{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal}html.graphite .published-post-detail-modal__engagement-icon{color:#7d8c9b}html.graphite .published-post-detail-modal__labels{position:relative}html.graphite .published-post-detail-modal__message{color:#d5d5d5;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.graphite .region-modal .region-list{height:300px;overflow-y:scroll}html.graphite .region-modal .region-row{height:45px}html.graphite .region-modal .region-row__interactive:hover{background-color:rgba(42,53,65,.2);cursor:pointer}html.graphite .rss-monitor-edit-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:calc(100vw - 100px);overflow-y:hidden}html.graphite .preview-modal{z-index:11100}html.graphite .preview-modal .modal__content{width:unset;padding:0}html.graphite .preview-modal .modal__content input[type=text]{background-color:#2a3541;color:#fff}html.graphite .preview-modal__container{background-color:#191515}html.graphite .preview-modal .border-top,html.graphite .preview-modal .border-bottom{border-color:hsla(0,0%,100%,.2)}html.graphite .preview-modal-svg{font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.graphite .preview-modal-svg__wrapper{overflow:scroll}html.graphite .preview-modal div.dropdown{display:inline-block;min-width:100px}html.graphite .preview-modal .collapse{border-collapse:collapse;margin-left:0}html.graphite .preview-modal .collapse:not(:first-child){margin-left:-1px}html.graphite .preview-modal .button--clean{color:#a0b6c5;font-size:1.875em;margin-left:0;padding:2px 4px}html.graphite .preview-modal .button--clean.active,html.graphite .preview-modal .button--clean:hover{color:#249ddb}html.graphite .preview-modal .annotation-note-label{pointer-events:none}html.graphite .preview-modal .center-div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:1em}html.graphite .select-social-monitor-modal__container{z-index:11100}html.graphite .select-social-monitor-modal__container .modal__content{padding:0;max-width:520px}html.graphite .social-monitor-rule-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 80px);overflow-y:hidden;padding-right:0}html.graphite .social-monitor-rule-modal__rule-groups{overflow-y:auto}html.graphite .dashboard-widget{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .dashboard-widget .dashboard-widget__heading{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.5em}html.graphite .dashboard-widget .dashboard-widget__heading .dashboard-widget__heading__label{font-size:.85em;-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .dashboard-widget .dashboard-widget__heading .dashboard-widget__heading__label--right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:1em}html.graphite .dashboard-widget .dashboard-widget__heading .dashboard-widget__heading__label .integration-avatar{display:inline-block;vertical-align:middle;max-width:1.2em;max-height:1.2em}html.graphite .dashboard-widget .dashboard-widget__timeframe{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .dashboard-widget .dashboard-widget__body{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;position:relative;overflow:hidden}html.graphite .dashboard-widget--image .dashboard-widget__body{margin:auto;text-align:center;width:100%}html.graphite .dashboard-widget--image .dashboard-widget__body div.widget-type--image{background-position:center center;background-size:contain;background-repeat:no-repeat;height:100%}html.graphite .dashboard-widget--text .dashboard-widget__body{text-align:left}html.graphite .dashboard-widget--text .dashboard-widget__body h1{margin:.5em 0 .1em 0;font-weight:600}html.graphite .dashboard-widget--text .dashboard-widget__body h2,html.graphite .dashboard-widget--text .dashboard-widget__body h3{margin:.25em 0 .05em 0;font-weight:600}html.graphite .dashboard-widget--text .dashboard-widget__body h4,html.graphite .dashboard-widget--text .dashboard-widget__body h5,html.graphite .dashboard-widget--text .dashboard-widget__body h6{margin:0;font-weight:600}html.graphite .dashboard-widget--text .dashboard-widget__body p,html.graphite .dashboard-widget--text .dashboard-widget__body div{padding:.3em 0}html.graphite .section-component.section-component--generic-chart{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__heading,html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__visualization,html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__labels,html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__text{width:100%}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__heading{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;height:10%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__visualization{-webkit-box-flex:4%;-ms-flex:4% 0 40%;flex:4% 0 40%;height:inherit;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__labels{-webkit-box-flex:2%;-ms-flex:2% 0 20%;flex:2% 0 20%;height:20%}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__labels.is-position-top{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__labels.is-position-bottom{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__text{-webkit-box-flex:3%;-ms-flex:3% 0 30%;flex:3% 0 30%;font-size:.85rem;height:30%}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__text.is-position-top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}html.graphite .section-component.section-component--generic-chart.is-default-layout .section-component__text.is-position-bottom{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__heading,html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels,html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__text{width:100%}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__heading{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;height:10%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels{-webkit-box-flex:6%;-ms-flex:6% 0 60%;flex:6% 0 60%;height:60%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__visualization{-webkit-box-flex:6%;-ms-flex:6% 0 60%;flex:6% 0 60%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:60%}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__labels{-webkit-box-flex:4%;-ms-flex:4% 0 40%;flex:4% 0 40%;width:40%}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__labels.is-position-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__labels.is-position-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__text{-webkit-box-flex:3%;-ms-flex:3% 0 30%;flex:3% 0 30%;font-size:.85rem;height:30%}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__text.is-position-top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}html.graphite .section-component.section-component--generic-chart.is-wide-layout .section-component__text.is-position-bottom{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}html.graphite .section-component.section-component--generic-chart.is-wide-layout.has-no-visualization .stat{font-size:2rem;line-height:2rem}html.graphite .section-component.section-component--generic-chart.is-wide-layout.has-no-visualization .stat-label{font-size:.85rem;line-height:.85rem}html.graphite .section-component.section-component--generic-chart>.generic-floating-buttons{display:none;top:0}html.graphite .section-component.section-component--generic-chart.is-toggleable:hover>.generic-floating-buttons,html.graphite .section-component.section-component--generic-chart.is-toggleable:active>.generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .section-component.section-component--generic-chart.is-toggleable.has-heading>.generic-floating-buttons{-webkit-transform:translate(0, -10%);transform:translate(0, -10%)}html.graphite .section-component.section-component--generic-chart.is-toggleable.has-no-heading>.generic-floating-buttons{-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}html.graphite .section-component.section-component--generic-chart .section-component__heading{letter-spacing:0.0625em;text-transform:uppercase}html.graphite .section-component.section-component--generic-chart .section-component__visualization,html.graphite .section-component.section-component--generic-chart .section-component__labels{position:relative}html.graphite .section-component.section-component--generic-chart .section-component__visualization .generic-floating-buttons,html.graphite .section-component.section-component--generic-chart .section-component__labels .generic-floating-buttons{display:none}html.graphite .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:hover,html.graphite .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:active,html.graphite .section-component.section-component--generic-chart .section-component__labels.is-toggleable:hover,html.graphite .section-component.section-component--generic-chart .section-component__labels.is-toggleable:active{background-color:#f2f2f2}html.graphite .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:hover .generic-floating-buttons,html.graphite .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:active .generic-floating-buttons,html.graphite .section-component.section-component--generic-chart .section-component__labels.is-toggleable:hover .generic-floating-buttons,html.graphite .section-component.section-component--generic-chart .section-component__labels.is-toggleable:active .generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .section-component.section-component--generic-chart .section-component__visualization{position:relative}html.graphite .section-component.section-component--generic-chart .section-component__visualization .generic-floating-buttons{top:10px}html.graphite .section-component.section-component--generic-chart .section-component__visualization-content{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}html.graphite .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0;position:relative}html.graphite .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels__item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}html.graphite .section-component.section-component--generic-chart.is-MentionsStats .section-component__labels__item .stat,html.graphite .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels__item .stat{font-size:2rem;line-height:2rem}html.graphite .section-component.section-component--generic-chart.is-MentionsStats .section-component__labels__item .stat-label,html.graphite .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels__item .stat-label{font-size:.85rem;line-height:.85rem}html.graphite .section-component.section-component--generic-chart.is-MentionsStats.is-wide-layout .section-component__visualization-labels{-webkit-box-flex:4%;-ms-flex:4% 0 40%;flex:4% 0 40%;height:40%;padding-bottom:10px}html.graphite .section-component.section-component--generic-chart.is-MentionsStats.is-wide-layout .section-component__text{-webkit-box-flex:5%;-ms-flex:5% 0 50%;flex:5% 0 50%;height:50%}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text{fill:hsla(0,0%,100%,.2);font-family:"nuvi_icons_bold" !important;font-size:1.25rem}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-facebook{fill:#3b5998}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-twitter{fill:#00aced}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-instagram{fill:#ae388e}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-pinterest{fill:#d0021b}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-reddit{fill:#ff5700}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-rss{fill:#f26522}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-vk{fill:#45668e}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-youtube{fill:#cd201f}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-stack_overflow{fill:#f48024}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-tumblr{fill:#35465c}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-automattic{fill:#39c}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-disqus{fill:#2e9fff}html.graphite .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-reviews{fill:#249ddb}html.graphite .section-component__labels{list-style:none;margin:0;padding:0;position:relative}html.graphite .section-component__labels.is-summary-labels{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .section-component__labels.is-list-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.85rem;padding-right:20px;text-transform:uppercase}html.graphite .section-component__labels.is-list-labels .section-component__labels__item{position:relative;width:100%}html.graphite .section-component__labels.is-list-labels .section-component__labels__item-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;left:0;position:absolute;right:0;top:0}html.graphite .section-component__labels.is-list-labels .section-component__labels__item-content.row{margin:0}html.graphite .section-component__labels.is-list-labels .section-component__labels__item-content.row>.column{overflow:hidden;padding:0;text-overflow:ellipsis}html.graphite .section-component__labels__item{-webkit-box-flex:1;-ms-flex:auto;flex:auto;position:relative}html.graphite .section-component__labels__item .stat.text--positive{color:#86ba2c}html.graphite .section-component__labels__item__extra-label{position:absolute;right:10px;top:5px}html.graphite .section-component.section-component--error{border:1px dashed #e71b26;color:#e71b26;position:relative}html.graphite .section-component.section-component--error p{left:50%;margin:0;padding:0;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.graphite .generic-floating-buttons{background-color:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2);color:#7c8499;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;position:absolute;right:0;top:0;z-index:1}html.graphite .generic-floating-buttons.is-edit{border-bottom:none;-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}html.graphite .generic-floating-buttons__item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}html.graphite .generic-floating-buttons__item__button{padding:.25em}html.graphite .generic-floating-buttons__item__button:hover,html.graphite .generic-floating-buttons__item__button:active{color:inherit}html.graphite .section-component.section-component--generic-list{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__heading,html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__list,html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__text,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__heading,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__list,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__text{width:100%}html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__heading,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__heading{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;height:10%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__list,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__list{-webkit-box-flex:6%;-ms-flex:6% 0 60%;flex:6% 0 60%;height:60%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__text,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__text{-webkit-box-flex:3%;-ms-flex:3% 0 30%;flex:3% 0 30%;font-size:.85rem;height:30%}html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__text.is-position-top,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__text.is-position-top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}html.graphite .section-component.section-component--generic-list.is-default-layout .section-component__text.is-position-bottom,html.graphite .section-component.section-component--generic-list.is-wide-layout .section-component__text.is-position-bottom{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}html.graphite .section-component--generic-list>.generic-floating-buttons{display:none;top:0}html.graphite .section-component--generic-list.is-toggleable:hover>.generic-floating-buttons,html.graphite .section-component--generic-list.is-toggleable:active>.generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .section-component--generic-list.is-toggleable.has-heading>.generic-floating-buttons{-webkit-transform:translate(0, -10%);transform:translate(0, -10%)}html.graphite .section-component--generic-list.is-toggleable.has-no-heading>.generic-floating-buttons{-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}html.graphite .section-component--generic-list .section-component__heading{letter-spacing:0.0625em;text-transform:uppercase}html.graphite .section-component--generic-list .section-component__list{position:relative}html.graphite .section-component--generic-list .section-component__list .generic-floating-buttons{display:none}html.graphite .section-component--generic-list .section-component__list.is-toggleable:hover,html.graphite .section-component--generic-list .section-component__list.is-toggleable:active{background-color:#f2f2f2}html.graphite .section-component--generic-list .section-component__list.is-toggleable:hover .generic-floating-buttons,html.graphite .section-component--generic-list .section-component__list.is-toggleable:active .generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .section-component--generic-list .section-component__list-items{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:0;overflow:hidden;padding:0}html.graphite .section-component--generic-list .section-component__list-items.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .section-component--generic-list .section-component__list-items.is-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.graphite .section-component--generic-list .section-component__list-items.is-horizontal .section-component__list-item{padding-left:10px}html.graphite .section-component--generic-list .section-component__list-items.is-horizontal .section-component__list-item:first-child{padding-left:0}html.graphite .section-component--generic-list .section-component__list-items.is-grid{display:grid;grid-gap:10px;grid-template-columns:repeat(3, minmax(auto, 1fr));grid-template-rows:repeat(4, minmax(auto, 1fr));min-height:0;min-width:0}html.graphite .section-component--generic-list .section-component__list-items.is-grid .section-component__list-item{height:auto;display:block;min-width:0;overflow:hidden;width:auto}html.graphite .section-component--generic-list .section-component__list-items.is-grid .list-item-mention{padding:0}html.graphite .section-component--generic-list .section-component__list-items .section-component__list-item:hover .section-component__list-item__actions,html.graphite .section-component--generic-list .section-component__list-items .section-component__list-item:active .section-component__list-item__actions{display:block}html.graphite .section-component--generic-list .section-component__list-item{height:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto;position:relative;width:100%}html.graphite .section-component--generic-list .section-component__list-item__actions{background:hsla(0,0%,80%,.5);bottom:0;cursor:pointer;display:none;left:0;position:absolute;right:0;top:0;z-index:1}html.graphite .section-component--generic-list .section-component__list-item__actions .button,html.light .image-uploader__dropzone__buttons html.graphite .section-component--generic-list .section-component__list-item__actions a,html.graphite .section-component--generic-list .section-component__list-item__actions .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .section-component--generic-list .section-component__list-item__actions a{background:rgba(36,157,219,.75);border-radius:50%;color:#fff;padding:3px}html.graphite .section-component--generic-list .section-component__list-item__actions .icon--close{background:rgba(231,27,38,.75)}html.graphite .section-component--generic-list .section-component__list-item__actions__container{display:inline-block;left:50%;line-height:0;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.graphite .section-component--generic-list .list-item-keywords-sentiment{font-size:.9rem}html.graphite .section-component--generic-list .list-item-keywords-sentiment>div{overflow:hidden;text-overflow:ellipsis}html.graphite .section-component--generic-list .list-item-keywords-sentiment.is-positive{color:rgba(134,186,44,.9)}html.graphite .section-component--generic-list .list-item-keywords-sentiment.is-negative{color:rgba(231,27,38,.9)}html.graphite .section-component--generic-list .list-item-influencers-score{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .section-component--generic-list .list-item-influencers-score__image,html.graphite .section-component--generic-list .list-item-influencers-score__source{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15%}html.graphite .section-component--generic-list .list-item-influencers-score__content{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-left:5px;width:70%}html.graphite .section-component--generic-list .list-item-influencers-score__content__profile{font-size:.85rem}html.graphite .section-component--generic-list .list-item-influencers-score__content__profile:hover,html.graphite .section-component--generic-list .list-item-influencers-score__content__profile:focus{color:rgb(79.8,176.6,226.2)}html.graphite .section-component--generic-list .list-item-influencers-score__content__stats{font-size:.75rem}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon{background:#249ddb;border-radius:50%;color:#fff;display:block;font-size:1rem;height:22px;margin-left:auto;padding:3px;width:22px}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-facebook{background:#3b5998}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-twitter{background:#00aced}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-pinterest{background:#d0021b}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-reddit{background:#ff5700}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-rss{background:#f26522}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-vk{background:#45668e}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-youtube{background:#cd201f}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-stack_overflow{background:#f48024}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-tumblr{background:#35465c}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-automattic{background:#39c}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-disqus{background:#2e9fff}html.graphite .section-component--generic-list .list-item-influencers-score__source .icon.is-reviews{background:#249ddb}html.graphite .section-component--generic-list .list-item-influencers-score__progress{background:#f2f2f2;height:5px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:5px;position:relative;width:100%}html.graphite .section-component--generic-list .list-item-influencers-score__progress__fill{background:#249ddb;bottom:0;left:0;position:absolute;top:0}html.graphite .section-component--generic-list .list-item-influencers-score__progress__fill.is-positive{background:rgba(134,186,44,.75)}html.graphite .section-component--generic-list .list-item-influencers-score__progress__fill.is-negative{background:rgba(231,27,38,.75)}html.graphite .section-component--generic-list .list-item-influencers-featured{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px}html.graphite .section-component--generic-list .list-item-influencers-featured__image,html.graphite .section-component--generic-list .list-item-influencers-featured__stats,html.graphite .section-component--generic-list .list-item-influencers-featured__source{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15%}html.graphite .section-component--generic-list .list-item-influencers-featured__image .avatar{height:42px;width:42px}html.graphite .section-component--generic-list .list-item-influencers-featured__profile{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-left:5px;width:55%}html.graphite .section-component--generic-list .list-item-influencers-featured__profile a[href]:hover,html.graphite .section-component--generic-list .list-item-influencers-featured__profile a[href]:focus{color:rgb(79.8,176.6,226.2)}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon{background:#249ddb;border-radius:50%;color:#fff;display:block;font-size:1.75rem;height:34px;margin-left:auto;padding:3px;width:34px}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-facebook{background:#3b5998}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-twitter{background:#00aced}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-pinterest{background:#d0021b}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-reddit{background:#ff5700}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-rss{background:#f26522}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-vk{background:#45668e}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-youtube{background:#cd201f}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-stack_overflow{background:#f48024}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-tumblr{background:#35465c}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-automattic{background:#39c}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-disqus{background:#2e9fff}html.graphite .section-component--generic-list .list-item-influencers-featured__source .icon.is-reviews{background:#249ddb}html.graphite .section-component--generic-list .list-item-influencers-featured__bio{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:5px;width:100%}html.graphite .section-component--generic-list .list-item-trending-keywords{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .section-component--generic-list .list-item-trending-keywords.row{margin:0}html.graphite .section-component--generic-list .list-item-trending-keywords.row .column{padding:0}html.graphite .section-component--generic-list .list-item-trending-keywords__link{color:inherit;display:inline-block;font-size:.75rem;line-height:.75rem;max-height:1.5rem;overflow:hidden;word-break:break-all}html.graphite .section-component--generic-list .list-item-trending-keywords__progress{background:#f2f2f2;height:5px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:5px;position:relative;width:100%}html.graphite .section-component--generic-list .list-item-trending-keywords__progress__fill{background:#249ddb;bottom:0;left:0;position:absolute;top:0}html.graphite .section-component--generic-list .list-item-mention{-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0 5px}html.graphite .section-component--generic-list .list-item-mention__profile,html.graphite .section-component--generic-list .list-item-mention__stats{line-height:1em}html.graphite .section-component--generic-list .list-item-mention__profile{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-left:5px;width:55%}html.graphite .section-component--generic-list .list-item-mention__profile a[href]:hover,html.graphite .section-component--generic-list .list-item-mention__profile a[href]:focus{color:rgb(79.8,176.6,226.2)}html.graphite .section-component--generic-list .list-item-mention__image,html.graphite .section-component--generic-list .list-item-mention__source{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15%}html.graphite .section-component--generic-list .list-item-mention__image{width:10%}html.graphite .section-component--generic-list .list-item-mention__stats{width:15%}html.graphite .section-component--generic-list .list-item-mention__content{overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;background:-webkit-gradient(linear, left bottom, left top, from(rgba(36, 157, 219, 0.075)), to(transparent));background:linear-gradient(to top, rgba(36, 157, 219, 0.075), transparent);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-height:calc(100% - 30px);overflow:hidden;width:100%}html.mozilla html.graphite .section-component--generic-list .list-item-mention__content{height:calc(100% - 30px)}html.graphite .section-component--generic-list .list-item-mention__content__body{line-height:1.25em}html.graphite .section-component--generic-list .list-item-mention__content__meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .section-component--generic-list .list-item-mention__content__meta__sentiment{-webkit-box-flex:0;-ms-flex:0 0 0.4375rem;flex:0 0 0.4375rem}html.graphite .section-component--generic-list .list-item-mention__content__meta__date-location{-webkit-box-flex:1;-ms-flex:auto;flex:auto;line-height:1em}html.graphite .section-component--generic-list .list-item-mention__content__meta__date-location--is-link{color:inherit;display:block}html.graphite .section-component--generic-list .list-item-mention__source{width:12%}html.graphite .section-component--generic-list .list-item-mention__source .icon{background:#249ddb;border-radius:50%;color:#fff;display:block;font-size:1rem;height:22px;margin-left:auto;padding:3px;width:22px}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-facebook{background:#3b5998}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-twitter{background:#00aced}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-pinterest{background:#d0021b}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-reddit{background:#ff5700}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-rss{background:#f26522}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-vk{background:#45668e}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-youtube{background:#cd201f}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-stack_overflow{background:#f48024}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-tumblr{background:#35465c}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-automattic{background:#39c}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-disqus{background:#2e9fff}html.graphite .section-component--generic-list .list-item-mention__source .icon.is-reviews{background:#249ddb}html.graphite .section-component .section-component--generic-no-data{position:relative;text-align:center}html.graphite .section-component .section-component__no-data-text{color:#888;font-size:1.25rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:80%}html.graphite .section-component{display:block;height:100%;margin:0;position:relative;width:100%}html.graphite .section-component.is-processing .section-component__processing{display:block}html.graphite .section-component--report-text,html.graphite .section-component--report-text-bold,html.graphite .section-component--report-title{font-size:1rem}html.graphite .section-component--report-text .editable-textarea__view,html.graphite .section-component--report-text-bold .editable-textarea__view,html.graphite .section-component--report-title .editable-textarea__view{overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;overflow:hidden}html.graphite .section-component--report-title .editable-textarea__view,html.graphite .section-component--report-title .editable-textarea__input{font-size:2.5rem}html.graphite .section-component--image{background-size:cover}html.graphite .section-component__processing{background:hsla(0,0%,80%,.5);bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:1}html.graphite .section-component__processing .icon{-webkit-animation:section-component-processing-icon-pulse 1s ease-out 0s alternate infinite;animation:section-component-processing-icon-pulse 1s ease-out 0s alternate infinite;color:#249ddb;font-size:1rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@-webkit-keyframes section-component-processing-icon-pulse{0%{font-size:1rem}100%{font-size:4rem}}@keyframes section-component-processing-icon-pulse{0%{font-size:1rem}100%{font-size:4rem}}html.graphite .account-search-view__filters input{width:350px}html.graphite .publishing-status-view .post-tooltip{position:absolute;background-color:#1e1f23;border-radius:8px}html.graphite .boost-post-modal .video-container{position:relative;width:100%;height:400px}html.graphite .campaign-detail-view__subscribers-header{position:sticky;top:0;background:#191515;z-index:1}html.graphite .campaign-view .gantt-calendar .gantt-calendar-content{overflow-x:auto;position:relative;padding-top:50px}html.graphite .campaign-view .gantt-calendar .gantt-calendar-month-label{width:8.125rem}html.graphite .campaign-view .gantt-calendar .calendar-header{height:100%;width:100%;position:absolute;top:0}html.graphite .campaign-view .gantt-calendar .day{position:relative;border-right:1px solid #2a3541;width:100%}html.graphite .campaign-view .gantt-calendar .day:last-of-type{border-right:none}html.graphite .campaign-view .gantt-calendar .day .day-month-label{width:10rem;text-align:left;position:absolute;top:-1rem}html.graphite .campaign-view .gantt-calendar .day .day-date,html.graphite .campaign-view .gantt-calendar .day .day-date--highlighted{height:1.5rem;width:1.5rem;line-height:1.5rem;margin:0 auto}html.graphite .campaign-view .gantt-calendar .day .day-date--highlighted{background:#249ddb;color:#191515}html.graphite .campaign-view .gantt-calendar .day .day-date--highlighted::after{content:"";height:calc(100% - 55px);width:2px;position:absolute;left:50%;top:55px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);border-left:2px dotted #249ddb}html.graphite .campaign-view .gantt-calendar .day-weekday{padding:0 .1rem}html.graphite .campaign-view .gantt-calendar .day--weekend{background:#1e1f23}html.graphite .campaign-view .gantt-calendar .gantt-calendar-row{width:100%;height:2rem}html.graphite .post-management-view__header{color:inherit}html.graphite .tasks-panel{height:calc(100vh - (3.75em + 50px + 60px));display:grid;grid-template-columns:minmax(250px, 1fr) 3fr}html.graphite .tasks-panel__task-list{width:minmax(1fr, 350px);-webkit-box-flex:1;-ms-flex:1 0 350px;flex:1 0 350px}html.graphite .tasks-panel__task-list__list{height:calc(100% - 30px);overflow-y:auto}html.graphite .tasks-panel__selected-post{height:calc(100vh - (3.75em + 50px + 60px));overflow-y:auto;overflow-x:hidden}html.graphite .publish-date-selector__dropdown{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}html.graphite .publish-fullscreen-media-tool{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.graphite .publish-fullscreen-media-tool__header{background-color:rgba(51,51,51,.6);height:50px}html.graphite .publish-fullscreen-media-tool__header__icon--buttons button,html.graphite .publish-fullscreen-media-tool__header__icon--buttons a{color:#fff;font-size:1.5rem;padding:0}html.graphite .publish-fullscreen-media-tool__header__icon--buttons button:hover,html.graphite .publish-fullscreen-media-tool__header__icon--buttons button:focus,html.graphite .publish-fullscreen-media-tool__header__icon--buttons a:hover,html.graphite .publish-fullscreen-media-tool__header__icon--buttons a:focus{color:#fff}html.graphite .publish-fullscreen-media-tool__header__icon--buttons button{right:1em}html.graphite .publish-fullscreen-media-tool__header__icon--buttons a{right:2.25em}html.graphite .publish-fullscreen-media-tool__crop-options{background-color:rgba(51,51,51,.6)}html.graphite .publish-fullscreen-media-tool__crop-options__dimensions{margin-left:auto}html.graphite .publish-fullscreen-media-tool__crop-options__dimensions input{background-color:rgba(0,0,0,0);width:75px;height:2.2em;border:1px solid #fff;color:#fff;margin:5px 7px}html.graphite .publish-fullscreen-media-tool__crop-options__dimensions input:disabled{border:1px solid #7c8499;color:#7c8499;padding-left:.75em}html.graphite .publish-fullscreen-media-tool__crop-options__presets--selected{background-color:hsla(0,0%,70%,.6)}html.graphite .publish-fullscreen-media-tool__crop-options__presets:last-child{margin-right:auto}html.graphite .publish-fullscreen-media-tool__footer{height:150px;background-color:hsla(0,0%,10%,.6)}html.graphite .publish-fullscreen-media-tool__media-list__image{padding:1px;cursor:pointer}html.graphite .publish-fullscreen-media-tool__media-list__image img{height:100px}html.graphite .publish-fullscreen-media-tool__media-list__image--selected{border:1px solid #fff}html.graphite .publish-fullscreen-media-tool__image{max-height:60vh;max-width:60vw}html.graphite .publish-fullscreen-media-tool__video{max-height:70vh;max-width:60vw}html.graphite .publish-integrations-selector{background:#2a3541;border-radius:0.25rem}html.graphite .publish-integrations-selector__input-container,html.graphite .publish-integrations-selector__input-container--focused{max-height:7rem;overflow:auto}html.graphite .publish-integrations-selector__input-container--focused{border:1px solid gray;border-radius:4px 4px 0 0;border-bottom:none}html.graphite .publish-integrations-selector__text-input{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}html.graphite .publish-integrations-selector__basic-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0.75em;position:relative}html.graphite .publish-integrations-selector__basic-selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.graphite .publish-integrations-selector__options{position:absolute;top:100%;left:0;background:#1e1f23;border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:0 0 0.25rem 0.25rem;z-index:1050;padding:0;width:100%}html.graphite .publish-integrations-selector__dropdown-color{background:#2a3541}html.graphite .publish-integrations-selector__dropdown{width:100%;max-height:450px;overflow-y:auto}html.graphite .publish-integrations-selector__dropdown input[type=checkbox]{margin-right:10px}html.graphite .publish-integrations-selector__dropdown button{margin-left:10px}html.graphite .publish-integrations-selector__filters-dropdown{height:auto;background:none;border:none}html.graphite .publish-integrations-selector__filters-dropdown .dropdown__container{padding:0;height:auto}html.graphite .publish-integrations-selector__filters-dropdown .dropdown__selected-text--default{color:#249ddb}html.graphite .publish-integrations-selector__filters-dropdown .dropdown__options{background-color:#1e1f23}html.graphite .publish-integrations-selector__filters-dropdown .dropdown__option{padding:5px 10px;font-weight:normal}html.graphite .publish-integrations-selector__filters-dropdown .dropdown__option:hover{color:#fff}html.graphite .publish-integrations-selector__filters-dropdown:hover{-webkit-box-shadow:none !important;box-shadow:none !important}html.graphite .publish-integrations-selector__group{background:#2a3541;border-radius:0.25rem;padding:.7rem;margin-bottom:.7rem;margin-left:.7rem}html.graphite .publish-integrations-selector__integration{border-radius:0.25rem}html.graphite .publish-integrations-selector__integration:not(:first-of-type){margin-top:.7rem}html.graphite .publish-integrations-selector__integration:not(:last-of-type){margin-bottom:.7rem}html.graphite .publish-integrations-selector__integration--highlighted{background:#13181d}html.graphite .publish-integrations-selector__integration:hover{background:#13181d}html.graphite .publish-integrations-selector .dropdownFilters{-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}html.graphite .publish-integrations-selector .location-attribute-dropdown-container{min-width:8.125rem}html.graphite .publish-integrations-selector .location-attribute-dropdown-container .dropdown{height:1.5em;min-width:inherit}html.graphite .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__container{height:inherit;min-width:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:0.8125rem}html.graphite .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__container .dropdown__selected-text input{height:inherit}html.graphite .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__options{font-size:0.8125rem}html.graphite .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__options label{font-size:0.8125rem}html.graphite .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown,html.graphite .publish-integrations-selector .custom-attribute-filters button{height:28px}html.graphite .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown{border-radius:0;font-size:0.6875rem}html.graphite .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown__container,html.graphite .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown-options__search{height:28px}html.graphite .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown label{padding-left:2em}html.graphite .social-curation-view{position:relative;width:100%}html.graphite .social-curation-view__container{border-style:solid;border-color:#2a3541;border-width:0.0625rem 0 0 0.0625rem}html.graphite .social-curation-view__col{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:14.2857142857%}html.graphite .social-curation-view__col__border{border-style:solid;border-color:#2a3541;border-width:0 0.0625rem 0.0625rem 0}html.graphite .social-curation-view__day-header{background-color:#2a3541}html.graphite .social-curation-view__task{min-height:calc((100vh - 50px - 3.75em - 5rem)/3)}html.graphite .social-curation-view .scheduled-posts-calendar__day-names{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-bottom:.25rem;position:sticky;background-color:#191515;top:-1.875rem}html.graphite .social-curation-view .is-today-highlight{color:#fff;background-color:#249ddb}html.graphite .account-settings-view .settings-container{height:calc(100vh - 3.75em - 50px - 30px)}html.graphite .account-settings-view .settings-container .settings-nav{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.graphite .account-settings-view .settings-container .settings-nav ul{list-style:none;padding:0}html.graphite .account-settings-view .settings-container .settings-nav ul li:hover{color:#fff;text-decoration:underline}html.graphite .account-settings-view .settings-container .settings-tools{overflow-y:auto}html.graphite .alerts-view-drop-down-menu{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .calendar-view{margin:-15px -45px;padding:0 22.5px;height:100%}@media(max-width: 63.9375rem){html.graphite .calendar-view{margin:0 -1rem}}html.graphite .calendar-view .product-nav{padding:0 22.5px}html.graphite .calendar-view__panel-heading{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .calendar-view__heading-wrapper{width:100%;z-index:1}html.graphite .calendar-view__heading-filter{overflow:visible;-webkit-transition:300ms;transition:300ms}html.graphite .calendar-view__heading-filter .dropdown{position:relative;padding-left:55px;margin-right:-55px;right:55px}html.graphite .calendar-view__heading-filter .dropdown__options{margin-top:10px}html.graphite .calendar-view__heading-filter .dropdown__selected-text{font-weight:400}html.graphite .calendar-view__heading-filter .dropdown:hover:not(.dropdown--disabled) .dropdown__selected-text,html.graphite .calendar-view__heading-filter .dropdown:hover:not(.dropdown--disabled) i{opacity:1;color:#fff}html.graphite .calendar-view__heading-filter .text--brand{-webkit-transition:300ms;transition:300ms}html.graphite .calendar-view__heading-filter:hover .text--brand{color:#fff}html.graphite .calendar-view__detail-panel-body{border-radius:10px 10px 0 0;overflow:hidden;padding:0;height:100%}html.graphite .custom-attribute-filters .custom-attribute-filter-dropdown,html.graphite .custom-attribute-filters button{height:28px}html.graphite .custom-attribute-filters .custom-attribute-filter-dropdown{border-radius:0;font-size:0.6875rem}html.graphite .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown__container,html.graphite .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown-options__search{height:28px}html.graphite .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown-options div .checkbox{height:25px}html.graphite .custom-attribute-filters .custom-attribute-filter-dropdown label{padding-left:2em}html.graphite .collections-view .collection-body{gap:20px}html.graphite .collections-view .collection-body .collections-sidebar{-webkit-box-flex:0;-ms-flex:0 0 275px;flex:0 0 275px;height:auto}@media(max-width: 72.0625rem){html.graphite .collections-view .collection-body .collections-sidebar{display:none}}html.graphite .collections-view .collection-body .collections-sidebar .collection-list{overflow-y:auto;max-height:calc(100vh - 50px - 3.75em - 97px);padding-right:10px}html.graphite .collections-view .collection-body .collections-sidebar .collection-list .collection-row{cursor:pointer}html.graphite .collections-view .collection-body .collections-sidebar .collection-list .collection-row .icon{display:none}html.graphite .collections-view .collection-body .collections-sidebar .collection-list .collection-row .collection-data{width:100%}html.graphite .collections-view .collection-body .collections-sidebar .collection-list .collection-row .collection-actions-holder{right:0;top:0;height:100%}html.graphite .collections-view .collection-body .collections-sidebar .collection-list .collection-row:hover .icon{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .collections-view .collection-body .collections-monitors{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;width:calc(100% - 300px);height:auto}html.graphite .collections-view .collection-body .collections-monitors .collections-table-header{color:#bbb}html.graphite .collections-view .collection-body .collections-monitors .collections-table-header .icon--chevron-up.hover{color:rgba(125,140,155,.5)}html.graphite .collections-view .collection-body .collections-monitors table{border-collapse:collapse;border-spacing:0;max-width:100%;width:100%}@media screen and (max-width: 89.9375rem){html.graphite .collections-view .collection-body .collections-monitors table th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.graphite .collections-view .collection-body .collections-monitors table td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#7c8499;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.graphite .collections-view .collection-body .collections-monitors table tr{margin-bottom:2em;display:block}html.graphite .collections-view .collection-body .collections-monitors table tr:not(:first-of-type){border-top:0.0625rem solid #2a3541}html.graphite .collections-view .collection-body .collections-monitors table tr .checkbox label{display:inline}html.graphite .collections-view .collection-body .collections-monitors table td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.graphite .collections-view .collection-body .collections-monitors table td.right-align,html.graphite .collections-view .collection-body .collections-monitors table td.center{text-align:left}}html.graphite .collections-view .collection-body .collections-monitors table tr td:first-child{height:0px}html.graphite .collections-view .collection-body .collections-monitors table tr td:first-child .checkbox{margin-top:26px;margin-bottom:-26px}html.graphite .custom-categories__body{display:grid;grid-gap:2rem;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));-ms-flex-pack:distribute;justify-content:space-around}html.graphite .custom-categories__category{background:#2a3541;border-radius:0.25rem}html.graphite .custom-categories__category-summary{max-width:calc(100% - 4rem)}html.graphite .custom-categories__discover input{width:120px}html.graphite .dashboard-command-center{height:100%}html.graphite .dashboard-command-center .widget-row{height:100%}html.graphite .dashboard-command-center .row.widget-row__children{max-width:none}html.graphite .dashboard-command-center .transition-container{height:100%}html.graphite .dashboard-command-center .dashboard-overview.widget-row__children{height:150px;margin-bottom:20px}html.graphite .dashboard-command-center-modal .settings-list>.row{border-top:1px solid hsla(0,0%,100%,.2);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 0}html.graphite .dashboard-command-center-modal .settings-list>.row:last-child{border-bottom:1px solid hsla(0,0%,100%,.2)}html.graphite .dashboard-command-center-modal .buttons{margin-top:1.5em}html.graphite .dashboard-overview .product-nav input{background-color:#191515}html.graphite .dashboard-overview__folder-section__folders{overflow-x:scroll}html.graphite .dashboard-overview__tile-section__tiles__boxes{overflow-y:scroll;height:calc(100vh - 50px - 3.75em - 19.1875rem)}html.graphite .dashboard-overview__create-dashboard-modal .template-box{background-color:rgba(102,132,163,.1);height:7.8125em;width:10.9375em}html.graphite .dashboard-overview__create-dashboard-modal .data-source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .dashboard-overview__create-dashboard-modal .data-source__source{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:.5em}html.graphite .dashboard-overview__create-dashboard-modal .data-source__segment{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-left:.5em;margin-right:.5em}html.graphite .dashboard-overview__create-dashboard-modal .data-source__remove{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.graphite .dashboard-report-view{height:100vh}html.graphite .dashboard-report-view__body{background-color:#eef2f3;color:#000;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 80px);padding-top:1.5em}html.graphite .dashboard-report-view__pages{padding:0 2em;overflow-y:auto}html.graphite .dashboard-report-view__actions ul{list-style:none;padding-left:0}html.graphite .dashboard-report-view__actions button:hover,html.graphite .dashboard-report-view__actions button:active{color:inherit}@media(max-width: 650px){html.graphite .dashboard-report-view__actions{display:none}}html.graphite .dashboard-report-view__auxiliary button{width:155px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width: 650px){html.graphite .dashboard-report-view__auxiliary{display:none}}html.graphite .discover-content-view__preset-dropdown .dropdown__arrow{-webkit-filter:brightness(50%) sepia(1) hue-rotate(185deg) saturate(87.8%) brightness(96.94%);filter:brightness(50%) sepia(1) hue-rotate(185deg) saturate(87.8%) brightness(96.94%)}html.graphite .discover-content-modal{min-width:300px;z-index:1060}html.graphite .discover-content-modal__tile{height:210px;width:32%;border-radius:4px;background-color:rgba(102,132,163,.1);color:#fff;-webkit-box-shadow:0 0.25rem 1rem rgba(0,0,0,.5);box-shadow:0 0.25rem 1rem rgba(0,0,0,.5);text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.graphite .discover-content-modal__tile.selected{border:3px solid #249ddb}html.graphite .engage-view{margin:calc(-30px) calc(-45px) calc(-30px) calc(-45px);height:calc(100% + 2*30px)}html.graphite .engage-view__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}html.graphite .engage-view__product-nav{-ms-flex-preferred-size:100%;flex-basis:100%;position:relative;margin:0;left:0;top:0;color:#bbb}html.graphite .engage-view__product-nav__search{width:275px}html.graphite .engage-view__product-nav__filter-panel{background-color:#1e1f23;min-width:400px}html.graphite .engage-view__queue-list{width:249px;border-right:1px solid rgb(52.0093457944,65.6308411215,80.4906542056);background-color:rgb(52.0093457944,65.6308411215,80.4906542056);-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:0;-ms-flex:none;flex:none;overflow:auto}html.graphite .engage-view__queue-list::-webkit-scrollbar{width:2px;height:2px}html.graphite .engage-view__columns{-ms-flex-preferred-size:calc(100vw - 250px - 249px);flex-basis:calc(100vw - 250px - 249px);overflow-x:auto;height:calc(100% - 54px);-webkit-transition:-webkit-flex-basis 300ms;transition:-webkit-flex-basis 300ms;transition:flex-basis 300ms;transition:flex-basis 300ms, -webkit-flex-basis 300ms, -ms-flex-preferred-size 300ms}html.graphite .engage-view__messages{width:calc(45vw - 250px - 249px);min-width:350px;max-height:100%;border-right:none;-webkit-transition:width 300ms;transition:width 300ms}html.graphite .engage-view__post{width:calc(48vw - 250px - 249px);min-width:450px;max-height:100%;background-color:#1e1f23;border-right:none;-webkit-transition:width 300ms;transition:width 300ms}html.graphite .engage-view__post .engage-view__column-header{background:none}html.graphite .engage-view__details{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:350px;max-height:100%}html.graphite .engage-view__column-header{min-height:50px}html.graphite .engage-view__product-nav{height:54px}html.graphite .application-layout .application-layout__main .engage-view .product-nav{margin-left:0 !important}html.graphite .application-layout.collapsed .engage-view__columns{-ms-flex-preferred-size:calc(100vw - 50px - 249px);flex-basis:calc(100vw - 50px - 249px)}html.graphite .application-layout.collapsed .engage-view__messages{width:calc(45vw - 50px - 249px)}html.graphite .application-layout.collapsed .engage-view__post{width:calc(48vw - 50px - 249px)}html.graphite .application-layout.engage .application-layout__content{margin-top:0;height:calc(100vh - 50px)}html.graphite .explore-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1.875em -2.8125em;height:calc(100vh - 50px - 3.75em)}html.graphite .explore-view__vis{-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:100%;max-width:calc(100% - 400px)}html.graphite .explore-view__tools{-webkit-box-flex:1;-ms-flex:1 0 0;flex:0 0 400px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-color:#1e1f23;height:100%;overflow-y:auto}html.graphite .explore-view__tools .data-source__source{margin-bottom:0.25em}html.graphite .explore-view__tools .data-source__source .dropdown{display:block}html.graphite .explore-view__tools .data-source__source .dropdown__options{right:0}html.graphite .explore-view__tools .data-source__segment{display:inline-block;width:90%}html.graphite .explore-view__tools .data-source__segment .dropdown__options{right:0}html.graphite .explore-view__tools .data-source__remove{display:inline-block;width:10%;text-align:center}html.graphite .explore-view__tools .data-source__remove .icon:hover{color:#fff}html.graphite .explore-view__share-modal .explore-link{background-color:rgba(102,132,163,.1);margin-bottom:0;margin-right:1em;font-size:1.125rem}html.graphite .feed-view{margin:0 0 -2rem}html.graphite .feed-view__new-mention-counter{background:#249ddb;border-radius:50px;padding:.5rem 1rem;color:#fff;position:sticky;left:50%;top:calc(50px3.75em + 40px);z-index:10;-webkit-transition:300ms;transition:300ms}html.graphite .feed-view__new-mention-counter:hover{background:rgba(36,157,219,.8)}html.graphite .feed-view__body{width:100%;margin:0 auto}html.graphite .feed-view__body--command-center{position:fixed;left:0;right:0;top:0;min-height:100vh;z-index:1040;padding:2rem;background:#191515}html.graphite .feed-view__fade-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#191515;z-index:1000;opacity:0;-webkit-transition:300ms;transition:300ms}html.graphite .feed-view__command-center-nav{position:fixed;right:0;left:-250px;z-index:1050;-webkit-transition:300ms;transition:300ms;background-color:rgba(29,29,32,.75)}html.graphite .feed-view .open{top:0}html.graphite .feed-view .closed{top:-3.75em}html.graphite .feed-view__masonry .masonry-container{margin:0 auto;overflow-y:hidden}html.graphite .feed-view__masonry--loader{opacity:50%;height:600px;border-radius:7px;background:linear-gradient(246deg, #2a3541, #191414)}html.graphite .feed-view__bulk-edit{position:sticky;top:-30px;padding:.5rem 0;background:#191515;z-index:5}html.graphite .feed-view__bulk-edit label{min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .feed-view__bulk-edit .dropdown{width:200px;max-width:200px}html.graphite .feed-view__bulk-edit p{text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .feed-filters{width:100%}html.graphite .feed-filters__search-input[type=search]{width:286px;height:1.75rem;font-size:0.9375rem}html.graphite .collapsed .feed-view__command-center-nav{left:-50px}html.graphite .gallery-view{position:relative}html.graphite .gallery-view__subheader{position:sticky;top:-10px;padding:1rem 0;background:#191515;z-index:5}html.graphite .gallery-view__subheader .spacer{width:120px}html.graphite .gallery-view__bulk-options .dropdown{height:33px;font-size:0.8125rem}html.graphite .gallery-view__history .button-group__button{min-width:120px}html.graphite .gallery-view__history .inverted{background:#249ddb;border-color:#249ddb;color:#fff;font-weight:700}html.graphite .album-navigation{font-size:1.125rem;font-size:0.9375rem}html.graphite .album-navigation__albums{overflow-x:scroll;font-size:15px}html.graphite .album-navigation__breadcrumbs{font-size:18px;overflow-x:auto}html.graphite .album-navigation__album-tile{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem 1.5rem;background:#2a3541;border-radius:0.25rem;-ms-flex-negative:0;flex-shrink:0}html.graphite .album-navigation__album-tile .icon{position:absolute;right:1rem}html.graphite .gallery-masonry{width:100%;max-height:none;overflow:hidden}html.graphite .gallery-masonry__brick,html.graphite .gallery-masonry__brick--selected{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .gallery-masonry__brick--overlay{position:absolute;width:100%;height:100%;opacity:0;top:0;left:0;-webkit-transition:300ms;transition:300ms}html.graphite .gallery-masonry__brick--overlay>button{background-color:rgba(0,0,0,.7)}html.graphite .gallery-masonry__brick--overlay .mini-gallery__more{background:rgba(0,0,0,.7);padding:.51rem;position:relative;top:1px;border:1px solid;border-left:0}html.graphite .gallery-masonry__brick--overlay .mini-gallery__more:hover{border-color:#86ba2c;background:rgba(0,0,0,0);color:#86ba2c}html.graphite .gallery-masonry__brick--overlay .mini-gallery__more:hover:hover{background:#86ba2c;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.graphite .gallery-masonry__brick--overlay .mini-gallery__more:hover:active{background:#86ba2c;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.graphite .gallery-masonry__brick--overlay .media__top-right{position:absolute;right:.25em;top:.25em}html.graphite .gallery-masonry__brick--overlay .media__top-right .media__menu{padding:.25rem .25rem 0 .25rem;border-radius:0.25rem;background-color:rgba(0,0,0,.7)}html.graphite .gallery-masonry__brick--overlay .media__top-right .media__menu .media-menu-item{padding-bottom:.1rem;padding-top:.15rem}html.graphite .gallery-masonry__brick--overlay .media__top-right .media__menu i{font-size:1.5em}html.graphite .gallery-masonry__brick--overlay .media__top-right .media__menu a:hover{color:#fff}html.graphite .gallery-masonry__brick--selected img,html.graphite .gallery-masonry__brick--selected video{width:calc(100% - 2rem);margin-top:1rem}html.graphite .gallery-masonry__brick--selected .media__menu{right:1.4em;top:1.4em}html.graphite .gallery-masonry__brick--selected .gallery-masonry__brick-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .gallery-masonry__brick--selected .gallery-masonry__brick__smart-social{right:1.4em;bottom:.7em}html.graphite .gallery-masonry__brick:hover .gallery-masonry__brick--overlay,html.graphite .gallery-masonry__brick--selected:hover .gallery-masonry__brick--overlay{opacity:1}html.graphite .gallery-masonry__brick:hover .gallery-masonry__select-button,html.graphite .gallery-masonry__brick:hover .gallery-masonry__select-button--selected,html.graphite .gallery-masonry__brick--selected:hover .gallery-masonry__select-button,html.graphite .gallery-masonry__brick--selected:hover .gallery-masonry__select-button--selected{opacity:1;z-index:1}html.graphite .gallery-masonry__brick--scheduled-date{position:absolute;bottom:0;background-color:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;margin:0;width:100%}html.graphite .gallery-masonry__brick__smart-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35px;height:35px;border-radius:50%;position:absolute;right:.25rem;bottom:.25rem;color:#fff;background-color:#ddc04c;z-index:1}html.graphite .gallery-masonry__brick__smart-social .icon--smart-social{font-size:1.7rem}html.graphite .gallery-masonry__brick-media{position:relative}html.graphite .gallery-masonry__brick-media.video{color:blue}html.graphite .gallery-masonry__brick-media.video::after{content:"";position:absolute;height:0;width:0;top:calc(50% - 20px);left:calc(50% - 18px);border-left:40px solid hsla(0,0%,100%,.8);border-top:20px solid rgba(0,0,0,0);border-bottom:20px solid rgba(0,0,0,0);border-right:40px solid rgba(0,0,0,0)}html.graphite .gallery-masonry__select-button,html.graphite .gallery-masonry__select-button--selected{font-size:2rem;opacity:36%;color:#fff;position:absolute;left:.25rem;top:.25rem;-webkit-transition:all 300ms;transition:all 300ms;opacity:0}html.graphite .gallery-masonry__select-button::after,html.graphite .gallery-masonry__select-button--selected::after{content:"";display:inline-block;width:1.8rem;height:1.8rem;left:2px;bottom:1px;z-index:-1;position:absolute;background:#7d8c9b;border-radius:50%}html.graphite .gallery-masonry__select-button:hover,html.graphite .gallery-masonry__select-button--selected:hover{opacity:80%}html.graphite .gallery-masonry__select-button--selected{position:absolute;left:.25rem;top:.25rem;opacity:100%;z-index:4;color:#fff}html.graphite .gallery-masonry__select-button--selected::before{position:relative;z-index:2}html.graphite .gallery-masonry__select-button--selected::after{z-index:1;position:absolute;background:#249ddb}html.graphite .gallery-masonry__download-button,html.graphite .gallery-masonry__fullscreen-button,html.graphite .gallery-masonry__crop-button{padding:.5em 1em}html.graphite .gallery-masonry__download-button:hover,html.graphite .gallery-masonry__fullscreen-button:hover,html.graphite .gallery-masonry__crop-button:hover{color:#191515;background:#fff}html.graphite .media-select-modal{max-height:100%;max-width:80%;width:100%;overflow-y:auto;font-size:0.8125rem;font-weight:bold;list-style:none;padding:0;margin:0;position:relative;z-index:1050;background:#13181d;border:0.0625rem solid hsla(0,0%,100%,.2);border-radius:4px;-webkit-box-shadow:0 4px 40px 0 rgba(0,0,0,.6);box-shadow:0 4px 40px 0 rgba(0,0,0,.6);padding:.5rem}html.graphite .media-select-modal__media{height:100px}html.graphite .media-select-modal__media img{height:100px}html.graphite .media-select-modal__media button{opacity:0}html.graphite .media-select-modal__media:hover button{opacity:1}html.graphite .invitation-view{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .invitation-view__form{-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;padding:60px}html.graphite .invitation-view__form .form-group{padding:20px 0}html.graphite .invitation-view__form input[type=submit]{width:70%}html.graphite .invitation-view .success-text{padding:0 0 25px 0;font-size:1.25rem;text-align:center}html.graphite .invitation-view__warning{border:1px solid #ffc432;border-radius:10px;color:#ffc432;padding:10px}html.graphite .landing-view-container{max-width:80rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}html.graphite .landing-view-container .product-section{background-color:#2a3541;border-radius:12px;background-repeat:no-repeat;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .landing-view-container .product-section.listen{background-image:url(/app/1a1f9f5eedba91dd7fb3.png);background-position:bottom}html.graphite .landing-view-container .product-section.engage{background-image:url(/app/7f77b7258db22b4f21df.png);background-position:left top}html.graphite .landing-view-container .product-section.publish{background-image:url(/app/53d53f32c4ea06cc19e4.png);background-position:top}html.graphite .landing-view-container .product-section.reviews{background-image:url(/app/8281d2a28d855037b265.png);background-position:right top}html.graphite .landing-view-container .product-section .feature-description-container{max-width:20%;min-width:200px;background-color:rgba(0,0,0,.57);border-radius:12px}html.graphite .landing-view-container .product-section .feature-link{background-color:#249ddb;color:#191515;border:1px solid rgba(0,0,0,0);border-radius:4px}html.graphite .landing-view-container .product-section .feature-link:hover{background:rgba(0,0,0,0);color:#fff;border:1px solid #249ddb;-webkit-transition:background-color 300ms,border 300ms;transition:background-color 300ms,border 300ms}@media screen and (max-width: 825px){html.graphite .landing-view-container .product-section.listen,html.graphite .landing-view-container .product-section.engage,html.graphite .landing-view-container .product-section.publish,html.graphite .landing-view-container .product-section.reviews{background-size:unset}}html.graphite .application-layout.landing_view .application-layout__content{margin-top:0;height:calc(100vh - 50px)}html.graphite .free-trial-progress-panel{max-width:80rem}html.graphite .free-trial-progress-panel .steps a{width:185px}html.graphite .free-trial-progress-panel .icon.task{font-size:5em;color:#7c8499}html.graphite .free-trial-progress-panel .icon.smtask{font-size:2.5em;color:#7c8499}html.graphite .free-trial-progress-panel .success{color:#86ba2c}html.graphite .free-trial-progress-panel .warning{color:#ffc432}html.graphite .labels-view{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-1.875em}html.graphite .labels-view__posts-container,html.graphite .labels-view__manager{height:calc(100vh - 50px - 3.75em - 2rem - 62px);overflow-x:hidden;overflow-y:auto}html.graphite .labels-view__posts-container::-webkit-scrollbar,html.graphite .labels-view__manager::-webkit-scrollbar{background-color:#ccc;width:8px;border-radius:3px;border:1px solid rgba(0,0,0,0);background-clip:padding-box}html.graphite .labels-view__posts-container::-webkit-scrollbar-thumb,html.graphite .labels-view__manager::-webkit-scrollbar-thumb{border-radius:4px;background-color:#888;border:2px solid rgba(0,0,0,0);background-clip:padding-box}html.graphite .labels-view__posts-container{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .labels-view__posts-container .masonry__columns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .labels-view__manager{max-width:400px;min-width:400px}html.graphite .labels-view__manager::-webkit-scrollbar{display:none}html.graphite .labels-view__manager::-webkit-scrollbar-thumb{display:none}html.graphite .labels-view__manager::-webkit-scrollbar-track{display:none}html.graphite .labels-view__zero-state-box,html.graphite .campaign-detail-view__zero-state-box{border:2px dashed #2a3541}html.graphite .labels-view__zero-state-box__link:hover{color:#249ddb;text-decoration:underline}html.graphite .labels-view__dropdown__options{border:0.0625rem solid hsla(0,0%,100%,.2);background:#2a3541;top:calc(100% + 1px);left:-13px;min-width:100px;margin-top:10px;z-index:11101}html.graphite .labels-view__dropdown__tooltip .rc-tooltip{padding:0;border:none}html.graphite .labels-view__dropdown__tooltip .rc-tooltip-arrow{display:none}html.graphite .labels-view__dropdown__tooltip .rc-tooltip-inner{background:none;max-width:none;padding:0;border:none;-webkit-box-shadow:0 0 #000;box-shadow:0 0 #000}html.graphite .location-competitor-view .comparison-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .location-competitor-view .label-column{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:1.5em}html.graphite .location-competitor-view .comparison-column{-webkit-box-flex:0;-ms-flex:0 0 320px;flex:0 0 320px;border:1px solid #2a3541;margin-right:1em}html.graphite .location-competitor-view .comparison-column__body{position:relative}html.graphite .location-competitor-view .comparison-column__body .loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(30,31,35,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .location-competitor-view .comparison-column__body .loading>div{text-align:center}html.graphite .location-competitor-view .heading{height:2.4em;overflow:hidden;padding:.5em;text-align:center;border-bottom:1px solid #2a3541}html.graphite .location-competitor-view .heading .ranking{background-color:hsla(0,0%,100%,.2);display:inline-block;width:1.75em;height:1.75em;border-radius:50%;overflow:hidden;padding:0;vertical-align:middle;margin-top:-2px;margin-right:3px}html.graphite .location-competitor-view .heading>div{font-size:1em}html.graphite .location-competitor-view .label-cell,html.graphite .location-competitor-view .score-cell{border-bottom:1px solid #2a3541;padding:.5em;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .location-competitor-view .label-cell{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.graphite .location-competitor-view .label-cell>div{font-weight:400;font-size:1em}html.graphite .location-competitor-view .score-cell{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .location-competitor-view .score-cell .score{font-weight:normal;font-size:1.25em}html.graphite .location-competitor-view .medium-cell{height:90px}html.graphite .location-competitor-view .large-cell{height:120px}html.graphite .location-competitor-view .xlarge-cell{height:160px}html.graphite .location-competitor-view .mine .heading{background-color:#249ddb;color:#fff}html.graphite .location-competitor-view .mine .score-cell{background-color:#001522}html.graphite .location-competitor-view .competitor .heading{background-color:#2a3541}html.graphite .location-competitor-view .rep-score{border-left-width:4px;border-left-style:solid;padding:.3em .5em;font-size:1.25em;font-weight:normal}html.graphite .location-competitor-view .percent-bar{display:inline-block;width:40%;height:8px;background-color:#242a32;position:relative}html.graphite .location-competitor-view .percent-bar__filled{display:inline-block;height:100%;background-color:#249ddb;position:absolute;top:0;left:0}html.graphite .location-competitor-view .change{padding-top:.2em;font-size:.8em;color:#7c8499}html.graphite .location-competitor-view .change .positive{color:#86ba2c}html.graphite .location-competitor-view .change .negative{color:#e71b26}html.graphite .location-competitor-view .change .neutral{color:#ffc432}html.graphite .location-competitor-view .icon--trophy{color:#249ddb;font-size:1.5em;vertical-align:middle;margin-right:3px;margin-top:-2px}html.graphite .location-competitor-view .sentiment-container .sentiment-container__labels{font-weight:bold}html.graphite .location-competitor-view .sentiment-container .sentiment-container__labels .positive{color:#86ba2c}html.graphite .location-competitor-view .sentiment-container .sentiment-container__labels .negative{color:#e71b26}html.graphite .location-competitor-view .sentiment-container .sentiment-container__labels .neutral{color:#ffc432}html.graphite .location-competitor-view .sentiment-container .sentiment-container__bar{display:inline-block;height:8px;width:40%;background-color:#242a32;position:relative}html.graphite .location-competitor-view .sentiment-container .sentiment-container__bar__positive,html.graphite .location-competitor-view .sentiment-container .sentiment-container__bar__negative,html.graphite .location-competitor-view .sentiment-container .sentiment-container__bar__neutral{display:inline-block;height:100%;position:absolute;top:0;left:0}html.graphite .location-competitor-view .sentiment-container .sentiment-container__bar__positive{background-color:#86ba2c}html.graphite .location-competitor-view .sentiment-container .sentiment-container__bar__negative{background-color:#e71b26}html.graphite .location-competitor-view .sentiment-container .sentiment-container__bar__neutral{background-color:#ffc432}html.graphite .location-competitor-view .sentiment-bar{margin-top:2.3em;display:inline-block;width:40%;height:8px;background:-webkit-gradient(linear, left top, right top, from(#E71B26), color-stop(50%, #FFC432), to(#86BA2C));background:linear-gradient(to right, #E71B26 0%, #FFC432 50%, #86BA2C 100%);position:relative}html.graphite .location-competitor-view .sentiment-bar__tooltip{position:absolute;top:-2.1em;width:1.75em;height:1.75em;padding:1px;color:#fff;margin-left:-0.875em;font-weight:bold}html.graphite .location-competitor-view .sentiment-bar__tooltip-notch{width:0;height:0;position:absolute;top:-0.4em;padding:0;margin-left:-4px;border-top-width:6px;border-top-style:solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-bottom:none}html.graphite .location-competitor-view .tag{border-radius:0 0 0 0;padding:.2em .4em .2em .4em;font-weight:bold;text-transform:none;height:auto;font-size:.9em;color:#fff}html.graphite .notifications-view__actions{height:40px}html.graphite .notifications-view__notification{position:relative}html.graphite .notifications-view__notification:hover{background-color:rgba(42,53,65,.2);cursor:pointer}html.graphite .notifications-view__notification--selected{border-color:#249ddb}html.graphite .notifications-view__notification__status{position:absolute;left:-25px}html.graphite .notifications-view__notification__status:after{content:"";display:block;width:8px;height:8px;margin-top:-4px;border-radius:50%;background-color:#249ddb}html.graphite .notifications-view__notification__content{width:90%}html.graphite .notifications-view__notification__content blockquote{border-left:4px solid #2a3541;color:rgb(110.5,110.5,110.5);font-size:1.1em}html.graphite .notifications-view__notification__time{font-size:1.2em}html.graphite .notifications-view__notification .notification-avatar{width:3rem}html.graphite .collapsed .posts-view .product-nav{margin-left:40px !important}html.graphite .posts-view{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-1.875em}html.graphite .posts-view .product-nav{margin-left:240px}html.graphite .posts-view__posts-container{height:calc(100vh - 50px - 3.75em - 2rem - 85px);overflow-x:hidden;overflow-y:auto}html.graphite .posts-view__posts-container::-webkit-scrollbar{background-color:#ccc;width:8px;border-radius:3px;border:1px solid rgba(0,0,0,0);background-clip:padding-box}html.graphite .posts-view__posts-container::-webkit-scrollbar-thumb{border-radius:4px;background-color:#888;border:2px solid rgba(0,0,0,0);background-clip:padding-box}html.graphite .posts-view__posts-container{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .posts-view__posts-container .masonry-container{overflow-y:visible}html.graphite .posts-view__posts-container .masonry__columns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .posts-view__zero-state-box{border:2px dashed #2a3541}html.graphite .posts-view__zero-state-box__link:hover{color:#249ddb;text-decoration:underline}html.graphite .posts-view__heading-filter{overflow:visible;-webkit-transition:300ms;transition:300ms}html.graphite .posts-view__heading-filter .dropdown{position:relative;padding-left:55px;margin-right:-55px;right:55px}html.graphite .posts-view__heading-filter .dropdown__options{margin-top:10px}html.graphite .posts-view__heading-filter .dropdown__selected-text{font-weight:400}html.graphite .posts-view__heading-filter .dropdown:hover:not(.dropdown--disabled) .dropdown__selected-text,html.graphite .posts-view__heading-filter .dropdown:hover:not(.dropdown--disabled) i{opacity:1;color:#fff}html.graphite .posts-view__heading-filter .text--brand{-webkit-transition:300ms;transition:300ms}html.graphite .posts-view__heading-filter:hover .text--brand{color:#fff}html.graphite .printable-feed-view{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .printable-feed-view a,html.graphite .printable-feed-view .a{color:#249ddb}html.graphite .printable-feed-view a:hover,html.graphite .printable-feed-view a:active,html.graphite .printable-feed-view .a:hover,html.graphite .printable-feed-view .a:active{color:#249ddb}html.graphite .printable-feed-view a.text--quiet,html.graphite .printable-feed-view .a.text--quiet{color:#7c8499}html.graphite .printable-feed-view a.text--quiet:hover,html.graphite .printable-feed-view a.text--quiet:active,html.graphite .printable-feed-view .a.text--quiet:hover,html.graphite .printable-feed-view .a.text--quiet:active{color:#7c8499}html.graphite .printable-feed-view .cover-page{padding:.5in;background:#fff;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}html.graphite .printable-feed-view .cover-page__logo{position:absolute;right:36px;top:36px;width:130px;height:auto}html.graphite .printable-feed-view .cover-page__title{height:250px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}html.graphite .printable-feed-view .cover-page__title__background{font-size:12rem;margin:0;opacity:.1;position:absolute;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .printable-feed-view .cover-page__title__foreground{text-transform:uppercase;letter-spacing:2px;-webkit-text-stroke:2px}html.graphite .printable-feed-view .cover-page__stats-container{padding:1.5rem;position:relative}html.graphite .printable-feed-view .cover-page__stats-container__background{background:#000;opacity:.1;position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}html.graphite .printable-feed-view .cover-page__stats-container h3{margin:0 .5rem 0 0;text-transform:uppercase;display:inline-block;font-weight:500}html.graphite .printable-feed-view .cover-page__stat{font-size:1.25rem;margin-bottom:1rem}html.graphite .printable-feed-view .cover-page__stat:nth-last-of-type(1){margin-bottom:0}html.graphite .printable-feed-view .cover-page__processing-date{position:absolute;bottom:.5in;right:.5in;padding:.7rem 1rem .7rem 2.2rem}html.graphite .printable-feed-view .cover-page__processing-date__background{position:absolute;right:0;bottom:0;opacity:.1}html.graphite .printable-feed-view .mention-page{padding:1in .5in;background:#fff;color:#000;-webkit-column-break-after:always;page-break-after:always;break-after:always;position:relative;overflow:hidden}html.graphite .printable-feed-view .mention-page__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:0;margin-bottom:3rem}html.graphite .printable-feed-view .mention-page__header-content{text-align:center;position:relative;min-width:110px}html.graphite .printable-feed-view .mention-page__page-number{font-size:8rem;opacity:.1;position:absolute;right:0;top:0;line-height:1rem}html.graphite .printable-feed-view .mention-page__monitor-name{font-weight:500}html.graphite .printable-feed-view .mention-page .hr{-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;background:#000;max-width:590px;margin-right:2rem}html.graphite .printable-feed-view .mention-page .masonry-printable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-8px;width:100%}html.graphite .printable-feed-view .mention-page .masonry-container{overflow:hidden}html.graphite .printable-feed-view .mention-page .masonry-container::-webkit-scrollbar{display:none}html.graphite .printable-feed-view .render_finished{position:absolute;visibility:hidden}html.graphite .report-divider--left svg{position:absolute}html.graphite .report-divider--left svg polygon{fill:#000;opacity:.675}html.graphite .report-divider--left div{margin-left:380px;-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .mention-page__footer__light-block{background-color:#000;opacity:.18}html.graphite .mention-page__footer__dark-block{background-color:#000;opacity:.675}html.graphite .mention-page__footer--0{position:absolute;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:8rem}html.graphite .mention-page__footer--0 .mention-page__footer__light-block,html.graphite .mention-page__footer--0 .mention-page__footer__dark-block{height:100%}html.graphite .mention-page__footer--0 .mention-page__footer__light-block{width:36.5%;position:absolute;left:0;-webkit-clip-path:polygon(0% 0%, 100% 0%, 82% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 0%, 82% 100%, 0% 100%)}html.graphite .mention-page__footer--0 .mention-page__footer__dark-block{width:67.5%;position:absolute;right:0;-webkit-clip-path:polygon(9.5% 0%, 100% 0%, 100% 100%, 0% 100%);clip-path:polygon(9.5% 0%, 100% 0%, 100% 100%, 0% 100%)}html.graphite .mention-page__footer--1{position:absolute;bottom:0;left:0;width:100%;min-height:5rem;max-height:8rem}html.graphite .mention-page__footer--1 .mention-page__footer__light-block{height:100%;position:absolute;bottom:0;width:100%;left:0}html.graphite .mention-page__footer--1 .mention-page__footer__dark-block{min-height:5rem;max-height:8rem;position:absolute;top:-2.5rem;right:0;width:480px;bottom:2rem;-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%)}html.graphite .mention-page__footer--2{position:absolute;bottom:0;left:0;width:100%;min-height:5rem;max-height:8rem}html.graphite .mention-page__footer--2 .mention-page__footer__light-block{height:100%;position:absolute;bottom:0;width:100%;left:0}html.graphite .mention-page__footer--2 .mention-page__footer__dark-block{min-height:5rem;max-height:8rem;position:absolute;top:-2.5rem;left:0;width:480px;bottom:2rem;-webkit-clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%)}html.graphite .mention-page__footer--3 .mention-page__footer__light-block{position:absolute;bottom:-157px;left:-2px;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);width:108%;height:17rem}html.graphite .mention-page__footer--3 .mention-page__footer__dark-block{position:absolute;bottom:-157px;right:-2px;-webkit-transform:rotate(15deg);transform:rotate(15deg);width:108%;height:17rem}html.graphite .mention-page__footer--4 .mention-page__footer__light-block{position:absolute;bottom:-198px;right:73px;-webkit-transform:rotate(23deg);transform:rotate(23deg);width:108%;height:17rem}html.graphite .mention-page__footer--4 .mention-page__footer__dark-block{position:absolute;bottom:-132px;left:-2px;-webkit-transform:rotate(-22deg);transform:rotate(-22deg);width:121%;height:20rem}html.graphite .dashboard-report-view .cover-page,html.graphite .dashboard-report-view .dashboard-page{-webkit-box-shadow:0 10px 20px rgba(0,0,0,.2);box-shadow:0 10px 20px rgba(0,0,0,.2);margin-bottom:2rem}html.graphite .printable-dashboard-view,html.graphite .dashboard-report-view{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .printable-dashboard-view a,html.graphite .printable-dashboard-view .a,html.graphite .dashboard-report-view a,html.graphite .dashboard-report-view .a{color:#249ddb}html.graphite .printable-dashboard-view a:hover,html.graphite .printable-dashboard-view a:active,html.graphite .printable-dashboard-view .a:hover,html.graphite .printable-dashboard-view .a:active,html.graphite .dashboard-report-view a:hover,html.graphite .dashboard-report-view a:active,html.graphite .dashboard-report-view .a:hover,html.graphite .dashboard-report-view .a:active{color:#249ddb}html.graphite .printable-dashboard-view a.text--quiet,html.graphite .printable-dashboard-view .a.text--quiet,html.graphite .dashboard-report-view a.text--quiet,html.graphite .dashboard-report-view .a.text--quiet{color:#7c8499}html.graphite .printable-dashboard-view a.text--quiet:hover,html.graphite .printable-dashboard-view a.text--quiet:active,html.graphite .printable-dashboard-view .a.text--quiet:hover,html.graphite .printable-dashboard-view .a.text--quiet:active,html.graphite .dashboard-report-view a.text--quiet:hover,html.graphite .dashboard-report-view a.text--quiet:active,html.graphite .dashboard-report-view .a.text--quiet:hover,html.graphite .dashboard-report-view .a.text--quiet:active{color:#7c8499}html.graphite .printable-dashboard-view .panel,html.graphite .printable-dashboard-view .panel__heading,html.graphite .printable-dashboard-view .panel__body,html.graphite .dashboard-report-view .panel,html.graphite .dashboard-report-view .panel__heading,html.graphite .dashboard-report-view .panel__body{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#000;height:100%}html.graphite .printable-dashboard-view .cover-page,html.graphite .printable-dashboard-view .dashboard-page,html.graphite .dashboard-report-view .cover-page,html.graphite .dashboard-report-view .dashboard-page{padding:.5in .5in;background:#fff;color:#000;position:relative}html.graphite .printable-dashboard-view .cover-page__dashboard-name,html.graphite .printable-dashboard-view .dashboard-page__dashboard-name,html.graphite .dashboard-report-view .cover-page__dashboard-name,html.graphite .dashboard-report-view .dashboard-page__dashboard-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.graphite .printable-dashboard-view .cover-page,html.graphite .dashboard-report-view .cover-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .printable-dashboard-view .cover-page__logo,html.graphite .dashboard-report-view .cover-page__logo{position:absolute;right:36px;top:36px;width:130px;height:auto}html.graphite .printable-dashboard-view .cover-page__title,html.graphite .dashboard-report-view .cover-page__title{height:250px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}html.graphite .printable-dashboard-view .cover-page__title__background,html.graphite .dashboard-report-view .cover-page__title__background{font-size:12.2rem;font-weight:600;-webkit-transform:translate(-7px, 0);transform:translate(-7px, 0);margin:0;opacity:.1;position:absolute;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .printable-dashboard-view .cover-page__title__foreground,html.graphite .dashboard-report-view .cover-page__title__foreground{font-size:1.8rem;text-transform:uppercase;letter-spacing:2px;-webkit-text-stroke:2px}html.graphite .printable-dashboard-view .cover-page__stats-container,html.graphite .dashboard-report-view .cover-page__stats-container{padding:1.5rem;position:relative}html.graphite .printable-dashboard-view .cover-page__stats-container__background,html.graphite .dashboard-report-view .cover-page__stats-container__background{background:#000;opacity:.1;position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}html.graphite .printable-dashboard-view .cover-page__stats-container h3,html.graphite .dashboard-report-view .cover-page__stats-container h3{margin:0 .5rem 0 0;text-transform:uppercase;display:inline-block;font-weight:500}html.graphite .printable-dashboard-view .cover-page__stat,html.graphite .dashboard-report-view .cover-page__stat{font-size:1.25rem;margin-bottom:1rem}html.graphite .printable-dashboard-view .cover-page__stat:nth-last-of-type(1),html.graphite .dashboard-report-view .cover-page__stat:nth-last-of-type(1){margin-bottom:0}html.graphite .printable-dashboard-view .dashboard-page,html.graphite .dashboard-report-view .dashboard-page{-webkit-column-break-after:always;page-break-after:always;break-after:always;position:relative;overflow:hidden}html.graphite .printable-dashboard-view .dashboard-page .widget--report-mode,html.graphite .dashboard-report-view .dashboard-page .widget--report-mode{margin-bottom:1rem;overflow:hidden;position:relative;z-index:1}html.graphite .printable-dashboard-view .dashboard-page .widget--report-mode h2,html.graphite .dashboard-report-view .dashboard-page .widget--report-mode h2{margin-top:0}html.graphite .printable-dashboard-view .dashboard-page .widget--report-mode .icon.circle,html.graphite .dashboard-report-view .dashboard-page .widget--report-mode .icon.circle{background-color:#f1b72d;padding:.3rem;color:#fff}html.graphite .printable-dashboard-view .dashboard-page .widget-body,html.graphite .printable-dashboard-view .dashboard-page .widget-description,html.graphite .dashboard-report-view .dashboard-page .widget-body,html.graphite .dashboard-report-view .dashboard-page .widget-description{-webkit-box-flex:1;-ms-flex:1;flex:1}html.graphite .printable-dashboard-view .dashboard-page__header,html.graphite .dashboard-report-view .dashboard-page__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:0;margin-bottom:2.5rem}html.graphite .printable-dashboard-view .dashboard-page__header-content,html.graphite .dashboard-report-view .dashboard-page__header-content{text-align:center;position:relative;min-width:110px}html.graphite .printable-dashboard-view .dashboard-page__page-number,html.graphite .dashboard-report-view .dashboard-page__page-number{font-size:7rem;font-weight:600;opacity:.1;position:absolute;right:0;top:0;line-height:1rem}html.graphite .printable-dashboard-view .dashboard-page__widget .widget-description p,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-description p,html.graphite .printable-dashboard-view .dashboard-page__widget--large .widget-description p,html.graphite .printable-dashboard-view .dashboard-page__widget--small .widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget .widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget--large .widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget--small .widget-description p{font-size:.9rem}html.graphite .printable-dashboard-view .dashboard-page__widget .smart-widget-description,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description,html.graphite .printable-dashboard-view .dashboard-page__widget--large .smart-widget-description,html.graphite .printable-dashboard-view .dashboard-page__widget--small .smart-widget-description,html.graphite .dashboard-report-view .dashboard-page__widget .smart-widget-description,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description,html.graphite .dashboard-report-view .dashboard-page__widget--large .smart-widget-description,html.graphite .dashboard-report-view .dashboard-page__widget--small .smart-widget-description{font-size:.8rem}html.graphite .printable-dashboard-view .dashboard-page__widget .smart-widget-description h3,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description h3,html.graphite .printable-dashboard-view .dashboard-page__widget--large .smart-widget-description h3,html.graphite .printable-dashboard-view .dashboard-page__widget--small .smart-widget-description h3,html.graphite .dashboard-report-view .dashboard-page__widget .smart-widget-description h3,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description h3,html.graphite .dashboard-report-view .dashboard-page__widget--large .smart-widget-description h3,html.graphite .dashboard-report-view .dashboard-page__widget--small .smart-widget-description h3{margin:0 0 .3rem;font-size:1rem}html.graphite .printable-dashboard-view .dashboard-page__widget .smart-widget-description div,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description div,html.graphite .printable-dashboard-view .dashboard-page__widget--large .smart-widget-description div,html.graphite .printable-dashboard-view .dashboard-page__widget--small .smart-widget-description div,html.graphite .dashboard-report-view .dashboard-page__widget .smart-widget-description div,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description div,html.graphite .dashboard-report-view .dashboard-page__widget--large .smart-widget-description div,html.graphite .dashboard-report-view .dashboard-page__widget--small .smart-widget-description div{margin-bottom:.6rem}html.graphite .printable-dashboard-view .dashboard-page__widget .widget-type--image,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-type--image,html.graphite .printable-dashboard-view .dashboard-page__widget--large .widget-type--image,html.graphite .printable-dashboard-view .dashboard-page__widget--small .widget-type--image,html.graphite .dashboard-report-view .dashboard-page__widget .widget-type--image,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-type--image,html.graphite .dashboard-report-view .dashboard-page__widget--large .widget-type--image,html.graphite .dashboard-report-view .dashboard-page__widget--small .widget-type--image{background-size:contain;background-repeat:no-repeat;background-position:top}html.graphite .printable-dashboard-view .dashboard-page__widget h2,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge h2,html.graphite .printable-dashboard-view .dashboard-page__widget--large h2,html.graphite .printable-dashboard-view .dashboard-page__widget--small h2,html.graphite .dashboard-report-view .dashboard-page__widget h2,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge h2,html.graphite .dashboard-report-view .dashboard-page__widget--large h2,html.graphite .dashboard-report-view .dashboard-page__widget--small h2{margin-top:1.5rem;margin-bottom:0}html.graphite .printable-dashboard-view .dashboard-page__widget--small,html.graphite .dashboard-report-view .dashboard-page__widget--small{max-height:310px;overflow:hidden}html.graphite .printable-dashboard-view .dashboard-page__widget--small .widget-type--image,html.graphite .dashboard-report-view .dashboard-page__widget--small .widget-type--image{height:280px;margin-bottom:1rem}html.graphite .printable-dashboard-view .dashboard-page__widget--small .widget-body,html.graphite .dashboard-report-view .dashboard-page__widget--small .widget-body{position:relative;display:inline-block;height:220px;width:50%;min-width:50%}html.graphite .printable-dashboard-view .dashboard-page__widget--small .widget-body:only-child,html.graphite .dashboard-report-view .dashboard-page__widget--small .widget-body:only-child{width:100%;min-width:100%}html.graphite .printable-dashboard-view .dashboard-page__widget--small .widget-description,html.graphite .dashboard-report-view .dashboard-page__widget--small .widget-description{display:inline-block;padding-left:2rem;width:50%}html.graphite .printable-dashboard-view .dashboard-page__widget--small .widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget--small .widget-description p{width:100%;overflow-wrap:break-word}html.graphite .printable-dashboard-view .dashboard-page__widget--large,html.graphite .dashboard-report-view .dashboard-page__widget--large{margin-bottom:3rem;max-height:490px}html.graphite .printable-dashboard-view .dashboard-page__widget--large .widget-type--image,html.graphite .dashboard-report-view .dashboard-page__widget--large .widget-type--image{height:420px}html.graphite .printable-dashboard-view .dashboard-page__widget--large .widget-body,html.graphite .dashboard-report-view .dashboard-page__widget--large .widget-body{height:280px;-webkit-box-flex:1;-ms-flex:1 1 280px;flex:1 1 280px}html.graphite .printable-dashboard-view .dashboard-page__widget--large .widget-body:only-child,html.graphite .dashboard-report-view .dashboard-page__widget--large .widget-body:only-child{min-width:100%}html.graphite .printable-dashboard-view .dashboard-page__widget--large .widget-description,html.graphite .dashboard-report-view .dashboard-page__widget--large .widget-description{margin-top:1rem}html.graphite .printable-dashboard-view .dashboard-page__widget--large .widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget--large .widget-description p{margin-top:0;width:100%;overflow-wrap:break-word}html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-type--image,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-type--image{height:720px}html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-body,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-body{height:740px;-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px}html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-body:only-child,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-body:only-child{min-width:720px}html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-body.widget-type-smart,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-body.widget-type-smart{height:380px;-webkit-box-flex:1;-ms-flex:1 1 380px;flex:1 1 380px}html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-description,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-description,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description{margin-top:1rem}html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .widget-description p,html.graphite .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .widget-description p,html.graphite .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description p{margin-top:0;background-color:hsla(0,0%,100%,.3)}html.graphite .printable-dashboard-view .dashboard-page__footer__light-block,html.graphite .dashboard-report-view .dashboard-page__footer__light-block{background-color:#000;opacity:.08}html.graphite .printable-dashboard-view .dashboard-page__footer__dark-block,html.graphite .dashboard-report-view .dashboard-page__footer__dark-block{background-color:#000;opacity:.675}html.graphite .printable-dashboard-view .dashboard-page__footer--1 .dashboard-page__footer__light-block,html.graphite .dashboard-report-view .dashboard-page__footer--1 .dashboard-page__footer__light-block{position:absolute;bottom:-130px;left:19px;-webkit-transform:rotate(-18deg);transform:rotate(-18deg);width:108%;height:17rem}html.graphite .printable-dashboard-view .dashboard-page__footer--1 .dashboard-page__footer__dark-block,html.graphite .dashboard-report-view .dashboard-page__footer--1 .dashboard-page__footer__dark-block{position:absolute;bottom:-74px;right:0px;-webkit-transform:rotate(9deg);transform:rotate(9deg);height:9rem;width:108%}html.graphite .printable-dashboard-view .dashboard-page__footer--2 .dashboard-page__footer__light-block,html.graphite .dashboard-report-view .dashboard-page__footer--2 .dashboard-page__footer__light-block{position:absolute;bottom:0;right:0;height:89%;width:50%;-webkit-clip-path:polygon(0 0, 100% 5%, 100% 100%, 0 100%);clip-path:polygon(0 0, 100% 5%, 100% 100%, 0 100%)}html.graphite .printable-dashboard-view .dashboard-page__footer--3 .dashboard-page__footer__light-block,html.graphite .dashboard-report-view .dashboard-page__footer--3 .dashboard-page__footer__light-block{position:absolute;bottom:0;right:0;height:90%;width:100%;-webkit-clip-path:polygon(0 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 100% 100%, 0 100%)}html.graphite .printable-dashboard-view .dashboard-page__footer--4 .dashboard-page__footer__light-block,html.graphite .dashboard-report-view .dashboard-page__footer--4 .dashboard-page__footer__light-block{position:absolute;bottom:0;right:0;height:90%;width:100%;-webkit-clip-path:polygon(0 100%, 100% 0, 100% 100%);clip-path:polygon(0 100%, 100% 0, 100% 100%)}html.graphite .printable-dashboard-view .dashboard-page__footer--5,html.graphite .dashboard-report-view .dashboard-page__footer--5{position:absolute;bottom:0;left:0;width:100%;min-height:5rem;max-height:8rem}html.graphite .printable-dashboard-view .dashboard-page__footer--5 .dashboard-page__footer__light-block,html.graphite .dashboard-report-view .dashboard-page__footer--5 .dashboard-page__footer__light-block{height:100%;position:absolute;bottom:0;width:100%;left:0}html.graphite .printable-dashboard-view .dashboard-page__footer--5 .dashboard-page__footer__dark-block,html.graphite .dashboard-report-view .dashboard-page__footer--5 .dashboard-page__footer__dark-block{min-height:5rem;max-height:8rem;position:absolute;top:-2.5rem;left:0;width:480px;bottom:2rem;-webkit-clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%)}html.graphite .printable-dashboard-view .dashboard-page .hr,html.graphite .dashboard-report-view .dashboard-page .hr{-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;background:#000;max-width:590px;margin-right:2rem}html.graphite .publish-preferences-view .settings-container{height:calc(100vh - 3.75em - 50px - 30px)}html.graphite .publish-preferences-view .settings-container .settings-nav{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.graphite .publish-preferences-view .settings-container .settings-nav ul{list-style:none;padding:0}html.graphite .publish-preferences-view .settings-container .settings-nav ul li:hover{color:#fff;text-decoration:underline}html.graphite .publish-preferences-view .settings-container .settings-tools{overflow-y:auto}html.graphite .queues-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1.875em -2.8125em}html.graphite .queues-view .queues-list{-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0 45px}html.graphite .queues-view .queues-list .queues-list-content .queues-list-headers{padding-right:20px}html.graphite .queues-view .queue-details{-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-color:#1e1f23;min-height:calc(100vh - 50px - 3.75em);padding:0 45px}html.graphite .queues-view .queue-details .queue-details-inputs{background-color:#191515;display:block}html.graphite .queues-view .queue-details .queue-details-inputs::-webkit-input-placeholder{color:#7c8499}html.graphite .queues-view .queue-details .queue-details-inputs::-moz-placeholder{color:#7c8499}html.graphite .queues-view .queue-details .queue-details-inputs::-ms-input-placeholder{color:#7c8499}html.graphite .queues-view .queue-details .queue-details-inputs::placeholder{color:#7c8499}html.graphite .queues-view .queue-details .queue-details-inputs::-ms-input-placeholder{color:#7c8499}html.graphite .queues-view .queue-details .queue-details-inputs:hover{background:#191515;-webkit-box-shadow:0 0 0.3125em #2a3541;box-shadow:0 0 0.3125em #2a3541}html.graphite .queues-view .queue-details .width-85{width:85%}html.graphite .queues-view .queue-list-info-left{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0;text-align:left}html.graphite .queues-view .queue-list-info-other{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 125px;text-align:center}html.graphite .queues-view .queue-list-info-right{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;text-align:right}html.graphite .social-content-strategy-view__content__locations{overflow-y:scroll;height:calc(100vh - 50px - 3.75em - 9.5625rem)}html.graphite .smart-social-form h4{margin-top:0;margin-bottom:2px}html.graphite .smart-social-form__part{margin-top:30px}html.graphite .smart-social-form__part:first-child{margin-top:0}html.graphite .smart-social-form__form{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .sub-account-settings-view .settings-container{height:calc(100vh - 3.75em - 50px - 30px)}html.graphite .sub-account-settings-view .settings-container .settings-nav{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.graphite .sub-account-settings-view .settings-container .settings-nav ul{list-style:none;padding:0}html.graphite .sub-account-settings-view .settings-container .settings-nav ul li:hover{color:#fff;text-decoration:underline}html.graphite .sub-account-settings-view .settings-container .settings-tools{overflow-y:auto}html.graphite .company-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .company-tags .dropdown{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .company-tags__autotags{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(max-width: 980px){html.graphite .company-tags__autotags{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}html.graphite .company-tags__tags{max-width:450px;-webkit-box-flex:0;-ms-flex:0 0 450px;flex:0 0 450px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4em}@media(max-width: 980px){html.graphite .company-tags__tags{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0}}html.graphite .unsubscribe-view{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}html.graphite .unsubscribe-view__box{-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;border-radius:10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.6);box-shadow:-1px 0 10px 3px rgba(0,0,0,.6);padding:60px;min-height:520px}html.graphite .unsubscribe-view__box .box-group{padding:20px 0}html.graphite .unsubscribe-view__box input[type=submit]{width:70%}html.graphite .unsubscribe-view .success-text{padding:0 0 25px 0;font-size:1.25rem;text-align:center}html.graphite .unsubscribe-view .logo{width:300px;padding:0 0 40px 0}html.graphite .workflow-index{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:scroll;overflow-y:hidden;height:calc(100vh - 50px - 3.75em - 3.75rem);margin:0}html.graphite .workflow-index::-webkit-scrollbar{display:none}html.graphite .workflow-index::-webkit-scrollbar-thumb{display:none}html.graphite .workflow-index::-webkit-scrollbar-track{display:none}html.graphite .workflow-index__setup{border-radius:50%;background:#1e1f23;padding:2rem;width:min(50vw,70vh);height:min(50vw,70vh);min-width:320px;min-height:320px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}html.graphite .workflow-index__swimlanes{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}html.graphite .SignInView{all:initial;background-color:#fcfdfd;font-family:sans-serif;font-size:14px;margin:0;padding:0;min-height:100%}html.graphite .SignInView *{-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .SignInView .text-center{text-align:center}html.graphite .SignInView .text-right{text-align:right}html.graphite .SignInView .subtle{color:#888}html.graphite .SignInView .warning{color:#e30001}html.graphite .SignInView .a{color:#0183e3;cursor:pointer}html.graphite .SignInView .a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.graphite .SignInView .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .SignInView .flex-row.vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .SignInView .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .SignInView .flex-row>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .SignInView .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .SignInView .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .SignInView .flex-column>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .SignInView .gap{margin-top:30px}html.graphite .SignInView a{color:#0183e3;text-decoration:none}html.graphite .SignInView a:visited{color:#0183e3}html.graphite .SignInView a:active{color:#0183e3}html.graphite .SignInView a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.graphite .SignInView a.subtle{color:#000}html.graphite .SignInView a.subtle:visited{color:#000}html.graphite .SignInView a.subtle:active{color:#000}html.graphite .SignInView a.subtle:hover{color:#666}html.graphite .SignInView .modal__scrim{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75)}html.graphite .SignInView .modal__box{position:fixed;z-index:110;top:20px;bottom:20px;left:50%;width:700px;margin-left:-350px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .SignInView .modal__box--padded{padding:30px}html.graphite .SignInView .modal__box__title{margin-bottom:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.graphite .SignInView .modal__box__title__close{position:absolute;top:10px;right:0;width:24px;height:24px;cursor:pointer}html.graphite .SignInView .modal__box__title__close img{width:100%}html.graphite .SignInView .modal__box__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding-right:20px;overflow-y:scroll}html.graphite .SignInView .modal__box h1{font-size:2.5em;font-weight:300;margin:0}html.graphite .SignInView .modal__box h3{font-size:1.1em;font-weight:700;margin-bottom:1px}html.graphite .SignInView input[type=text],html.graphite .SignInView input[type=search],html.graphite .SignInView input[type=number],html.graphite .SignInView input[type=email],html.graphite .SignInView input[type=password],html.graphite .SignInView input[type=tel]{all:initial}html.graphite .SignInView label.block,html.graphite .SignInView label.image-uploader__dropzone__image{font-size:1.2em;font-weight:400;display:block;padding-bottom:10px}html.graphite .SignInView button,html.graphite .SignInView input[type=button],html.graphite .SignInView input[type=submit],html.graphite .SignInView a.button,html.light .image-uploader__dropzone__buttons html.graphite .SignInView a,html.graphite .SignInView .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .SignInView a{font-size:1.2em;height:3em;font-weight:400;outline:none;border:none;background-color:#ccbe02;color:#fff;padding:10px 30px;display:inline-block;cursor:pointer;font-weight:bold}html.graphite .SignInView button.inverted,html.graphite .SignInView input[type=button].inverted,html.graphite .SignInView input[type=submit].inverted,html.graphite .SignInView a.button.inverted,html.light .image-uploader__dropzone__buttons html.graphite .SignInView a.inverted,html.graphite .SignInView .image-uploader__dropzone__buttons a.inverted,html.graphite .image-uploader__dropzone__buttons .SignInView a.inverted{background-color:#fff;color:#222}html.graphite .SignInView button.large,html.graphite .SignInView input[type=button].large,html.graphite .SignInView input[type=submit].large,html.graphite .SignInView a.button.large,html.light .image-uploader__dropzone__buttons html.graphite .SignInView a.large,html.graphite .SignInView .image-uploader__dropzone__buttons a.large,html.graphite .image-uploader__dropzone__buttons .SignInView a.large{font-size:1.5em;padding:12px 40px;font-weight:400}html.graphite .SignInView input[type=checkbox]{display:none}html.graphite .SignInView input[type=checkbox]+label{display:inline-block}html.graphite .SignInView input[type=checkbox]+label:before{content:" ";font-family:"nuvi_icons_bold" !important;font-size:.75em;color:#fff;display:inline-block;vertical-align:middle;width:1.3em;height:1.3em;padding:0;margin:0 5px 0 0;border:2px solid #249ddb;background-color:rgba(0,0,0,0);overflow:hidden}html.graphite .SignInView input[type=checkbox]:checked+label:before{content:"";background-color:#249ddb}html.graphite .SignInView .mt-large{margin-top:18px}html.graphite .SignInView .carousel{position:relative;height:100%}html.graphite .SignInView .carousel .carousel__main{height:100%}html.graphite .SignInView .carousel .carousel__nav{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:30px}html.graphite .SignInView .carousel .carousel__nav .carousel__nav-dot{display:inline-block;width:20px;height:20px;border:2px solid hsla(0,0%,100%,.8);border-radius:10px;background-color:hsla(0,0%,100%,.8);cursor:pointer;margin:0 9px}html.graphite .SignInView .carousel .carousel__nav .carousel__nav-dot.active{border-color:hsla(0,0%,100%,.8);background-color:rgba(0,0,0,0);cursor:default}html.graphite .SignInView .carousel .carousel__nav .carousel__prev-arrow,html.graphite .SignInView .carousel .carousel__nav .carousel__next-arrow{display:inline-block;height:0;width:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);cursor:pointer}html.graphite .SignInView .carousel .carousel__nav .carousel__prev-arrow{border-right:20px solid hsla(0,0%,100%,.8);border-left:20px solid rgba(0,0,0,0);margin-right:30px}html.graphite .SignInView .carousel .carousel__nav .carousel__next-arrow{border-right:20px solid rgba(0,0,0,0);border-left:20px solid hsla(0,0%,100%,.8);margin-left:30px}html.graphite .SignInView .CustomerExperience{background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.graphite .SignInView .SocialAnalytics{background-image:url(/app/eb43bebdc8ed9f76fad7.jpg)}html.graphite .SignInView .CustomerExperience,html.graphite .SignInView .SocialAnalytics{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;height:100%;padding:40px}html.graphite .SignInView .CustomerExperience>div,html.graphite .SignInView .SocialAnalytics>div{position:absolute;left:40px;bottom:190px;width:calc(100% - 80px);color:#fff}html.graphite .SignInView .CustomerExperience h3,html.graphite .SignInView .SocialAnalytics h3{padding:0 30px 5px 30px;color:#fff;font-size:45px;font-weight:300;margin:0 0 5px 0;font-family:NoeDisplay-Medium,serif;letter-spacing:2px}html.graphite .SignInView .CustomerExperience p,html.graphite .SignInView .SocialAnalytics p{color:#fff;font-size:26px;font-weight:400;margin:0 0 5px 0;padding:0 30px 0 30px;font-family:sans-serif;letter-spacing:1px;line-height:1.4}html.graphite .SignInView .input-wrapper{position:relative;padding:0 0 4px 0;display:inline-block}html.graphite .SignInView .input-wrapper>input{font-family:sans-serif;outline:none;border:none;display:inline-block;padding:10px 2px;font-weight:600;font-size:1em}html.graphite .SignInView .input-wrapper>input+.input-wrapper__highlight{width:100%;height:0;position:absolute;left:0;bottom:4px;border-bottom:1px solid #ccc;-webkit-transition:.15s;transition:.15s}html.graphite .SignInView .input-wrapper>input::-webkit-input-placeholder{color:#ccc;font-weight:400}html.graphite .SignInView .input-wrapper>input::-moz-placeholder{color:#ccc;font-weight:400}html.graphite .SignInView .input-wrapper>input::-ms-input-placeholder{color:#ccc;font-weight:400}html.graphite .SignInView .input-wrapper>input::placeholder{color:#ccc;font-weight:400}html.graphite .SignInView .input-wrapper>input:active+.input-wrapper__highlight,html.graphite .SignInView .input-wrapper>input:focus+.input-wrapper__highlight{height:4px;border:none;background:-webkit-gradient(linear, left top, right top, from(#00DCFF), to(#0184E4));background:linear-gradient(90deg, #00DCFF, #0184E4);border-radius:2px}html.graphite .SignInView .input-wrapper.full-width{width:100%}html.graphite .SignInView .input-wrapper.full-width input{font-family:sans-serif;width:100%}html.graphite .SignInView .zero-state-loader{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}html.graphite .SignInView .zero-state-loader .zero-state-loader-item{position:relative;float:left;height:1.5em;width:2px;margin:0 1.5px;background-color:#0991dd}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(1){-webkit-animation:loader-item-1 2s linear infinite;animation:loader-item-1 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(2){-webkit-animation:loader-item-2 2s linear infinite;animation:loader-item-2 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(3){-webkit-animation:loader-item-3 2s linear infinite;animation:loader-item-3 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(4){-webkit-animation:loader-item-4 2s linear infinite;animation:loader-item-4 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(5){-webkit-animation:loader-item-5 2s linear infinite;animation:loader-item-5 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(6){-webkit-animation:loader-item-6 2s linear infinite;animation:loader-item-6 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(7){-webkit-animation:loader-item-7 2s linear infinite;animation:loader-item-7 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(8){-webkit-animation:loader-item-8 2s linear infinite;animation:loader-item-8 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(9){-webkit-animation:loader-item-9 2s linear infinite;animation:loader-item-9 2s linear infinite}html.graphite .SignInView .zero-state-loader .zero-state-loader-item:nth-child(10){-webkit-animation:loader-item-10 2s linear infinite;animation:loader-item-10 2s linear infinite}@-webkit-keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}html.graphite .SignInView .signin-view{background-color:#fcfdfd;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .SignInView .signin-view__carousel-container{padding:0;width:calc(100% - 540px);min-height:100%}html.graphite .SignInView .signin-view__carousel-container .whitelabel-image{background-position:center;background-size:cover;background-repeat:no-repeat;height:100%;background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.graphite .SignInView .signin-view__form{background-color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px;margin-left:-10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);padding:60px;right:0;top:0;min-height:100%;width:550px;z-index:1}html.graphite .SignInView .signin-view__form .form-group{padding:20px 0}html.graphite .SignInView .signin-view__form input[type=submit]{width:70%}html.graphite .SignInView .signin-view .logo{max-width:300px;max-height:300px;padding:50px 0}html.graphite .SignInView .signin-view h2{font-size:2em;font-weight:300;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;display:block;font-family:sans-serif;-webkit-margin-after:23.24px;margin-block-end:23.24px;-webkit-margin-before:23.24px;margin-block-start:23.24px;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-margin-start:0px;margin-inline-start:0px;text-align:center}html.graphite .ForgotPasswordView{all:initial;background-color:#fcfdfd;font-family:sans-serif;font-size:14px;margin:0;padding:0;height:100%}html.graphite .ForgotPasswordView *{-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .ForgotPasswordView .text-center{text-align:center}html.graphite .ForgotPasswordView .text-right{text-align:right}html.graphite .ForgotPasswordView .subtle{color:#888}html.graphite .ForgotPasswordView .warning{color:#e30001}html.graphite .ForgotPasswordView .a{color:#0183e3;cursor:pointer}html.graphite .ForgotPasswordView .a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.graphite .ForgotPasswordView .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .ForgotPasswordView .flex-row.vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .ForgotPasswordView .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .ForgotPasswordView .flex-row>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .ForgotPasswordView .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .ForgotPasswordView .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .ForgotPasswordView .flex-column>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .ForgotPasswordView .gap{margin-top:30px}html.graphite .ForgotPasswordView a{color:#0183e3;text-decoration:none}html.graphite .ForgotPasswordView a:visited{color:#0183e3}html.graphite .ForgotPasswordView a:active{color:#0183e3}html.graphite .ForgotPasswordView a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.graphite .ForgotPasswordView a.subtle{color:#000}html.graphite .ForgotPasswordView a.subtle:visited{color:#000}html.graphite .ForgotPasswordView a.subtle:active{color:#000}html.graphite .ForgotPasswordView a.subtle:hover{color:#666}html.graphite .ForgotPasswordView .modal__scrim{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75)}html.graphite .ForgotPasswordView .modal__box{position:fixed;z-index:110;top:20px;bottom:20px;left:50%;width:700px;margin-left:-350px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .ForgotPasswordView .modal__box--padded{padding:30px}html.graphite .ForgotPasswordView .modal__box__title{margin-bottom:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.graphite .ForgotPasswordView .modal__box__title__close{position:absolute;top:10px;right:0;width:24px;height:24px;cursor:pointer}html.graphite .ForgotPasswordView .modal__box__title__close img{width:100%}html.graphite .ForgotPasswordView .modal__box__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding-right:20px;overflow-y:scroll}html.graphite .ForgotPasswordView .modal__box h1{font-size:2.5em;font-weight:300;margin:0}html.graphite .ForgotPasswordView .modal__box h3{font-size:1.1em;font-weight:700;margin-bottom:1px}html.graphite .ForgotPasswordView input[type=text],html.graphite .ForgotPasswordView input[type=search],html.graphite .ForgotPasswordView input[type=number],html.graphite .ForgotPasswordView input[type=email],html.graphite .ForgotPasswordView input[type=password],html.graphite .ForgotPasswordView input[type=tel]{all:initial}html.graphite .ForgotPasswordView label.block,html.graphite .ForgotPasswordView label.image-uploader__dropzone__image{font-size:1.2em;font-weight:400;display:block;padding-bottom:10px}html.graphite .ForgotPasswordView button,html.graphite .ForgotPasswordView input[type=button],html.graphite .ForgotPasswordView input[type=submit],html.graphite .ForgotPasswordView a.button,html.light .image-uploader__dropzone__buttons html.graphite .ForgotPasswordView a,html.graphite .ForgotPasswordView .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .ForgotPasswordView a{font-size:1.2em;height:3em;font-weight:400;outline:none;border:none;background-color:#ccbe02;color:#fff;padding:10px 30px;display:inline-block;cursor:pointer;font-weight:bold}html.graphite .ForgotPasswordView button.inverted,html.graphite .ForgotPasswordView input[type=button].inverted,html.graphite .ForgotPasswordView input[type=submit].inverted,html.graphite .ForgotPasswordView a.button.inverted,html.light .image-uploader__dropzone__buttons html.graphite .ForgotPasswordView a.inverted,html.graphite .ForgotPasswordView .image-uploader__dropzone__buttons a.inverted,html.graphite .image-uploader__dropzone__buttons .ForgotPasswordView a.inverted{background-color:#fff;color:#222}html.graphite .ForgotPasswordView button.large,html.graphite .ForgotPasswordView input[type=button].large,html.graphite .ForgotPasswordView input[type=submit].large,html.graphite .ForgotPasswordView a.button.large,html.light .image-uploader__dropzone__buttons html.graphite .ForgotPasswordView a.large,html.graphite .ForgotPasswordView .image-uploader__dropzone__buttons a.large,html.graphite .image-uploader__dropzone__buttons .ForgotPasswordView a.large{font-size:1.5em;padding:12px 40px;font-weight:400}html.graphite .ForgotPasswordView input[type=checkbox]{display:none}html.graphite .ForgotPasswordView input[type=checkbox]+label{display:inline-block}html.graphite .ForgotPasswordView input[type=checkbox]+label:before{content:" ";font-family:"nuvi_icons_bold" !important;font-size:.75em;color:#fff;display:inline-block;vertical-align:middle;width:1.3em;height:1.3em;padding:0;margin:0 5px 0 0;border:2px solid #249ddb;background-color:rgba(0,0,0,0);overflow:hidden}html.graphite .ForgotPasswordView input[type=checkbox]:checked+label:before{content:"";background-color:#249ddb}html.graphite .ForgotPasswordView .mt-large{margin-top:18px}html.graphite .ForgotPasswordView .carousel{position:relative;height:100%}html.graphite .ForgotPasswordView .carousel .carousel__main{height:100%}html.graphite .ForgotPasswordView .carousel .carousel__nav{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:30px}html.graphite .ForgotPasswordView .carousel .carousel__nav .carousel__nav-dot{display:inline-block;width:20px;height:20px;border:2px solid hsla(0,0%,100%,.8);border-radius:10px;background-color:hsla(0,0%,100%,.8);cursor:pointer;margin:0 9px}html.graphite .ForgotPasswordView .carousel .carousel__nav .carousel__nav-dot.active{border-color:hsla(0,0%,100%,.8);background-color:rgba(0,0,0,0);cursor:default}html.graphite .ForgotPasswordView .carousel .carousel__nav .carousel__prev-arrow,html.graphite .ForgotPasswordView .carousel .carousel__nav .carousel__next-arrow{display:inline-block;height:0;width:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);cursor:pointer}html.graphite .ForgotPasswordView .carousel .carousel__nav .carousel__prev-arrow{border-right:20px solid hsla(0,0%,100%,.8);border-left:20px solid rgba(0,0,0,0);margin-right:30px}html.graphite .ForgotPasswordView .carousel .carousel__nav .carousel__next-arrow{border-right:20px solid rgba(0,0,0,0);border-left:20px solid hsla(0,0%,100%,.8);margin-left:30px}html.graphite .ForgotPasswordView .CustomerExperience{background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.graphite .ForgotPasswordView .SocialAnalytics{background-image:url(/app/eb43bebdc8ed9f76fad7.jpg)}html.graphite .ForgotPasswordView .CustomerExperience,html.graphite .ForgotPasswordView .SocialAnalytics{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;height:100%;padding:40px}html.graphite .ForgotPasswordView .CustomerExperience>div,html.graphite .ForgotPasswordView .SocialAnalytics>div{position:absolute;left:40px;bottom:190px;width:calc(100% - 80px);color:#fff}html.graphite .ForgotPasswordView .CustomerExperience h3,html.graphite .ForgotPasswordView .SocialAnalytics h3{padding:0 30px 5px 30px;color:#fff;font-size:45px;font-weight:300;margin:0 0 5px 0;font-family:NoeDisplay-Medium,serif;letter-spacing:2px}html.graphite .ForgotPasswordView .CustomerExperience p,html.graphite .ForgotPasswordView .SocialAnalytics p{color:#fff;font-size:26px;font-weight:400;margin:0 0 5px 0;padding:0 30px 0 30px;font-family:sans-serif;letter-spacing:1px;line-height:1.4}html.graphite .ForgotPasswordView .input-wrapper{position:relative;padding:0 0 4px 0;display:inline-block}html.graphite .ForgotPasswordView .input-wrapper>input{font-family:sans-serif;outline:none;border:none;display:inline-block;padding:10px 2px;font-weight:600;font-size:1em}html.graphite .ForgotPasswordView .input-wrapper>input+.input-wrapper__highlight{width:100%;height:0;position:absolute;left:0;bottom:4px;border-bottom:1px solid #ccc;-webkit-transition:.15s;transition:.15s}html.graphite .ForgotPasswordView .input-wrapper>input::-webkit-input-placeholder{color:#ccc;font-weight:400}html.graphite .ForgotPasswordView .input-wrapper>input::-moz-placeholder{color:#ccc;font-weight:400}html.graphite .ForgotPasswordView .input-wrapper>input::-ms-input-placeholder{color:#ccc;font-weight:400}html.graphite .ForgotPasswordView .input-wrapper>input::placeholder{color:#ccc;font-weight:400}html.graphite .ForgotPasswordView .input-wrapper>input:active+.input-wrapper__highlight,html.graphite .ForgotPasswordView .input-wrapper>input:focus+.input-wrapper__highlight{height:4px;border:none;background:-webkit-gradient(linear, left top, right top, from(#00DCFF), to(#0184E4));background:linear-gradient(90deg, #00DCFF, #0184E4);border-radius:2px}html.graphite .ForgotPasswordView .input-wrapper.full-width{width:100%}html.graphite .ForgotPasswordView .input-wrapper.full-width input{font-family:sans-serif;width:100%}html.graphite .ForgotPasswordView .zero-state-loader{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item{position:relative;float:left;height:1.5em;width:2px;margin:0 1.5px;background-color:#0991dd}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(1){-webkit-animation:loader-item-1 2s linear infinite;animation:loader-item-1 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(2){-webkit-animation:loader-item-2 2s linear infinite;animation:loader-item-2 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(3){-webkit-animation:loader-item-3 2s linear infinite;animation:loader-item-3 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(4){-webkit-animation:loader-item-4 2s linear infinite;animation:loader-item-4 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(5){-webkit-animation:loader-item-5 2s linear infinite;animation:loader-item-5 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(6){-webkit-animation:loader-item-6 2s linear infinite;animation:loader-item-6 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(7){-webkit-animation:loader-item-7 2s linear infinite;animation:loader-item-7 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(8){-webkit-animation:loader-item-8 2s linear infinite;animation:loader-item-8 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(9){-webkit-animation:loader-item-9 2s linear infinite;animation:loader-item-9 2s linear infinite}html.graphite .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(10){-webkit-animation:loader-item-10 2s linear infinite;animation:loader-item-10 2s linear infinite}@-webkit-keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}html.graphite .ForgotPasswordView .forgotpassword-view{background-color:#fcfdfd;height:100%;position:relative}html.graphite .ForgotPasswordView .forgotpassword-view__image-container{background-image:url(/app/3d0b52be0bdc9fea1cd2.png);background-position:center;background-repeat:no-repeat;background-size:cover;padding:0;width:calc(100% - 540px);height:100%}html.graphite .ForgotPasswordView .forgotpassword-view__form{background-color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);padding:60px;position:absolute;right:0;top:0;height:100%;width:550px}html.graphite .ForgotPasswordView .forgotpassword-view__form .form-group{padding:20px 0}html.graphite .ForgotPasswordView .forgotpassword-view__form input[type=submit]{width:70%}html.graphite .ForgotPasswordView .forgotpassword-view .success-text{padding:0 0 25px 0;font-size:1.25rem}html.graphite .ForgotPasswordView .forgotpassword-view .logo{max-width:300px;max-height:300px;padding:50px 0}html.graphite .ForgotPasswordView .forgotpassword-view .header-text-holder{margin:50px 0}html.graphite .ForgotPasswordView .forgotpassword-view h2{font-size:2em;font-weight:300;margin-bottom:10px}html.graphite .ForgotPasswordView .forgotpassword-view h3{margin:0;font-weight:300;font-size:1.3em}html.graphite .ForgotPasswordView .forgotpassword-view .terms-footer{bottom:20px;text-align:center}html.graphite .FreeTrialView{color:#004f5d}html.graphite .FreeTrialView .header{border-bottom:1px solid #ccc;height:80px}html.graphite .FreeTrialView .header .logo{height:70px;padding:10px 0 0 20px}html.graphite .FreeTrialView .header .button,html.light .image-uploader__dropzone__buttons html.graphite .FreeTrialView .header a,html.graphite .FreeTrialView .header .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .FreeTrialView .header a{margin:0;padding:30px 40px;background-color:#eaff59;color:#004f5d;border:none;border-radius:0;display:block;height:79px;font-weight:600}html.graphite .FreeTrialView .product-descriptions{font-size:15px}html.graphite .FreeTrialView .product-descriptions h1{margin-top:50px;font-size:30px;font-weight:600}html.graphite .FreeTrialView .form-container{background-image:url(/app/f1045acae4ad34ff8ec1.png);background-position:left top;background-repeat:no-repeat}html.graphite .FreeTrialView .form-container h2{font-size:24px;font-weight:600}html.graphite .FreeTrialView .form-container input[type=text],html.graphite .FreeTrialView .form-container input[type=email],html.graphite .FreeTrialView .form-container input[type=password]{border-radius:0;background-color:#fff;border:1px solid #e8e8e8;font-size:15px;padding:10px 15px}html.graphite .FreeTrialView .form-container button{background-color:#004f5d;color:#fff;border:none;padding:10px 15px;font-size:15px;font-weight:600;border-radius:0}html.graphite .FreeTrialView .form-container .warning{color:#e30001}html.graphite .ResetPasswordView{all:initial;background-color:#fcfdfd;font-family:sans-serif;font-size:14px;margin:0;padding:0;height:100%}html.graphite .ResetPasswordView *{-webkit-box-sizing:border-box;box-sizing:border-box}html.graphite .ResetPasswordView .text-center{text-align:center}html.graphite .ResetPasswordView .text-right{text-align:right}html.graphite .ResetPasswordView .subtle{color:#888}html.graphite .ResetPasswordView .warning{color:#e30001}html.graphite .ResetPasswordView .a{color:#0183e3;cursor:pointer}html.graphite .ResetPasswordView .a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.graphite .ResetPasswordView .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.graphite .ResetPasswordView .flex-row.vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.graphite .ResetPasswordView .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .ResetPasswordView .flex-row>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .ResetPasswordView .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .ResetPasswordView .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .ResetPasswordView .flex-column>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.graphite .ResetPasswordView .gap{margin-top:30px}html.graphite .ResetPasswordView a{color:#0183e3;text-decoration:none}html.graphite .ResetPasswordView a:visited{color:#0183e3}html.graphite .ResetPasswordView a:active{color:#0183e3}html.graphite .ResetPasswordView a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.graphite .ResetPasswordView a.subtle{color:#000}html.graphite .ResetPasswordView a.subtle:visited{color:#000}html.graphite .ResetPasswordView a.subtle:active{color:#000}html.graphite .ResetPasswordView a.subtle:hover{color:#666}html.graphite .ResetPasswordView .modal__scrim{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75)}html.graphite .ResetPasswordView .modal__box{position:fixed;z-index:110;top:20px;bottom:20px;left:50%;width:700px;margin-left:-350px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .ResetPasswordView .modal__box--padded{padding:30px}html.graphite .ResetPasswordView .modal__box__title{margin-bottom:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.graphite .ResetPasswordView .modal__box__title__close{position:absolute;top:10px;right:0;width:24px;height:24px;cursor:pointer}html.graphite .ResetPasswordView .modal__box__title__close img{width:100%}html.graphite .ResetPasswordView .modal__box__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding-right:20px;overflow-y:scroll}html.graphite .ResetPasswordView .modal__box h1{font-size:2.5em;font-weight:300;margin:0}html.graphite .ResetPasswordView .modal__box h3{font-size:1.1em;font-weight:700;margin-bottom:1px}html.graphite .ResetPasswordView input[type=text],html.graphite .ResetPasswordView input[type=search],html.graphite .ResetPasswordView input[type=number],html.graphite .ResetPasswordView input[type=email],html.graphite .ResetPasswordView input[type=password],html.graphite .ResetPasswordView input[type=tel]{all:initial}html.graphite .ResetPasswordView label.block,html.graphite .ResetPasswordView label.image-uploader__dropzone__image{font-size:1.2em;font-weight:400;display:block;padding-bottom:10px}html.graphite .ResetPasswordView button,html.graphite .ResetPasswordView input[type=button],html.graphite .ResetPasswordView input[type=submit],html.graphite .ResetPasswordView a.button,html.light .image-uploader__dropzone__buttons html.graphite .ResetPasswordView a,html.graphite .ResetPasswordView .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .ResetPasswordView a{font-size:1.2em;height:3em;font-weight:400;outline:none;border:none;background-color:#ccbe02;color:#fff;padding:10px 30px;display:inline-block;cursor:pointer;font-weight:bold}html.graphite .ResetPasswordView button.inverted,html.graphite .ResetPasswordView input[type=button].inverted,html.graphite .ResetPasswordView input[type=submit].inverted,html.graphite .ResetPasswordView a.button.inverted,html.light .image-uploader__dropzone__buttons html.graphite .ResetPasswordView a.inverted,html.graphite .ResetPasswordView .image-uploader__dropzone__buttons a.inverted,html.graphite .image-uploader__dropzone__buttons .ResetPasswordView a.inverted{background-color:#fff;color:#222}html.graphite .ResetPasswordView button.large,html.graphite .ResetPasswordView input[type=button].large,html.graphite .ResetPasswordView input[type=submit].large,html.graphite .ResetPasswordView a.button.large,html.light .image-uploader__dropzone__buttons html.graphite .ResetPasswordView a.large,html.graphite .ResetPasswordView .image-uploader__dropzone__buttons a.large,html.graphite .image-uploader__dropzone__buttons .ResetPasswordView a.large{font-size:1.5em;padding:12px 40px;font-weight:400}html.graphite .ResetPasswordView input[type=checkbox]{display:none}html.graphite .ResetPasswordView input[type=checkbox]+label{display:inline-block}html.graphite .ResetPasswordView input[type=checkbox]+label:before{content:" ";font-family:"nuvi_icons_bold" !important;font-size:.75em;color:#fff;display:inline-block;vertical-align:middle;width:1.3em;height:1.3em;padding:0;margin:0 5px 0 0;border:2px solid #249ddb;background-color:rgba(0,0,0,0);overflow:hidden}html.graphite .ResetPasswordView input[type=checkbox]:checked+label:before{content:"";background-color:#249ddb}html.graphite .ResetPasswordView .mt-large{margin-top:18px}html.graphite .ResetPasswordView .carousel{position:relative;height:100%}html.graphite .ResetPasswordView .carousel .carousel__main{height:100%}html.graphite .ResetPasswordView .carousel .carousel__nav{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:30px}html.graphite .ResetPasswordView .carousel .carousel__nav .carousel__nav-dot{display:inline-block;width:20px;height:20px;border:2px solid hsla(0,0%,100%,.8);border-radius:10px;background-color:hsla(0,0%,100%,.8);cursor:pointer;margin:0 9px}html.graphite .ResetPasswordView .carousel .carousel__nav .carousel__nav-dot.active{border-color:hsla(0,0%,100%,.8);background-color:rgba(0,0,0,0);cursor:default}html.graphite .ResetPasswordView .carousel .carousel__nav .carousel__prev-arrow,html.graphite .ResetPasswordView .carousel .carousel__nav .carousel__next-arrow{display:inline-block;height:0;width:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);cursor:pointer}html.graphite .ResetPasswordView .carousel .carousel__nav .carousel__prev-arrow{border-right:20px solid hsla(0,0%,100%,.8);border-left:20px solid rgba(0,0,0,0);margin-right:30px}html.graphite .ResetPasswordView .carousel .carousel__nav .carousel__next-arrow{border-right:20px solid rgba(0,0,0,0);border-left:20px solid hsla(0,0%,100%,.8);margin-left:30px}html.graphite .ResetPasswordView .CustomerExperience{background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.graphite .ResetPasswordView .SocialAnalytics{background-image:url(/app/eb43bebdc8ed9f76fad7.jpg)}html.graphite .ResetPasswordView .CustomerExperience,html.graphite .ResetPasswordView .SocialAnalytics{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;height:100%;padding:40px}html.graphite .ResetPasswordView .CustomerExperience>div,html.graphite .ResetPasswordView .SocialAnalytics>div{position:absolute;left:40px;bottom:190px;width:calc(100% - 80px);color:#fff}html.graphite .ResetPasswordView .CustomerExperience h3,html.graphite .ResetPasswordView .SocialAnalytics h3{padding:0 30px 5px 30px;color:#fff;font-size:45px;font-weight:300;margin:0 0 5px 0;font-family:NoeDisplay-Medium,serif;letter-spacing:2px}html.graphite .ResetPasswordView .CustomerExperience p,html.graphite .ResetPasswordView .SocialAnalytics p{color:#fff;font-size:26px;font-weight:400;margin:0 0 5px 0;padding:0 30px 0 30px;font-family:sans-serif;letter-spacing:1px;line-height:1.4}html.graphite .ResetPasswordView .input-wrapper{position:relative;padding:0 0 4px 0;display:inline-block}html.graphite .ResetPasswordView .input-wrapper>input{font-family:sans-serif;outline:none;border:none;display:inline-block;padding:10px 2px;font-weight:600;font-size:1em}html.graphite .ResetPasswordView .input-wrapper>input+.input-wrapper__highlight{width:100%;height:0;position:absolute;left:0;bottom:4px;border-bottom:1px solid #ccc;-webkit-transition:.15s;transition:.15s}html.graphite .ResetPasswordView .input-wrapper>input::-webkit-input-placeholder{color:#ccc;font-weight:400}html.graphite .ResetPasswordView .input-wrapper>input::-moz-placeholder{color:#ccc;font-weight:400}html.graphite .ResetPasswordView .input-wrapper>input::-ms-input-placeholder{color:#ccc;font-weight:400}html.graphite .ResetPasswordView .input-wrapper>input::placeholder{color:#ccc;font-weight:400}html.graphite .ResetPasswordView .input-wrapper>input:active+.input-wrapper__highlight,html.graphite .ResetPasswordView .input-wrapper>input:focus+.input-wrapper__highlight{height:4px;border:none;background:-webkit-gradient(linear, left top, right top, from(#00DCFF), to(#0184E4));background:linear-gradient(90deg, #00DCFF, #0184E4);border-radius:2px}html.graphite .ResetPasswordView .input-wrapper.full-width{width:100%}html.graphite .ResetPasswordView .input-wrapper.full-width input{font-family:sans-serif;width:100%}html.graphite .ResetPasswordView .zero-state-loader{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item{position:relative;float:left;height:1.5em;width:2px;margin:0 1.5px;background-color:#0991dd}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(1){-webkit-animation:loader-item-1 2s linear infinite;animation:loader-item-1 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(2){-webkit-animation:loader-item-2 2s linear infinite;animation:loader-item-2 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(3){-webkit-animation:loader-item-3 2s linear infinite;animation:loader-item-3 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(4){-webkit-animation:loader-item-4 2s linear infinite;animation:loader-item-4 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(5){-webkit-animation:loader-item-5 2s linear infinite;animation:loader-item-5 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(6){-webkit-animation:loader-item-6 2s linear infinite;animation:loader-item-6 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(7){-webkit-animation:loader-item-7 2s linear infinite;animation:loader-item-7 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(8){-webkit-animation:loader-item-8 2s linear infinite;animation:loader-item-8 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(9){-webkit-animation:loader-item-9 2s linear infinite;animation:loader-item-9 2s linear infinite}html.graphite .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(10){-webkit-animation:loader-item-10 2s linear infinite;animation:loader-item-10 2s linear infinite}@-webkit-keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}html.graphite .ResetPasswordView .resetpassword-view{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fcfdfd;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .ResetPasswordView .resetpassword-view__form{-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;background-color:#fff;border-radius:10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);padding:60px}html.graphite .ResetPasswordView .resetpassword-view__form .form-group{padding:20px 0}html.graphite .ResetPasswordView .resetpassword-view__form input[type=submit]{width:70%}html.graphite .ResetPasswordView .resetpassword-view .success-text{padding:0 0 25px 0;font-size:1.25rem;text-align:center}html.graphite .ResetPasswordView .resetpassword-view .logo{width:300px;padding:0 0 40px 0}html.graphite .ResetPasswordView__tooltip .rc-tooltip-inner{background:#fcfdfd;color:#000}html.graphite .bubble-stream-chart .bubble-stream__bubble{cursor:pointer}html.graphite .bubble-stream-chart .bubble-stream__bubble:hover{fill-opacity:1}html.graphite .bubble-stream-chart .bubble-stream__bubble{stroke:rgba(102,132,163,.1);stroke-width:1px}html.graphite .bubble-stream-chart .bubble-stream__link,html.graphite .bubble-stream-chart .bubble-stream__highlight-bubble{stroke:#fff;stroke-opacity:.66}html.graphite .bubble-stream-chart image{pointer-events:none}html.graphite .word-burst{position:relative}html.graphite .word-burst svg{min-height:80vh}html.graphite .word-burst__back{position:absolute;top:0px;left:0px;font-size:14px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";color:#2a3541}html.graphite .word-burst__path{stroke:#fff;stroke-width:1px;fill:rgba(0,0,0,0);cursor:pointer}html.graphite .word-burst__path:hover{stroke-width:2.5px}html.graphite .word-burst__root{fill:rgba(0,0,0,0)}html.graphite .word-burst__tooltip{border-radius:2px;background:#3b5998;text-align:left;padding:8px 16px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative}html.graphite .word-burst__tooltip__value{font-size:28px;color:#249ddb}html.graphite .word-burst__tooltip__label{font-size:1.125rem}html.graphite .word-burst__tooltip:before{content:" ";position:absolute;top:100%;left:50%;height:0px;width:0px;margin-left:-15px;border-top:12px solid #3b5998;border-bottom:none;border-right:12px solid rgba(0,0,0,0);border-left:12px solid rgba(0,0,0,0)}html.graphite .word-cloud svg{min-height:300px}html.graphite .word-cloud__group text.hover{cursor:pointer;opacity:.6}html.graphite .word-cloud__group__text{cursor:pointer}html.graphite .word-cloud__group__text:hover{opacity:.5}html.graphite .word-cloud__tooltip{border-radius:2px;background:#3b5998;text-align:left;padding:8px 16px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative}html.graphite .word-cloud__tooltip__value{font-size:28px;color:#249ddb}html.graphite .word-cloud__tooltip__label{font-size:1.125rem}html.graphite .word-cloud__tooltip:before{content:" ";position:absolute;top:100%;left:50%;height:0px;width:0px;margin-left:-15px;border-top:12px solid #3b5998;border-bottom:none;border-right:12px solid rgba(0,0,0,0);border-left:12px solid rgba(0,0,0,0)}html.graphite .settings-breadcrumbs{position:absolute;top:16px;left:35px;font-size:0.8125rem}html.graphite .settings-breadcrumbs__separator{color:#7c8499}html.graphite .icon--bitly{background:url(/app/f90b9554313fa50811f4.png) no-repeat;display:inline-block;width:11px;height:11px;background-size:contain;position:relative;top:1px}html.graphite .limits-editor input{margin-bottom:0}html.graphite .social-media-pages__wait-indicator{top:0;left:0;right:0;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.3)}html.graphite .company_usage__count-bar{width:5rem}html.graphite .table-users .button,html.light .image-uploader__dropzone__buttons html.graphite .table-users a,html.graphite .table-users .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons .table-users a{margin:0 1em 0 0}html.graphite .draggable-list__target{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin:0 8px;min-width:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .draggable-list__target__title{font-size:1.125rem;margin-bottom:8px;color:#1e1f23;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}html.graphite .draggable-list__target__list-container{overflow-y:auto;overflow-x:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.graphite .draggable-list__target__list-container__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px}html.graphite .draggable-list__preview{max-width:325px}html.graphite .draggable-list__preview--multiple{border:0;padding:0}html.graphite .draggable-list__preview .user-item{border:0}html.graphite .draggable-list__preview .stacked-cards__container{position:relative}html.graphite .draggable-list__preview .stacked-cards__card{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";width:200px;height:30px;position:absolute;background-color:#1e1f23;border:1px solid rgb(21.6,94.2,131.4)}html.graphite .draggable-list__preview .stacked-cards__card__number{border-radius:12px;min-width:16px;background-color:rgb(21.6,94.2,131.4);display:inline-block;font-weight:bold;line-height:16px}html.graphite .draggable-list__preview .stacked-cards__card__item-names{margin-left:5px}html.graphite .draggable-list__preview .stacked-cards__card--top{font-size:0.9375rem;line-height:30px;text-align:center;z-index:130}html.graphite .draggable-list__preview .stacked-cards__card--middle{z-index:120;top:4px;left:4px;background-color:hsl(228,7.6923076923%,7.7450980392%);border:1px solid rgb(21.6,94.2,131.4)}html.graphite .draggable-list__preview .stacked-cards__card--bottom{z-index:110;top:8px;left:8px;background-color:hsl(228,7.6923076923%,2.7450980392%);border:1px solid rgb(14.4,62.8,87.6)}html.graphite .features{border-bottom:.0625rem solid #142541;padding-bottom:.5em}html.graphite .features-list__add-new-form .column--form__input{margin-bottom:0}html.graphite .image-uploader{padding:2em;border:1px dashed hsla(0,0%,100%,.2);text-align:center;font-size:0.8125rem;background-color:#2a3541;margin-bottom:5em;position:relative;line-height:1}html.graphite .image-uploader__dropzone__edit{display:inline-block;cursor:pointer}html.graphite .image-uploader__dropzone__image{max-height:150px;max-width:100%}html.graphite .image-uploader__dropzone__input{display:none}html.graphite .image-uploader__dropzone__buttons{position:absolute;bottom:-30px;left:0}html.graphite .image-uploader__error{margin-bottom:25px}html.graphite .image-uploader__wait-indicator{position:absolute;top:0.625em;right:0;left:0;bottom:0}html.graphite .image-uploader__drop-message{position:absolute;top:0;left:0;right:0;bottom:0;min-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(25,21,21,.6);pointer-events:none;background:rgba(134,186,44,.3);-webkit-box-shadow:0 0 0.25em #86ba2c;box-shadow:0 0 0.25em #86ba2c}html.graphite .user-avatar{position:relative}html.graphite .popover{border:0.0625rem solid hsla(0,0%,100%,.2);overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;background-color:#1e1f23;border-radius:2px;position:absolute;-webkit-box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6);box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6);width:25em}html.graphite .popover--top-center{-webkit-transform:translate(-75%, -100%);transform:translate(-75%, -100%);top:-0.9375em}html.graphite .popover__header{border-bottom:0.0625rem solid hsla(0,0%,100%,.2)}html.graphite .sentiment-rule__buttons{width:10%}html.graphite .sentiment-rule__primary-button{width:100%}html.graphite .sentiment-rule__secondary-button{top:calc(50% + 1.5em);left:calc(100% - 5em)}html.graphite .sentiment-rule__slider{width:10%}html.graphite .social-profile-row__delete{opacity:0;-webkit-transition:opacity 100ms;transition:opacity 100ms}html.graphite .social-profile-row:hover .social-profile-row__delete{opacity:1}html.graphite .row.social-profile-tab-container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.graphite .row.social-profile-tab-container>.column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .social-profile-fill-height{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .social-profile-fill-height>*{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.graphite .user-permissions-modal .modal__content{padding:0}html.graphite .user-permissions-modal__header{border-bottom:1px solid hsla(0,0%,100%,.2);padding:0.625em 1.5625em}html.graphite .user-permissions-modal__header h1,html.graphite .user-permissions-modal__header h2,html.graphite .user-permissions-modal__header p{margin:0.3125em 0}html.graphite .user-permissions-modal__content__user-selection{border-bottom:1px solid hsla(0,0%,100%,.2);padding:0.625em 1.5625em 0}html.graphite .user-permissions-modal__content__user-selection input,html.graphite .user-permissions-modal__content__user-selection .dropdown{margin-bottom:1em}html.graphite .user-permissions-modal__content__company-selection{height:calc(100vh - 270px);overflow-y:scroll}html.graphite .user-permissions-modal__content__permission-selection{height:calc(100vh - 270px);overflow-y:scroll}html.graphite .user-permissions-modal__content__row{background-color:hsl(228,7.6923076923%,10.7450980392%);padding:0 1.5625em}html.graphite .user-permissions-modal__content__row--footer{background-color:#1e1f23;border-top:1px solid hsla(0,0%,100%,.2)}html.graphite .user-permissions-modal__content__column .dropdown .dropdown__container{font-weight:400}html.graphite .user-permissions-modal__content__column .dropdown .dropdown__container::after{content:none}html.graphite .user-permissions__feature-title{background-color:hsl(228,7.6923076923%,10.7450980392%);padding:0 0.9375em}html.graphite .user-permissions__feature-child{background-color:hsl(228,7.6923076923%,10.7450980392%);padding:0 1.5625em}html.graphite .user-permissions__custom-permissions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2);background-color:hsl(228,7.6923076923%,9.7450980392%);padding:0.625em 1.5625em}html.graphite .user-permissions__custom-permissions .checkbox{font-size:0.875em}html.graphite .user-permissions__feature-name{line-height:2.25em}html.graphite .landing-page-logo{max-width:50%;max-height:100%}html.graphite .wizard__progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px}html.graphite .wizard__progress-bar .step{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.graphite .wizard__progress-bar .step__indicator{position:relative}html.graphite .wizard__progress-bar .step__indicator__symbol{background-color:#2a3541;border-radius:25px;height:25px;margin:auto;position:relative;width:25px}html.graphite .wizard__progress-bar .step__indicator__symbol--complete{background-color:#249ddb}html.graphite .wizard__progress-bar .step__indicator__label{margin-top:5px;padding:0 5px}html.graphite .wizard__progress-bar .step__track{position:relative;text-align:center;width:100%}html.graphite .wizard__progress-bar .step__track--complete{color:#249ddb}html.graphite .wizard__progress-bar .step__inbetween{height:5px;position:absolute;top:40%;width:100%}html.graphite .wizard__progress-bar .step__bar{background-color:#2a3541;height:100%;position:absolute;width:50%}html.graphite .wizard__progress-bar .step__bar--after{right:0}html.graphite .wizard__progress-bar .step__bar--before{left:0}html.graphite .wizard__progress-bar .step__bar--complete{background-color:#249ddb}html.graphite .wizard__progress-bar .step .inner-circle{background-color:rgba(25.2,109.9,153.3,.7);border-radius:50%;height:16px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px}html.graphite .wizard-step-animation--forward-enter{-webkit-transform:translateX(100%);transform:translateX(100%)}html.graphite .wizard-step-animation--forward-enter.wizard-step-animation--forward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.graphite .wizard-step-animation--backward-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%)}html.graphite .wizard-step-animation--backward-enter.wizard-step-animation--backward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.graphite .wizard-step-animation--fade-enter{opacity:.01}html.graphite .wizard-step-animation--fade-enter.wizard-step-animation--fade-enter-active{opacity:1;-webkit-transition:opacity 200ms ease-in;transition:opacity 200ms ease-in}html.graphite .user-item{background-color:#2a3541;border-bottom:solid hsla(0,0%,100%,.2) 1px}html.graphite .user-item.selected{background-color:rgba(36,157,219,.4)}html.graphite .user-item__positions{width:100%}html.graphite .draggable-list__target__list-container{min-height:400px}html.graphite .draggable-list__target__list-container .portfolio-item>div{background-color:#2a3541}html.graphite .draggable-list__target__list-container .profile-item{background-color:#2a3541;cursor:-webkit-grab;cursor:grab;overflow:auto}html.graphite .draggable-list__target__list-container .profile-item:active{cursor:-webkit-grabbing;cursor:grabbing}html.graphite .list-container--destination{background-color:#2a3541}html.graphite .list-container--destination .draggable-list__target__drop-zone-container__drop-zone{text-align:center}html.graphite .assigned-users{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-webkit-columns:2;-moz-columns:2;columns:2;max-height:240px;overflow-y:auto}html.graphite .assigned-user{background-color:#2a3541;border:solid rgba(102,132,163,.1) .5em;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}html.graphite .assigned-user__item{margin-left:1em}html.graphite .assigned-user__item+html.graphite .assigned-user__item{margin-left:1em;overflow:hidden}html.graphite .global-svg{left:0;pointer-events:none;position:absolute;top:0}html.graphite body[has-modal]{overflow:hidden}html.graphite .wait-indicator--centered{height:100%;position:absolute;width:100%}html.graphite .legend__marker{display:inline-block;width:0.875rem;height:0.375rem;position:relative;top:-0.0625em;vertical-align:middle;border-radius:40px;background:#249ddb}html.graphite .coordinate-field-input{display:-webkit-box;display:-ms-flexbox;display:flex}html.graphite .coordinate-field-input__map{width:66%;display:inline-block}html.graphite .coordinate-field-input__values{overflow:auto;-ms-flex-item-align:end;align-self:flex-end;display:inline-block;background-color:rgba(102,132,163,.1);width:32%;height:30vh;border:1px solid rgba(36,157,219,.4);margin-left:10px;padding:10px}html.graphite .coordinate-field-input__selected-region{padding:5px;border:1px solid hsla(0,0%,100%,.2);display:inline-block;margin-bottom:2px}html.graphite .coordinate-field-input .close{display:inline-block;vertical-align:middle;cursor:pointer;margin-left:5px}html.graphite .coordinate-field-input .close__icon{height:17px;width:17px}html.graphite .data-select{position:fixed;top:0;right:0;bottom:0;left:50%;z-index:1050;overflow:auto;width:350px;margin-left:-175px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.graphite .data-select__content{width:100%;text-align:left;border:0.0625rem solid hsla(0,0%,100%,.2);overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;background-color:#13181d;border-radius:2px;position:relative;margin:0 auto;-webkit-box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6);box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6)}html.graphite .data-select__options{max-height:255px;overflow-y:auto;background-color:#191515;border-top:0.0625rem solid hsla(0,0%,100%,.2);border-bottom:0.0625rem solid hsla(0,0%,100%,.2)}html.graphite .mid-point-slider__label__text::after{content:"|";position:absolute;left:calc(50% - 1px);top:95%}html.graphite .mid-point-slider__label--mid{-ms-flex-item-align:center;align-self:center}html.graphite .mid-point-slider__label--end{-ms-flex-item-align:end;align-self:end}html.graphite .mid-point-slider__track{border:0.0625rem solid hsla(0,0%,100%,.2);height:15px;background-color:#2a3541}html.graphite .mid-point-slider__indicator{height:calc(15px - 0.0625rem*2);background-color:#e71b26;z-index:1;border-right:0.0625rem solid hsla(0,0%,100%,.2)}html.graphite .mid-point-slider__indicator--upper{background-color:#86ba2c;border-left:0.0625rem solid hsla(0,0%,100%,.2);border-right:none}html.graphite .mid-point-slider__scrubber{color:rgba(0,0,0,.6);background-color:#f2f2f2;border-radius:15px;width:35px;height:calc(15px + 7px);top:-5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:1px;z-index:2;cursor:default}html.graphite .mid-point-slider:focus{outline:1px dotted #249ddb}html.graphite .rule-input{background-color:#2a3541}html.graphite .rule-input .dropdown{display:inline-block;border:0;margin-right:0.9375em;background-color:rgba(0,0,0,0)}html.graphite .rule-input .dropdown__container{padding:0}html.graphite .rule-input .panel-form__input textarea{vertical-align:top;margin:0;border:0}html.graphite .rule-input .panel-form__input .free-field-input textarea{border:0.0625rem solid hsla(0,0%,100%,.2);margin-bottom:1em}html.graphite .rule-input .profile-field-input-box{width:100%}html.graphite .rule-input .coordinate-field-input,html.graphite .rule-input .places-field-input{padding:1em;padding-bottom:2em}html.graphite .rule-input .free-field-input textarea{vertical-align:top;margin:0}html.graphite .rule-input .free-field-input__options{position:absolute;top:-2.4375em;right:2.5em}html.graphite .rule-input .rule-template-toggle{background-color:#2a3541}html.graphite .rule-input .checkboxes-group ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.graphite .rule-input .checkboxes-group ul li{margin-top:5px;padding:0;-ms-flex:0 0 50%;-moz-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%}html.graphite .rule-input .social-users-input .select{border-radius:3px 0 0 3px;border-right:0}html.graphite .rule-input .social-users-input input[type]{border-radius:0 3px 3px 0;padding-top:7px}html.graphite .rule-input .location-map-rules{height:30vh}html.graphite .rule-input .location-map-rules input{width:calc(100% - 55px);background:rgba(0,0,0,.4);color:#fff;border-radius:0}html.graphite .rule-input .location-map-rules__circles-left-message{text-transform:uppercase;font-size:14px;margin:5px 0;color:#249ddb;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.graphite .rule-input .location-map-rules__circles-left-message--low{color:#ffc432}html.graphite .rule-input .location-map-rules__circles-left-message--none{color:#e71b26}html.graphite .rule-input__checkbox-group{overflow-y:auto;max-height:30vh;background:#13181d;border:0.0625rem solid #2a3541;padding:0.625em 0}html.graphite .rule-input__checkbox-group .checkbox{padding:0.3125em 0}html.graphite .rule-input__checkbox-group .checkboxes-input__zero-state{padding:5px 10px}html.graphite .rule-input__checkbox-all{width:100%;padding-left:.9rem}html.graphite .area-chart__area{-webkit-mask:url(#global-vertical-mask);mask:url(#global-vertical-mask)}html.graphite .axis-bottom,html.graphite .axis-left,html.graphite .axis-right,html.graphite .axis-top{font-size:0.6875rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:400;color:hsla(0,0%,100%,.75)}html.graphite .axis-bottom .tick line,html.graphite .axis-left .tick line,html.graphite .axis-right .tick line,html.graphite .axis-top .tick line{fill:rgba(0,0,0,0);stroke:rgba(0,0,0,0)}html.graphite .axis-bottom .tick text,html.graphite .axis-left .tick text,html.graphite .axis-right .tick text,html.graphite .axis-top .tick text{fill:hsla(0,0%,100%,.75);font-size:0.6875rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:400}html.graphite .axis-bottom .domain,html.graphite .axis-left .domain,html.graphite .axis-right .domain,html.graphite .axis-top .domain{stroke:hsla(0,0%,100%,.75)}html.graphite .bar-chart__group__bar{opacity:.75;-webkit-mask:url(#global-vertical-mask);mask:url(#global-vertical-mask)}html.graphite .bar-chart__group__bar:hover,html.graphite .bar-chart__group__bar.hovered{opacity:1}html.graphite .bar-line__group{-webkit-filter:url(#global-blur);filter:url(#global-blur);stroke:none}html.graphite .line-chart__line-chart path,html.graphite .interactive-line-chart__line-chart path{stroke-width:2px;-webkit-filter:url(#global-blur);filter:url(#global-blur)}html.graphite .scatterplot__dots__dot{r:2.5}html.graphite .scatterplot__dots__dot.noevents{pointer-events:none}html.graphite .scatterplot__dots__dot.bigger,html.graphite .scatterplot__dots__dot:hover{r:5}html.graphite .scatterplot__dots__dot-highlight{r:6;stroke:#fff;fill:none}html.graphite svg.sparkline{overflow:visible}html.graphite .sparkline .line-chart path{-webkit-filter:url(#global-blur);filter:url(#global-blur)}@-webkit-keyframes lightPulse{1%{fill:hsl(207,82%,39%);stroke:hsl(207,82%,45%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,39%);box-shadow:0 0 5px 5px hsl(207,82%,39%)}50%{fill:hsl(207,82%,59%);stroke:hsl(207,82%,65%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,55%);box-shadow:0 0 5px 5px hsl(207,82%,55%)}100%{fill:hsl(207,82%,39%);stroke:hsl(207,82%,45%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,39%);box-shadow:0 0 5px 5px hsl(207,82%,39%)}}@keyframes lightPulse{1%{fill:hsl(207,82%,39%);stroke:hsl(207,82%,45%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,39%);box-shadow:0 0 5px 5px hsl(207,82%,39%)}50%{fill:hsl(207,82%,59%);stroke:hsl(207,82%,65%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,55%);box-shadow:0 0 5px 5px hsl(207,82%,55%)}100%{fill:hsl(207,82%,39%);stroke:hsl(207,82%,45%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,39%);box-shadow:0 0 5px 5px hsl(207,82%,39%)}}html.graphite svg .pulse{-webkit-animation:lightPulse 4s infinite;animation:lightPulse 4s infinite}html.graphite svg .pulse:hover{-webkit-animation:none;animation:none}html.graphite svg .color-white{color:#fff}html.graphite svg .font-small{font-size:0.625rem}html.graphite svg .stop1{stop-opacity:10}html.graphite svg .stop2{stop-opacity:50}html.graphite svg .stop3{stop-opacity:100}html.graphite .tooltip{position:absolute;z-index:11101}html.graphite .tooltip__container{border:1px solid #249ddb;border-radius:4px;padding:1.125rem;max-height:350px;max-width:450px;min-width:135px;background:#13181d;-webkit-box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6)}html.graphite .tooltip__name{color:#fff;font-size:0.8125rem;line-height:1.125rem;margin-bottom:0.3125rem}html.graphite .tooltip__stat{font-size:1.25rem;color:#fff;line-height:1.125rem;margin-bottom:0.5rem}html.graphite .tooltip__metric{text-transform:uppercase;color:#249ddb;font-size:0.8125rem;line-height:1.125rem}html.light{/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import"~react-advanced-cropper/dist/style.css";@import"~react-advanced-cropper/dist/themes/corners.css"}html.light html{height:100%;font-size:100%;-webkit-box-sizing:border-box;box-sizing:border-box}@media print{html.light html{-webkit-print-color-adjust:exact}}html.light html{line-height:1.15;-webkit-text-size-adjust:100%}html.light body{margin:0}html.light main{display:block}html.light h1{font-size:2em;margin:.67em 0}html.light hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}html.light pre{font-family:monospace,monospace;font-size:1em}html.light a{background-color:transparent}html.light abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}html.light b,html.light strong{font-weight:bolder}html.light code,html.light kbd,html.light samp{font-family:monospace,monospace;font-size:1em}html.light small{font-size:80%}html.light sub,html.light sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}html.light sub{bottom:-0.25em}html.light sup{top:-0.5em}html.light img{border-style:none}html.light button,html.light input,html.light .label-creator__buttons-container input,html.graphite .label-creator__buttons-container html.light input,html.light optgroup,html.light select,html.light textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}html.light button,html.light input,html.light .label-creator__buttons-container input,html.graphite .label-creator__buttons-container html.light input{overflow:visible}html.light button,html.light select{text-transform:none}html.light button,html.light [type=button],html.light [type=reset],html.light [type=submit]{-webkit-appearance:button}html.light button::-moz-focus-inner,html.light [type=button]::-moz-focus-inner,html.light [type=reset]::-moz-focus-inner,html.light [type=submit]::-moz-focus-inner{border-style:none;padding:0}html.light button:-moz-focusring,html.light [type=button]:-moz-focusring,html.light [type=reset]:-moz-focusring,html.light [type=submit]:-moz-focusring{outline:1px dotted ButtonText}html.light fieldset{padding:.35em .75em .625em}html.light legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}html.light progress{vertical-align:baseline}html.light textarea{overflow:auto}html.light [type=checkbox],html.light [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html.light [type=number]::-webkit-inner-spin-button,html.light [type=number]::-webkit-outer-spin-button{height:auto}html.light [type=search]{-webkit-appearance:textfield;outline-offset:-2px}html.light [type=search]::-webkit-search-decoration{-webkit-appearance:none}html.light ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html.light details{display:block}html.light summary{display:list-item}html.light template{display:none}html.light [hidden]{display:none}html.light .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:100%;max-width:1920px}@media(min-width: 0){html.light .row.stretch-on-small{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .row.top-on-small{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.light .row.middle-on-small{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .row.bottom-on-small{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.light .row.left-on-small{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .row.center-on-small{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .row.right-on-small{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .row.around-on-small{-ms-flex-pack:distribute;justify-content:space-around}html.light .row.between-on-small{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .row.ltr-on-small{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.light .row.rtl-on-small{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width: 48rem){html.light .row.stretch-on-medium{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .row.top-on-medium{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.light .row.middle-on-medium{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .row.bottom-on-medium{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.light .row.left-on-medium{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .row.center-on-medium{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .row.right-on-medium{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .row.around-on-medium{-ms-flex-pack:distribute;justify-content:space-around}html.light .row.between-on-medium{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .row.ltr-on-medium{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.light .row.rtl-on-medium{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width: 75rem){html.light .row.stretch-on-large{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .row.top-on-large{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.light .row.middle-on-large{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .row.bottom-on-large{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.light .row.left-on-large{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .row.center-on-large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .row.right-on-large{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .row.around-on-large{-ms-flex-pack:distribute;justify-content:space-around}html.light .row.between-on-large{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .row.ltr-on-large{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.light .row.rtl-on-large{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}html.light .row .row{margin:0 -0.9rem;width:auto;max-width:none}html.light .row .column{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .9rem;width:100%}@media(min-width: 0){html.light .row .column.small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}html.light .row .column.small-1{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:8.3333333333%}html.light .row .column.small-offset-1{margin-left:8.3333333333%}html.light .row .column.small-pull-1{left:auto;right:8.3333333333%}html.light .row .column.small-push-1{right:auto;left:8.3333333333%}html.light .row .column.small-2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:16.6666666667%}html.light .row .column.small-offset-2{margin-left:16.6666666667%}html.light .row .column.small-pull-2{left:auto;right:16.6666666667%}html.light .row .column.small-push-2{right:auto;left:16.6666666667%}html.light .row .column.small-3{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:25%}html.light .row .column.small-offset-3{margin-left:25%}html.light .row .column.small-pull-3{left:auto;right:25%}html.light .row .column.small-push-3{right:auto;left:25%}html.light .row .column.small-4{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3333333333%}html.light .row .column.small-offset-4{margin-left:33.3333333333%}html.light .row .column.small-pull-4{left:auto;right:33.3333333333%}html.light .row .column.small-push-4{right:auto;left:33.3333333333%}html.light .row .column.small-5{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:41.6666666667%}html.light .row .column.small-offset-5{margin-left:41.6666666667%}html.light .row .column.small-pull-5{left:auto;right:41.6666666667%}html.light .row .column.small-push-5{right:auto;left:41.6666666667%}html.light .row .column.small-6{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50%}html.light .row .column.small-offset-6{margin-left:50%}html.light .row .column.small-pull-6{left:auto;right:50%}html.light .row .column.small-push-6{right:auto;left:50%}html.light .row .column.small-7{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:58.3333333333%}html.light .row .column.small-offset-7{margin-left:58.3333333333%}html.light .row .column.small-pull-7{left:auto;right:58.3333333333%}html.light .row .column.small-push-7{right:auto;left:58.3333333333%}html.light .row .column.small-8{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:66.6666666667%}html.light .row .column.small-offset-8{margin-left:66.6666666667%}html.light .row .column.small-pull-8{left:auto;right:66.6666666667%}html.light .row .column.small-push-8{right:auto;left:66.6666666667%}html.light .row .column.small-9{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:75%}html.light .row .column.small-offset-9{margin-left:75%}html.light .row .column.small-pull-9{left:auto;right:75%}html.light .row .column.small-push-9{right:auto;left:75%}html.light .row .column.small-10{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:83.3333333333%}html.light .row .column.small-offset-10{margin-left:83.3333333333%}html.light .row .column.small-pull-10{left:auto;right:83.3333333333%}html.light .row .column.small-push-10{right:auto;left:83.3333333333%}html.light .row .column.small-11{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:91.6666666667%}html.light .row .column.small-offset-11{margin-left:91.6666666667%}html.light .row .column.small-pull-11{left:auto;right:91.6666666667%}html.light .row .column.small-push-11{right:auto;left:91.6666666667%}html.light .row .column.small-12,html.light .row .column.column--form{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}html.light .row .column.small-offset-12{margin-left:100%}html.light .row .column.small-pull-12{left:auto;right:100%}html.light .row .column.small-push-12{right:auto;left:100%}html.light .row .column.first-on-small{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}html.light .row .column.last-on-small{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.light .row .column.origin-on-small{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}html.light .row .column.hide-on-small{display:none}html.light .row .column.show-on-small{display:block}}@media(min-width: 48rem){html.light .row .column.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}html.light .row .column.medium-1{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:8.3333333333%}html.light .row .column.medium-offset-1{margin-left:8.3333333333%}html.light .row .column.medium-pull-1{left:auto;right:8.3333333333%}html.light .row .column.medium-push-1{right:auto;left:8.3333333333%}html.light .row .column.medium-2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:16.6666666667%}html.light .row .column.medium-offset-2{margin-left:16.6666666667%}html.light .row .column.medium-pull-2{left:auto;right:16.6666666667%}html.light .row .column.medium-push-2{right:auto;left:16.6666666667%}html.light .row .column.medium-3{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:25%}html.light .row .column.medium-offset-3{margin-left:25%}html.light .row .column.medium-pull-3{left:auto;right:25%}html.light .row .column.medium-push-3{right:auto;left:25%}html.light .row .column.medium-4{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3333333333%}html.light .row .column.medium-offset-4{margin-left:33.3333333333%}html.light .row .column.medium-pull-4{left:auto;right:33.3333333333%}html.light .row .column.medium-push-4{right:auto;left:33.3333333333%}html.light .row .column.medium-5{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:41.6666666667%}html.light .row .column.medium-offset-5{margin-left:41.6666666667%}html.light .row .column.medium-pull-5{left:auto;right:41.6666666667%}html.light .row .column.medium-push-5{right:auto;left:41.6666666667%}html.light .row .column.medium-6,html.light .row .column.column--form{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50%}html.light .row .column.medium-offset-6{margin-left:50%}html.light .row .column.medium-pull-6{left:auto;right:50%}html.light .row .column.medium-push-6{right:auto;left:50%}html.light .row .column.medium-7{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:58.3333333333%}html.light .row .column.medium-offset-7{margin-left:58.3333333333%}html.light .row .column.medium-pull-7{left:auto;right:58.3333333333%}html.light .row .column.medium-push-7{right:auto;left:58.3333333333%}html.light .row .column.medium-8{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:66.6666666667%}html.light .row .column.medium-offset-8{margin-left:66.6666666667%}html.light .row .column.medium-pull-8{left:auto;right:66.6666666667%}html.light .row .column.medium-push-8{right:auto;left:66.6666666667%}html.light .row .column.medium-9{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:75%}html.light .row .column.medium-offset-9{margin-left:75%}html.light .row .column.medium-pull-9{left:auto;right:75%}html.light .row .column.medium-push-9{right:auto;left:75%}html.light .row .column.medium-10{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:83.3333333333%}html.light .row .column.medium-offset-10{margin-left:83.3333333333%}html.light .row .column.medium-pull-10{left:auto;right:83.3333333333%}html.light .row .column.medium-push-10{right:auto;left:83.3333333333%}html.light .row .column.medium-11{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:91.6666666667%}html.light .row .column.medium-offset-11{margin-left:91.6666666667%}html.light .row .column.medium-pull-11{left:auto;right:91.6666666667%}html.light .row .column.medium-push-11{right:auto;left:91.6666666667%}html.light .row .column.medium-12{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}html.light .row .column.medium-offset-12{margin-left:100%}html.light .row .column.medium-pull-12{left:auto;right:100%}html.light .row .column.medium-push-12{right:auto;left:100%}html.light .row .column.first-on-medium{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}html.light .row .column.last-on-medium{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.light .row .column.origin-on-medium{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}html.light .row .column.hide-on-medium{display:none}html.light .row .column.show-on-medium{display:block}}@media(min-width: 75rem){html.light .row .column.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}html.light .row .column.large-1{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:8.3333333333%}html.light .row .column.large-offset-1{margin-left:8.3333333333%}html.light .row .column.large-pull-1{left:auto;right:8.3333333333%}html.light .row .column.large-push-1{right:auto;left:8.3333333333%}html.light .row .column.large-2{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:16.6666666667%}html.light .row .column.large-offset-2{margin-left:16.6666666667%}html.light .row .column.large-pull-2{left:auto;right:16.6666666667%}html.light .row .column.large-push-2{right:auto;left:16.6666666667%}html.light .row .column.large-3,html.light .row .column.column--form__label{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:25%}html.light .row .column.large-offset-3{margin-left:25%}html.light .row .column.large-pull-3{left:auto;right:25%}html.light .row .column.large-push-3{right:auto;left:25%}html.light .row .column.large-4,html.light .row .column.column--form__input{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3333333333%}html.light .row .column.large-offset-4{margin-left:33.3333333333%}html.light .row .column.large-pull-4{left:auto;right:33.3333333333%}html.light .row .column.large-push-4{right:auto;left:33.3333333333%}html.light .row .column.large-5{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:41.6666666667%}html.light .row .column.large-offset-5{margin-left:41.6666666667%}html.light .row .column.large-pull-5{left:auto;right:41.6666666667%}html.light .row .column.large-push-5{right:auto;left:41.6666666667%}html.light .row .column.large-6,html.light .row .modal .column.column--form__label,html.light .modal .row .column.column--form__label,html.graphite .modal html.light .row .column.column--form__label{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50%}html.light .row .column.large-offset-6{margin-left:50%}html.light .row .column.large-pull-6{left:auto;right:50%}html.light .row .column.large-push-6{right:auto;left:50%}html.light .row .column.large-7{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:58.3333333333%}html.light .row .column.large-offset-7{margin-left:58.3333333333%}html.light .row .column.large-pull-7{left:auto;right:58.3333333333%}html.light .row .column.large-push-7{right:auto;left:58.3333333333%}html.light .row .column.large-8{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:66.6666666667%}html.light .row .column.large-offset-8{margin-left:66.6666666667%}html.light .row .column.large-pull-8{left:auto;right:66.6666666667%}html.light .row .column.large-push-8{right:auto;left:66.6666666667%}html.light .row .column.large-9{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:75%}html.light .row .column.large-offset-9{margin-left:75%}html.light .row .column.large-pull-9{left:auto;right:75%}html.light .row .column.large-push-9{right:auto;left:75%}html.light .row .column.large-10{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:83.3333333333%}html.light .row .column.large-offset-10{margin-left:83.3333333333%}html.light .row .column.large-pull-10{left:auto;right:83.3333333333%}html.light .row .column.large-push-10{right:auto;left:83.3333333333%}html.light .row .column.large-11{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:91.6666666667%}html.light .row .column.large-offset-11{margin-left:91.6666666667%}html.light .row .column.large-pull-11{left:auto;right:91.6666666667%}html.light .row .column.large-push-11{right:auto;left:91.6666666667%}html.light .row .column.large-12{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}html.light .row .column.large-offset-12{margin-left:100%}html.light .row .column.large-pull-12{left:auto;right:100%}html.light .row .column.large-push-12{right:auto;left:100%}html.light .row .column.first-on-large{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}html.light .row .column.last-on-large{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.light .row .column.origin-on-large{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}html.light .row .column.hide-on-large{display:none}html.light .row .column.show-on-large{display:block}}@media(min-width: 0){html.light .small-grid-1{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-1>.column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html.light .small-grid-2{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-2>.column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html.light .small-grid-3{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-3>.column{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}html.light .small-grid-4{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-4>.column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html.light .small-grid-5{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-5>.column{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html.light .small-grid-6{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-6>.column{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}html.light .small-grid-7{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-7>.column{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}html.light .small-grid-8{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-8>.column{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}html.light .small-grid-9{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-9>.column{-webkit-box-flex:0;-ms-flex:0 0 11.1111111111%;flex:0 0 11.1111111111%;max-width:11.1111111111%}html.light .small-grid-10{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-10>.column{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}html.light .small-grid-11{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-11>.column{-webkit-box-flex:0;-ms-flex:0 0 9.0909090909%;flex:0 0 9.0909090909%;max-width:9.0909090909%}html.light .small-grid-12{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .small-grid-12>.column{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}}@media(min-width: 48rem){html.light .medium-grid-1{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-1>.column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html.light .medium-grid-2{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-2>.column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html.light .medium-grid-3{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-3>.column{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}html.light .medium-grid-4{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-4>.column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html.light .medium-grid-5{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-5>.column{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html.light .medium-grid-6{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-6>.column{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}html.light .medium-grid-7{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-7>.column{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}html.light .medium-grid-8{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-8>.column{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}html.light .medium-grid-9{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-9>.column{-webkit-box-flex:0;-ms-flex:0 0 11.1111111111%;flex:0 0 11.1111111111%;max-width:11.1111111111%}html.light .medium-grid-10{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-10>.column{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}html.light .medium-grid-11{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-11>.column{-webkit-box-flex:0;-ms-flex:0 0 9.0909090909%;flex:0 0 9.0909090909%;max-width:9.0909090909%}html.light .medium-grid-12{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .medium-grid-12>.column{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}}@media(min-width: 75rem){html.light .large-grid-1{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-1>.column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html.light .large-grid-2{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-2>.column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html.light .large-grid-3{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-3>.column{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}html.light .large-grid-4{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-4>.column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html.light .large-grid-5{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-5>.column{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html.light .large-grid-6{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-6>.column{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}html.light .large-grid-7{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-7>.column{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}html.light .large-grid-8{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-8>.column{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}html.light .large-grid-9{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-9>.column{-webkit-box-flex:0;-ms-flex:0 0 11.1111111111%;flex:0 0 11.1111111111%;max-width:11.1111111111%}html.light .large-grid-10{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-10>.column{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}html.light .large-grid-11{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-11>.column{-webkit-box-flex:0;-ms-flex:0 0 9.0909090909%;flex:0 0 9.0909090909%;max-width:9.0909090909%}html.light .large-grid-12{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .large-grid-12>.column{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}}html.light body{height:100%;overflow:hidden}html.light body.guest-mode{height:auto;overflow:auto}html.light #react-container{height:100%;overflow:hidden}html.light .ellipsis{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}html.light .relative{position:relative}html.light .fixed{position:fixed}html.light .position--inherit{position:inherit}html.light .absolute{position:absolute}html.light .absolute--t{position:absolute;top:0}html.light .absolute--tr{position:absolute;top:0;right:0}html.light .absolute--tl{position:absolute;top:0;left:0}html.light .absolute--br{position:absolute;bottom:0;right:0}html.light .absolute--bl{position:absolute;bottom:0;left:0}html.light .absolute--r{position:absolute;right:0}html.light .absolute--l{position:absolute;left:0}html.light .overflow-x{overflow-x:auto}html.light .overflow-y{overflow-y:auto}html.light .full-height{height:100%}html.light .height-auto{height:auto}html.light .full-width{width:100%}html.light .min-full-width{min-width:100%}html.light .capitalize{text-transform:capitalize}html.light .text-small{font-size:.8125em}html.light .twitter-color-txt{color:#00aced}html.light .cursor__pointer{cursor:pointer}html.light .cursor__col-resize{cursor:col-resize}html.light .cursor__unset{cursor:unset}html.light .pointer{cursor:pointer}html.light .form__validation-errors{list-style:none;top:9%;z-index:1060}html.light .grecaptcha-badge{visibility:hidden}html.light button,html.light html [type=button],html.light [type=reset],html.light [type=submit]{-moz-appearance:none;appearance:none;-webkit-appearance:none}html.light button:focus,html.light html [type=button]:focus,html.light [type=submit]:focus{outline:1px dotted #1f505b}html.light button,html.light .button,html.light .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons html.light a,html.light .btn{cursor:pointer;padding:0.5em 1em;line-height:normal;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:baseline;display:inline;max-width:100%;-webkit-transition:200ms all;transition:200ms all;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:.025em;border-radius:0.25rem;border-width:0.0625rem;border-style:solid;outline:none;font-family:inherit;font-size:inherit;border-color:#1f505b;background:rgba(0,0,0,0);color:#1f505b}html.light button:hover,html.light .button:hover,html.light .image-uploader__dropzone__buttons a:hover,html.graphite .image-uploader__dropzone__buttons html.light a:hover,html.light .btn:hover{background:#1f505b;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button:active,html.light .button:active,html.light .image-uploader__dropzone__buttons a:active,html.graphite .image-uploader__dropzone__buttons html.light a:active,html.light .btn:active{background:#1f505b;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button+button,html.light button .button,html.light button .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons button a,html.graphite .image-uploader__dropzone__buttons html.light button a,html.light button .btn,html.light .button+button,html.light .image-uploader__dropzone__buttons a+button,html.graphite .image-uploader__dropzone__buttons html.light a+button,html.light .button .button,html.light .image-uploader__dropzone__buttons a .button,html.light .button .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .button a,html.light .image-uploader__dropzone__buttons a a,html.graphite .image-uploader__dropzone__buttons html.light a .button,html.graphite .image-uploader__dropzone__buttons html.light .button a,html.graphite .image-uploader__dropzone__buttons html.light a a,html.light .button .btn,html.light .image-uploader__dropzone__buttons a .btn,html.graphite .image-uploader__dropzone__buttons html.light a .btn,html.light .btn+button,html.light .btn .button,html.light .btn .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .btn a,html.graphite .image-uploader__dropzone__buttons html.light .btn a,html.light .btn .btn{margin-left:1em}html.light button.expanded,html.light button.full-width,html.light .button.expanded,html.light .image-uploader__dropzone__buttons a.expanded,html.graphite .image-uploader__dropzone__buttons html.light a.expanded,html.light .button.full-width,html.light .image-uploader__dropzone__buttons a.full-width,html.graphite .image-uploader__dropzone__buttons html.light a.full-width,html.light .btn.expanded,html.light .btn.full-width{width:100%}html.light button[disabled],html.light .button[disabled],html.light .image-uploader__dropzone__buttons a[disabled],html.graphite .image-uploader__dropzone__buttons html.light a[disabled],html.light .btn[disabled]{cursor:auto;opacity:.5;pointer-events:none}html.light button--look-disabled,html.light .button--look-disabled,html.light .btn--look-disabled{cursor:auto;opacity:.5}html.light button--brand,html.light .button--brand,html.light .btn--brand{border-color:#1f505b;background:rgba(0,0,0,0);color:#1f505b}html.light button--brand:hover,html.light .button--brand:hover,html.light .btn--brand:hover{background:#1f505b;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--brand:active,html.light .button--brand:active,html.light .btn--brand:active{background:#1f505b;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--block,html.light .button--block,html.light .btn--block{display:inline-block;width:100%}html.light button--positive,html.light button--save,html.light button--create,html.light .button--positive,html.light .button--save,html.light .button--create,html.light .btn--positive,html.light .btn--save,html.light .btn--create{border-color:#5dc09c;background:rgba(0,0,0,0);color:#5dc09c}html.light button--positive:hover,html.light button--save:hover,html.light button--create:hover,html.light .button--positive:hover,html.light .button--save:hover,html.light .button--create:hover,html.light .btn--positive:hover,html.light .btn--save:hover,html.light .btn--create:hover{background:#5dc09c;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--positive:active,html.light button--save:active,html.light button--create:active,html.light .button--positive:active,html.light .button--save:active,html.light .button--create:active,html.light .btn--positive:active,html.light .btn--save:active,html.light .btn--create:active{background:#5dc09c;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--positive--locked,html.light .button--positive--locked,html.light .btn--positive--locked{border-color:#5dc09c;background:#5dc09c;color:#fff}html.light button--positive--locked:hover,html.light .button--positive--locked:hover,html.light .btn--positive--locked:hover{border-color:#5dc09c;background:#5dc09c;color:#fff}html.light button--positive--locked:active,html.light .button--positive--locked:active,html.light .btn--positive--locked:active{-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05)}html.light button--muted,html.light button--cancel,html.light .button--muted,html.light .button--cancel,html.light .btn--muted,html.light .btn--cancel{border-color:#e6e7eb;background:rgba(0,0,0,0);color:#e6e7eb;color:#888}html.light button--muted:hover,html.light button--cancel:hover,html.light .button--muted:hover,html.light .button--cancel:hover,html.light .btn--muted:hover,html.light .btn--cancel:hover{background:#e6e7eb;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--muted:active,html.light button--cancel:active,html.light .button--muted:active,html.light .button--cancel:active,html.light .btn--muted:active,html.light .btn--cancel:active{background:#e6e7eb;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--muted:hover,html.light button--cancel:hover,html.light .button--muted:hover,html.light .button--cancel:hover,html.light .btn--muted:hover,html.light .btn--cancel:hover{color:#0f1828}html.light button--quiet,html.light .button--quiet,html.light .btn--quiet{border-color:#7d8c9b;background:rgba(0,0,0,0);color:#7d8c9b}html.light button--quiet:hover,html.light .button--quiet:hover,html.light .btn--quiet:hover{background:#7d8c9b;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--quiet:active,html.light .button--quiet:active,html.light .btn--quiet:active{background:#7d8c9b;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--delete,html.light .button--delete,html.light .image-uploader__dropzone__buttons .danger-link,html.graphite .image-uploader__dropzone__buttons html.light .danger-link,html.light .btn--delete{border-color:#db4a2b;background:rgba(0,0,0,0);color:#db4a2b}html.light button--delete:hover,html.light .button--delete:hover,html.light .image-uploader__dropzone__buttons .danger-link:hover,html.graphite .image-uploader__dropzone__buttons html.light .danger-link:hover,html.light .btn--delete:hover{background:#db4a2b;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--delete:active,html.light .button--delete:active,html.light .image-uploader__dropzone__buttons .danger-link:active,html.graphite .image-uploader__dropzone__buttons html.light .danger-link:active,html.light .btn--delete:active{background:#db4a2b;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--warning,html.light .button--warning,html.light .btn--warning{border-color:#ffb924;background:rgba(0,0,0,0);color:#ffb924}html.light button--warning:hover,html.light .button--warning:hover,html.light .btn--warning:hover{background:#ffb924;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--warning:active,html.light .button--warning:active,html.light .btn--warning:active{background:#ffb924;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--secondary,html.light .button--secondary,html.light .btn--secondary{border-color:#5ec2cc;background:rgba(0,0,0,0);color:#5ec2cc}html.light button--secondary:hover,html.light .button--secondary:hover,html.light .btn--secondary:hover{background:#5ec2cc;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--secondary:active,html.light .button--secondary:active,html.light .btn--secondary:active{background:#5ec2cc;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--plain,html.light .button--plain,html.light .btn--plain{border-color:#0f1828;background:rgba(0,0,0,0);color:#0f1828}html.light button--plain:hover,html.light .button--plain:hover,html.light .btn--plain:hover{background:#0f1828;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--plain:active,html.light .button--plain:active,html.light .btn--plain:active{background:#0f1828;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--link,html.light .button--link,html.light .btn--link{border-color:#138b9f;background:rgba(0,0,0,0);color:#138b9f}html.light button--link:hover,html.light .button--link:hover,html.light .btn--link:hover{background:#138b9f;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--link:active,html.light .button--link:active,html.light .btn--link:active{background:#138b9f;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--inverse,html.light .button--inverse,html.light .campaign-view button:focus,html.graphite .campaign-view html.light button:focus,html.light .btn--inverse{border-color:#1f505b;background:#1f505b;color:#fff}html.light button--inverse:hover,html.light .button--inverse:hover,html.light .campaign-view button:hover:focus,html.graphite .campaign-view html.light button:hover:focus,html.light .btn--inverse:hover{-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05)}html.light button--inverse:active,html.light .button--inverse:active,html.light .campaign-view button:active:focus,html.graphite .campaign-view html.light button:active:focus,html.light .btn--inverse:active{-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05)}html.light button--sm,html.light button--small,html.light .button--sm,html.light .button--small,html.light .btn--sm,html.light .btn--small{font-size:0.8125rem}html.light button--xs,html.light button--xsmall,html.light .button--xs,html.light .button--xsmall,html.light .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons html.light a,html.light .btn--xs,html.light .btn--xsmall{font-size:0.6875rem}html.light button--header,html.light .button--header,html.light .btn--header{font-size:0.8125rem;margin-left:.66em;margin-bottom:.33em}html.light button--lg,html.light button--large,html.light .button--lg,html.light .button--large,html.light .btn--lg,html.light .btn--large{font-size:1.25rem}html.light button--xl,html.light button--xlarge,html.light .button--xl,html.light .button--xlarge,html.light .btn--xl,html.light .btn--xlarge{font-size:1.5rem}html.light button--clean,html.light .button--clean,html.light .btn--clean{background:none;border:none;border-radius:0;-webkit-transition:none;transition:none}html.light button--clean:hover,html.light .button--clean:hover,html.light .btn--clean:hover{background:none;-webkit-box-shadow:none;box-shadow:none;color:#0f1828}html.light button--clean-disabled,html.light .button--clean-disabled,html.light .btn--clean-disabled{background:none;border:none;border-radius:0;-webkit-transition:none;transition:none}html.light button--clean-disabled:hover,html.light .button--clean-disabled:hover,html.light .btn--clean-disabled:hover{background:none;-webkit-box-shadow:none;box-shadow:none;color:#1f505b;cursor:auto}html.light button--solid,html.light .button--solid,html.light .btn--solid{background-color:#1f505b;color:#fff;border-radius:0}html.light button--unset,html.light .button--unset,html.light .btn--unset{background:none;border:none;border-radius:0;-webkit-transition:none;transition:none;margin:0;padding:0;color:inherit}html.light button--unset:hover,html.light .button--unset:hover,html.light .btn--unset:hover{background:none;-webkit-box-shadow:none;box-shadow:none;color:inherit}html.light button--hollow,html.light .button--hollow,html.light .btn--hollow{background:none}html.light button--hollow a,html.light .button--hollow a,html.light .btn--hollow a{color:#1f505b}html.light button--hollow a:hover,html.light .button--hollow a:hover,html.light .btn--hollow a:hover{color:#1f505b}html.light button--no-pad,html.light .button--no-pad,html.light .btn--no-pad{padding:0}html.light button--half-pad,html.light .button--half-pad,html.light .btn--half-pad{padding:0.25em 0.5em}html.light .button-group{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .button-group__button{border-radius:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .button-group__button+button,html.light .button-group__button .button,html.light .button-group__button .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .button-group__button a,html.graphite .image-uploader__dropzone__buttons html.light .button-group__button a,html.light .button-group__button .btn{margin:0}html.light .button-group__button:not(:last-child){border-right:none}html.light .button-group__button--active,html.light .button-group__button--active:hover{color:#fff;background-color:#1f505b}html.light .button-group--rounded .button-group__button:first-child{border-radius:0 0 0 0}html.light .button-group--rounded .button-group__button:last-child{border-radius:0 0 0 0}html.light .button-group--rounded-left .button-group__button:first-child{border-radius:0 0 0 0}html.light .button-group--rounded-right .button-group__button:last-child{border-radius:0 0 0 0}html.light .button-group--grow .button-group__button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light input[type=text],html.light input[type=search],html.light input[type=number],html.light input[type=email],html.light input[type=password],html.light input[type=range],html.light input[type=tel]{outline:none;width:100%;height:2.5em;color:#0f1828;padding:0 0.75em;background:#fff;font-family:inherit;font-size:inherit;margin:0 0 1em;-webkit-transition:color 300ms ease,border-color 300ms ease;transition:color 300ms ease,border-color 300ms ease;border-radius:0.25rem;-webkit-box-shadow:none;box-shadow:none;border:none}html.light input[type=text]:focus,html.light input[type=search]:focus,html.light input[type=number]:focus,html.light input[type=email]:focus,html.light input[type=password]:focus,html.light input[type=range]:focus,html.light input[type=radio]:focus,html.light input[type=tel]:focus{outline:1px dotted #1f505b}html.light input::-webkit-input-placeholder,html.light .label-creator__buttons-container input::-webkit-input-placeholder,html.graphite .label-creator__buttons-container html.light input::-webkit-input-placeholder{font-weight:normal;color:#a6a7a7}html.light input::-moz-placeholder,html.light .label-creator__buttons-container input::-moz-placeholder,html.graphite .label-creator__buttons-container html.light input::-moz-placeholder{font-weight:normal;color:#a6a7a7}html.light input::-ms-input-placeholder,html.light .label-creator__buttons-container input::-ms-input-placeholder,html.graphite .label-creator__buttons-container html.light input::-ms-input-placeholder{font-weight:normal;color:#a6a7a7}html.light input::placeholder,html.light .label-creator__buttons-container input::placeholder,html.graphite .label-creator__buttons-container html.light input::placeholder{font-weight:normal;color:#a6a7a7}html.light input:disabled{background:#fff;color:#a0b6c5;cursor:not-allowed}html.light input:-moz-read-only{padding-left:0;background:none;cursor:default}html.light input:read-only{padding-left:0;background:none;cursor:default}html.light input[type=search],html.light input.input--search{border-radius:2.5em;padding-left:2.375em;background-position:0.75em center;background-repeat:no-repeat;background-image:url("https://assets.foundation.nuviapp.com/images/magnify-light2019.svg?20231005");background-size:1.125em;margin:0}html.light input[type=search]::-webkit-input-placeholder,html.light input.input--search::-webkit-input-placeholder{color:#a6a7a7}html.light input[type=search]::-moz-placeholder,html.light input.input--search::-moz-placeholder{color:#a6a7a7}html.light input[type=search]::-ms-input-placeholder,html.light input.input--search::-ms-input-placeholder{color:#a6a7a7}html.light input[type=search]::placeholder,html.light input.input--search::placeholder{color:#a6a7a7}html.light input.input--clean{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);vertical-align:baseline;width:auto;min-width:60px}html.light input.input--clean:focus{border:0.0625rem solid #7d8c9b;background:#fff}html.light input.input--no-margin{margin:0}html.light input.input--super{color:#0f1828;height:2.5em;font-size:2em;margin-bottom:20px}html.light input.input--small{font-size:0.8125rem}html.light input.input--title{font-size:1.5rem;font-weight:500}html.light input.input__error::-webkit-input-placeholder{font-weight:normal;color:#db4a2b}html.light input.input__error::-moz-placeholder{font-weight:normal;color:#db4a2b}html.light input.input__error::-ms-input-placeholder{font-weight:normal;color:#db4a2b}html.light input.input__error::placeholder{font-weight:normal;color:#db4a2b}html.light textarea{outline:none;width:100%;border:0.0625rem solid #7d8c9b;border-radius:0.25rem;height:80px;color:#0f1828;padding:0.75em;background:#fff;font-family:inherit;font-size:inherit;margin:0 0 1em;resize:vertical}html.light textarea:focus{border-color:#0f9eed}html.light textarea::-webkit-input-placeholder{font-weight:normal;color:#a6a7a7}html.light textarea::-moz-placeholder{font-weight:normal;color:#a6a7a7}html.light textarea::-ms-input-placeholder{font-weight:normal;color:#a6a7a7}html.light textarea::placeholder{font-weight:normal;color:#a6a7a7}html.light .textarea--resize-horizontal{resize:horizontal}html.light .textarea--resize-both{resize:both}html.light .textarea--resize-none{resize:none}html.light .textarea--small{font-size:0.8125rem}html.light select{font-size:inherit}html.light fieldset{border:none;margin:0;padding:0}html.light .column--form__label p,html.light .column--form__label label{margin-top:0.5em;display:block}html.light .column--form__note{padding-right:4%;font-size:0.8125em;margin-top:0;line-height:1.6}html.light .panel-form{border:0.0625rem solid #7d8c9b;-webkit-transition:border-color 100ms ease;transition:border-color 100ms ease}html.light .panel-form__sentence{border-bottom:0.0625rem solid #7d8c9b;line-height:1;background-color:#e6e7eb}html.light .panel-form__value{background:#fff}html.light .panel-form__input textarea{border:none;height:auto}html.light .panel-form:hover,html.light .panel-form--is-editing,html.light .panel-form--is-editing html.light .panel-form__sentence,html.light .panel-form:hover html.light .panel-form__sentence{border-color:#7d8c9b;cursor:pointer}html.light .panel-form .dropdown{height:auto}html.light .icon--add-folder::before{content:""}html.light .icon--analyze::before{content:""}html.light .icon--annotations::before{content:""}html.light .icon--annotations-callout::before{content:""}html.light .icon--annotations-circle::before{content:""}html.light .icon--annotations-label::before{content:""}html.light .icon--annotations-rectangle::before{content:""}html.light .icon--archive::before{content:""}html.light .icon--arrow-down::before{content:""}html.light .icon--arrow-left::before{content:""}html.light .icon--arrow-right::before{content:""}html.light .icon--arrow-up::before{content:""}html.light .icon--arrow-up-right::before{content:""}html.light .icon--calendar::before{content:""}html.light .icon--camera::before{content:""}html.light .icon--cancel::before{content:""}html.light .icon--chart-bar::before{content:""}html.light .icon--chart-cloud::before{content:""}html.light .icon--chart-line::before{content:""}html.light .icon--chart-map::before{content:""}html.light .icon--chart-pie::before{content:""}html.light .icon--chart-radar::before{content:""}html.light .icon--chart-stream::before{content:""}html.light .icon--checkmark::before{content:""}html.light .icon--chevron-down::before{content:""}html.light .icon--chevron-left::before{content:""}html.light .icon--chevron-right::before{content:""}html.light .icon--chevron-up::before{content:""}html.light .icon--circle-chevron-left::before{content:""}html.light .icon--circle-chevron-right::before{content:""}html.light .icon--circle-chevron-left-right::before{content:""}html.light .icon--circle-double-chevron-left::before{content:""}html.light .icon--circle-double-chevron-right::before{content:""}html.light .icon--circle-double-chevron-left-right::before{content:""}html.light .icon--circle-checkmark::before{content:""}html.light .icon--circle-close::before{content:""}html.light .icon--circle-exclaim::before{content:""}html.light .icon--circle-info::before{content:""}html.light .icon--circle-question::before{content:""}html.light .icon--clock::before{content:""}html.light .icon--close::before{content:""}html.light .icon--cog::before{content:""}html.light .icon--command-center::before{content:""}html.light .icon--comment::before{content:""}html.light .icon--comment-lines::before{content:""}html.light .icon--compare::before{content:""}html.light .icon--compare-report::before{content:""}html.light .icon--compare-ab::before{content:""}html.light .icon--custom-template::before{content:""}html.light .icon--download::before{content:""}html.light .icon--drag-and-drop::before{content:""}html.light .icon--duplicate::before{content:""}html.light .icon--edit::before{content:""}html.light .icon--emoji::before{content:""}html.light .icon--engage::before{content:""}html.light .icon--eye-shut::before{content:""}html.light .icon--eye::before{content:""}html.light .icon--female::before{content:""}html.light .icon--filter::before{content:""}html.light .icon--flag::before{content:""}html.light .icon--fullscreen-collapse::before{content:""}html.light .icon--fullscreen-expand::before{content:""}html.light .icon--future-tense::before{content:""}html.light .icon--google-my-business::before,html.light .icon--google_my_business::before{content:""}html.light .icon--handle::before{content:""}html.light .icon--hashtag::before{content:""}html.light .icon--heart::before{content:""}html.light .icon--heartbeat::before{content:""}html.light .icon--hidden-comment:before{content:""}html.light .icon--house::before{content:""}html.light .icon--influence::before{content:""}html.light .icon--insights::before{content:""}html.light .icon--link::before{content:""}html.light .icon--listen::before{content:""}html.light .icon--list-view::before{content:""}html.light .icon--lock::before{content:""}html.light .icon--mail::before{content:""}html.light .icon--male::before{content:""}html.light .icon--mention::before{content:""}html.light .icon--menu-audiences::before{content:""}html.light .icon--menu-channels::before{content:""}html.light .icon--menu-collapse::before{content:""}html.light .icon--menu-expand::before{content:""}html.light .icon--menu-reports::before{content:""}html.light .icon--menu-dashboard::before{content:""}html.light .icon--minus::before{content:""}html.light .icon--monitors::before{content:""}html.light .icon--mobile-menu::before{content:""}html.light .icon--more::before{content:""}html.light .icon--more-hollow::before{content:""}html.light .icon--more-vertical::before{content:""}html.light .icon--move::before{content:""}html.light .icon--new-window::before{content:""}html.light .icon--news::before{content:""}html.light .icon--news_outlet_other::before{content:""}html.light .icon--notes::before{content:""}html.light .icon--notification-bell:before{content:""}html.light .icon--overview::before{content:""}html.light .icon--profile-clicks::before{content:""}html.light .icon--publish::before{content:""}html.light .icon--review::before{content:""}html.light .icon--past-tense::before{content:""}html.light .icon--present-tense::before{content:""}html.light .icon--photo::before{content:""}html.light .icon--plus::before{content:""}html.light .icon--print::before{content:""}html.light .icon--quote::before{content:""}html.light .icon--redact::before{content:""}html.light .icon--refresh::before{content:""}html.light .icon--region::before{content:""}html.light .icon--reply::before{content:""}html.light .icon--report-audience::before{content:""}html.light .icon--report-channel::before{content:""}html.light .icon--report-schedule::before{content:""}html.light .icon--report-monitor::before{content:""}html.light .icon--repost::before{content:""}html.light .icon--reviews::before{content:""}html.light .icon--search::before{content:""}html.light .icon--segment::before{content:""}html.light .icon--share::before{content:""}html.light .icon--show-more::before{content:""}html.light .icon--sidebar::before{content:""}html.light .icon--smart-social::before{content:""}html.light .icon--smart-widget::before{content:""}html.light .icon--spam::before{content:""}html.light .icon--spellcheck::before{content:""}html.light .icon--subjectivity::before{content:""}html.light .icon--tag::before{content:""}html.light .icon--targeting::before{content:""}html.light .icon--template::before{content:""}html.light .icon--tile-view::before{content:""}html.light .icon--trash::before{content:""}html.light .icon--upload::before{content:""}html.light .icon--users::before{content:""}html.light .icon--video-cam::before{content:""}html.light .icon--video-player::before{content:""}html.light .icon--vulgarity::before{content:""}html.light .icon--wordburst::before{content:""}html.light .icon--zoom::before{content:""}html.light .icon--unresolved::before{content:""}html.light .icon--send:before{content:""}html.light .icon--translate:before{content:""}html.light .icon--text:before{content:""}html.light .icon--automattic::before{content:""}html.light .icon--disqus::before{content:""}html.light .icon--facebook::before{content:""}html.light .icon--facebook-like::before{content:""}html.light .icon--google::before,html.light .icon--google-plus::before,html.light .icon--google_oauth2::before{content:""}html.light .icon--instagram::before{content:""}html.light .icon--linkedin::before{content:""}html.light .icon--pinterest::before{content:""}html.light .icon--reddit::before{content:""}html.light .icon--rss::before{content:""}html.light .icon--slack::before{content:""}html.light .icon--snapchat::before{content:""}html.light .icon--stack-overflow::before{content:""}html.light .icon--stack_overflow::before{content:""}html.light .icon--threads::before{content:""}html.light .icon--tiktok::before{content:""}html.light .icon--tumblr::before{content:""}html.light .icon--twitter::before{content:""}html.light .icon--vk::before{content:""}html.light .icon--youtube::before{content:""}html.light .icon--video-site-other::before{content:""}html.light .icon--video_site_other::before{content:""}html.light .icon--blog::before{content:""}html.light .icon--blog_other::before{content:""}html.light .icon--forum::before{content:""}html.light .icon--forum_other::before{content:""}html.light .icon--vimeo::before{content:""}html.light .icon--dailymotion::before{content:""}html.light .icon--rumble::before{content:""}html.light .icon--yelp::before{content:""}html.light .icon--unsplash::before{content:""}html.light .icon--anger:before{content:""}html.light .icon--anticipation:before{content:""}html.light .icon--disgust:before{content:""}html.light .icon--fear:before{content:""}html.light .icon--joy:before{content:""}html.light .icon--sadness:before{content:""}html.light .icon--surprise:before{content:""}html.light .icon--trust:before{content:""}html.light .icon--reels:before{content:""}html.light .icon--crop:before{content:""}html.light .icon--trophy:before{content:""}html.light .icon--solid-caret-down:before{content:""}html.light .icon--solid-caret-up:before{content:""}html.light .icon--reputation-actions::before{content:"";font-size:1.2em}html.light .icon--reputation-dashboards::before{content:""}html.light .icon--reputation-dashboards2::before{content:""}html.light .icon--reputation-experience::before{content:"";font-size:1.3em}html.light .icon--reputation-listings::before{content:"";font-size:1.2em}html.light .icon--reputation-messaging::before{content:"";font-size:1.1em}html.light .icon--reputation-reports::before{content:""}html.light .icon--reputation-reports2::before{content:""}html.light .icon--reputation-requests::before{content:"";font-size:1.1em}html.light .icon--reputation-reviews::before{content:"";font-size:1.1em}html.light .icon--reputation-score::before{content:"";font-size:1.4em}html.light .icon--reputation-social::before{content:"";font-size:1.1em}html.light .icon--reputation-surveys::before{content:"";font-size:1.3em}html.light .icon--robot::before{content:""}html.light .icon--trend-arrow-up::before{content:""}html.light .icon--assistive-listening::before{content:""}html.light .icon--thumb-up::before{content:""}html.light .icon--thumb-down::before{content:""}html.light .icon--arrows-rotate::before{content:""}html.light .icon--link2::before{content:""}html.light .icon--external-link-alt::before{content:""}html.light .repicon-plus:before{content:"+"}html.light .repicon-font:before{content:"A"}html.light .repicon-bold:before{content:"B"}html.light .repicon-google-plus-g:before{content:"G"}html.light .repicon-linkedin-in:before{content:"L"}html.light .repicon-strikethrough:before{content:"S"}html.light .repicon-text-height:before{content:"T"}html.light .repicon-underline:before{content:"U"}html.light .repicon-angle-down:before{content:"V"}html.light .repicon-youtube:before{content:"Y"}html.light .repicon-facebook-f:before{content:"f"}html.light .repicon-angle-double-left:before{content:"«"}html.light .repicon-paragraph:before{content:"¶"}html.light .repicon-angle-double-right:before{content:"»"}html.light .repicon-italic:before{content:"ɪ"}html.light .repicon-grip-lines-vertical:before{content:"ᐦ"}html.light .repicon-share-alt:before{content:"ᑅ"}html.light .repicon-ip-address:before{content:"ᑸ"}html.light .repicon-actions:before{content:"ᓄ"}html.light .repicon-eye-slash:before{content:"ᴓ"}html.light .repicon-lightbulb:before{content:"ọ"}html.light .repicon-minus:before{content:"―"}html.light .repicon-ellipsis-h:before{content:"…"}html.light .repicon-chart-network:before{content:"‰"}html.light .repicon-info:before{content:"ℹ"}html.light .repicon-code:before{content:"⅐"}html.light .repicon-arrow-left:before{content:"←"}html.light .repicon-arrow-up:before{content:"↑"}html.light .repicon-arrow-right:before{content:"→"}html.light .repicon-arrow-down:before{content:"↓"}html.light .repicon-sort:before{content:"↕"}html.light .repicon-external-link-alt:before{content:"↗"}html.light .repicon-arrow-to-top:before{content:"↥"}html.light .repicon-sign-out:before{content:"↦"}html.light .repicon-arrow-to-bottom:before{content:"↧"}html.light .repicon-reply:before{content:"↰"}html.light .repicon-share-square:before{content:"↱"}html.light .repicon-level-down:before{content:"↴"}html.light .repicon-undo:before{content:"↶"}html.light .repicon-skipped-question:before{content:"↻"}html.light .repicon-exchange-alt:before{content:"⇄"}html.light .repicon-arrows-alt:before{content:"⇔"}html.light .repicon-tags:before{content:"⇚"}html.light .repicon-arrow-to-left:before{content:"⇤"}html.light .repicon-arrow-to-right:before{content:"⇥"}html.light .repicon-arrow-alt-up:before{content:"⇧"}html.light .repicon-arrow-alt-down:before{content:"⇩"}html.light .repicon-reply-all:before{content:"⇷"}html.light .repicon-list:before{content:"≔"}html.light .repicon-align-center:before{content:"≣"}html.light .repicon-plus-circle:before{content:"⊕"}html.light .repicon-ellipsis-v:before{content:"⋮"}html.light .repicon-angle-up:before{content:"⌃"}html.light .repicon-id-card-alt:before{content:"⌻"}html.light .repicon-eraser:before{content:"⎐"}html.light .repicon-alarm-exclamation:before{content:"⏰"}html.light .repicon-hourglass:before{content:"⏳"}html.light .repicon-pause:before{content:"⏸"}html.light .repicon-info-circle:before{content:"ⓘ"}html.light .repicon-th:before{content:"▦"}html.light .repicon-caret-up:before{content:"▲"}html.light .repicon-caret-up-solid:before{content:"▴"}html.light .repicon-caret-right:before{content:"▶"}html.light .repicon-play-circle:before{content:"▷"}html.light .repicon-play:before{content:"▸"}html.light .repicon-caret-right-solid:before{content:"▹"}html.light .repicon-caret-down:before{content:"▼"}html.light .repicon-caret-down-solid:before{content:"▾"}html.light .repicon-caret-left:before{content:"◀"}html.light .repicon-caret-left-solid:before{content:"◁"}html.light .repicon-spinner:before{content:"◌"}html.light .repicon-bullseye:before{content:"◎"}html.light .repicon-chart-pie:before{content:"◔"}html.light .repicon-file-certificate:before{content:"◱"}html.light .repicon-stop:before{content:"◽"}html.light .repicon-paper-plane:before{content:"◿"}html.light .repicon-comment-alt-edit:before{content:"☁"}html.light .repicon-star-solid:before{content:"★"}html.light .repicon-star:before{content:"☆"}html.light .repicon-comment-check:before{content:"☑"}html.light .repicon-comment-alt-times:before{content:"☒"}html.light .repicon-steering-wheel:before{content:"☢"}html.light .repicon-bars:before{content:"☰"}html.light .repicon-align-left:before{content:"☱"}html.light .repicon-analysis:before{content:"☲"}html.light .repicon-align-right:before{content:"☴"}html.light .repicon-mixed-view:before{content:"☶"}html.light .repicon-tasks:before{content:"☷"}html.light .repicon-frown:before{content:"☹"}html.light .repicon-smile:before{content:"☺"}html.light .repicon-chart-scatter:before{content:"⚄"}html.light .repicon-tachometer-fast:before{content:"⚆"}html.light .repicon-equal:before{content:"⚌"}html.light .repicon-flask:before{content:"⚗"}html.light .repicon-cog:before{content:"⚙"}html.light .repicon-exclamation-triangle:before{content:"⚠"}html.light .repicon-circle:before{content:"⚪"}html.light .repicon-circle-solid:before{content:"⚫"}html.light .repicon-users-medical:before{content:"⛑"}html.light .repicon-unlink:before{content:"⛓"}html.light .repicon-minus-circle:before{content:"⛔"}html.light .repicon-check-circle:before{content:"✅"}html.light .repicon-envelope:before{content:"✉"}html.light .repicon-check:before{content:"✔"}html.light .repicon-times:before{content:"✖"}html.light .repicon-yelp-star:before{content:"✴"}html.light .repicon-times-circle:before{content:"❎"}html.light .repicon-clone:before{content:"❏"}html.light .repicon-question-circle:before{content:"❔"}html.light .repicon-exclamation-circle:before{content:"❕"}html.light .repicon-angle-left:before{content:"❮"}html.light .repicon-angle-right:before{content:"❯"}html.light .repicon-redo:before{content:"⟳"}html.light .repicon-expand-alt:before{content:"⤢"}html.light .repicon-code-commit:before{content:"⦵"}html.light .repicon-location:before{content:"⦾"}html.light .repicon-expand-arrows-alt:before{content:"⨝"}html.light .repicon-list-ol:before{content:"⩴"}html.light .repicon-thumbs-up:before{content:"⬆"}html.light .repicon-thumbs-down:before{content:"⬇"}html.light .repicon-sticky-note:before{content:"⬜"}html.light .repicon-star-half:before{content:"⭐"}html.light .repicon-mouse-pointer:before{content:"ⴽ"}html.light .repicon-store-alt:before{content:""}html.light .repicon-winner:before{content:""}html.light .repicon-video-record:before{content:""}html.light .repicon-lookback-analysis:before{content:""}html.light .repicon-map-marker-cog:before{content:""}html.light .repicon-manual-listing-publishing:before{content:""}html.light .repicon-check-square:before{content:""}html.light .repicon-action-plans:before{content:""}html.light .repicon-share-ios:before{content:""}html.light .repicon-forward:before{content:""}html.light .repicon-anonymous:before{content:""}html.light .repicon-getinformation:before{content:""}html.light .repicon-trend-arrow-up:before{content:""}html.light .repicon-header:before{content:""}html.light .repicon-text:before{content:""}html.light .repicon-badge-percent:before{content:""}html.light .repicon-ticket-plus:before{content:""}html.light .repicon-meh:before{content:""}html.light .repicon-th-large:before{content:"𐌎"}html.light .repicon-align-justify:before{content:"𝌆"}html.light .repicon-indent:before{content:"𝌇"}html.light .repicon-outdent:before{content:"𝌡"}html.light .repicon-filter:before{content:"𝕐"}html.light .repicon-reputation:before{content:"𝚁"}html.light .repicon-superscript:before{content:"𝚇"}html.light .repicon-subscript:before{content:"𝚡"}html.light .repicon-facebook-recommendation:before{content:"🀰"}html.light .repicon-comment-alt:before{content:"🀱"}html.light .repicon-barcode-alt:before{content:"🀹"}html.light .repicon-comment-alt-dots:before{content:"🁀"}html.light .repicon-comments-alt:before{content:"🁁"}html.light .repicon-id-badge:before{content:"🃏"}html.light .repicon-image:before{content:"🌅"}html.light .repicon-globe:before{content:"🌐"}html.light .repicon-thermometer-quarter:before{content:"🌡"}html.light .repicon-comment-alt-lines:before{content:"🌧"}html.light .repicon-comment-alt-slash:before{content:"🌩"}html.light .repicon-leaf:before{content:"🍁"}html.light .repicon-hamburger:before{content:"🍔"}html.light .repicon-birthday-cake:before{content:"🎂"}html.light .repicon-map-marker-plus:before{content:"🎈"}html.light .repicon-party-horn:before{content:"🎉"}html.light .repicon-graduation-cap:before{content:"🎓"}html.light .repicon-mic:before{content:"🎙"}html.light .repicon-sliders-v:before{content:"🎚"}html.light .repicon-slider-h-square:before{content:"🎛"}html.light .repicon-photo-video:before{content:"🎞"}html.light .repicon-ticket:before{content:"🎟"}html.light .repicon-file-video:before{content:"🎥"}html.light .repicon-ig_reels:before{content:"🎦"}html.light .repicon-sentiment:before{content:"🎭"}html.light .repicon-bullseye-arrow:before{content:"🎯"}html.light .repicon-tiktok:before{content:"🎶"}html.light .repicon-award:before{content:"🏅"}html.light .repicon-trophy:before{content:"🏆"}html.light .repicon-football:before{content:"🏈"}html.light .repicon-building:before{content:"🏢"}html.light .repicon-hospital-alt:before{content:"🏨"}html.light .repicon-google-my-business:before{content:"🏪"}html.light .repicon-city:before{content:"🏬"}html.light .repicon-industry:before{content:"🏭"}html.light .repicon-flag:before{content:"🏳"}html.light .repicon-tag:before{content:"🏷"}html.light .repicon-twitter:before{content:"🐦"}html.light .repicon-eye:before{content:"👁"}html.light .repicon-hand-pointer:before{content:"👆"}html.light .repicon-hand-point-right:before{content:"👉"}html.light .repicon-genuine:before{content:"👌"}html.light .repicon-thumbs-up-solid:before{content:"👍"}html.light .repicon-thumbs-down-solid:before{content:"👎"}html.light .repicon-users-crown:before{content:"👑"}html.light .repicon-users:before{content:"👪"}html.light .repicon-user-cog:before{content:"👱"}html.light .repicon-snapchat:before{content:"👻"}html.light .repicon-lightbulb-on:before{content:"💡"}html.light .repicon-comment-dots:before{content:"💬"}html.light .repicon-comment-edit:before{content:"💭"}html.light .repicon-dollar-sign:before{content:"💲"}html.light .repicon-credit-card:before{content:"💳"}html.light .repicon-user-lock:before{content:"💼"}html.light .repicon-save:before{content:"💾"}html.light .repicon-folder:before{content:"📁"}html.light .repicon-folders:before{content:"📂"}html.light .repicon-file-alt:before{content:"📃"}html.light .repicon-file-pdf:before{content:"📄"}html.light .repicon-calendar-day:before{content:"📅"}html.light .repicon-calendar-times:before{content:"📆"}html.light .repicon-address-card:before{content:"📇"}html.light .repicon-analyze:before{content:"📈"}html.light .repicon-chart-bar:before{content:"📊"}html.light .repicon-clipboard-list-check:before{content:"📋"}html.light .repicon-thumbtack:before{content:"📌"}html.light .repicon-map-marker-alt:before{content:"📍"}html.light .repicon-paperclip:before{content:"📎"}html.light .repicon-pencil-ruler:before{content:"📏"}html.light .repicon-browser:before{content:"📑"}html.light .repicon-fb_stories:before{content:"📖"}html.light .repicon-book-user:before{content:"📗"}html.light .repicon-book:before{content:"📘"}html.light .repicon-file-csv:before{content:"📜"}html.light .repicon-edit:before{content:"📝"}html.light .repicon-phone:before{content:"📞"}html.light .repicon-tablet:before{content:"📟"}html.light .repicon-bullhorn:before{content:"📢"}html.light .repicon-upload:before{content:"📤"}html.light .repicon-inbox:before{content:"📥"}html.light .repicon-download:before{content:"📩"}html.light .repicon-autofind:before{content:"📰"}html.light .repicon-mobile:before{content:"📱"}html.light .repicon-signal-alt-3:before{content:"📶"}html.light .repicon-instagram:before{content:"📷"}html.light .repicon-ig_stories:before{content:"📹"}html.light .repicon-igtv:before{content:"📺"}html.light .repicon-retweet:before{content:"🔃"}html.light .repicon-sync:before{content:"🔄"}html.light .repicon-volume-up:before{content:"🔊"}html.light .repicon-plug:before{content:"🔌"}html.light .repicon-search:before{content:"🔍"}html.light .repicon-search-location:before{content:"🔎"}html.light .repicon-key:before{content:"🔑"}html.light .repicon-lock:before{content:"🔒"}html.light .repicon-lock-open:before{content:"🔓"}html.light .repicon-bell:before{content:"🔔"}html.light .repicon-bookmark:before{content:"🔖"}html.light .repicon-link:before{content:"🔗"}html.light .repicon-dot-circle:before{content:"🔘"}html.light .repicon-language:before{content:"🔠"}html.light .repicon-cogs:before{content:"🔯"}html.light .repicon-sort-ascending:before{content:"🔼"}html.light .repicon-sort-descending:before{content:"🔽"}html.light .repicon-clock:before{content:"🕓"}html.light .repicon-history:before{content:"🕔"}html.light .repicon-listings:before{content:"🕹"}html.light .repicon-pencil:before{content:"🖊"}html.light .repicon-hand-palm-up:before{content:"🖐"}html.light .repicon-heart-solid:before{content:"🖤"}html.light .repicon-print:before{content:"🖨"}html.light .repicon-images:before{content:"🖼"}html.light .repicon-folder-tree:before{content:"🗂"}html.light .repicon-id-card:before{content:"🗃"}html.light .repicon-listing:before{content:"🗄"}html.light .repicon-trash-alt:before{content:"🗑"}html.light .repicon-calendar:before{content:"🗓"}html.light .repicon-comments:before{content:"🗨"}html.light .repicon-comment-times:before{content:"🗯"}html.light .repicon-map-marked-alt:before{content:"🗺"}html.light .repicon-sadness:before{content:"😟"}html.light .repicon-anger:before{content:"😠"}html.light .repicon-anticipation:before{content:"😬"}html.light .repicon-surprise:before{content:"😮"}html.light .repicon-fear:before{content:"😳"}html.light .repicon-sad:before{content:"🙁"}html.light .repicon-smile-1:before{content:"🙂"}html.light .repicon-disgust:before{content:"🙄"}html.light .repicon-user-edit:before{content:"🙋"}html.light .repicon-rocket:before{content:"🚀"}html.light .repicon-ambulance:before{content:"🚑"}html.light .repicon-ip-address-duplicate:before{content:"🚨"}html.light .repicon-ban:before{content:"🚫"}html.light .repicon-male:before{content:"🚹"}html.light .repicon-female:before{content:"🚺"}html.light .repicon-venus-mars:before{content:"🚻"}html.light .repicon-tools:before{content:"🛠"}html.light .repicon-shield:before{content:"🛡"}html.light .repicon-database:before{content:"🛢"}html.light .repicon-shapes:before{content:"🝆"}html.light .repicon-heart:before{content:"🤍"}html.light .repicon-bot:before{content:"🤖"}html.light .repicon-trust:before{content:"🤩"}html.light .repicon-magic:before{content:"🦯"}html.light .repicon-assistive-listening-systems:before{content:"🦻"}html.light .repicon-user:before{content:"🧑"}html.light .repicon-sliders-h:before{content:"🧮"}html.light .repicon-file-invoice:before{content:"🧾"}html.light .repicon-user-md:before{content:"🩺"}html.light input[type=range]{-webkit-appearance:none;background:rgba(0,0,0,0);margin:10px 0;width:100%}html.light input[type=range]::-moz-focus-outer{border:0}html.light input[type=range]:focus::-webkit-slider-runnable-track{background:hsla(0,0%,5%,0)}html.light input[type=range]:focus::-ms-fill-lower{background:rgba(0,0,0,0)}html.light input[type=range]:focus::-ms-fill-upper{background:hsla(0,0%,5%,0)}html.light input[type=range]::-webkit-slider-runnable-track{cursor:default;height:7px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border:1px solid #1f505b;border-radius:15px}html.light input[type=range]::-webkit-slider-thumb{background:#1f505b;border:1px solid #0f1828;border-radius:100%;cursor:default;height:20px;width:20px;-webkit-appearance:none;margin-top:-7.5px}html.light input[type=range]::-moz-range-track{cursor:default;height:7px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border:1px solid #1f505b;border-radius:15px}html.light input[type=range]::-moz-range-thumb{background:#1f505b;border:1px solid #0f1828;border-radius:100%;cursor:default;height:18px;width:18px}html.light input[type=range]::-ms-track{cursor:default;height:7px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:10px 0;color:rgba(0,0,0,0)}html.light input[type=range]::-ms-fill-lower{background:hsla(0,0%,-5%,0);border:1px solid #1f505b;border-radius:30px}html.light input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:1px solid #1f505b;border-radius:30px}html.light input[type=range]::-ms-thumb{background:#1f505b;border:1px solid #0f1828;border-radius:100%;cursor:default;height:16px;width:16px;margin-top:1.75px}html.light input[type=range]:disabled::-webkit-slider-thumb{cursor:not-allowed}html.light input[type=range]:disabled::-moz-range-thumb{cursor:not-allowed}html.light input[type=range]:disabled::-ms-thumb{cursor:not-allowed}html.light input[type=range]:disabled::-webkit-slider-runnable-track{cursor:not-allowed}html.light input[type=range]:disabled::-ms-fill-lower{cursor:not-allowed}html.light input[type=range]:disabled::-ms-fill-upper{cursor:not-allowed}html.light .simpleFade-appear{opacity:0}html.light .simpleFade-appear.simpleFade-appear-active{-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease;opacity:1}html.light .simpleFade-enter{opacity:0}html.light .simpleFade-enter.simpleFade-enter-active{-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease;opacity:1}html.light .simpleFade-exit{opacity:1}html.light .simpleFade-exit.simpleFade-exit-active{-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease;opacity:0}html.light .scaleFadeTop-appear{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(0.8);transform:scale(0.8)}html.light .scaleFadeTop-appear.scaleFadeTop-appear-active{-webkit-transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease,-webkit-transform 200ms ease;opacity:1;-webkit-transform:scale(1);transform:scale(1)}html.light .scaleFadeTop-enter{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(0.8);transform:scale(0.8)}html.light .scaleFadeTop-enter.scaleFadeTop-enter-active{-webkit-transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,-webkit-transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease;transition:opacity 400ms ease,transform 200ms ease,-webkit-transform 200ms ease;opacity:1;-webkit-transform:scale(1);transform:scale(1)}html.light .scaleFadeTop-exit{opacity:1;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(1);transform:scale(1)}html.light .scaleFadeTop-exit.scaleFadeTop-exit-active{-webkit-transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}html.light .flipFadeTop-appear{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:rotateX(-90deg) perspective(100px);transform:rotateX(-90deg) perspective(100px)}html.light .flipFadeTop-appear.flipFadeTop-appear-active{-webkit-transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:1;-webkit-transform:none;transform:none}html.light .flipFadeTop-enter{opacity:0;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:rotateX(-90deg) perspective(100px);transform:rotateX(-90deg) perspective(100px)}html.light .flipFadeTop-enter.flipFadeTop-enter-active{-webkit-transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,-webkit-transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease;transition:opacity 400ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:1;-webkit-transform:none;transform:none}html.light .flipFadeTop-exit{opacity:1;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:none;transform:none}html.light .flipFadeTop-exit.flipFadeTop-exit-active{-webkit-transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,-webkit-transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease;transition:opacity 200ms ease,transform 300ms ease,-webkit-transform 300ms ease;opacity:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}html.light .slideDown-enter{top:-200px}html.light .slideDown-enter.slideDown-enter-active{-webkit-transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);top:0}html.light .slideDown-exit{top:0}html.light .slideDown-exit.slideDown-exit-active{-webkit-transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);transition:top 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);top:-200px}html.light .tooltipFade-appear{opacity:0}html.light .tooltipFade-appear.tooltipFade-appear-active{-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:1}html.light .tooltipFade-enter{opacity:0}html.light .tooltipFade-enter.tooltipFade-enter-active{-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:1}html.light .tooltipFade-exit{opacity:1}html.light .tooltipFade-exit.tooltipFade-exit-active{-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:0}html.light .panel{border-radius:0;background-color:#fff;color:#0f1828;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.2);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.2)}html.light .panel__flat{-webkit-box-shadow:none;box-shadow:none}html.light .panel--fill-parent{height:100%;width:100%}html.light .panel__heading{background-color:none;color:#0f1828;border-top-left-radius:0;border-top-right-radius:0}html.light .panel__heading+html.light .panel__body{border-top-left-radius:0;border-top-right-radius:0}html.light .panel__footer{background-color:none;border-bottom-left-radius:0;border-bottom-right-radius:0}html.light .panel__footer--padded{padding:0.9375em}html.light .panel__heading,html.light .panel__footer{padding:0 .5em 0 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:2em}html.light .panel__heading__label,html.light .panel__footer__label{font-size:0.8125rem;letter-spacing:0.078125em;-webkit-box-flex:1;-ms-flex:1 0 1px;flex:1 0 1px;width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}html.light .panel__heading__label__sub-label,html.light .panel__footer__label__sub-label{color:#7d8c9b;text-transform:none;letter-spacing:normal;margin-left:1em}html.light .panel__heading__label__sub-label a,html.light .panel__footer__label__sub-label a{color:#7d8c9b;background-color:#fff;border-radius:2px;padding:5px}html.light .panel__heading__tab-group,html.light .panel__heading__button-group,html.light .panel__heading__icon-group,html.light .panel__footer__tab-group,html.light .panel__footer__button-group,html.light .panel__footer__icon-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .panel__heading__tab-group,html.light .panel__footer__tab-group{margin:-0.25em 0}html.light .panel__heading__tab-group__tab,html.light .panel__footer__tab-group__tab{font-size:0.8125rem;color:#888;cursor:pointer;display:inline-block;margin-left:1.375em;padding:0 0.125em 0.125em;position:relative;text-transform:uppercase;text-decoration:none;-webkit-transition:color 300ms;transition:color 300ms}html.light .panel__heading__tab-group__tab:hover,html.light .panel__heading__tab-group__tab--active,html.light .panel__footer__tab-group__tab:hover,html.light .panel__footer__tab-group__tab--active{color:#1f505b}html.light .panel__heading__tab-group__tab--active,html.light .panel__footer__tab-group__tab--active{cursor:default;border-bottom:2px solid #1f505b}html.light .panel__heading__tab-group__tab:focus,html.light .panel__footer__tab-group__tab:focus{outline:1px dotted #1f505b}html.light .panel__heading__button-group,html.light .panel__footer__button-group{margin-top:-0.125em}html.light .panel__heading__button-group__button,html.light .panel__footer__button-group__button{font-size:0.8125rem;display:inline-block;padding:0 0.5em;margin-left:0.625em}html.light .panel__heading__icon-group,html.light .panel__footer__icon-group{padding:0.375em 0.125em 0.5em 0.125em}html.light .panel__heading__icon-group__icon,html.light .panel__footer__icon-group__icon{display:inline-block;padding:0.125em 0.375em}html.light .panel__heading__icon-group__icon>span,html.light .panel__footer__icon-group__icon>span{padding:0}html.light .panel__heading__icon-group--delimited,html.light .panel__footer__icon-group--delimited{border-right:1px solid #7d8c9b}html.light .panel__heading__icon-group--delimited:last-child,html.light .panel__footer__icon-group--delimited:last-child{border-right:none}html.light .panel__heading__icon-group--right,html.light .panel__footer__icon-group--right{text-align:right;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.light .panel__heading__tab-group+html.light .panel__heading__action-group::before,html.light .panel__heading__tab-group+html.light .panel__footer__action-group::before,html.light .panel__footer__tab-group+html.light .panel__heading__action-group::before,html.light .panel__footer__tab-group+html.light .panel__footer__action-group::before{content:"";display:inline-block;width:0.0625rem;height:1em;margin-left:1.375em;background-color:#7d8c9b}html.light .panel__heading__action-group,html.light .panel__footer__action-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .panel__heading__action-group__action,html.light .panel__footer__action-group__action{margin-left:1.375em;padding:0 0.125em}html.light .panel__body{background-color:none;padding:1.25em;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative}html.light .panel__body--no-padding{padding:0}html.light .panel__body table{width:100%;max-width:100%;table-layout:fixed}html.light .panel .list-group{margin:0}html.light .panel .list-group__item{border-top:1px solid hsl(210,13.0434782609%,52.9019607843%);border-left:none;border-right:none;border-bottom:none;border-radius:0;padding:0.5em 0.625em}html.light .panel .list-group__item:first-child{border-top:none}html.light .callout,html.light .form__validation-errors{background-color:#1f505b;border-radius:0.25rem;color:#fff;padding:0.75em 1em}html.light .callout>.column,html.light .form__validation-errors>.column,html.light .callout>.row>.column,html.light .form__validation-errors>.row>.column{padding:0}html.light .callout--warning{background:#ffb924;color:#fff}html.light .callout--error,html.light .form__validation-errors{background:#db4a2b}html.light .callout--success{background:#5dc09c}html.light .callout--inline{display:inline-block}html.light .status{display:inline-block;min-width:0.4375rem;min-height:0.4375rem;width:0.4375rem;height:0.4375rem;position:relative;top:-0.0625em;vertical-align:middle;border-radius:50%;background:#1f505b}html.light .status--warning{background:#ffb924}html.light .status--positive{background:#5dc09c}html.light .status--negative{background:#db4a2b}html.light .status--neutral{background:#5ec2cc}html.light .status--pink{background:#1f505b}html.light .status--disabled{background:hsl(180,.5649717514%,57.2941176471%)}html.light .status--pulse{-webkit-animation:pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);animation:pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1)}html.light .status--large{width:.9em;height:.9em}html.light .status-text{color:#1f505b}html.light .status-text--warning{color:#ffb924}html.light .status-text--positive{color:#5dc09c}html.light .status-text--negative{color:#db4a2b}html.light .status-text--neutral{color:#5ec2cc}html.light .status-text--pink{color:#1f505b}html.light .status-text--disabled{color:hsl(180,.5649717514%,57.2941176471%)}html.light .status-text--pulse{-webkit-animation:pulse .75s infinite cubic-bezier(0.66, 0, 0, 1);animation:pulse .75s infinite cubic-bezier(0.66, 0, 0, 1)}@keyframes pulse{to{-webkit-box-shadow:0 0 4px 4px rgba(31,80,91,.6);box-shadow:0 0 4px 4px rgba(31,80,91,.6)}}html.light .table,html.light table:not(.NoTableBreak){border-collapse:collapse;border-spacing:0;max-width:100%;width:100%}html.light .table.has-layout,html.light table:not(.NoTableBreak).has-layout{table-layout:fixed}@media screen and (max-width: 64rem){html.light .table th,html.light table:not(.NoTableBreak) th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.light .table td:before,html.light table:not(.NoTableBreak) td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#888;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.light .table tr,html.light table:not(.NoTableBreak) tr{margin-bottom:2em;display:block}html.light .table tr:not(:first-of-type),html.light table:not(.NoTableBreak) tr:not(:first-of-type){border-top:0.0625rem solid #e6e7eb}html.light .table tr .checkbox label,html.light table:not(.NoTableBreak) tr .checkbox label{display:inline}html.light .table td,html.light table:not(.NoTableBreak) td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.light .table td.right-align,html.light .table td.center,html.light table:not(.NoTableBreak) td.right-align,html.light table:not(.NoTableBreak) td.center{text-align:left}}html.light thead{display:table-header-group;vertical-align:middle;border-color:inherit}html.light th{text-align:left;color:#888;font-weight:normal;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem}html.light td,html.light th{padding:0.5em 1rem;line-height:inherit;border-bottom:0.0625rem solid #e6e7eb}@media screen and (max-width: 80rem){html.light .table--xlarge th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.light .table--xlarge td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#888;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.light .table--xlarge tr{margin-bottom:2em;display:block}html.light .table--xlarge tr:not(:first-of-type){border-top:0.0625rem solid #e6e7eb}html.light .table--xlarge tr .checkbox label{display:inline}html.light .table--xlarge td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.light .table--xlarge td.right-align,html.light .table--xlarge td.center{text-align:left}}@media screen and (max-width: 100rem){html.light .table--xxlarge th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.light .table--xxlarge td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#888;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.light .table--xxlarge tr{margin-bottom:2em;display:block}html.light .table--xxlarge tr:not(:first-of-type){border-top:0.0625rem solid #e6e7eb}html.light .table--xxlarge tr .checkbox label{display:inline}html.light .table--xxlarge td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.light .table--xxlarge td.right-align,html.light .table--xxlarge td.center{text-align:left}}html.light .badge{font-size:0.71875rem;border-radius:0.125em;display:inline-block;color:#7d8c9b;letter-spacing:0.0625em;text-transform:uppercase}html.light .badge--xsmall{font-size:0.8125rem}html.light .badge--info{color:#1f505b}html.light .badge--warning{color:#ffb924}html.light .badge--success{color:#5dc09c}html.light .badge--error{color:#db4a2b}html.light .badge--neutral{color:#5ec2cc}html.light .badge--pink{color:#1f505b}html.light .avatar{vertical-align:middle}html.light .avatar--xsmall{width:16px;height:16px}html.light .avatar--small{width:24px;height:24px}html.light .avatar--medium{width:32px;height:32px}html.light .avatar--default{width:48px;height:48px}html.light .avatar--large{width:64px;height:64px}html.light .avatar--xlarge{width:128px;height:128px}html.light .avatar--contain{-o-object-fit:contain;object-fit:contain}html.light .avatar--cover{-o-object-fit:cover;object-fit:cover}html.light img.img--contain{-o-object-fit:contain;object-fit:contain}html.light img.img--cover{-o-object-fit:cover;object-fit:cover}html.light .cursor-pointer{cursor:pointer}html.light .grabbable{cursor:-webkit-grab;cursor:grab}html.light .grabbable:active{cursor:-webkit-grabbing;cursor:grabbing}html.light .cursor{cursor:auto}html.light .cursor--disabled{pointer-events:none}html.light .cursor--pointer{cursor:pointer}html.light .cursor--grabbable{cursor:-webkit-grab;cursor:grab}html.light .cursor--grabbable:active{cursor:-webkit-grabbing;cursor:grabbing}html.light .cursor--grab{cursor:-webkit-grab;cursor:grab}html.light .cursor--text{cursor:text}html.light .hover-show__item{opacity:0;-webkit-transition:opacity 100ms ease;transition:opacity 100ms ease}html.light .hover-show:hover .hover-show__item,html.light .hover-show:active .hover-show__item{opacity:1}html.light ::-webkit-scrollbar{width:8px;height:8px}html.light ::-webkit-scrollbar-button{width:0px;height:0px}html.light ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:4px}html.light ::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}html.light .ScrollbarsCustom{position:relative;width:100%;height:100%}html.light .ScrollbarsCustom-Wrapper{position:absolute;inset:0px;overflow:hidden}html.light .ScrollbarsCustom-Track{position:absolute;overflow:hidden;border-radius:4px;background:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:5px;height:calc(100% - 8px);top:4px;right:2px;cursor:pointer}html.light .ScrollbarsCustom-Thumb{cursor:pointer;border-radius:5px;background:rgba(0,0,0,.25);width:100%;-webkit-transform:translateY(0px);transform:translateY(0px);opacity:0;-webkit-transition:opacity 300ms;transition:opacity 300ms}html.light .ScrollbarsCustom-Thumb:hover{background:rgba(0,0,0,.4)}html.light .ScrollbarsCustom:hover .ScrollbarsCustom-Thumb{opacity:1}html.light #embeddedMessagingFrame{bottom:25px;left:25px;z-index:10002}html.light #embeddedMessagingConversationButton{bottom:25px;left:25px;z-index:10002}html.light .accordion__item__trigger{cursor:pointer}html.light .accordion__item__trigger__caret{-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}html.light .accordion__item--expanded .accordion__item__trigger__caret{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}html.light .accordion__item+html.light .accordion__item{margin-top:-0.0625em}html.light .application-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .application-header__part{position:relative;color:#0f1828;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:normal;border-right:0.0625rem solid #138b9f}html.light .application-header__part:last-child{border-right:none}html.light .application-header__part--no-border{border-right:none}html.light .application-header__part--with-label{margin:.35em 0}html.light .application-header__part__label{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";line-height:1;font-size:0.8125rem;display:block;color:#1f505b}@media(min-width: 80rem){html.light .application-header__part__children{padding-left:15%}}@media(min-width: 80rem){html.light .application-header__part:first-child .application-header__part__children{padding-left:0}}html.light .application-header__part--has-dropdown:before{content:"";font-family:"nuvi_icons_bold";position:absolute;right:20%;top:12px;color:#000;font-size:0.8125rem;pointer-events:none}html.light .application-header__part--has-dropdown .application-header__part__children{padding-right:16%}html.light .application-header__part--has-dropdown__hide-arrow:before{content:none}html.light .application-header__part__right{text-align:right;-webkit-box-flex:1;-ms-flex:1 0 1px;flex:1 0 1px}html.light .application-nav__app-switch .app-switch-menu-item{height:76px;padding:0 1.125em 0 1.5625em}html.light .application-nav__app-switch .app-switch-link{background-color:#1c242c;border-color:hsla(0,0%,100%,.25);padding:.5em;line-height:0}html.light .application-nav__app-switch .app-switch-link:hover{background-color:rgba(16,158,237,.15);border-color:#109eed;padding:.5em;line-height:0}html.light .checkbox input[type=checkbox]{float:left;opacity:0}html.light .checkbox input[type=checkbox]:checked+label:before,html.light .checkbox input[type=checkbox]:indeterminate+label:before{content:"";background-color:#1f505b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px;font-size:.8rem;-webkit-text-stroke:2px #fff}html.light .checkbox input[type=checkbox]:indeterminate+label:before{content:""}html.light .checkbox input[type=checkbox]:checked+label:after,html.light .checkbox input[type=checkbox]:indeterminate+label:after{border-width:0}html.light .checkbox input[type=checkbox]:disabled+label,html.light .checkbox input[type=checkbox]:disabled+label:after{opacity:.6;cursor:default}html.light .checkbox input[type=checkbox]:focus+label:before{outline:1px dotted #1f505b}html.light .checkbox label{display:block;position:relative;cursor:pointer;padding-left:1.625em;outline:none}html.light .checkbox label:before,html.light .checkbox label:after{position:absolute;content:"";display:inline-block;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}html.light .checkbox label:before{left:0px;width:18px;height:18px;border-radius:3px;font-family:"nuvi_icons_bold"}html.light .checkbox label:after{border:0.0625rem solid #7d8c9b;left:-1px;width:18px;height:18px;border-radius:3px}html.light .checkbox--small label:before{width:14px;height:14px}html.light .checkbox--small label:after{width:14px;height:14px}html.light .checkbox--no-label .checkbox label{display:inline}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form input[type=text]{margin:0}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#fff}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div:nth-child(3){-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#fff}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div:nth-child(3){width:100%}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select{border:0.0625rem solid #7d8c9b;border-radius:0}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select__search-input{margin-top:0;margin-bottom:0}html.light .compact-social-activity-rule-builder-modal .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .compact-social-activity-rule-builder-modal .flex-row .flex-column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:10px}html.light .compact-social-activity-rule-builder-modal .flex-row .flex-column:last-child{margin-right:0}html.light .compact-social-activity-rule-builder-modal .flex-row .flex-column.flex-fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .compact-social-activity-rule-builder-modal .text-area{overflow:hidden;resize:none;margin:0;padding-top:10px;padding-bottom:9px}html.light .company-selector-panel__create{color:#5dc09c;padding:0 15px;display:block;line-height:35px}html.light .company-selector-panel__create__container{border-bottom:1px solid #e6e7eb;padding:10px 0}html.light .company-selector-panel__create:hover{background:#e6e7eb}html.light .company-selector-panel .selector-panel__item img{background-color:inherit}html.light .company-selector-panel__item img{width:35px;height:35px;-o-object-fit:cover;object-fit:cover;background:#e6e7eb;border-radius:3px}html.light .company-selector-panel__item__settings{display:none;padding:.5em;line-height:1.5em;cursor:pointer;-ms-flex-item-align:center;align-self:center;border-radius:2px;color:#1f505b}html.light .company-selector-panel__item__settings svg{stroke:#1f505b;vertical-align:middle;margin-right:.25em}html.light .company-selector-panel__item__settings:hover{background:#fff;color:#fff}html.light .company-selector-panel__item__settings:hover svg{stroke:#fff}html.light .company-selector-panel__loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1060;background:rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .company-selector-panel__loading .wait-indicator{margin:20px 0 30px;position:relative}html.light .company-selector-panel__loading__content{border-radius:2px;background:#fff;max-width:300px;border:0.0625rem solid #e6e7eb;padding:20px 40px 20px;position:relative;text-align:center;-webkit-box-shadow:0px 3px 10px rgba(0,0,0,.1);box-shadow:0px 3px 10px rgba(0,0,0,.1)}html.light .company-selector-panel__loading__content__message{color:#fff}html.light .company-selector-panel__loading__content__message__name{font-size:1.1em}html.light .company-selector-panel .selector-panel__list{max-height:530px;overflow-y:scroll}html.light .date-range-panel{position:absolute;top:100%;left:2px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.light .date-range-panel--right{right:2px;left:auto}html.light .date-range-panel--relative{position:relative;top:auto;left:auto;bottom:auto;right:auto}html.light .date-range-panel--relative .date-range-panel__scrim{display:none}html.light .date-range-panel--no-scrim .date-range-panel__scrim{opacity:0}html.light .date-range-panel__panel{position:relative;z-index:1;background:#e6e7eb;border:0.0625rem solid #7d8c9b;-webkit-box-shadow:0 0 40px rgba(0,0,0,.1);box-shadow:0 0 40px rgba(0,0,0,.1);overflow:hidden}html.light .date-range-panel__body{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .date-range-panel__footer{padding:1.25em}html.light .date-range-panel__scrim{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.6);z-index:1}html.light .date-range-panel__presets{position:relative;display:block;border:0;overflow:hidden;padding:0;margin:0;list-style:none;max-height:300px}html.light .date-range-panel__presets::before{content:"";position:absolute;top:0;bottom:0;width:0.0625em;background-image:linear-gradient(to bottom, #7d8c9b 0px, transparent 90%)}html.light .date-range-panel__presets li{color:#888;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:140px;font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.078125em;line-height:1;cursor:pointer;padding:1em}html.light .date-range-panel__presets li:hover{color:#0f1828}html.light .date-range-panel__inputs{font-size:0.8125rem;padding-top:1.25em;border-top:1px solid hsl(228,11.1111111111%,96.1764705882%)}html.light .date-range-panel__inputs .input-wrap{display:inline-block;margin-right:1.25em}html.light .date-range-panel__inputs .actions-wrap{float:right;position:relative;top:1.375em}html.light .date-range-panel__inputs .actions-wrap .button,html.light .date-range-panel__inputs .actions-wrap .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .date-range-panel__inputs .actions-wrap a,html.graphite .image-uploader__dropzone__buttons html.light .date-range-panel__inputs .actions-wrap a{padding:0.8125em 1em}html.light .date-range-panel__inputs label{display:block;color:#0f1828;line-height:1.45}html.light .date-range-panel__inputs input{text-align:center;width:7.5em}html.light .DateRangePicker{width:275px;padding:0.625em 0;background:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:#0f1828}html.light .DateRangePicker:focus-visible{outline:none}html.light .DateRangePicker__focus-submit{height:0;opacity:0}html.light .DateRangePicker__focus-submit:focus{height:100%;margin-top:5px;opacity:100%}html.light .CalendarDate{font-size:0.8125em;line-height:1;padding:10px 0;text-align:center;width:14.2857142857%;cursor:pointer;overflow:hidden;position:relative;border:0}html.light .CalendarDate:first-child{border-left-width:0}html.light .CalendarDate.weekend{background-color:rgba(15,24,40,.05)}html.light .CalendarDate.otherMonth{opacity:.5}html.light .CalendarDate.is-disabled{opacity:.5;color:#888;cursor:default}html.light .CalendarDate.is-selected{color:#0f1828}html.light .CalendarDate:hover .CalendarHighlight{border:0.0625rem solid rgba(0,0,0,.25);bottom:0.3125em;left:0.3125em;right:0.3125em;top:0.3125em;position:absolute;background-color:rgba(31,80,91,.2);color:#1f505b;border:0.0625rem solid #1f505b;border-radius:0.25rem;-webkit-box-shadow:0 0 4px #1f505b;box-shadow:0 0 4px #1f505b}html.light .CalendarDate:not(:hover) .CalendarHighlight{display:none}html.light .CalendarMonth{color:#0f1828;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:275px}html.light .MonthDates{border-bottom:0;border-collapse:separate;border-spacing:0 1px;margin:0;width:100%}html.light .MonthHeader{color:#1f505b;font-size:0.875em;font-weight:bold;height:35px;line-height:35px;position:relative;text-align:center}html.light .MonthHeaderSelect{background:#e4e4e4;border:0;cursor:pointer;display:inline-block;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}html.light .MonthHeaderSelect:focus{outline:1px dotted #1f505b}html.light .MonthHeaderLabel{display:inline-block;position:relative}html.light .MonthHeaderLabel::after{content:"";display:inline-block;margin-left:0.375em;width:10px;height:10px;background:url("https://assets.foundation.nuviapp.com/images/chevron-muted.svg?20231102") center center no-repeat}html.light .MonthHeaderLabel--year{margin-left:0.625em}html.light .MonthHeaderLabel:focus-within{outline:1px dotted #1f505b}html.light .CalendarSelection{background-color:rgba(31,80,91,.3);border:0.0625rem solid #e6e7eb;bottom:0.3125em;-webkit-box-shadow:0 0 3px #1f505b;box-shadow:0 0 3px #1f505b;left:0;position:absolute;right:0;top:0.3125em;border-radius:0.25rem;left:0.3125em;right:0.3125em}html.light .WeekdayHeading{font-size:0.8125em;line-height:1;padding:10px 0;text-align:center;width:14.2857142857%;border-bottom:0;text-align:center}html.light .WeekdayHeading abbr[title]{border-bottom-width:0;color:#888;cursor:pointer;font-size:inherit;text-decoration:none;font-weight:300}html.light .PaginationArrow{border:0;cursor:pointer;display:block;height:35px;outline:none;overflow:hidden;padding:0;position:absolute;text-align:center;top:0.625rem;white-space:nowrap;width:35px;z-index:1}html.light .PaginationArrow.previous{left:20px}html.light .PaginationArrow.previous .PaginationArrowIcon{background:rgba(0,0,0,0) url("https://assets.foundation.nuviapp.com/images/arrow-left.svg?20231102") center center no-repeat}html.light .PaginationArrow.next{right:-5px}html.light .PaginationArrow.next .PaginationArrowIcon{background:rgba(0,0,0,0) url("https://assets.foundation.nuviapp.com/images/arrow-right.svg?20231102") center center no-repeat}html.light .PaginationArrow:hover{background-color:rgba(0,0,0,0)}html.light .PaginationArrow .PaginationArrowIcon{height:10px;position:absolute;top:13px;width:10px}html.light .PaginationArrow .PaginationArrowIcon.is-disabled{opacity:.25}html.light .PaginationArrow .PaginationArrowIcon:focus{outline:1px dotted #1f505b}html.light .DateLabel{display:block;position:relative;text-align:center;width:100%;z-index:1}html.light .datepicker-days .prev,html.light .datepicker-days .next{cursor:pointer}html.light .date-range-picker{position:relative}html.light .date-range-picker .date-time-picker-calendar{position:absolute;z-index:1;background:#0f1828}html.light .date-range-picker .date-time-picker-calendar .datepicker{padding:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25);box-shadow:0 1px 2px rgba(0,0,0,.25)}html.light .date-range-picker__range{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0.0625rem solid #7d8c9b;line-height:1;padding:0.6875em}html.light .date-range-picker__range .icon{padding:0 0.625em;cursor:pointer;opacity:.6;background:none}html.light .date-range-picker__range__date{cursor:pointer}html.light .date-range-picker__range__date:hover{color:#1f505b}html.light .date-range-picker__range__dash{padding:0 .1em}html.light .date-range-picker__range:hover{color:#1f505b;cursor:pointer;border-color:#1f505b}html.light .date-range-picker__range:hover .icon{opacity:1}html.light .date-range-time-panel{position:absolute;top:100%;left:2px;width:275px}html.light .date-range-time-panel--has-presets{width:auto}html.light .date-range-time-panel--has-presets .date-range-time-panel__body>.row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto}html.light .date-range-time-panel--has-presets .date-range-time-panel__body>.row>.column{width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .date-range-time-panel--has-presets .date-range-time-panel__body>.row>.column .date-range-time-panel__presets .row.preset-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto}html.light .date-range-time-panel--has-presets .date-range-time-panel__body>.row>.column .date-range-time-panel__presets .row.preset-row .column.preset-column{width:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .date-range-time-panel--date-only .date-range-time-panel__inputs .input-wrap,html.light .date-range-time-panel--date-only .date-range-time-panel__inputs .input-wrap .date-select{width:216px}html.light .date-range-time-panel--right{right:2px;left:auto}html.light .date-range-time-panel--relative{position:relative;top:auto;left:auto;bottom:auto;right:auto}html.light .date-range-time-panel--relative .date-range-time-panel__scrim{display:none}html.light .date-range-time-panel__error{margin-top:-0.3125rem}html.light .date-range-time-panel--no-scrim .date-range-time-panel__scrim{opacity:0}html.light .date-range-time-panel__panel{position:relative;z-index:1060;background:#fff;border:0.0625rem solid #7d8c9b;-webkit-box-shadow:0 0 40px rgba(0,0,0,.1);box-shadow:0 0 40px rgba(0,0,0,.1)}html.light .date-range-time-panel__body{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .date-range-time-panel__footer{padding:1.25em}html.light .date-range-time-panel__scrim{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.6);z-index:1}html.light .date-range-time-panel__presets{padding-top:0.8125em}html.light .date-range-time-panel__presets button{padding:0.25em 0.5em;margin-bottom:0.25em;color:#0f1828}html.light .date-range-time-panel__presets button:hover{color:#1f505b}html.light .date-range-time-panel__presets .active button{color:#1f505b;font-weight:500}html.light .date-range-time-panel__presets .active .button--live{background:#db4a2b}html.light .date-range-time-panel__presets .button--live{color:#db4a2b;font-weight:500;position:relative;padding-left:2em}html.light .date-range-time-panel__presets .button--live:before{content:"";font-family:"nuvi_icons_bold";position:absolute;left:4px;top:3px;font-size:1.125rem}html.light .date-range-time-panel__inputs{font-size:0.8125rem;padding-top:1.25em;width:260px}html.light .date-range-time-panel__inputs .input-wrap{display:inline-block;margin:0 0.5em 0 0;position:relative}html.light .date-range-time-panel__inputs .input-wrap::after{font-family:"nuvi_icons_bold";font-size:1rem;position:absolute;color:hsl(228,11.1111111111%,106.1764705882%);pointer-events:none;right:8px;top:23px}html.light .date-range-time-panel__inputs .input-wrap--date::after{content:""}html.light .date-range-time-panel__inputs .input-wrap--time::after{content:""}html.light .date-range-time-panel__inputs .input-wrap .date-select{width:8.75em}html.light .date-range-time-panel__inputs .input-wrap .date-select .dropdown__options{width:280px !important;max-height:300px;overflow:hidden}html.light .date-range-time-panel__inputs .label{display:block;color:#93a0bf}html.light .date-range-time-panel__inputs input{width:8.75em}html.light .date-range-time-panel__inputs .dropdown{width:7.5em}html.light .date-range-time-panel__inputs .dropdown__selected-text--default{color:#0f1828}html.light .date-range-time-panel__inputs .dropdown__arrow{visibility:hidden}html.light .post-scheduler{width:275px}html.light .post-scheduler .CalendarMonth{margin:0}html.light .post-scheduler input[type=text]{width:40px;text-align:center}html.light .post-scheduler input[type=text].selected-cal-date{border:0;margin-bottom:0.3125em;text-align:center;padding:0.3125em;width:100%}html.light .post-scheduler__clock{text-align:center;position:relative}html.light .post-scheduler__clock ul{display:inline;list-style:none;margin:0 0 0 0.375em;padding:0}html.light .post-scheduler__clock ul li{display:inline-block}html.light .post-scheduler__clock ul input[type=radio]{position:absolute;visibility:hidden}html.light .post-scheduler__clock ul input[type=radio]:checked+label:before{background-color:#1f505b}html.light .post-scheduler__clock ul input[type=radio]:disabled+label,html.light .post-scheduler__clock ul input[type=radio]:disabled+label:after{opacity:.6;cursor:default}html.light .post-scheduler__clock ul label{display:inline-block;position:relative;cursor:pointer;outline:none;text-transform:uppercase;font-size:0.8125rem;padding-left:1.5625em;margin-right:0.9375em;line-height:2}html.light .post-scheduler__clock ul label:before,html.light .post-scheduler__clock ul label:after{position:absolute;content:"";border-radius:50%;display:inline-block}html.light .post-scheduler__clock ul label:before{left:2px;top:6px;width:12px;height:12px}html.light .post-scheduler__clock ul label:after{border:0.0625rem solid #e6e7eb;top:3px;left:-1px;width:18px;height:18px}html.light .dialog .breathe{margin:0.625em 0}html.light .dropdown{border:0.0625rem solid #7d8c9b;position:relative;color:#0f1828;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;cursor:pointer;background:#fff;height:2.5em;-webkit-transition:border-color 300ms ease;transition:border-color 300ms ease}html.light .dropdown__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;cursor:auto}html.light .dropdown__above-scrim{z-index:1041}html.light .dropdown:hover:not(.dropdown--disabled){-webkit-box-shadow:0 0 0.3125em #e6e7eb;box-shadow:0 0 0.3125em #e6e7eb}html.light .dropdown:focus:not(.dropdown--disabled){-webkit-box-shadow:0 0 0.1875em #e6e7eb;box-shadow:0 0 0.1875em #e6e7eb;outline:1px dotted #1f505b}html.light .dropdown:focus:not(.dropdown--disabled) .dropdown__container{-webkit-box-shadow:0 0 0.1875em #e6e7eb;box-shadow:0 0 0.1875em #e6e7eb}html.light .dropdown--searchable input{padding:0;margin:0}html.light .dropdown--searchable input:focus{outline:none}html.light .dropdown--searchable .remove-value-icon{z-index:1041}html.light .dropdown--flat{color:inherit;background:rgba(0,0,0,0);border:none}html.light .dropdown--flat .dropdown__container{padding:0;font-weight:500;position:relative}html.light .dropdown--flat .dropdown__container::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:0.0625rem;background-color:#7d8c9b}html.light .dropdown--flat:hover:not(.dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.light .dropdown--flat:focus:not(.dropdown--disabled) .dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.light .dropdown--flat .dropdown__options{left:0;right:0;min-width:0}html.light .dropdown--clean{color:inherit;background:rgba(0,0,0,0);vertical-align:baseline;display:inline-block;padding:0;border:none}html.light .dropdown--clean--no-height{height:inherit}html.light .dropdown--clean>.dropdown__container{padding:0}html.light .dropdown--clean:hover:not(.dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.light .dropdown--clean:hover:not(.dropdown--disabled) .dropdown__selected-text{opacity:.7}html.light .dropdown--clean:focus:not(.dropdown--disabled) .dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.light .dropdown--clean .dropdown__options{width:auto}html.light .dropdown--clean .dropdown__selected-text,html.light .dropdown--clean .dropdown__selected-text--default{color:#1f505b;font-weight:500}html.light .dropdown--noBold .dropdown__selected-text,html.light .dropdown--noBold .dropdown__selected-text--default{font-weight:400}html.light .dropdown--text-default .dropdown__selected-text,html.light .dropdown--text-default .dropdown__selected-text--default{color:#0f1828}html.light .dropdown--noArrow .dropdown__arrow{display:none}html.light .dropdown--autoHeight{height:auto}html.light .dropdown--disabled{border:0.0625rem solid #f4f4f6;background:#fff;cursor:not-allowed}html.light .dropdown--disabled .dropdown__selected-text{color:#a0b6c5}html.light .dropdown--disabled .dropdown__selected-text--default{color:#888}html.light .dropdown--readonly{border:0.0625rem solid #7d8c9b;background:#fff;cursor:default}html.light .dropdown--readonly .dropdown__selected-text{color:#0f1828}html.light .dropdown--readonly .dropdown__selected-text--default{color:#888}html.light .dropdown--readonly .dropdown__arrow{width:0}html.light .dropdown__container{display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0.75em;position:relative}html.light .dropdown__icon.highlighted{color:#1f505b}html.light .dropdown__arrow{font-family:"nuvi_icons_bold" !important;font-size:13px;margin-left:0.5em}html.light .dropdown__arrow::before{content:""}html.light .dropdown__selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.light .dropdown__selected-text--default{color:#888}html.light .dropdown__selected-text--editable{cursor:text;z-index:1050}html.light .dropdown__options{position:absolute;top:100%;left:0;min-width:100%;border:0.0625rem solid #7d8c9b;background:#fff;z-index:1050;max-height:16.25em;overflow-y:auto}html.light .dropdown__options--right{right:0;left:auto}html.light .dropdown__options--up{bottom:100%;top:auto}html.light .dropdown__option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;color:#1f505b}html.light .dropdown__option--highlighted{background:#f4f4f6}html.light .dropdown__option:hover{background:#f4f4f6}html.light .dropdown__psuedo-option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;position:sticky;bottom:0;background:#fff}html.light .dropdown__psuedo-option:hover{color:#0f1828}html.light .dropdown__search input[type=search]{background:none;color:#0f1828;padding:0.75em;border:0;border-radius:0;border-bottom:1px solid #e6e7eb}html.light .dropdown-inline{display:inline-block}html.light .dropdown--button{background:none;border-color:#1f505b;border-radius:0.25rem}html.light .dropdown--button .dropdown__selected-text--default{color:#1f505b}html.light .dropdown--button .dropdown__arrow{color:#1f505b}html.light .dropdown--button--brand{color:#1f505b}html.light .dropdown--button:hover{background:#1f505b;color:#fff}html.light .dropdown--button:hover .dropdown__selected-text--default{color:#fff}html.light .dropdown--button:hover .dropdown__arrow{color:#fff}html.light .dropdown-small{width:3.75em}html.light .dropdown-small .dropdown__option{line-height:1;font-size:0.8125rem;font-weight:normal;padding:0.125em}html.light .dropdown-height{height:2.5em}html.light .DropdownCheckboxMultiSelect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:none;line-height:normal;cursor:pointer;white-space:nowrap}html.light .DropdownCheckboxMultiSelect.dropdown-is-shown{border-bottom-right-radius:0;border-bottom-left-radius:0}html.light .DropdownCheckboxMultiSelect .dropdown-options{border:0.0625rem solid #7d8c9b;color:#000;position:absolute;top:100%;background-color:#fff;z-index:1050;max-height:260px;overflow:auto;min-width:180px;max-width:240px;left:-0.0625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}html.light .DropdownCheckboxMultiSelect .dropdown-options__search{margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0}html.light .DropdownCheckboxMultiSelect .dropdown-options__select-all{font-size:.9rem}html.light .DropdownCheckboxMultiSelect .dropdown-options__select-all__label{vertical-align:middle}html.light .DropdownCheckboxMultiSelect .dropdown-options__select-all__btn-label{color:#138b9f;vertical-align:middle;font-weight:600;font-size:.9rem}html.light .publish-integrations-selector .DropdownCheckboxMultiSelect .dropdown-options .checkbox:not(:last-child){margin-bottom:5px}html.light .dropdown-checklist__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .dropdown-checklist__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .dropdown-checklist__search__input{margin-bottom:10px}html.light .dropdown-checklist__items-list{overflow-x:hidden;overflow-y:auto}html.light .dropdown-checklist__item{height:35px;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .dropdown-checklist__item:hover{opacity:1}html.light .dropdown-checklist__item--selected{opacity:1;background-color:#f4f4f6}html.light .dropdown-checklist__item__info{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .dropdown-checklist__item__info img{height:25px;width:25px;border-radius:50%;margin:0 10px}html.light .dropdown-checklist__item .checkbox{margin-right:25px;margin-top:5px}html.light .dropdown-checklist__item .checkbox label:after{border-color:#1f505b}html.light .edit-text__container{margin:0;border:0;outline:0;padding:0;background:none;vertical-align:inherit;white-space:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;-webkit-box-shadow:inherit;box-shadow:inherit;position:relative;display:inline-block;max-width:calc(100% - 2.1em)}html.light .edit-text__width-setter{margin:0;border:0;outline:0;padding:0;background:none;vertical-align:inherit;white-space:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;-webkit-box-shadow:inherit;box-shadow:inherit;color:rgba(0,0,0,0);white-space:pre}inputhtml.light .edit-text__input{margin:0;border:0;outline:0;padding:0;background:none;vertical-align:inherit;white-space:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;-webkit-box-shadow:inherit;box-shadow:inherit;position:absolute;top:0;right:0;bottom:0;left:0;height:auto;min-width:0.25em}html.light .edit-text__edit-button{vertical-align:middle}html.light .edit-text__save-button{position:relative;vertical-align:middle}html.light .edit-text__current-value{max-width:calc(100% - 2.1em);overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;white-space:nowrap}html.light .flash{position:relative;display:inline-block;padding:1.25em 1.5625em;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:440px;max-width:640px;padding-right:220px;line-height:1.2;color:#fff;background:#1f505b;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61)}html.light .flash .flash__close{background:hsl(191,49.1803278689%,13.9215686275%)}html.light .flash__container{pointer-events:none;position:fixed;top:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1060;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .flash__title{margin-bottom:2px}html.light .flash__icon{font-size:2.125rem}html.light .flash__close{background:hsl(191,49.1803278689%,13.9215686275%);width:180px;position:absolute;top:0;bottom:0;right:0;cursor:pointer;border-bottom-right-radius:0.375rem}html.light .flash__close:hover{opacity:.9}html.light .flash__close .icon{position:relative;top:1px}html.light .flash a{color:#fff;text-decoration:underline}html.light .flash--warning{background:#ffb924;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61);color:#fff}html.light .flash--warning .flash__close{background:rgb(240,163.2876712329,0)}html.light .flash--warning a{color:#fff}html.light .flash--alert{background:#db4a2b;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61)}html.light .flash--alert .flash__close{background:rgb(180.3709677419,57.0040322581,30.6290322581)}html.light .flash--success{background:#5dc09c;-webkit-box-shadow:0 2px 24px 4px rgba(0,0,0,.61);box-shadow:0 2px 24px 4px rgba(0,0,0,.61)}html.light .flash--success .flash__close{background:rgb(65.52,168.48,131.04)}html.light .grouped-checkbox-item-chooser .dropdown__options{background:#ededef}html.light .grouped-checkbox-item-chooser__group-row,html.light .grouped-checkbox-item-chooser__group{background:#fff;border-radius:0.25rem}html.light .grouped-checkbox-item-chooser__group-checkbox{position:relative;left:1px;top:11px}html.light .grouped-checkbox-item-chooser__item{border-radius:0.25rem}html.light .grouped-checkbox-item-chooser__item:not(:first-of-type){margin-top:.7rem}html.light .grouped-checkbox-item-chooser__item:last-of-type{margin-bottom:.7rem}html.light .icon-dropdown{position:relative;display:inline-block}html.light .icon-dropdown__link{cursor:pointer;outline:none;color:#7d8c9b}html.light .icon-dropdown__link:hover{opacity:.75}html.light .icon-dropdown__scrim{background-color:rgba(0,0,0,.25)}html.light .icon-dropdown__list{font-size:0.8125rem;font-weight:bold;list-style:none;padding:0;margin:0;position:absolute;top:0;right:0;z-index:1050;background:#fff;border:0.0625rem solid #7d8c9b;border-radius:4px;-webkit-box-shadow:0 4px 40px 0 rgba(0,0,0,.6);box-shadow:0 4px 40px 0 rgba(0,0,0,.6);padding:1rem}html.light .icon-dropdown__list--scrollable{max-height:250px;overflow-y:scroll}html.light .icon-dropdown__list--left{right:auto;left:0}html.light .icon-dropdown__list--bottom{top:auto;bottom:0}html.light .icon-dropdown__list li{white-space:nowrap;line-height:2}html.light .image{line-height:0}html.light .image>.loader{position:absolute;opacity:.5}html.light .integration-selector__button .sub-account-label,html.light .integration-selector__button i{-webkit-transition:300ms;transition:300ms}html.light .integration-selector__button-value{color:#1f505b;-webkit-transition:300ms;transition:300ms}html.light .integration-selector__button:hover .integration-selector__button-value,html.light .integration-selector__button:hover i,html.light .integration-selector__button:hover .sub-account-label{opacity:1;color:#0f1828}html.light .integration-selector__panel{border:0.0625rem solid #e6e7eb;min-width:500px;background-color:#fff;font-size:1rem;z-index:1050;-webkit-box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);right:0}html.light .integration-selector__panel__alternate{background:#fff;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6)}html.light .integration-selector__panel__dropdown{background:#fff;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6)}html.light .integration-selector__panel__dropdown .border-bottom{border-bottom-color:#7d8c9b}html.light .integration-selector__group-row,html.light .integration-selector__location{background:#e6e7eb;border-radius:.25rem;padding:.7rem;margin-bottom:.5rem}html.light .integration-selector__group-row:focus,html.light .integration-selector__location:focus{outline:1px dotted #1f505b}html.light .integration-selector__location-checkbox{position:relative;left:1px;top:11px}html.light .integration-selector .integrations{max-height:70vh;overflow-y:auto;padding-left:2px}html.light .integration-selector__integration-row{margin-top:.7rem}html.light .integration-selector__integration-row:not(:last-of-type){margin-bottom:.7rem}html.light .integration-selector .dropdownFilters{max-width:600px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}html.light .integration-selector .location-attribute-dropdown-container{min-width:8.125rem}html.light .integration-selector .location-attribute-dropdown-container .dropdown{height:1.5em;min-width:inherit}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container{height:inherit;min-width:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:0.8125rem}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container .dropdown__selected-text input{height:inherit}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options{font-size:0.8125rem}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options label{font-size:0.8125rem}html.light .loader{display:inline-block;position:relative;width:72px;height:34px}html.light .loader svg{overflow:visible}html.light .loader svg path{fill:none}html.light .loader svg circle:nth-of-type(1){fill:hsl(150,75%,50%);-webkit-box-shadow:0 0 5px hsl(150,75%,50%);box-shadow:0 0 5px hsl(150,75%,50%);-webkit-svg-shadow:0 0 5px hsl(150,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 127.5, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 127.5, 0.4))}html.light .loader svg circle:nth-of-type(2){fill:hsl(152,75%,50%);-webkit-box-shadow:0 0 5px hsl(152,75%,50%);box-shadow:0 0 5px hsl(152,75%,50%);-webkit-svg-shadow:0 0 5px hsl(152,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 133.875, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 133.875, 0.4))}html.light .loader svg circle:nth-of-type(3){fill:hsl(154,75%,50%);-webkit-box-shadow:0 0 5px hsl(154,75%,50%);box-shadow:0 0 5px hsl(154,75%,50%);-webkit-svg-shadow:0 0 5px hsl(154,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 140.25, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 140.25, 0.4))}html.light .loader svg circle:nth-of-type(4){fill:hsl(156,75%,50%);-webkit-box-shadow:0 0 5px hsl(156,75%,50%);box-shadow:0 0 5px hsl(156,75%,50%);-webkit-svg-shadow:0 0 5px hsl(156,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 146.625, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 146.625, 0.4))}html.light .loader svg circle:nth-of-type(5){fill:hsl(158,75%,50%);-webkit-box-shadow:0 0 5px hsl(158,75%,50%);box-shadow:0 0 5px hsl(158,75%,50%);-webkit-svg-shadow:0 0 5px hsl(158,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 153, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 153, 0.4))}html.light .loader svg circle:nth-of-type(6){fill:hsl(160,75%,50%);-webkit-box-shadow:0 0 5px hsl(160,75%,50%);box-shadow:0 0 5px hsl(160,75%,50%);-webkit-svg-shadow:0 0 5px hsl(160,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 159.375, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 159.375, 0.4))}html.light .loader svg circle:nth-of-type(7){fill:hsl(162,75%,50%);-webkit-box-shadow:0 0 5px hsl(162,75%,50%);box-shadow:0 0 5px hsl(162,75%,50%);-webkit-svg-shadow:0 0 5px hsl(162,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 165.75, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 165.75, 0.4))}html.light .loader svg circle:nth-of-type(8){fill:hsl(164,75%,50%);-webkit-box-shadow:0 0 5px hsl(164,75%,50%);box-shadow:0 0 5px hsl(164,75%,50%);-webkit-svg-shadow:0 0 5px hsl(164,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 172.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 172.125, 0.4))}html.light .loader svg circle:nth-of-type(9){fill:hsl(166,75%,50%);-webkit-box-shadow:0 0 5px hsl(166,75%,50%);box-shadow:0 0 5px hsl(166,75%,50%);-webkit-svg-shadow:0 0 5px hsl(166,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 178.5, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 178.5, 0.4))}html.light .loader svg circle:nth-of-type(10){fill:hsl(168,75%,50%);-webkit-box-shadow:0 0 5px hsl(168,75%,50%);box-shadow:0 0 5px hsl(168,75%,50%);-webkit-svg-shadow:0 0 5px hsl(168,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 184.875, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 184.875, 0.4))}html.light .loader svg circle:nth-of-type(11){fill:hsl(170,75%,50%);-webkit-box-shadow:0 0 5px hsl(170,75%,50%);box-shadow:0 0 5px hsl(170,75%,50%);-webkit-svg-shadow:0 0 5px hsl(170,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 191.25, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 191.25, 0.4))}html.light .loader svg circle:nth-of-type(12){fill:hsl(172,75%,50%);-webkit-box-shadow:0 0 5px hsl(172,75%,50%);box-shadow:0 0 5px hsl(172,75%,50%);-webkit-svg-shadow:0 0 5px hsl(172,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 197.625, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 197.625, 0.4))}html.light .loader svg circle:nth-of-type(13){fill:hsl(174,75%,50%);-webkit-box-shadow:0 0 5px hsl(174,75%,50%);box-shadow:0 0 5px hsl(174,75%,50%);-webkit-svg-shadow:0 0 5px hsl(174,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 204, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 204, 0.4))}html.light .loader svg circle:nth-of-type(14){fill:hsl(176,75%,50%);-webkit-box-shadow:0 0 5px hsl(176,75%,50%);box-shadow:0 0 5px hsl(176,75%,50%);-webkit-svg-shadow:0 0 5px hsl(176,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 210.375, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 210.375, 0.4))}html.light .loader svg circle:nth-of-type(15){fill:hsl(178,75%,50%);-webkit-box-shadow:0 0 5px hsl(178,75%,50%);box-shadow:0 0 5px hsl(178,75%,50%);-webkit-svg-shadow:0 0 5px hsl(178,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 216.75, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 216.75, 0.4))}html.light .loader svg circle:nth-of-type(16){fill:hsl(180,75%,50%);-webkit-box-shadow:0 0 5px hsl(180,75%,50%);box-shadow:0 0 5px hsl(180,75%,50%);-webkit-svg-shadow:0 0 5px hsl(180,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 223.125, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(17){fill:hsl(182,75%,50%);-webkit-box-shadow:0 0 5px hsl(182,75%,50%);box-shadow:0 0 5px hsl(182,75%,50%);-webkit-svg-shadow:0 0 5px hsl(182,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 216.75, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 216.75, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(18){fill:hsl(184,75%,50%);-webkit-box-shadow:0 0 5px hsl(184,75%,50%);box-shadow:0 0 5px hsl(184,75%,50%);-webkit-svg-shadow:0 0 5px hsl(184,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 210.375, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 210.375, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(19){fill:hsl(186,75%,50%);-webkit-box-shadow:0 0 5px hsl(186,75%,50%);box-shadow:0 0 5px hsl(186,75%,50%);-webkit-svg-shadow:0 0 5px hsl(186,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 204, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 204, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(20){fill:hsl(188,75%,50%);-webkit-box-shadow:0 0 5px hsl(188,75%,50%);box-shadow:0 0 5px hsl(188,75%,50%);-webkit-svg-shadow:0 0 5px hsl(188,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 197.625, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 197.625, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(21){fill:hsl(190,75%,50%);-webkit-box-shadow:0 0 5px hsl(190,75%,50%);box-shadow:0 0 5px hsl(190,75%,50%);-webkit-svg-shadow:0 0 5px hsl(190,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 191.25, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 191.25, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(22){fill:hsl(192,75%,50%);-webkit-box-shadow:0 0 5px hsl(192,75%,50%);box-shadow:0 0 5px hsl(192,75%,50%);-webkit-svg-shadow:0 0 5px hsl(192,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 184.875, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 184.875, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(23){fill:hsl(194,75%,50%);-webkit-box-shadow:0 0 5px hsl(194,75%,50%);box-shadow:0 0 5px hsl(194,75%,50%);-webkit-svg-shadow:0 0 5px hsl(194,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 178.5, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 178.5, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(24){fill:hsl(196,75%,50%);-webkit-box-shadow:0 0 5px hsl(196,75%,50%);box-shadow:0 0 5px hsl(196,75%,50%);-webkit-svg-shadow:0 0 5px hsl(196,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 172.125, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 172.125, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(25){fill:hsl(198,75%,50%);-webkit-box-shadow:0 0 5px hsl(198,75%,50%);box-shadow:0 0 5px hsl(198,75%,50%);-webkit-svg-shadow:0 0 5px hsl(198,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 165.75, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 165.75, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(26){fill:hsl(200,75%,50%);-webkit-box-shadow:0 0 5px hsl(200,75%,50%);box-shadow:0 0 5px hsl(200,75%,50%);-webkit-svg-shadow:0 0 5px hsl(200,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 159.375, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 159.375, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(27){fill:hsl(202,75%,50%);-webkit-box-shadow:0 0 5px hsl(202,75%,50%);box-shadow:0 0 5px hsl(202,75%,50%);-webkit-svg-shadow:0 0 5px hsl(202,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 153, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 153, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(28){fill:hsl(204,75%,50%);-webkit-box-shadow:0 0 5px hsl(204,75%,50%);box-shadow:0 0 5px hsl(204,75%,50%);-webkit-svg-shadow:0 0 5px hsl(204,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 146.625, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 146.625, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(29){fill:hsl(206,75%,50%);-webkit-box-shadow:0 0 5px hsl(206,75%,50%);box-shadow:0 0 5px hsl(206,75%,50%);-webkit-svg-shadow:0 0 5px hsl(206,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 140.25, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 140.25, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(30){fill:hsl(208,75%,50%);-webkit-box-shadow:0 0 5px hsl(208,75%,50%);box-shadow:0 0 5px hsl(208,75%,50%);-webkit-svg-shadow:0 0 5px hsl(208,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 133.875, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 133.875, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(31){fill:hsl(210,75%,50%);-webkit-box-shadow:0 0 5px hsl(210,75%,50%);box-shadow:0 0 5px hsl(210,75%,50%);-webkit-svg-shadow:0 0 5px hsl(210,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 127.5, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 127.5, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(32){fill:hsl(212,75%,50%);-webkit-box-shadow:0 0 5px hsl(212,75%,50%);box-shadow:0 0 5px hsl(212,75%,50%);-webkit-svg-shadow:0 0 5px hsl(212,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 121.125, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 121.125, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(33){fill:hsl(214,75%,50%);-webkit-box-shadow:0 0 5px hsl(214,75%,50%);box-shadow:0 0 5px hsl(214,75%,50%);-webkit-svg-shadow:0 0 5px hsl(214,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 114.75, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 114.75, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(34){fill:hsl(216,75%,50%);-webkit-box-shadow:0 0 5px hsl(216,75%,50%);box-shadow:0 0 5px hsl(216,75%,50%);-webkit-svg-shadow:0 0 5px hsl(216,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 108.375, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 108.375, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(35){fill:hsl(218,75%,50%);-webkit-box-shadow:0 0 5px hsl(218,75%,50%);box-shadow:0 0 5px hsl(218,75%,50%);-webkit-svg-shadow:0 0 5px hsl(218,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 102, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 102, 223.125, 0.4))}html.light .loader svg circle:nth-of-type(36){fill:hsl(220,75%,50%);-webkit-box-shadow:0 0 5px hsl(220,75%,50%);box-shadow:0 0 5px hsl(220,75%,50%);-webkit-svg-shadow:0 0 5px hsl(220,75%,50%);-webkit-filter:drop-shadow(0px 0px 3px rgba(31.875, 95.625, 223.125, 0.4));filter:drop-shadow(0px 0px 3px rgba(31.875, 95.625, 223.125, 0.4))}html.light .modal{z-index:1050;position:fixed;top:0;right:0;bottom:0;left:0;background-color:hsla(0,0%,100%,.6);overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 0}html.light .modal__content{border:0.0625rem solid #7d8c9b;overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;text-align:left;background-color:#fff;border-radius:4px;position:relative;margin:auto;padding:25px;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6)}html.light .modal__content.fullscreen{width:calc(100% - 90px);height:calc(100% - 90px)}@media(min-width: 48rem){html.light .modal__content{width:calc(48rem - 60px)}html.light .modal__content.extra-width{width:calc(48rem + 60px)}html.light .modal__content.fullscreen{width:calc(100% - 90px);height:calc(100% - 90px)}}html.light .modal__divider-border{border-bottom:0.0625rem solid #e6e7eb;height:1px;margin-right:-25px;margin-left:-25px;width:calc(100% + 50px)}html.light .modal__close{position:absolute;top:10px;right:12px;cursor:pointer}html.light .modal__close:hover{opacity:.8}html.light .modal.full-height .modal__content{height:100%;overflow-y:hidden}html.light .multiple-item-selector-panel__container{position:absolute;right:0;top:0;width:28.125em;max-width:100vw;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .multiple-item-selector-panel__search input[type=search]{background-color:#fff;margin:0.5em 0 0.5em 0}html.light .multiple-item-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.light .multiple-item-selector-panel__group{margin:1px 0 0 1px}html.light .multiple-item-selector-panel__group__header{background-color:#e6e7eb}html.light .multiple-item-selector-panel__group__header:focus{outline:1px dotted #1f505b}html.light .multiple-item-selector-panel__item .icon{display:none}html.light .multiple-item-selector-panel__item button:focus{border-radius:50px;padding:4px 4px 0 4px}html.light .multiple-item-selector-panel__item:hover .icon{display:inline}html.light .nav-tabs__list{padding:0;margin:0;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .nav-tabs__tab{display:inline-block;position:relative;padding:.5em 1em;border-bottom:2px solid rgba(0,0,0,0);-webkit-transition:border-color 300ms;transition:border-color 300ms;cursor:pointer}html.light .nav-tabs__tab a{color:#6b7676;display:inline-block;font-size:0.9375rem;padding:0.9375em 1em;-webkit-transition:color 300ms;transition:color 300ms;font-weight:normal}html.light .nav-tabs__tab a:hover{color:#1f505b}html.light .nav-tabs__tab--selected{border-bottom:2px solid #1f505b;cursor:default}html.light .nav-tabs__tab--selected a{color:#138b9f;font-weight:bold}html.light .nav-tabs__tab--h2 a{font-size:1.125rem}html.light .nav-tabs--caret .nav-tabs__list{margin:0;height:3.75em}html.light .nav-tabs--caret .nav-tabs__tab{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3.75em;border:none}html.light .nav-tabs--caret .nav-tabs__tab a{display:block;padding:0;color:#888;letter-spacing:0.0625em}html.light .nav-tabs--caret .nav-tabs__tab a:hover{color:#0f1828}html.light .nav-tabs--caret .nav-tabs__tab--selected{border:none}html.light .nav-tabs--caret .nav-tabs__tab--selected a{color:#1f505b}html.light .nav-tabs--caret .nav-tabs__tab--selected:before,html.light .nav-tabs--caret .nav-tabs__tab--selected:after{content:"";display:block;height:0;left:50%;bottom:-1px;position:absolute;width:0}html.light .nav-tabs--caret .nav-tabs__tab--selected:before{border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);margin-left:-10px}html.light .nav-tabs--caret .nav-tabs__tab--selected:after{border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff;margin-left:-8px}html.light .nav-tabs--product .nav-tabs__tab:before{border-bottom-color:#138b9f}html.light .nav-tabs--border .nav-tabs__list{border-bottom:1px solid #e6e7eb;height:3.75em1}html.light .notifications-panel{position:relative}html.light .notifications-panel__button{position:relative}html.light .notifications-panel__button__icon{font-size:1.25rem;color:#7d8c9b}html.light .notifications-panel__button__badge{position:absolute;top:-5px;right:-5px;height:18px;min-width:18px;font-size:0.8125rem;padding:0 3px;background-color:#db4a2b;border-radius:50%;color:#f2f2f2;text-align:center}html.light .notifications-panel__container{position:absolute;top:1px;right:-10px;width:385px;max-width:100vw;background:#f4f4f6;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050;padding-top:.15em}html.light .notifications-panel__container .notifications-panel__button{position:absolute;top:14px;right:9px}html.light .notifications-panel__header{padding:60px 20px 10px 20px;border-bottom:1px solid #e6e7eb}html.light .notifications-panel__footer{border-top:1px solid #e6e7eb;padding:10px 0 20px 0}html.light .notifications-panel__body{max-height:400px;overflow-y:auto}html.light .notifications-panel__item{color:#0f1828;border-bottom:1px solid #e6e7eb;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:15px}html.light .notifications-panel__item:last-child{border-bottom:0}html.light .notifications-panel__item:hover{background-color:rgba(230,231,235,.5);cursor:pointer}html.light .notifications-panel__item:hover .icon--checkmark{display:block}html.light .notifications-panel__item__status{margin-top:5px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .notifications-panel__item__status:after{content:"";display:block;width:8px;height:8px;border-radius:50%;margin:0 10px;background-color:#1f505b}html.light .notifications-panel__item .user-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-top:5px}html.light .notifications-panel__item__content{margin:0 10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light .notifications-panel__item__time{width:20%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .notifications-panel__item .icon--checkmark{display:none}html.light .notifications-panel__item .notification-avatar{width:3rem;height:3rem}html.light .product-nav{position:absolute;top:0;height:3.75em;min-height:3.75em;left:0;right:0;z-index:890;background:#fff;padding:0 45px}html.light .product-nav .dropdown{height:auto}html.light .product-nav .icon--more{font-size:2.25rem}html.light .product-nav .icon--more-vertical:not(.button){font-size:1.25rem}html.light .search-header-part input[type=search]{background-color:#fff;border:0.0625rem solid #e6e7eb}html.light .product-tour-callout{position:absolute;z-index:11101;border:none;border-radius:6px;padding:1.25rem;background:#e6e7eb;-webkit-box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);width:350px}html.light .product-tour-callout__title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .product-tour-callout__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;overflow-y:auto}html.light .product-tour-callout__buttons{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .product-tour-callout h2{margin-top:0}html.light .product-tour-callout:before{content:" ";position:absolute;width:32px;height:32px}html.light .product-tour-callout:after{content:" ";position:absolute;width:calc(32px - 2px);height:calc(32px - 2px)}html.light .product-tour-callout--right-top{margin-left:16px;margin-top:calc(-280px + 32px)}html.light .product-tour-callout--right-top:before{right:100%;border-right:16px solid #fff;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);bottom:16px}html.light .product-tour-callout--right-top:after{right:100%;border-right:15px solid #e6e7eb;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);bottom:calc(16px + 1px)}html.light .product-tour-callout--right{margin-left:16px;margin-top:calc(-280px/2)}html.light .product-tour-callout--right:before{right:100%;border-right:16px solid #fff;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:calc(280px/2 - 16px)}html.light .product-tour-callout--right:after{right:100%;border-right:15px solid #e6e7eb;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(280px/2 - 16px + 1px)}html.light .product-tour-callout--right-bottom{margin-left:16px;margin-top:-32px}html.light .product-tour-callout--right-bottom:before{right:100%;border-right:16px solid #fff;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:16px}html.light .product-tour-callout--right-bottom:after{right:100%;border-right:15px solid #e6e7eb;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(16px + 1px)}html.light .product-tour-callout--bottom{margin-top:16px;margin-left:calc(-280px/2)}html.light .product-tour-callout--bottom:before{bottom:100%;border-bottom:16px solid #fff;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:calc(280px/2 - 16px)}html.light .product-tour-callout--bottom:after{bottom:100%;border-bottom:15px solid #e6e7eb;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(280px/2 - 16px + 1px)}html.light .product-tour-callout--bottom-right{margin-top:16px;margin-left:-32px}html.light .product-tour-callout--bottom-right:before{bottom:100%;border-bottom:16px solid #fff;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:16px}html.light .product-tour-callout--bottom-right:after{bottom:100%;border-bottom:15px solid #e6e7eb;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(16px + 1px)}html.light .product-tour-callout--bottom-left{margin-top:16px;margin-left:calc(-350px + 32px)}html.light .product-tour-callout--bottom-left:before{bottom:100%;border-bottom:16px solid #fff;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);right:16px}html.light .product-tour-callout--bottom-left:after{bottom:100%;border-bottom:15px solid #e6e7eb;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);right:calc(16px + 1px)}html.light .product-tour-callout--left-top{margin-left:calc(-350px - 16px);margin-top:calc(-280px + 32px)}html.light .product-tour-callout--left-top:before{left:100%;border-left:16px solid #fff;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);bottom:16px}html.light .product-tour-callout--left-top:after{left:100%;border-left:15px solid #e6e7eb;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);bottom:calc(16px + 1px)}html.light .product-tour-callout--left{margin-left:calc(-350px - 16px);margin-top:calc(-280px/2)}html.light .product-tour-callout--left:before{left:100%;border-left:16px solid #fff;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:calc(280px/2 - 16px)}html.light .product-tour-callout--left:after{left:100%;border-left:15px solid #e6e7eb;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(280px/2 - 16px + 1px)}html.light .product-tour-callout--left-bottom{margin-left:calc(-350px - 16px);margin-top:-32px}html.light .product-tour-callout--left-bottom:before{left:100%;border-left:16px solid #fff;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);top:16px}html.light .product-tour-callout--left-bottom:after{left:100%;border-left:15px solid #e6e7eb;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);top:calc(16px + 1px)}html.light .product-tour-callout--top{margin-top:calc(-280px - 16px);margin-left:calc(-350px/2)}html.light .product-tour-callout--top:before{top:100%;border-top:16px solid #fff;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:calc(280px/2 - 16px)}html.light .product-tour-callout--top:after{top:100%;border-top:15px solid #e6e7eb;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(280px/2 - 16px + 1px)}html.light .product-tour-callout--top-right{margin-top:calc(-280px - 16px);margin-left:-32px}html.light .product-tour-callout--top-right:before{top:100%;border-top:16px solid #fff;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);left:16px}html.light .product-tour-callout--top-right:after{top:100%;border-top:15px solid #e6e7eb;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);left:calc(16px + 1px)}html.light .product-tour-callout--top-left{margin-top:calc(-280px - 16px);margin-left:calc(-350px + 32px)}html.light .product-tour-callout--top-left:before{top:100%;border-top:16px solid #fff;border-right:16px solid rgba(0,0,0,0);border-left:16px solid rgba(0,0,0,0);right:16px}html.light .product-tour-callout--top-left:after{top:100%;border-top:15px solid #e6e7eb;border-right:15px solid rgba(0,0,0,0);border-left:15px solid rgba(0,0,0,0);right:calc(16px + 1px)}html.light .progress-bar{border:0.0625rem solid #1f505b;position:relative;-webkit-transition:100ms;transition:100ms}html.light .progress-bar .progress-bar__colored-bar{position:absolute;height:100%;border-style:none;background-image:-webkit-gradient(linear, left top, right top, from(transparent), to(rgba(31, 80, 91, 0.4)));background-image:linear-gradient(to right, transparent, rgba(31, 80, 91, 0.4));background-position:center right;background-size:15.625em 100%;background-repeat:no-repeat;background-color:rgba(31,80,91,.2);-webkit-transition:100ms;transition:100ms}html.light .progress-bar .progress-bar__colored-bar::after{content:"";position:absolute;top:0;right:-0.0625em;bottom:0;width:0.1875em;background-color:rgb(24.6,57.6,70.6);-webkit-transition:100ms;transition:100ms}html.light .progress-bar .progress-bar__text{position:relative;color:#0f1828;text-shadow:0 0 0.0625em #fff;-webkit-transition:100ms;transition:100ms}html.light .progress-bar--warning{border:0.0625rem solid #ffb924}html.light .progress-bar--warning .progress-bar__colored-bar{background-image:-webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 185, 36, 0.4)));background-image:linear-gradient(to right, transparent, rgba(255, 185, 36, 0.4));background-position:center right;background-size:15.625em 100%;background-repeat:no-repeat;background-color:rgba(255,185,36,.2)}html.light .progress-bar--warning .progress-bar__colored-bar::after{background-color:rgb(159,120.6,37.6)}html.light .progress-bar--warning .progress-bar__text{color:#ffb924}html.light .progress-bar--error{border:0.0625rem solid #db4a2b}html.light .progress-bar--error .progress-bar__colored-bar{background-image:-webkit-gradient(linear, left top, right top, from(transparent), to(rgba(219, 74, 43, 0.4)));background-image:linear-gradient(to right, transparent, rgba(219, 74, 43, 0.4));background-position:center right;background-size:15.625em 100%;background-repeat:no-repeat;background-color:rgba(219,74,43,.2)}html.light .progress-bar--error .progress-bar__colored-bar::after{background-color:rgb(137.4,54,41.8)}html.light .progress-bar--error .progress-bar__text{color:#db4a2b}html.light .progress-bar-basic{border:0.0625rem solid #0f1828;border-radius:15px;height:15px;margin-top:20px;position:relative;-webkit-transition:100ms;transition:100ms}html.light .progress-bar-basic .progress-bar__colored-bar{position:absolute;height:100%;border-style:none;border-radius:15px 0 0 15px;background-color:#0f1828;-webkit-transition:100ms;transition:100ms}html.light .progress-bar-basic .progress-bar__label{position:absolute;top:-22px;left:0;color:#0f1828}html.light .progress-bar-basic .progress-bar__text{position:absolute;top:-22px;right:0;color:#0f1828;-webkit-transition:100ms;transition:100ms}html.light .progress-bar-basic--warning{border:0.0625rem solid #ffb924}html.light .progress-bar-basic--warning .progress-bar__colored-bar{background-color:#ffb924}html.light .progress-bar-basic--warning .progress-bar__text{color:#ffb924}html.light .progress-bar-basic--error{border:0.0625rem solid #db4a2b}html.light .progress-bar-basic--error .progress-bar__colored-bar{background-color:#db4a2b}html.light .progress-bar-basic--error .progress-bar__text{color:#db4a2b}html.light .radio div input[type=radio]{float:left;opacity:0}html.light .radio div input[type=radio]:checked+label:before{background-color:#1f505b}html.light .radio div input[type=radio]:disabled+label,html.light .radio div input[type=radio]:disabled+label:after{opacity:.6;cursor:default}html.light .radio div label{display:block;position:relative;cursor:pointer;outline:none;padding-left:1.625em}html.light .radio div label:before,html.light .radio div label:after{position:absolute;content:"";border-radius:50%;display:inline-block}html.light .radio div label:before{left:2px;top:6px;width:12px;height:12px}html.light .radio div label:after{border:0.0625rem solid #7d8c9b;top:3px;left:-1px;width:18px;height:18px}html.light .radio div label:focus:after{outline:1px dotted #1f505b}html.light .radio.full-justified>div{display:block;width:100%;-webkit-transition:.25s;transition:.25s}html.light .radio.full-justified>div:hover{background-color:rgba(136,136,136,.05)}html.light .radio.full-justified>div input{display:none}html.light .radio.full-justified>div label{padding:.5em 1.625em .5em .75em;display:block}html.light .radio.full-justified>div label:before{top:calc(.5em + 6px);right:calc(.75em + 2px);left:auto}html.light .radio.full-justified>div label:after{top:calc(.5em + 3px);right:calc(.75em - 1px);left:auto}html.light .reputation-notifications-panel{position:relative}html.light .reputation-notifications-panel__button{position:relative}html.light .reputation-notifications-panel__button__icon{font-size:1.25rem;color:#7d8c9b}html.light .reputation-notifications-panel__button__badge{position:absolute;top:-5px;right:-5px;height:18px;min-width:18px;font-size:0.8125rem;padding:0 3px;background-color:#db4a2b;border-radius:50%;color:#f2f2f2;text-align:center}html.light .reputation-notifications-panel__container{position:absolute;top:55px;right:-120px;width:500px;max-width:100vw;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .reputation-notifications-panel__container .reputation-notifications-panel__button{position:absolute;top:54px;right:119px}html.light .reputation-notifications-panel__body{max-height:80vh;overflow-y:auto}html.light .reputation-notifications-panel__group-title{background-color:#ededef}html.light .reputation-notifications-panel__item{background-color:#e4f9f9;color:#0f1828;border:1px solid rgba(0,0,0,0);font-size:.9em;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:15px;margin:10px 0}html.light .reputation-notifications-panel__item:first-child{margin-top:0}html.light .reputation-notifications-panel__item:last-child{margin-bottom:0}html.light .reputation-notifications-panel__item:hover{border:1px solid #e6e7eb;cursor:pointer}html.light .reputation-notifications-panel__item:hover .icon--checkmark{display:block}html.light .reputation-notifications-panel__item__text{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .reputation-notifications-panel__item__time{width:20%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .reputation-notifications-panel__item__icon.icon{color:#138b9f}html.light .reputation-notifications-panel__item__chevron{position:relative;top:calc(50% - .5em);left:0}html.light .scrollable-tabs{overflow:hidden;width:100%;position:relative}html.light .scrollable-tabs__scroller{-webkit-transition:.2s;transition:.2s;white-space:nowrap;position:relative;width:100%;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}html.light .scrollable-tabs__scroller::-webkit-scrollbar{width:0;height:0}html.light .scrollable-tabs__next-button{height:100%;position:absolute;right:0;top:0;cursor:pointer;background-color:#fff;color:#000;display:none}html.light .scrollable-tabs__next-button:hover{background-color:#fff}html.light .scrollable-tabs__next-button:focus{outline:none}html.light .scrollable-tabs__previous-button{height:100%;position:absolute;left:0;top:0;cursor:pointer;background-color:#fff;color:#000;display:none}html.light .scrollable-tabs__previous-button:hover{background-color:#fff}html.light .scrollable-tabs__previous-button:focus{outline:none}html.light .scrollable-tabs__tab{border-bottom:2px solid rgba(0,0,0,0);padding:0 0.25em;display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;-webkit-transition:border-color 300ms;transition:border-color 300ms;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;overflow:hidden;color:#1f505b;text-transform:uppercase}html.light .scrollable-tabs__tab:not(:first-of-type){margin-left:0.5em}html.light .scrollable-tabs__tab--selected{border-bottom:2px solid #1f505b}html.light .search-multi-select{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:0.25rem;border:0.0625rem solid rgba(0,0,0,0)}html.light .search-multi-select--dropdown-is-shown{border:0.0625rem solid #7d8c9b;border-bottom-right-radius:0;border-bottom-left-radius:0}html.light .search-multi-select__select,html.light .search-multi-select__select--short{padding:0.25em;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .search-multi-select__select--short{max-height:120px;overflow:auto}html.light .search-multi-select__dropdown-options{border:0.0625rem solid #7d8c9b;position:absolute;top:100%;background:#fff;z-index:1050;max-height:260px;overflow:auto;width:calc(100% + 2*0.0625rem);left:-0.0625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}html.light .search-multi-select__dropdown-options--small{max-height:175px}html.light .search-multi-select__option{padding:10px;cursor:pointer}html.light .search-multi-select__option--highlighted{background:#fff}html.light .search-multi-select__option:hover{background:#fff}html.light .search-multi-select__item{background-color:#f4f4f6;margin-top:2px;margin-bottom:2px}html.light .search-multi-select__search-input,html.light .search-multi-select__placeholder{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}html.light .search-multi-select__search-input.grow,html.light .search-multi-select__placeholder.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light .search-multi-select__search-input::-webkit-input-placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select__search-input::-moz-placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select__search-input::-ms-input-placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select__search-input::placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select:focus{outline:1px dotted #1f505b}html.light .segment-selector-panel__container{position:absolute;right:0;top:0;width:56.25em;max-width:100vw;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .segment-selector-panel__search input[type=search]{background-color:#fff;margin:0.5em 0 0.5em 0}html.light .segment-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.light .segment-selector-panel__scroll-container-right{max-height:calc(100vh - (3.75em + 50px + 74px));overflow-y:scroll}html.light .segment-selector-panel__group{margin:1px 0 0 1px}html.light .segment-selector-panel__group__header{background-color:#e6e7eb}html.light .segment-selector-panel__group__header:focus{outline:1px dotted #1f505b}html.light .segment-selector-panel__segment .icon{display:none}html.light .segment-selector-panel__segment:hover .icon{display:inline}html.light .segment-selector-panel__rule-container{background-color:#e6e7eb}html.light .select-dropdown{border:0.0625rem solid #7d8c9b;background:#fff;height:2.5em;border-radius:0.25rem}html.light .select-dropdown--open{border:0.0625rem solid #7d8c9b;border-radius:0.25rem 0.25rem 0 0}html.light .select-dropdown__options{top:100%;left:-0.0625rem;min-width:calc(100% + 2px);border:0.0625rem solid #7d8c9b;border-radius:0 0 0.25rem 0.25rem;background:#fff;z-index:1050;max-height:16.25em;overflow-y:auto}html.light .select-dropdown__options__option{white-space:nowrap}html.light .select-dropdown__options__option--highlighted{background-color:#e6e7eb}html.light .select-dropdown__options__option--selected{color:#7d8c9b}html.light .selection-builder__list{margin:1em 0}html.light .selection-builder__add-word{-ms-flex-wrap:nowrap;flex-wrap:nowrap}html.light .selection-builder__add-word input{border-right:none}html.light .selection-builder__add-word .button,html.light .selection-builder__add-word .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .selection-builder__add-word a,html.graphite .image-uploader__dropzone__buttons html.light .selection-builder__add-word a{border-radius:0px;height:2.5rem}html.light .selection-builder .tag{display:inline-block;color:#888;border:1px solid #7d8c9b;padding:0.25em 0.5em 0.25em 1em;border-radius:0.25rem;border-width:0.0625rem;margin-right:0.5em}html.light .selection-builder .tag .icon--delete{background:rgba(0,0,0,0) url("https://assets.foundation.nuviapp.com/images/delete.svg?20231102") center center no-repeat;width:12px;height:12px;display:inline-block;margin-left:0.5em;cursor:pointer}html.light .selection-builder .tag .icon--delete:hover{opacity:.75}html.light .selector-panel--relative .selector-panel__container{position:relative;top:default}html.light .selector-panel__container{position:absolute;left:0;top:0;width:450px;max-width:100vw;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .selector-panel--right .selector-panel__container{left:auto;right:10px}html.light .selector-panel__list{list-style:none;padding:0px;margin:0px}html.light .selector-panel__list--scrollable{max-height:26.25rem;overflow-y:scroll}html.light .selector-panel__list__zero-state{text-align:center;padding:20px}html.light .selector-panel__list__message-element{text-align:center;color:#888;font-size:0.75rem;padding:0.3125rem 0}html.light .selector-panel__create{color:#5dc09c;padding:0 15px;display:block;line-height:32px}html.light .selector-panel__create__container{border-bottom:1px solid #e6e7eb;padding:10px 0}html.light .selector-panel__create:hover{background:#e6e7eb}html.light .selector-panel__item{padding:0 15px;cursor:pointer}html.light .selector-panel__item--current{color:#0f1828;font-weight:500;cursor:default}html.light .selector-panel__item__container{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid #e6e7eb}html.light .selector-panel__item--highlighted{background:#e6e7eb}html.light .selector-panel__item:hover{color:#0f1828;background:#e6e7eb}html.light .selector-panel__item img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;background:#e6e7eb;border-radius:3px;max-width:32px;max-height:32px}html.light .selector-panel__item__logo{margin-left:5px}html.light .selector-panel__item__initial{width:32px;height:32px;text-align:center;line-height:32px;background:#1f505b;border-radius:0.25rem;color:#fff;font-size:1.375rem;font-weight:500}html.light .selector-panel__item__name{margin-left:15px;line-height:32px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.light .selector-panel__item:hover .selector-panel__item__options{display:inline-block}html.light .selector-panel__item__options{display:none;padding:.5em;line-height:1em;cursor:pointer;-ms-flex-item-align:center;align-self:center;border-radius:2px;color:#1f505b}html.light .selector-panel__item__options svg{stroke:#1f505b;vertical-align:middle;margin-right:.25em}html.light .selector-panel__item__options:hover{background:#e6e7eb;color:#0f1828}html.light .selector-panel__item__options:hover svg{stroke:#0f1828}html.light .selector-panel__item__options:hover svg ellipse{stroke:#0f1828}html.light .selector-panel__head{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .selector-panel__search{padding:0 20px 20px 0}html.light .selector-panel__title{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;font-size:1.125rem;color:#0f1828;text-transform:uppercase;padding:20px 0 20px 20px;line-height:40px}html.light .slider-input{position:relative;line-height:1}html.light .slider-input .slider-input__range{padding:0}html.light .slider-input .slider-input__display-tooltip{background:#f4f4f6;-webkit-transition:opacity 300ms;transition:opacity 300ms;-webkit-box-shadow:0 1px 4px rgba(230,231,235,.4);box-shadow:0 1px 4px rgba(230,231,235,.4);padding:5px;position:absolute;left:0}html.light .slider-input .slider-input__display-tooltip:focus{opacity:1}html.light .slider-input .slider-input__display-tooltip span{overflow-wrap:normal;word-break:normal}html.light .slider-input .slider-input__display-tooltip input{width:80px}html.light .slider-input .slider-input__display-tooltip-higher{top:-3.7em}html.light .slider-input .slider-input__display-value{background:#fff;-webkit-transition:opacity 300ms;transition:opacity 300ms;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1);box-shadow:0 1px 4px rgba(0,0,0,.1);opacity:0;width:auto;max-width:100px;min-width:30px;top:-1.7em}html.light .slider-input .slider-input__display-value:focus{opacity:1}html.light .slider-input:hover .slider-input__display-value,html.light .slider-input:focus .slider-input__display-value{opacity:.85}html.light .slider-input input:focus+.slider-input__display-value{opacity:.85}html.light .slider-input__text{top:-1px}html.light .switch input[type=checkbox]{position:absolute;z-index:-1;opacity:0}html.light .switch input[type=checkbox]:checked+label:after{margin-left:22.8px}html.light .switch input[type=checkbox]:checked+label:before{background-color:#1f505b}html.light .switch label{display:inline-block;position:relative;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:55.8px;height:31.5px;border-radius:40px;border:0.0625rem solid rgba(31,80,91,.7)}html.light .switch label:before,html.light .switch label:after{display:block;position:absolute;top:0;left:0;right:0;bottom:0;content:"";cursor:pointer}html.light .switch label:before{background-color:rgba(31,80,91,.3);border-radius:40px;-webkit-transition:.4s;transition:.4s}html.light .switch label:after{top:3px;left:3px;height:24px;width:24px;background-color:#f4f4f6;border-radius:40px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.8);box-shadow:0 0 5px rgba(0,0,0,.8);-webkit-transition:.4s;transition:.4s}html.light .switch label:focus{outline:1px dotted #1f505b}html.light .switch__label-text{margin-left:0.75em}html.light .switch--disabled{opacity:.6}html.light .switch--disabled label:before,html.light .switch--disabled label:after{cursor:not-allowed}html.light .switch--disabled label:after{background-color:rgba(244,244,246,.6)}html.light .switch--inline label{display:inline}html.light .switch-blocky input[type=checkbox]{position:absolute;margin-left:-9999px;visibility:hidden}html.light .switch-blocky input[type=checkbox]:checked+label:after{margin-left:37px}html.light .switch-blocky input[type=checkbox]:checked+label:before{border:0.0625rem solid #5dc09c;background-color:rgba(93,192,156,.35)}html.light .switch-blocky .label-text{position:relative;top:-11px;display:inline-block;margin-left:1em}html.light .switch-blocky label{display:inline-block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:2px;width:82px;height:33px;border-radius:3px}html.light .switch-blocky label:before,html.light .switch-blocky label:after{display:block;position:absolute;top:2px;left:2px;right:2px;bottom:2px;content:""}html.light .switch-blocky label:before{right:1px;background-color:#e6e7eb;border-radius:3px;-webkit-transition:background .4s;transition:background .4s}html.light .switch-blocky label:after{top:4px;left:5px;bottom:4px;right:5px;width:37px;background-color:#f4f4f6;border-radius:3px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-transition:margin .4s;transition:margin .4s}html.light .switch-blocky label:focus{outline:1px dotted #1f505b}html.light .switch-small .label-text{position:relative;top:-6px;display:inline-block;margin-left:0.625em}html.light .switch-small label{display:inline-block;position:relative;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:2px;width:45px;height:24px;border:none;border-radius:40px}html.light .switch-small label:before,html.light .switch-small label:after{display:block;position:absolute;top:2px;left:2px;right:2px;bottom:2px;content:""}html.light .switch-small label:before{left:2px;border:0.0625rem solid #7d8c9b;background-color:rgba(0,0,0,0);border-radius:40px;-webkit-transition:background .4s;transition:background .4s}html.light .switch-small label:after{top:4px;left:5px;bottom:4px;right:5px;width:14px;height:14px;background-color:#7d8c9b;border-radius:40px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-transition:margin .4s;transition:margin .4s;margin-top:1px}html.light .switch-small label:focus{outline:1px dotted #1f505b}html.light .switch-small input[type=checkbox]{position:absolute;margin-left:-9999px;visibility:hidden}html.light .switch-small input[type=checkbox]:checked+label:after{margin-left:22px;background-color:#e6e7eb}html.light .switch-small input[type=checkbox]:checked+label:before{border:0.0625rem solid #5dc09c;background-color:#5dc09c}html.light .tab-frame__content{position:relative}html.light .tab-frame__tab a:focus{outline:1px dotted #1f505b}html.light .rc-tooltip{border-radius:4px;position:absolute;z-index:1;display:block}html.light .rc-tooltip-hidden{display:none}html.light .rc-tooltip-placement-top,html.light .rc-tooltip-placement-topLeft,html.light .rc-tooltip-placement-topRight{padding:0.4375em 0 0.5625em 0}html.light .rc-tooltip-placement-right,html.light .rc-tooltip-placement-rightTop,html.light .rc-tooltip-placement-rightBottom{padding:0 0.4375em 0 0.5625em}html.light .rc-tooltip-placement-bottom,html.light .rc-tooltip-placement-bottomLeft,html.light .rc-tooltip-placement-bottomRight{padding:0.5625em 0 0.4375em 0}html.light .rc-tooltip-placement-left,html.light .rc-tooltip-placement-leftTop,html.light .rc-tooltip-placement-leftBottom{padding:0 0.5625em 0 0.4375em}html.light .rc-tooltip-arrow{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}html.light .rc-tooltip-arrow::after{position:absolute;content:"";width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}html.light .rc-tooltip-placement-top html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-topLeft html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-topRight html.light .rc-tooltip-arrow{bottom:calc(0.5625em - 0.4375em);margin-left:-0.4375em;border-width:0.4375em 0.4375em 0;border-top-color:#7d8c9b}html.light .rc-tooltip-placement-top html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-topLeft html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-topRight html.light .rc-tooltip-arrow::after{bottom:0.0625em;margin-left:-0.4375em;border-width:0.4375em 0.4375em 0;border-top-color:#fff}html.light .rc-tooltip-placement-top html.light .rc-tooltip-arrow{left:50%}html.light .rc-tooltip-placement-topLeft html.light .rc-tooltip-arrow{left:15%}html.light .rc-tooltip-placement-topRight html.light .rc-tooltip-arrow{right:15%}html.light .rc-tooltip-placement-right html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-rightTop html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-rightBottom html.light .rc-tooltip-arrow{left:calc(0.5625em - 0.4375em);margin-top:-0.4375em;border-width:0.4375em 0.4375em 0.4375em 0;border-right-color:#7d8c9b}html.light .rc-tooltip-placement-right html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-rightTop html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-rightBottom html.light .rc-tooltip-arrow::after{left:0.0625em;margin-top:-0.4375em;border-width:0.4375em 0.4375em 0.4375em 0;border-right-color:#fff}html.light .rc-tooltip-placement-right html.light .rc-tooltip-arrow{top:50%}html.light .rc-tooltip-placement-rightTop html.light .rc-tooltip-arrow{top:15%;margin-top:0}html.light .rc-tooltip-placement-rightBottom html.light .rc-tooltip-arrow{bottom:15%}html.light .rc-tooltip-placement-left html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-leftTop html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-leftBottom html.light .rc-tooltip-arrow{right:calc(0.5625em - 0.4375em);margin-top:-0.4375em;border-width:0.4375em 0 0.4375em 0.4375em;border-left-color:#7d8c9b}html.light .rc-tooltip-placement-left html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-leftTop html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-leftBottom html.light .rc-tooltip-arrow::after{right:0.0625em;margin-top:-0.4375em;border-width:0.4375em 0 0.4375em 0.4375em;border-left-color:#fff}html.light .rc-tooltip-placement-left html.light .rc-tooltip-arrow{top:50%}html.light .rc-tooltip-placement-leftTop html.light .rc-tooltip-arrow{top:15%;margin-top:0}html.light .rc-tooltip-placement-leftBottom html.light .rc-tooltip-arrow{bottom:15%}html.light .rc-tooltip-placement-bottom html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-bottomLeft html.light .rc-tooltip-arrow,html.light .rc-tooltip-placement-bottomRight html.light .rc-tooltip-arrow{top:calc(0.5625em - 0.4375em);margin-left:-0.4375em;border-width:0 0.4375em 0.4375em;border-bottom-color:#7d8c9b}html.light .rc-tooltip-placement-bottom html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-bottomLeft html.light .rc-tooltip-arrow::after,html.light .rc-tooltip-placement-bottomRight html.light .rc-tooltip-arrow::after{top:0.0625em;margin-left:-0.4375em;border-width:0 0.4375em 0.4375em;border-bottom-color:#fff}html.light .rc-tooltip-placement-bottom html.light .rc-tooltip-arrow{left:50%}html.light .rc-tooltip-placement-bottomLeft html.light .rc-tooltip-arrow{left:15%}html.light .rc-tooltip-placement-bottomRight html.light .rc-tooltip-arrow{right:15%}html.light .rc-tooltip-inner{max-width:21.875em;padding:0.375em 0.5625em;background-color:#fff;border:0.0625em solid #7d8c9b;border-radius:0.25em;-webkit-box-shadow:0 4px 1.25em hsla(0,0%,100%,.5);box-shadow:0 4px 1.25em hsla(0,0%,100%,.5);min-height:2.125em}html.light .rc-tooltip.rc-tooltip--stripped .rc-tooltip-arrow{display:none}html.light .rc-tooltip.rc-tooltip--stripped .rc-tooltip-inner{padding:0;border:none;background-color:rgba(0,0,0,0)}html.light .user-avatar--default{display:inline-block;border-radius:0.25rem;overflow:hidden;text-align:center}html.light .user-avatar--default .user-avatar-img{border-radius:50%;-o-object-fit:cover;object-fit:cover}html.light .user-avatar--default .user-avatar__initials{color:#fff;display:inline-block;font-weight:500;position:relative}html.light .user-avatar--default.xsmall{width:24px;height:24px;line-height:24px}html.light .user-avatar--default.xsmall .user-avatar__initials{font-size:13px;top:-1px}html.light .user-avatar--default.small{width:32px;height:32px;line-height:32px}html.light .user-avatar--default.small .user-avatar__initials{font-size:1.125rem;top:-2px}html.light .user-avatar--default.medium{width:40px;height:40px;line-height:40px}html.light .user-avatar--default.medium .user-avatar__initials{font-size:22px;top:-3px}html.light .user-avatar--default.large{width:60px;height:60px;line-height:60px}html.light .user-avatar--default.large .user-avatar__initials{font-size:33px;top:-4px}html.light .user-avatar--default.xxxlarge{width:105px;height:105px;line-height:105px}html.light .user-avatar--default.xxxlarge .user-avatar__initials{font-size:84px;top:-7px}html.light .wait-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}html.light .wait-indicator--fill{background:hsla(0,0%,100%,.3);position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:all;z-index:1}html.light .wait-indicator--block-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .wait-indicator--centered,html.light .wait-indicator--absolute-center{position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:all}html.light .wait-indicator--absolute-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;right:0;left:0;bottom:0;pointer-events:all}html.light .wait-indicator--absolute-right{position:absolute;top:0;right:0;left:0;bottom:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;pointer-events:all}html.light .zero-state{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .widget--report-mode .zero-state{position:relative}html.light .tag-list__item{background-color:#fff}html.light .tag-list__item .tag-edit-group-select{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .tag-list__item__action{opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}html.light .tag-list__item:hover .tag-list__item__action{opacity:1}html.light .tag-list__item input[type=text]{width:auto;margin:0}html.light .tag-editor__color{height:2.5em}html.light .tag-add{margin-left:-0.9em}html.light .tag{color:#7d8c9b;background-color:#fff;border:1px solid #7d8c9b;border-radius:15px 0 0 15px;display:inline-block;padding:0 0 0 0.9375em;height:22px;line-height:22px;text-transform:uppercase;position:relative;margin-left:.5em}html.light .tag button{color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}html.light .tag__close{padding:0 0.25em;margin-left:0.5em;font-size:0.625rem}html.light .tag--fit{max-width:94%}html.light .dropdown .tag:not(div[class$="--inverted"]){background-color:#fff}html.light .dropdown .tag:not(div[class$="--inverted"])::after{border-right-color:#fff}html.light .tag-dropdown__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-height:250px;overflow:scroll;width:200px;overflow-x:hidden}html.light .tag-dropdown__options::-webkit-scrollbar{width:5px;height:5px;border-radius:5px}html.light .tag-dropdown__options::-webkit-scrollbar-button{width:0px;height:0px}html.light .tag-dropdown__options::-webkit-scrollbar-thumb{background:#888}html.light .tag-dropdown__option{line-height:1.8rem}html.light .tag-dropdown__group-checkbox{position:relative;left:1px;top:6px}html.light *,html.light *::before,html.light *::after{-webkit-box-sizing:inherit;box-sizing:inherit}html.light body{padding:0;margin:0;background-color:#fff}html.light .relative{position:relative}html.light .absolute{position:absolute}html.light .grow{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .shrink{-webkit-box-flex:0;-ms-flex:0;flex:0}html.light .unset{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}html.light .scrim{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1040;cursor:default}html.light .scrim--shade{background-color:rgba(0,0,0,.75)}html.light .scrim-content{z-index:1050}html.light .inline{display:inline}html.light .block,html.light .avatar__center img,html.light .image-uploader__dropzone__image,html.graphite .avatar__center html.light img{display:block}html.light .inline-block{display:inline-block}html.light .table{display:table}html.light .table-cell{display:table-cell}html.light .border-box{-webkit-box-sizing:border-box;box-sizing:border-box}html.light .flex{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .flex-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html.light .inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}html.light .flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}html.light .flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .overflow-hidden{overflow:hidden}html.light .overflow-scroll{overflow:scroll}html.light .overflow-auto{overflow:auto}html.light .clearfix::after,html.light .clearfix::before{content:" ";display:table}html.light .clearfix::after{clear:both}html.light .left{float:left}html.light .right{float:right}html.light .fit,html.light .avatar__center img,html.graphite .avatar__center html.light img{max-height:100%;max-width:100%}html.light .max-width-xxsmall{max-width:8rem}html.light .max-width-xsmall{max-width:16rem}html.light .max-width-small{max-width:32rem}html.light .max-width-small{max-width:32rem}html.light .max-width-medium{max-width:48rem}html.light .max-width-large{max-width:64rem}html.light .max-width-xlarge{max-width:75rem}html.light .ui-0-bgcolor{background-color:#fff}html.light .ui-1-bgcolor{background-color:#f4f4f6}html.light .ui-2-bgcolor{background-color:#ededef}html.light .ui-3-bgcolor{background-color:#e6e7eb}html.light .ui-4-bgcolor{background-color:#7d8c9b}html.light .ui-5-bgcolor{background-color:#0f1828}html.light .overlay-bgcolor{background-color:rgba(0,0,0,.25)}html.light body{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";line-height:1.6;color:#0f1828;font-size:.9rem;font-weight:400;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.light p{margin-bottom:1.25em;font-weight:inherit}html.light h1,html.light h2,html.light h3,html.light h4{margin:1.375em 0 0.5em;font-family:inherit;line-height:1.2;font-weight:400}html.light h1,html.light .h1{margin-top:0;font-size:1.4375rem}html.light h2,html.light .h2{font-size:1.25rem}html.light h3,html.light .h3{font-size:1.125rem}html.light h4,html.light .h4{font-size:1rem}html.light small{font-size:0.8125rem}html.light a{cursor:pointer;color:#138b9f;text-decoration:none;outline:none}html.light a:hover,html.light a:active{color:#0f1828}html.light .a{cursor:pointer;color:#138b9f;text-decoration:none;outline:none}html.light .a:hover,html.light .a:active{color:#0f1828}html.light .modal h1,html.light .modal h2,html.light .dialog h1,html.light .modal h2{margin:0.625em 0;font-size:1.4375rem;font-weight:400}html.light .section-heading{font-size:0.875rem;position:relative;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .section-heading::before,html.light .section-heading::after{background-image:linear-gradient(-90deg, #FFFFFF 50px, #CACED2 calc(100% - 50px), #CACED2 100%);content:"";display:inline-block;height:1px;position:relative;-ms-flex-item-align:center;align-self:center}html.light .section-heading::before{width:0;-ms-flex-negative:1;flex-shrink:1}html.light .section-heading::after{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:.5em;margin-right:.5em}html.light .section-heading--large{font-size:1.375rem;font-weight:300}html.light .section-break{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.25em;margin-bottom:1.25em}html.light .section-break::before,html.light .section-break::after{background-image:linear-gradient(-90deg, #FFFFFF 50px, #CACED2 calc(100% - 50px), #CACED2 100%);content:"";display:inline-block;height:1px;position:relative;-ms-flex-item-align:center;align-self:center}html.light .section-break::before{width:0;-ms-flex-negative:1;flex-shrink:1}html.light .section-break::after{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light .form-heading{font-size:1.375rem;position:relative}html.light .form-heading::after{background-image:linear-gradient(-90deg, #FFFFFF 50px, #CACED2 calc(100% - 50px), #CACED2 100%);height:1px;width:100%;position:absolute;top:100%;left:0;display:inline-block;content:""}html.light .text--highlight{background-color:#ffb924;color:#fff;padding:0.0625em}html.light .text--positive{color:#5dc09c}html.light .text--positive path,html.light .text--positive polygon{fill:#5dc09c}html.light .text--negative{color:#db4a2b}html.light .text--negative path,html.light .text--negative polygon{fill:#db4a2b}html.light .text--neutral{color:#5ec2cc}html.light .text--neutral path,html.light .text--neutral polygon{fill:#5ec2cc}html.light .text--warning{color:#ffb924}html.light .text--error{color:#db4a2b}html.light .text--success{color:#5dc09c}html.light .text--quiet{color:#6b7676}html.light .text--selected{color:#0f1828}html.light .text--brand{color:#1f505b}html.light .text--contrast{color:#fff}html.light .text--default{color:#0f1828}html.light .text--link{color:#138b9f}html.light .text--light{color:#444}html.light .text--facebook{color:#3b5998}html.light .text--twitter{color:#00aced}html.light .text--linkedin{color:#007bb6}html.light .text--google{color:#dd4b39}html.light .text--google-my-business,html.light .text--google_my_business{color:#4684ee}html.light .text--instagram{color:#ae388e}html.light .text--pinterest{color:#d0021b}html.light .text--youtube{color:#cd201f}html.light .text--smart{color:#ddc04c}html.light .text--xxxsmall{font-size:0.625rem}html.light .text--xxsmall{font-size:0.71875rem}html.light .text--xsmall{font-size:0.8125rem}html.light .text--small,html.light .form-modal__body__label{font-size:0.9375rem}html.light .text--medium{font-size:1rem}html.light .text--large{font-size:1.0625rem}html.light .text--xlarge{font-size:1.125rem}html.light .text--xxlarge{font-size:1.25rem}html.light .text--xxxlarge{font-size:1.4375rem}html.light .text--inherit{font-size:inherit}html.light .stat-label{text-transform:uppercase;letter-spacing:0.125rem;font-size:0.625rem;line-height:0.8125rem;font-weight:500}html.light .stat-label--header{font-weight:400;letter-spacing:0;font-size:0.8125rem;line-height:1.3;color:#888}html.light .stat{font-weight:300;font-size:1.125rem;letter-spacing:-0.009375rem;line-height:1.5rem}html.light .stat--small{font-size:0.875rem;line-height:1.375rem}html.light .stat--large{font-size:1.75rem;font-weight:400;line-height:2.75rem}html.light .list{margin:0 0 1em;padding:0 0 0 1.125em}html.light .list li{margin:0 0 0.5em}html.light .list--unstyled{list-style:none;padding:0}html.light .list--inline{list-style:none;padding:0}html.light .list--inline li{display:inline;margin:0 1em 1em 0}html.light .bold,html.light .notification-trigger-parameter__mention-type{font-weight:bold}html.light .regular{font-weight:normal}html.light .italic{font-style:italic}html.light .caps{text-transform:uppercase;letter-spacing:0.0625em}html.light .caps--extra-space{letter-spacing:0.25em}html.light .capitalize{text-transform:capitalize}html.light .left-align{text-align:left}html.light .center{text-align:center}html.light .right-align{text-align:right}html.light .justify{text-align:justify}html.light .top-align{vertical-align:top}html.light .middle-align{vertical-align:middle}html.light .nowrap{white-space:nowrap}html.light .underline{text-decoration:underline}html.light .truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.light .break-word{overflow-wrap:break-word;word-break:break-word;word-wrap:break-word}html.light .no-select,html.light .notification-trigger-parameter{cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .quiet,html.light .column--form__note{color:#888}html.light .long-form{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-size:0.8125rem}html.light .bg-brand{background-color:#1f505b}html.light .border{border:0.0625rem solid #e6e7eb}html.light .border-top{border-top:0.0625rem solid #e6e7eb}html.light .border-top--bright{border-top:0.0625rem solid #7d8c9b}html.light .border-right{border-right:0.0625rem solid #e6e7eb}html.light .border-right--bright{border-right:0.0625rem solid #7d8c9b}html.light .border-bottom{border-bottom:0.0625rem solid #e6e7eb}html.light .border-bottom--bright{border-bottom:0.0625rem solid #7d8c9b}html.light .border-left{border-left:0.0625rem solid #e6e7eb}html.light .border-left--bright{border-left:0.0625rem solid #7d8c9b}html.light .border-none{border:0}html.light .border-top-none{border-top:0}html.light .border-bottom-none{border-bottom:0}html.light .rounded{border-radius:0.25rem}html.light .circle{border-radius:50%}html.light .rounded-top{border-radius:0.25rem 0.25rem 0 0}html.light .rounded-right{border-radius:0 0.25rem 0.25rem 0}html.light .rounded-bottom{border-radius:0 0 0.25rem 0.25rem}html.light .rounded-left{border-radius:0.25rem 0 0 0.25rem}html.light .not-rounded{border-radius:0}html.light .border--positive{border-color:#5dc09c}html.light .border--negative{border-color:#db4a2b}html.light .border--neutral{border-color:#5ec2cc}html.light .border--warning{border-color:#ffb924}html.light .border--error{border-color:#db4a2b}html.light .border--quiet{border-color:#6b7676}html.light .border--brand{border-color:#1f505b}html.light .border--default{border-color:#0f1828}html.light .border--ui-1-color{border-color:#f4f4f6}html.light .border--ui-2-color{border-color:#ededef}html.light .border--ui-3-color{border-color:#e6e7eb}html.light .border--ui-4-color{border-color:#7d8c9b}html.light .border--light{border-color:#444}html.light hr{border:none;height:1px;background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, #7d8c9b), color-stop(67%, #7d8c9b), to(transparent));background-image:linear-gradient(to right, transparent, #7d8c9b 33%, #7d8c9b 67%, transparent)}html.light .plain-hr{border-bottom:0.0625rem solid #e6e7eb;height:1px;background-image:none}html.light .p-none{padding:0}html.light .pt-none{padding-top:0}html.light .pr-none{padding-right:0}html.light .pb-none{padding-bottom:0}html.light .pl-none{padding-left:0}html.light .px-none{padding-left:0;padding-right:0}html.light .py-none{padding-top:0;padding-bottom:0}html.light .p-xxsmall{padding:0.125em}html.light .pt-xxsmall{padding-top:0.125em}html.light .pr-xxsmall{padding-right:0.125em}html.light .pb-xxsmall{padding-bottom:0.125em}html.light .pl-xxsmall{padding-left:0.125em}html.light .px-xxsmall{padding-left:0.125em;padding-right:0.125em}html.light .py-xxsmall{padding-top:0.125em;padding-bottom:0.125em}html.light .p-xsmall{padding:0.25em}html.light .pt-xsmall{padding-top:0.25em}html.light .pr-xsmall{padding-right:0.25em}html.light .pb-xsmall{padding-bottom:0.25em}html.light .pl-xsmall{padding-left:0.25em}html.light .px-xsmall{padding-left:0.25em;padding-right:0.25em}html.light .py-xsmall{padding-top:0.25em;padding-bottom:0.25em}html.light .p-small{padding:0.5em}html.light .pt-small{padding-top:0.5em}html.light .pr-small{padding-right:0.5em}html.light .pb-small{padding-bottom:0.5em}html.light .pl-small{padding-left:0.5em}html.light .px-small{padding-left:0.5em;padding-right:0.5em}html.light .py-small,html.light .notification-trigger-parameter{padding-top:0.5em;padding-bottom:0.5em}html.light .p-medium,html.light .popover__body,html.light .popover__header,html.light .form-modal__footer,html.light .form-modal__body,html.light .form-modal__header{padding:1em}html.light .pt-medium{padding-top:1em}html.light .pr-medium{padding-right:1em}html.light .pb-medium{padding-bottom:1em}html.light .pl-medium{padding-left:1em}html.light .px-medium{padding-left:1em;padding-right:1em}html.light .py-medium{padding-top:1em;padding-bottom:1em}html.light .p-large{padding:2em}html.light .pt-large{padding-top:2em}html.light .pr-large{padding-right:2em}html.light .pb-large{padding-bottom:2em}html.light .pl-large{padding-left:2em}html.light .px-large{padding-left:2em;padding-right:2em}html.light .py-large{padding-top:2em;padding-bottom:2em}html.light .p-xlarge{padding:4em}html.light .pt-xlarge{padding-top:4em}html.light .pr-xlarge{padding-right:4em}html.light .pb-xlarge{padding-bottom:4em}html.light .pl-xlarge{padding-left:4em}html.light .px-xlarge{padding-left:4em;padding-right:4em}html.light .py-xlarge{padding-top:4em;padding-bottom:4em}html.light .p-xxlarge{padding:6em}html.light .pt-xxlarge{padding-top:6em}html.light .pr-xxlarge{padding-right:6em}html.light .pb-xxlarge{padding-bottom:6em}html.light .pl-xxlarge{padding-left:6em}html.light .px-xxlarge{padding-left:6em;padding-right:6em}html.light .py-xxlarge{padding-top:6em;padding-bottom:6em}html.light .m-none{margin:0}html.light .mt-none{margin-top:0}html.light .mr-none{margin-right:0}html.light .mb-none{margin-bottom:0}html.light .ml-none{margin-left:0}html.light .mx-none{margin-left:0;margin-right:0}html.light .my-none{margin-top:0;margin-bottom:0}html.light .m-xxsmall{margin:0.125em}html.light .mt-xxsmall{margin-top:0.125em}html.light .mr-xxsmall{margin-right:0.125em}html.light .mb-xxsmall{margin-bottom:0.125em}html.light .ml-xxsmall{margin-left:0.125em}html.light .mx-xxsmall{margin-left:0.125em;margin-right:0.125em}html.light .my-xxsmall{margin-top:0.125em;margin-bottom:0.125em}html.light .m-xsmall{margin:0.25em}html.light .mt-xsmall{margin-top:0.25em}html.light .mr-xsmall{margin-right:0.25em}html.light .mb-xsmall{margin-bottom:0.25em}html.light .ml-xsmall{margin-left:0.25em}html.light .mx-xsmall{margin-left:0.25em;margin-right:0.25em}html.light .my-xsmall{margin-top:0.25em;margin-bottom:0.25em}html.light .m-small{margin:0.5em}html.light .mt-small,html.light .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons html.light a{margin-top:0.5em}html.light .mr-small,html.light .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons html.light a{margin-right:0.5em}html.light .mb-small,html.light .form-modal__body__label{margin-bottom:0.5em}html.light .ml-small{margin-left:0.5em}html.light .mx-small{margin-left:0.5em;margin-right:0.5em}html.light .my-small{margin-top:0.5em;margin-bottom:0.5em}html.light .m-medium{margin:1em}html.light .mt-medium{margin-top:1em}html.light .mr-medium{margin-right:1em}html.light .mb-medium{margin-bottom:1em}html.light .ml-medium{margin-left:1em}html.light .mx-medium{margin-left:1em;margin-right:1em}html.light .my-medium{margin-top:1em;margin-bottom:1em}html.light .m-large{margin:2em}html.light .mt-large{margin-top:2em}html.light .mr-large{margin-right:2em}html.light .mb-large{margin-bottom:2em}html.light .ml-large{margin-left:2em}html.light .mx-large{margin-left:2em;margin-right:2em}html.light .my-large{margin-top:2em;margin-bottom:2em}html.light .m-xlarge{margin:4em}html.light .mt-xlarge{margin-top:4em}html.light .mr-xlarge{margin-right:4em}html.light .mb-xlarge{margin-bottom:4em}html.light .ml-xlarge{margin-left:4em}html.light .mx-xlarge{margin-left:4em;margin-right:4em}html.light .my-xlarge{margin-top:4em;margin-bottom:4em}html.light .m-xxlarge{margin:6em}html.light .mt-xxlarge{margin-top:6em}html.light .mr-xxlarge{margin-right:6em}html.light .mb-xxlarge{margin-bottom:6em}html.light .ml-xxlarge{margin-left:6em}html.light .mx-xxlarge{margin-left:6em;margin-right:6em}html.light .my-xxlarge{margin-top:6em;margin-bottom:6em}html.light .mn-none{margin:-0}html.light .mtn-none{margin-top:-0}html.light .mrn-none{margin-right:-0}html.light .mbn-none{margin-bottom:-0}html.light .mln-none{margin-left:-0}html.light .mxn-none{margin-left:-0;margin-right:-0}html.light .myn-none{margin-top:-0;margin-bottom:-0}html.light .mn-xxsmall{margin:-0.125em}html.light .mtn-xxsmall{margin-top:-0.125em}html.light .mrn-xxsmall{margin-right:-0.125em}html.light .mbn-xxsmall{margin-bottom:-0.125em}html.light .mln-xxsmall{margin-left:-0.125em}html.light .mxn-xxsmall{margin-left:-0.125em;margin-right:-0.125em}html.light .myn-xxsmall{margin-top:-0.125em;margin-bottom:-0.125em}html.light .mn-xsmall{margin:-0.25em}html.light .mtn-xsmall{margin-top:-0.25em}html.light .mrn-xsmall{margin-right:-0.25em}html.light .mbn-xsmall{margin-bottom:-0.25em}html.light .mln-xsmall{margin-left:-0.25em}html.light .mxn-xsmall{margin-left:-0.25em;margin-right:-0.25em}html.light .myn-xsmall{margin-top:-0.25em;margin-bottom:-0.25em}html.light .mn-small{margin:-0.5em}html.light .mtn-small{margin-top:-0.5em}html.light .mrn-small{margin-right:-0.5em}html.light .mbn-small{margin-bottom:-0.5em}html.light .mln-small{margin-left:-0.5em}html.light .mxn-small{margin-left:-0.5em;margin-right:-0.5em}html.light .myn-small{margin-top:-0.5em;margin-bottom:-0.5em}html.light .mn-medium{margin:-1em}html.light .mtn-medium{margin-top:-1em}html.light .mrn-medium{margin-right:-1em}html.light .mbn-medium{margin-bottom:-1em}html.light .mln-medium{margin-left:-1em}html.light .mxn-medium{margin-left:-1em;margin-right:-1em}html.light .myn-medium{margin-top:-1em;margin-bottom:-1em}html.light .mn-large{margin:-2em}html.light .mtn-large{margin-top:-2em}html.light .mrn-large{margin-right:-2em}html.light .mbn-large{margin-bottom:-2em}html.light .mln-large{margin-left:-2em}html.light .mxn-large{margin-left:-2em;margin-right:-2em}html.light .myn-large{margin-top:-2em;margin-bottom:-2em}html.light .mn-xlarge{margin:-4em}html.light .mtn-xlarge{margin-top:-4em}html.light .mrn-xlarge{margin-right:-4em}html.light .mbn-xlarge{margin-bottom:-4em}html.light .mln-xlarge{margin-left:-4em}html.light .mxn-xlarge{margin-left:-4em;margin-right:-4em}html.light .myn-xlarge{margin-top:-4em;margin-bottom:-4em}html.light .mn-xxlarge{margin:-6em}html.light .mtn-xxlarge{margin-top:-6em}html.light .mrn-xxlarge{margin-right:-6em}html.light .mbn-xxlarge{margin-bottom:-6em}html.light .mln-xxlarge{margin-left:-6em}html.light .mxn-xxlarge{margin-left:-6em;margin-right:-6em}html.light .myn-xxlarge{margin-top:-6em;margin-bottom:-6em}html.light .mt-auto{margin-top:auto}html.light .ml-auto{margin-left:auto}html.light .mr-auto{margin-right:auto}html.light .mx-auto{margin-left:auto;margin-right:auto}html.light .jc-sa{-ms-flex-pack:distribute;justify-content:space-around}html.light .jc-sb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .jc-se{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}html.light .jc-fe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .jc-fs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .jc-c{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .ai-b{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.light .ai-c{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .ai-fe{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.light .ai-fs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html.light .ai-s{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .fd-c{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .fd-r{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.light .fd-rr{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}html.light .flex-fill{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .as-c{-ms-flex-item-align:center;align-self:center}html.light .as-fe{-ms-flex-item-align:end;align-self:flex-end}html.light .as-fs{-ms-flex-item-align:start;align-self:flex-start}html.light .as-s{-ms-flex-item-align:stretch;align-self:stretch}html.light .flex-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .hide,html.light .image-uploader__drop-message__text{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}@media(max-width: 32rem){html.light .hide-on-small{display:none !important}}@media(max-width: 48rem){html.light .hide-on-medium{display:none !important}}@media(max-width: 64rem){html.light .hide-on-large{display:none !important}}@media(max-width: 80rem){html.light .hide-on-xlarge{display:none !important}}html.light .display-none{display:none !important}html.light .application-side-bar_side{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative;width:100px}html.light .application-side-bar_active{background-color:#fff;color:#20505b;cursor:pointer}html.light .application-side-bar_active a.application-side-bar__nav-item,html.light .application-side-bar_active .icon{color:#20505b}html.light .application-side-bar_hover{background-color:#fff;color:#20505b;cursor:pointer}html.light .application-side-bar_hover .icon{color:#20505b}html.light .application-side-bar_default{cursor:pointer}html.light .application-side-bar_settings{color:#e6e7eb !important;color:#20505b}html.light .application-side-bar_settings .icon{color:#20505b}html.light .application-side-bar_top{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;height:100%}html.light .application-side-bar.relative{position:relative;min-height:400px}html.light .application-side-bar__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:inherit}html.light .application-side-bar--collapsed{width:70px}@media(max-width: 48rem){html.light .application-side-bar{width:70px}}html.light .application-side-bar--show-user-menu .application-side-bar__user>a{z-index:900}html.light .application-side-bar__user{position:relative}html.light .application-side-bar__company{position:relative;color:#1f505b;cursor:pointer;outline:none}html.light .application-side-bar__company>a{outline:none;-webkit-transition:all 300ms;transition:all 300ms;overflow:hidden}html.light .application-side-bar__company>a:hover{background:hsla(0,0%,100%,.05)}html.light .application-side-bar__company__logo{height:35px;width:35px}html.light .application-side-bar__company__logo img{border-radius:3px;-o-object-fit:contain;object-fit:contain;width:35px;height:35px;background:#fff}html.light .application-side-bar__company__name{line-height:35px;margin-left:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html.light .application-side-bar__company__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.4375rem 1.25rem;-ms-flex-line-pack:stretch;align-content:stretch;max-width:100%}html.light .application-side-bar__company__arrow{line-height:35px;padding-left:0.625em;margin-right:-0.625em}html.light .application-side-bar__tooltip{pointer-events:none}html.light .application-side-bar__tooltip .rc-tooltip{padding:0;border:none;left:10px}html.light .application-side-bar__tooltip .rc-tooltip-arrow{display:block;top:50%;left:4px;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}html.light .application-side-bar__tooltip .rc-tooltip-inner{background-color:#000;color:#fff;padding:4px 7px;border:none;border-radius:0;line-height:1.5em;min-height:auto;font-size:0.8125rem;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}html.light .application-side-bar__toggle{line-height:calc(3.75em - 13px);padding:6px 9px 7px;width:100%;color:#e5e6e6;text-align:left;border:none}html.light .application-side-bar__toggle:focus{outline:none}html.light .application-side-bar__toggle.rep__toggle{line-height:24px}html.light .application-side-bar__toggle .icon{display:inline-block;width:30px;text-align:center;font-size:0.9375rem}html.light .application-side-bar__toggle:hover{-webkit-transition:color 300ms;transition:color 300ms;background:none;-webkit-box-shadow:none;box-shadow:none}html.light .application-side-bar__create{margin:0 5px 10px 5px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .application-side-bar__create__button{background-color:#fff;border-radius:0.25rem;color:#20505b;padding:0 10px 0 5px;line-height:36px;font-size:0.9375rem;white-space:nowrap;-webkit-transition:background-color 300ms;transition:background-color 300ms}html.light .application-side-bar__create__button:hover{background-color:#f3f9fd}html.light .application-side-bar__create .icon{display:inline-block;width:30px;text-align:center;font-size:1rem;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}html.light .application-side-bar__create__menu{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;outline:none;background-color:#fff;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.1);box-shadow:0 4px 8px 0 rgba(0,0,0,.1);color:#000;width:240px;top:-8px;left:5px;overflow:hidden;z-index:900}html.light .application-side-bar__create__menu nav ul{margin:5px 0}html.light .application-side-bar__create__menu-item{padding:5px 16px 5px 5px;font-size:14px;color:#000;cursor:pointer;white-space:nowrap}html.light .application-side-bar__create__menu-item:hover{background-color:#fafbfb}html.light .application-side-bar__create__menu-item .icon{display:inline-block;width:30px;text-align:center;font-size:1.125rem;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}html.light .application-side-bar__img{display:block;margin-left:auto;margin-right:auto;max-width:32px;max-height:24px}html.light .application-side-bar__nav{z-index:900;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;background-color:#004f5d;color:#e5e6e6;width:250px !important;height:calc(100% - 50px);padding:0;-webkit-transition:width 300ms;transition:width 300ms}html.light .application-side-bar__nav nav::-webkit-scrollbar{display:none}html.light .application-side-bar__nav nav{-ms-overflow-style:none;scrollbar-width:none}html.light .application-side-bar__nav__img{display:block;margin-left:auto;margin-right:auto}html.light .application-side-bar__nav .button,html.light .application-side-bar__nav .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .application-side-bar__nav a,html.graphite .image-uploader__dropzone__buttons html.light .application-side-bar__nav a{color:#e5e6e6}html.light .application-side-bar__nav .free-trial-menu{white-space:nowrap}html.light .application-side-bar__nav a.button.sidebar,html.light .application-side-bar__nav .image-uploader__dropzone__buttons a.sidebar,html.light .image-uploader__dropzone__buttons .application-side-bar__nav a.sidebar,html.graphite .image-uploader__dropzone__buttons html.light .application-side-bar__nav a.sidebar{display:inline-block;background-color:#eaf958;color:#004f5d;border:none}html.light .application-side-bar__nav ul{padding:0;margin:0 0 20px 0;list-style:none}html.light .application-side-bar__sub-nav{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;outline:none;background-color:#fff;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.1);box-shadow:0 4px 8px 0 rgba(0,0,0,.1);color:#000;width:200px;left:100%;overflow:hidden;z-index:899}html.light .application-side-bar__sub-nav .sub-nav-submenu-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .application-side-bar__sub-nav ul{margin:5px 0}html.light .application-side-bar__sub-nav hr{margin:10px 20px;background-color:#dcdfdf}html.light .application-side-bar__sub-nav h4{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;font-size:14px;font-weight:900;text-transform:uppercase;padding:10px 20px;color:#4e5656}html.light .application-side-bar__sub-nav-item{padding:8px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#000;cursor:pointer;white-space:nowrap}html.light .application-side-bar__sub-nav-item:hover{background-color:#fafbfb}html.light .application-side-bar__sub-nav-item.active{background:linear-gradient(to right, #EAF8FB 0%, #EAF8FB calc(100% - 5px), #007D9C calc(100% - 5px), #007D9C 100%)}html.light .application-side-bar__non-sub-nav-item{display:block;cursor:pointer;color:#e5e6e6}html.light .application-side-bar__nav-list{margin:0;padding:0;list-style:none}html.light .application-side-bar__nav-item{width:100%;white-space:nowrap;overflow:hidden;font-size:14px;line-height:25px}html.light .application-side-bar__nav-item:hover a,html.light .application-side-bar__nav-item:hover div{color:#20505b;background-color:#fff}html.light .application-side-bar__nav-item a{color:#e5e6e6}html.light .application-side-bar__nav-item a span{margin-left:20px;position:relative;top:-4px}html.light .application-side-bar__nav-item a:hover{color:#20505b}html.light .application-side-bar__nav-item a.selected{background-color:#fff;font-weight:500}html.light .application-side-bar__nav-item a.active{color:#20505b}html.light .application-side-bar__nav-item>a,html.light .application-side-bar__nav-item>div{width:100%;padding:10px;text-transform:none;text-decoration:none;position:relative}html.light .application-side-bar__nav-item>a .icon,html.light .application-side-bar__nav-item>div .icon{cursor:pointer;display:inline-block;width:30px;text-align:center;font-size:1rem;margin-right:15px;-ms-flex-negative:0;flex-shrink:0}html.light .application-side-bar__nav-item>a .icon--chevron-right,html.light .application-side-bar__nav-item>div .icon--chevron-right{margin-right:0;font-size:13px}html.light .application-side-bar__nav-item>a [class^=icon--reputation-],html.light .application-side-bar__nav-item>a [class*=" icon--reputation-"],html.light .application-side-bar__nav-item>div [class^=icon--reputation-],html.light .application-side-bar__nav-item>div [class*=" icon--reputation-"]{font-size:1.125rem}html.light .application-side-bar__nav-item>a svg path,html.light .application-side-bar__nav-item>div svg path{-webkit-transition:fill 300ms;transition:fill 300ms}html.light .application-side-bar__nav-item>a.selected,html.light .application-side-bar__nav-item>div.selected{font-weight:500}html.light .application-side-bar__nav-item>a.selected svg path,html.light .application-side-bar__nav-item>div.selected svg path{fill:#ecfc75}html.light .application-side-bar__nav-item>a.selected:after,html.light .application-side-bar__nav-item>a.selected:before,html.light .application-side-bar__nav-item>div.selected:after,html.light .application-side-bar__nav-item>div.selected:before{content:"";-o-border-image:linear-gradient(to left, #CACED2, #FFFFFF) 1;border-image:-webkit-gradient(linear, right top, left top, from(#CACED2), to(#FFFFFF)) 1;border-image:linear-gradient(to left, #CACED2, #FFFFFF) 1;position:absolute;left:0;right:0}html.light .application-side-bar__nav-item>a.selected:before,html.light .application-side-bar__nav-item>div.selected:before{border-top-width:1px;border-top-style:solid;top:0}html.light .application-side-bar__nav-item>a.selected:after,html.light .application-side-bar__nav-item>div.selected:after{border-bottom-width:1px;border-bottom-style:solid;bottom:0}html.light .application-nav{background:#fff;height:50px;padding:0 10px;position:relative;z-index:1031;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2);width:100%}@media(max-width: 63.9375rem){html.light .application-nav__side-bar-toggle{display:block !important}}html.light .application-nav__side-bar-toggle{width:32px;height:32px;line-height:32px;display:none}html.light .application-nav__side-bar-toggle:focus{-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2);box-shadow:0 0 4px 0 rgba(0,0,0,.2);outline:none}html.light .application-nav__company__name{max-width:250px;min-width:120px}html.light .application-nav__product-links{list-style:none}html.light .application-nav__product-links__product{display:inline-block;position:relative}html.light .application-nav__product-links__product a{display:table-cell;vertical-align:middle;height:50px;color:#888;padding:0 1.125em;line-height:1}html.light .application-nav__product-links__product a:hover{color:#0f1828}html.light .application-nav__product-links__product a .text{margin-top:0.75em}@media(min-width: 80rem){html.light .application-nav__product-links__product a{padding:0 1.5625em}}html.light .application-nav .selected{color:#1f505b;background-color:#f4f4f6;border-bottom:0.0625rem solid #f4f4f6}html.light .application-nav .selected .icon{color:#1f505b}html.light .application-nav .selected:before,html.light .application-nav .selected:after{position:absolute;bottom:0;width:8px;height:8px;content:" "}html.light .application-nav .selected:before{left:-7px;border-bottom-right-radius:8px;border-width:0 1px 1px 0;-webkit-box-shadow:2px 2px 0 #f4f4f6;box-shadow:2px 2px 0 #f4f4f6}html.light .application-nav .selected:after{right:-7px;border-bottom-left-radius:8px;border-width:0 0 1px 1px;-webkit-box-shadow:-2px 2px 0 #f4f4f6;box-shadow:-2px 2px 0 #f4f4f6}html.light .application-nav__user.selected:before{left:-8px}html.light .application-nav__user.selected:after{right:-8px}html.light .application-nav__page-title{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .application-nav__page-title__title{font-size:1.5em}@media(max-width: 63.9375rem){html.light .application-nav__page-title__title{font-size:1.2em}}html.light .application-nav__page-title__subtitle{margin-top:-0.75em;font-size:1em;color:#888}html.light .application-nav__company{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;position:relative}html.light .application-nav__company__company__name{max-width:250px;min-width:120px}html.light .application-nav__user-menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .application-nav__product-links{list-style:none}html.light .application-nav__product-links__product{display:inline-block;position:relative}html.light .application-nav__product-links__product a{display:table-cell;vertical-align:middle;height:50px;color:#888;padding:0 1.125em;line-height:1}html.light .application-nav__product-links__product a:hover{color:#0f1828}html.light .application-nav__product-links__product a .text{margin-top:0.75em}@media(min-width: 80rem){html.light .application-nav__product-links__product a{padding:0 1.5625em}}html.light .application-nav .selected{color:#1f505b;background-color:#f4f4f6;border-bottom:0.0625rem solid #f4f4f6}html.light .application-nav .selected .icon{color:#1f505b}html.light .application-nav .selected:before,html.light .application-nav .selected:after{position:absolute;bottom:0;width:8px;height:8px;content:" "}html.light .application-nav .selected:before{left:-7px;border-bottom-right-radius:8px;border-width:0 1px 1px 0;-webkit-box-shadow:2px 2px 0 #f4f4f6;box-shadow:2px 2px 0 #f4f4f6}html.light .application-nav .selected:after{right:-7px;border-bottom-left-radius:8px;border-width:0 0 1px 1px;-webkit-box-shadow:-2px 2px 0 #f4f4f6;box-shadow:-2px 2px 0 #f4f4f6}html.light .application-nav__user.selected:before{left:-8px}html.light .application-nav__user.selected:after{right:-8px}html.light .application-nav__icon-item{line-height:1em}html.light .application-nav__icon-item i{font-size:1.25rem;color:#7d8c9b}html.light .application-nav__tooltip{pointer-events:none}html.light .application-nav__tooltip .rc-tooltip{padding:0;border:none;left:10px}html.light .application-nav__tooltip .rc-tooltip-arrow{display:block;top:0;left:50%;margin-left:-5px;margin-top:3px;border-width:0 5px 5px 5px;border-bottom-color:#000}html.light .application-nav__tooltip .rc-tooltip-inner{background-color:#000;color:#fff;padding:4px 7px;border:none;border-radius:0;line-height:1.5em;min-height:auto;font-size:0.75rem;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}html.light .application-layout{height:calc(100% - 50px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:stretch;align-content:stretch}html.light .application-layout__main{position:relative;margin-left:250px;width:calc(100% - 250px);height:auto;overflow-y:auto;-webkit-transition:margin-left 300ms;transition:margin-left 300ms}html.light .application-layout__main .logo{height:calc(50px - 20px);right:0.625em;top:0.625em}html.light .application-layout__main .product-nav{-webkit-transition:margin-left 300ms;transition:margin-left 300ms}html.light .application-layout__content{-webkit-transition:all 300ms;transition:all 300ms;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;position:relative;padding:30px 45px;max-width:none;width:100%;overflow-y:auto}html.light .application-layout__content.with-product-nav{padding:calc(3.75em + 30px) 45px 30px 45px}html.light .application-layout.collapsed .application-side-bar__nav{width:50px !important}html.light .application-layout.collapsed__content{padding:1em 1.5em}html.light .application-layout.collapsed .application-layout__main{width:100%;margin-left:50px;position:relative}@media(max-width: 63.9375rem){html.light .application-layout .application-side-bar__nav{width:250px !important}html.light .application-layout .application-side-bar__nav .application-side-bar__toggle{height:0;padding:0}html.light .application-layout.collapsed .application-side-bar__nav{width:0 !important}html.light .application-layout .application-nav__side-bar-toggle{display:block !important}html.light .application-layout__content{padding:1em 1.5em}html.light .application-layout__main{width:100%;margin-left:0 !important;position:relative}html.light .application-layout__main .product-nav{margin-left:0 !important}}html.light .guest-mode .application-layout__main{margin-left:0}html.light .guest-mode .application-layout__main .product-nav{margin-left:0}html.light .guest-mode .application-layout.collapsed .application-layout__main{margin-left:0}html.light .guest-mode .application-layout.collapsed .application-layout__main .product-nav{margin-left:0}html.light .system-status-bar{background-color:#ffb924;color:#fff;font-weight:600;text-shadow:1px 1px 5px rgba(0,0,0,.3)}html.light .system-status-bar a{color:#fff;text-decoration:none}html.light .toolbar{width:100%;background-color:#f4f4f6;position:fixed;top:0;left:0;height:76px;z-index:1040;padding-left:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}html.light .toolbar_display-name{color:#fff;padding-left:15px;font-size:1.5em;font-family:"Open Sans",sans-serif}html.light .toolbar .spacer{padding-top:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .user-menu{text-align:left}html.light .user-menu ul{padding:0px;list-style:none;margin:0 0 1em 0}html.light .user-menu__logout{margin-bottom:1em;border:0.0625rem solid #e6e7eb;border-style:solid none;line-height:3}html.light .user-menu a{color:#1f505b;line-height:2;text-decoration:none;-webkit-transition:all 300ms;transition:all 300ms}html.light .user-menu a:hover{color:#0f1828;opacity:.8em}html.light .user-menu__container{position:absolute;bottom:10px;left:10px}html.light .user-menu__scrim{position:fixed;top:0;left:0;right:0;bottom:0}html.light .user-menu__menu{position:relative;background:#e6e7eb;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);padding:15px;z-index:1030;width:192px}html.light .user-menu__menu a{display:block;line-height:3}html.light .user-menu__menu .user-menu__user{bottom:-6px;left:-6px;cursor:default}html.light .user-menu>.user-menu__user{-webkit-transition:all 300ms;transition:all 300ms}html.light .user-menu__user{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:stretch;align-content:stretch;outline:none}html.light .user-menu__user[tabIndex]{cursor:pointer}html.light .user-menu__user__image{border-radius:50%;width:32px;height:32px;-o-object-fit:cover;object-fit:cover}html.light .user-menu__user__image .user-avatar__initials{top:0 !important}html.light .user-menu__user__name{line-height:32px;font-size:0.8125rem;white-space:nowrap;overflow:hidden;padding-left:1em;letter-spacing:.5px}html.light .user-menu--dropFromTop{font-size:0.8125rem;z-index:1031}html.light .user-menu--dropFromTop ul{margin:0;border-top:0.0625rem solid #e6e7eb}html.light .user-menu--dropFromTop .user-menu__menu{padding:0.5em 1em;width:auto}html.light .user-menu--dropFromTop .user-menu__container{top:8px;right:-5px;left:auto}html.light .user-menu--dropFromTop .user-menu__container .user-menu__user{height:auto;margin-bottom:0.5em;padding-bottom:0.5em;padding-right:0;border:none}html.light .user-menu--dropFromTop .user-menu__container .user-menu__user__name{display:inline-block;padding:0 1em 0 0.375em;max-width:7.5em}html.light .user-menu--dropFromTop .user-menu__user{height:50px}html.light .user-menu--dropFromTop .user-menu__user .icon{font-size:0.625rem;top:20px;right:0}html.light .user-menu--dropFromTop .user-menu__user__name{display:none}html.light .user-menu--dropFromTop .user-menu__user__image{overflow:hidden;-webkit-transform:scale(0.8);transform:scale(0.8)}html.light .user-menu--dropFromTop .user-menu__user .image{display:block}html.light .user-menu--dropFromTop .user-menu__logout{margin-bottom:0;border-bottom:none;line-height:inherit}html.light .selected .user-menu--dropFromTop .user-menu__container{top:8px;right:17px}html.light .selected .user-menu__user{padding:0 2.8125em 0 2.1875em}html.light .selected .user-menu__user .icon{right:20px}html.light button,html.light .button,html.light .image-uploader__dropzone__buttons a,html.graphite .image-uploader__dropzone__buttons html.light a,html.light .btn{border-radius:0}html.light button--brand,html.light .button--brand,html.light .btn--brand{border-color:#1f505b;color:#fff;background:#1f505b;border-radius:0;font-weight:700}html.light button--brand:hover,html.light button--brand:active,html.light .button--brand:hover,html.light .button--brand:active,html.light .btn--brand:hover,html.light .btn--brand:active{background:hsl(191,49.1803278689%,13.9215686275%);border-color:hsl(191,49.1803278689%,13.9215686275%);color:#fff}html.light button--positive,html.light button--save,html.light button--create,html.light .button--positive,html.light .button--save,html.light .button--create,html.light .btn--positive,html.light .btn--save,html.light .btn--create{border-color:#5dc09c;color:#fff;background:#5dc09c;border-radius:0;font-weight:700}html.light button--positive:hover,html.light button--positive:active,html.light button--save:hover,html.light button--save:active,html.light button--create:hover,html.light button--create:active,html.light .button--positive:hover,html.light .button--positive:active,html.light .button--save:hover,html.light .button--save:active,html.light .button--create:hover,html.light .button--create:active,html.light .btn--positive:hover,html.light .btn--positive:active,html.light .btn--save:hover,html.light .btn--save:active,html.light .btn--create:hover,html.light .btn--create:active{background:rgb(65.52,168.48,131.04);border-color:rgb(65.52,168.48,131.04);color:#fff}html.light button--muted,html.light button--cancel,html.light .button--muted,html.light .button--cancel,html.light .btn--muted,html.light .btn--cancel{background:unset;border-color:#e6e7eb;background:rgba(0,0,0,0);color:#e6e7eb;color:#888}html.light button--muted:hover,html.light button--cancel:hover,html.light .button--muted:hover,html.light .button--cancel:hover,html.light .btn--muted:hover,html.light .btn--cancel:hover{background:#e6e7eb;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--muted:active,html.light button--cancel:active,html.light .button--muted:active,html.light .button--cancel:active,html.light .btn--muted:active,html.light .btn--cancel:active{background:#e6e7eb;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--muted:hover,html.light button--cancel:hover,html.light .button--muted:hover,html.light .button--cancel:hover,html.light .btn--muted:hover,html.light .btn--cancel:hover{color:#0f1828}html.light button--quiet,html.light .button--quiet,html.light .btn--quiet{border-color:#7d8c9b;color:#fff;background:#7d8c9b;border-radius:0;font-weight:700}html.light button--quiet:hover,html.light button--quiet:active,html.light .button--quiet:hover,html.light .button--quiet:active,html.light .btn--quiet:hover,html.light .btn--quiet:active{background:hsl(210,13.0434782609%,44.9019607843%);border-color:hsl(210,13.0434782609%,44.9019607843%);color:#fff}html.light button--delete,html.light .button--delete,html.light .image-uploader__dropzone__buttons .danger-link,html.graphite .image-uploader__dropzone__buttons html.light .danger-link,html.light .btn--delete{border-color:#db4a2b;color:#fff;background:#db4a2b;border-radius:0;font-weight:700}html.light button--delete:hover,html.light button--delete:active,html.light .button--delete:hover,html.light .image-uploader__dropzone__buttons .danger-link:hover,html.graphite .image-uploader__dropzone__buttons html.light .danger-link:hover,html.light .button--delete:active,html.light .image-uploader__dropzone__buttons .danger-link:active,html.graphite .image-uploader__dropzone__buttons html.light .danger-link:active,html.light .btn--delete:hover,html.light .btn--delete:active{background:rgb(180.3709677419,57.0040322581,30.6290322581);border-color:rgb(180.3709677419,57.0040322581,30.6290322581);color:#fff}html.light button--warning,html.light .button--warning,html.light .btn--warning{border-color:#ffb924;color:#fff;background:#ffb924;border-radius:0;font-weight:700}html.light button--warning:hover,html.light button--warning:active,html.light .button--warning:hover,html.light .button--warning:active,html.light .btn--warning:hover,html.light .btn--warning:active{background:rgb(240,163.2876712329,0);border-color:rgb(240,163.2876712329,0);color:#fff}html.light button--secondary,html.light .button--secondary,html.light .btn--secondary{border-color:#5ec2cc;color:#fff;background:#5ec2cc;border-radius:0;font-weight:700}html.light button--secondary:hover,html.light button--secondary:active,html.light .button--secondary:hover,html.light .button--secondary:active,html.light .btn--secondary:hover,html.light .btn--secondary:active{background:rgb(59.4198113208,175.929245283,187.5801886792);border-color:rgb(59.4198113208,175.929245283,187.5801886792);color:#fff}html.light button--no-pad,html.light .button--no-pad,html.light .btn--no-pad{padding:0}html.light button--half-pad,html.light .button--half-pad,html.light .btn--half-pad{padding:0.25em 0.5em}html.light button--plain,html.light .button--plain,html.light .btn--plain{border-color:#0f1828;background:rgba(0,0,0,0);color:#0f1828}html.light button--plain:hover,html.light .button--plain:hover,html.light .btn--plain:hover{background:#0f1828;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--plain:active,html.light .button--plain:active,html.light .btn--plain:active{background:#0f1828;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--link,html.light .button--link,html.light .btn--link{border-color:#138b9f;background:rgba(0,0,0,0);color:#138b9f}html.light button--link:hover,html.light .button--link:hover,html.light .btn--link:hover{background:#138b9f;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light button--link:active,html.light .button--link:active,html.light .btn--link:active{background:#138b9f;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light button--clean,html.light .button--clean,html.light .btn--clean{background:none;border:none;border-radius:0;-webkit-transition:none;transition:none;color:inherit}html.light button--cleanbutton--plain,html.light button--clean.button--plain,html.light button--clean.btn--plain,html.light .button--cleanbutton--plain,html.light .button--clean.button--plain,html.light .button--clean.btn--plain,html.light .btn--cleanbutton--plain,html.light .btn--clean.button--plain,html.light .btn--clean.btn--plain{color:#0f1828}html.light button--cleanbutton--quiet,html.light button--clean.button--quiet,html.light button--clean.btn--quiet,html.light .button--cleanbutton--quiet,html.light .button--clean.button--quiet,html.light .button--clean.btn--quiet,html.light .btn--cleanbutton--quiet,html.light .btn--clean.button--quiet,html.light .btn--clean.btn--quiet{color:#7d8c9b}html.light button--cleanbutton--save,html.light button--clean.button--save,html.light button--clean.btn--save,html.light .button--cleanbutton--save,html.light .button--clean.button--save,html.light .button--clean.btn--save,html.light .btn--cleanbutton--save,html.light .btn--clean.button--save,html.light .btn--clean.btn--save{color:#5dc09c}html.light button--cleanbutton--delete,html.light button--clean.button--delete,html.light .image-uploader__dropzone__buttons button--clean.danger-link,html.graphite .image-uploader__dropzone__buttons html.light button--clean.danger-link,html.light button--clean.btn--delete,html.light .button--cleanbutton--delete,html.light .button--clean.button--delete,html.light .image-uploader__dropzone__buttons .button--clean.danger-link,html.graphite .image-uploader__dropzone__buttons html.light .button--clean.danger-link,html.light .button--clean.btn--delete,html.light .btn--cleanbutton--delete,html.light .btn--clean.button--delete,html.light .image-uploader__dropzone__buttons .btn--clean.danger-link,html.graphite .image-uploader__dropzone__buttons html.light .btn--clean.danger-link,html.light .btn--clean.btn--delete{color:#db4a2b}html.light button--cleanbutton--warning,html.light button--clean.button--warning,html.light button--clean.btn--warning,html.light .button--cleanbutton--warning,html.light .button--clean.button--warning,html.light .button--clean.btn--warning,html.light .btn--cleanbutton--warning,html.light .btn--clean.button--warning,html.light .btn--clean.btn--warning{color:#ffb924}html.light button--cleanbutton--secondary,html.light button--clean.button--secondary,html.light button--clean.btn--secondary,html.light .button--cleanbutton--secondary,html.light .button--clean.button--secondary,html.light .button--clean.btn--secondary,html.light .btn--cleanbutton--secondary,html.light .btn--clean.button--secondary,html.light .btn--clean.btn--secondary{color:#5ec2cc}html.light button--cleanbutton--link,html.light button--clean.button--link,html.light button--clean.btn--link,html.light .button--cleanbutton--link,html.light .button--clean.button--link,html.light .button--clean.btn--link,html.light .btn--cleanbutton--link,html.light .btn--clean.button--link,html.light .btn--clean.btn--link{color:#138b9f}html.light button--clean:hover,html.light .button--clean:hover,html.light .btn--clean:hover{background:none;-webkit-box-shadow:none;box-shadow:none;color:#0f1828}html.light .DraftEditor-editorContainer,html.light .DraftEditor-root,html.light .public-DraftEditor-content{height:inherit;text-align:initial}html.light .public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}html.light .DraftEditor-root{position:relative}html.light .DraftEditor-editorContainer{background-color:rgba(255, 255, 255, 0);border-left:.1px solid transparent;position:relative;z-index:1}html.light .public-DraftEditor-block{position:relative}html.light .DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}html.light .DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}html.light .DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}html.light .DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}html.light .DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}html.light .DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}html.light .public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}html.light .public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}html.light .DraftEditorPlaceholder-hidden{display:none}html.light .public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}html.light .public-DraftStyleDefault-ltr{direction:ltr;text-align:left}html.light .public-DraftStyleDefault-rtl{direction:rtl;text-align:right}html.light .public-DraftStyleDefault-listLTR{direction:ltr}html.light .public-DraftStyleDefault-listRTL{direction:rtl}html.light .public-DraftStyleDefault-ol,html.light .public-DraftStyleDefault-ul{margin:16px 0;padding:0}html.light .public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}html.light .public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}html.light .public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}html.light .public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}html.light .public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}html.light .public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}html.light .public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}html.light .public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}html.light .public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}html.light .public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}html.light .public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}html.light .public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}html.light .public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}html.light .public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}html.light .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}html.light .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}html.light .public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}html.light .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1, lower-alpha) ". ";counter-increment:ol1}html.light .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2, lower-roman) ". ";counter-increment:ol2}html.light .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}html.light .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4, lower-alpha) ". ";counter-increment:ol4}html.light .public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}html.light .public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}html.light .public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}html.light .public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}html.light .public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}html.light .activity{display:block;position:relative;margin-bottom:16px}html.light .activity--framed{background:#7d8c9b}html.light .activity__sentiment{position:absolute;left:0px;top:0px;bottom:0px;width:4px;background-color:#1f505b}html.light .activity__head{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .activity__head__name{color:#fff;padding-left:10px;line-height:40px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.light .activity__head__name:hover{text-decoration:underline}html.light .activity__head__avatar img{background-color:hsla(0,0%,100%,.3);background-position:center;background-size:contain;border-radius:2px;width:40px;height:40px}html.light .activity__head__date{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right;line-height:40px;font-size:0.8125rem;padding-right:8px}html.light .activity__head__provider{height:40px;width:40px;background-position:center;background-size:contain}html.light .activity__head__provider--twitter{background-image:url(/app/272becda52701066a66c.png)}html.light .activity__head__provider--facebook{background-image:url(/app/4f4ea5e2078097e63789.png)}html.light .activity__head__provider--instagram{background-image:url(/app/ab6f3efd28675628672e.png)}html.light .activity__body{padding:10px 12px;margin-bottom:10px}html.light .activity__body__location{margin-top:5px;font-size:0.625rem;color:hsla(0,0%,100%,.4);font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.light .activity__body__retweeted-by{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";margin-top:-10px;margin-bottom:10px}html.light .activity__body__retweeted-by .icon{font-size:14px;color:#ff0}html.light .activity__body__retweeted-by a{color:#1f505b}html.light .activity__body__image{text-align:center;margin-bottom:8px;max-width:400px;max-height:400px}html.light .activity__body__image img{max-width:100%;max-height:400px;width:auto}html.light .activity__body__message{margin:0 0 8px;line-height:18px;white-space:pre-wrap}html.light .activity__actions{float:right;line-height:40px;border-right:none;display:inline-block;color:#888;font-size:0.9375rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.light .activity__actions__action{padding:0 15px;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .activity__actions__action:hover{opacity:.5}html.light .activity__actions__menu{border-left:1px solid rgba(0,0,0,.1);display:inline-block;position:relative}html.light .activity__actions__menu__button{padding:0 15px;cursor:pointer}html.light .activity__actions__menu__button .icon{margin-left:5px}html.light .activity__actions__menu__button:hover{background-color:rgba(0,0,0,.1)}html.light .activity__actions__menu__list{position:absolute;top:100%;right:0px;padding:0px;list-style:none;background:#fff;width:auto;z-index:1;border:1px solid #7d8c9b;border-top:none;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1);box-shadow:0 1px 4px rgba(0,0,0,.1)}html.light .activity__actions__menu__list__item{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px;cursor:pointer;border-bottom:1px solid hsla(0,0%,100%,.15)}html.light .activity__actions__menu__list__item:last-child{border-bottom:0px}html.light .activity__actions__menu__list__item:hover{background-color:hsla(0,0%,100%,.25)}html.light .activity__footer{background-color:#7d8c9b;padding-left:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .activity__footer__stat{line-height:40px;padding:0 10px;border-right:none;display:inline-block;color:#888;font-size:0.9375rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.light .activity__footer__stat--right{float:right;text-align:right}html.light .activity__footer__stat--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .activity__footer__stat--clickable:hover{opacity:.5}html.light .activity__footer__stat i.icon{font-size:1.25rem;position:relative;color:#e6e7eb}html.light .check-textfield{margin-bottom:8px}html.light .check-textfield__text[type]{display:inline-block;margin-left:8px;width:60px;vertical-align:bottom}html.light .check-textfield__text[type][disabled]{opacity:.5}html.light .collapsible{padding:0px;margin-bottom:2rem}html.light .collapsible--is-closed .collapsible__content{-webkit-animation:collapse-close 400ms 1;animation:collapse-close 400ms 1}html.light .collapsible--is-closed.collapsible--done-animating .collapsible__content{display:none}html.light .collapsible--is-open.collapsible--is-animating .collapsible__content{-webkit-animation:collapse-open 400ms 1;animation:collapse-open 400ms 1}html.light .collapsible__title:hover{color:#1f505b}html.light .nav-dropdown-filter-panel{position:absolute;top:100%;left:2px;width:245px}html.light .nav-dropdown-filter-panel__scrim{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040}html.light .nav-dropdown-filter-panel__box{position:relative;z-index:1060;background:#fff;border:0.0625rem solid #7d8c9b;-webkit-box-shadow:0 0 40px rgba(0,0,0,.1);box-shadow:0 0 40px rgba(0,0,0,.1)}html.light .nav-dropdown-filter-panel__box__item:hover{color:#1f505b;background-color:rgba(230,231,235,.2)}html.light .influencers-input__summary{line-height:32px;color:#00aced;font-style:italic;font-size:14px}html.light .guest-mode .view-report-frame__header__back{pointer-events:none;visibility:hidden}html.light .guest-mode .view-report-frame__actions__published{display:none}@keyframes spin-360{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}html.light .is-spinning{-webkit-animation:spin-360 2s infinite linear;animation:spin-360 2s infinite linear;display:inline-block}html.light .y-scroll{overflow-y:scroll}html.light .no-outline{outline:none}html.light .influencer{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-bottom:16px}html.light .influencer--framed{background:#7d8c9b}html.light .influencer__body{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative;margin-bottom:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light .influencer__body__name{color:#fff;padding-left:10px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.light .influencer__body__name:hover{text-decoration:underline}html.light .influencer__body__avatar img{background-color:hsla(0,0%,100%,.3);background-position:center;background-size:contain;border-radius:2px 0 0 2px;height:45px;width:45px}html.light .influencer__head{padding:0px 5px;font-size:1.125rem;margin-bottom:2px}html.light .influencer__description{padding:0px 5px;line-height:16px;font-size:13px;margin-bottom:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html.light .influencer__screenname{padding-left:10px;font-size:0.8125rem}html.light .influencer__stats{background-color:#fff;padding-left:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .influencer__stats__stat{line-height:22px;padding:0 15px 0 0;border-right:none;display:inline-block;color:#888;font-size:0.8125rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.light .influencer__stats__stat--right{float:right;text-align:right}html.light .influencer__stats__stat--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .influencer__stats__stat--clickable:hover{opacity:.5}html.light .influencer__stats__stat i.icon{font-size:14px;position:relative;color:#e6e7eb}html.light .influencer__actions{line-height:15px;border-right:none;display:inline-block;color:#888;font-size:13px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:300}html.light .influencer__actions__action{padding:0 7.5px;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .influencer__actions__action:hover{opacity:.5}html.light .influencer__actions__action .icon{font-size:22px}html.light .influencers__table{padding:10px}html.light .influencers__table table th{background-color:rgba(0,0,0,0)}html.light .influencers__table table th.influencers__table__header--selected{background-color:#3b5998;cursor:default}html.light .influencers__table__name-container{display:inline-block}html.light .influencers__table__header{text-align:right}html.light .influencers__table__header__sort-arrow{height:0;width:0;display:inline-block;margin-left:5px;cursor:pointer}html.light .influencers__table__header__sort-arrow--up{margin-bottom:3px;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:6px solid #e6e7eb}html.light .influencers__table__header__sort-arrow--down{border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #e6e7eb}html.light .influencers__table__header--posts,html.light .influencers__table__header--shares{width:15%}html.light .influencers__table__header--name{text-align:left}html.light .influencers__table__header--network{text-align:center}html.light .influencers__table__header--sortable{cursor:pointer}html.light .influencers__table__stat{text-align:right}html.light .influencers__table__network__image{height:25px;width:25px;background-position:center;background-size:contain;margin:auto}html.light .influencers__table__network__image--twitter{background-image:url(/app/12a25c84cc87648d6df8.png)}html.light .influencers__table__network__image--facebook,html.light .influencers__table__network__image--facebook_page{background-image:url(/app/a404a4f6e36f73cdecdb.png)}html.light .influencers__table__network__image--instagram{background-image:url(/app/0d94e18529bb566d84bf.png)}html.light .influencers__table__network__image--google-plus,html.light .influencers__table__network__image--googleplus{background-image:url(/app/52d9a79e451c41823619.png)}html.light .influencer-confirmation-modal__btn-container{text-align:center}html.light .influencers-sidebar{padding:5px;position:relative}html.light .influencers-sidebar__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 10px;background-color:#48484a;border-radius:5px;-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .influencers-sidebar__tabs__tab{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;height:20px;line-height:20px;text-align:center;padding:5px;cursor:pointer}html.light .influencers-sidebar__tabs__tab:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}html.light .influencers-sidebar__tabs__tab:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}html.light .influencers-sidebar__tabs__tab:hover{background-color:#fff;text-decoration:none}html.light .influencers-sidebar__tabs__tab--active{background-color:#1f505b;color:#000}html.light .influencers-sidebar__tabs__tab--active:hover{background-color:#1f505b}html.light .influencers-sidebar__list{height:100%;overflow:auto}html.light .influencers-sidebar__influencer{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 10px}html.light .influencers-sidebar__influencer:last-child{margin-bottom:55px}html.light .influencers-sidebar__influencer__avatar img{background-color:hsla(0,0%,100%,.3);background-position:center;background-size:contain;border-radius:2px 0 0 2px;width:55px;height:55px}html.light .influencers-sidebar__influencer__info{height:55px;margin-left:10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative;min-width:1px}html.light .influencers-sidebar__influencer__info__profile__names__name{font-weight:bold}html.light .influencers-sidebar__influencer__info__profile__summary{font-size:0.8125rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}html.light .influencers-sidebar__influencer__info__stats{text-align:right;font-size:14px;font-weight:bold;position:absolute;right:0;bottom:0}html.light .integration_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-15px}html.light .integration_wrapper>*{-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px;margin:15px}html.light .integration_wrapper table td{max-width:500px}html.light img.profile-pic{max-width:1.6em;max-height:1.6em}html.light .watchlist-dialog__input input[type=text]{margin-bottom:0;border-radius:0.25rem 0 0 0.25rem}html.light .watchlist-dialog__input button{-ms-flex-negative:0;flex-shrink:0;border-radius:0 0.25rem 0.25rem 0}html.light body[has-modal]{overflow:hidden}html.light body[is-fullscreen]{overflow:hidden}html.light body[is-fullscreen] .rc-tooltip,html.light body[is-fullscreen] .tooltip{z-index:11101}html.light body[has-usage-notification]{margin-top:38px}html.light body[has-usage-notification] .product-nav{top:88px}html.light hr.left-align{background-image:none;background-color:#7d8c9b}html.light svg{display:inline-block}html.light .buttons{margin-top:15px}html.light canvas{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light main.form-content{min-height:calc(100vh - 60px)}html.light nav.navbar{margin-bottom:0}html.light nav.navbar .navbar__user .navbar__user--dropdown{-webkit-box-shadow:none;box-shadow:none}html.light nav.navbar .navbar__user--image{max-height:35px}html.light .rc-tooltip{z-index:11101}html.light .rc-tooltip--mention-card{z-index:auto}html.light .rc-tooltip.modal-tooltip{z-index:11101}html.light p.notice{line-height:1.3em;font-size:13px;color:#f4f4f6;margin:0 0 .7em}html.light .collection-monitors-tiles__actions{text-align:right;margin-top:-3em;padding-bottom:1em}html.light .breadcrumbs{margin-top:-14px;font-size:14px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";list-style:none;padding:0}html.light .breadcrumbs li{display:inline-block;padding-right:7px}html.light .breadcrumbs li a:link,html.light .breadcrumbs li a:visited,html.light .breadcrumbs li a:hover{color:#e6e7eb}html.light .breadcrumbs li a:hover{text-decoration:underline}html.light .breadcrumbs li:last-child{font-weight:bold}html.light .breadcrumbs li:last-child:after{content:"";padding:0}html.light .breadcrumbs li:after{content:">";color:#7d8c9b;padding-left:7px;font-size:14px;font-weight:bold}html.light .product-nav .backlink{position:absolute;left:35px;top:16px;font-size:.75rem}html.light .zero-state{text-align:center;font-size:1.125rem;padding:2em .5em;color:#888;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}@keyframes collapse-open{0%{overflow:hidden;opacity:.01;max-height:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}100%{max-height:100vh;opacity:1;-webkit-transform:rotateX(0deg) perspective(0px);transform:rotateX(0deg) perspective(0px)}}@keyframes collapse-close{100%{opacity:.01;max-height:0;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}0%{overflow:hidden;max-height:100vh;opacity:1;-webkit-transform:rotateX(0deg) perspective(0px);transform:rotateX(0deg) perspective(0px)}}html.light .checkboxes-group ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .checkboxes-group ul li{margin-top:5px;padding:0;-ms-flex:0 0 50%;-moz-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%}html.light .social-users-input .select{border-radius:3px 0 0 3px;border-right:0}html.light .social-users-input input[type]{border-radius:0 3px 3px 0;padding-top:7px}html.light .location-map-rules{height:30vh}html.light .location-map-rules input{width:100%}html.light .location-map-rules__circles-left-message{text-transform:uppercase;font-size:14px;margin:5px 0;color:#1f505b;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.light .location-map-rules__circles-left-message--low{color:#ffb924}html.light .location-map-rules__circles-left-message--none{color:#db4a2b}html.light .form__validation-errors{position:fixed;left:calc(50% + 96px);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);top:5%;text-align:center}html.light ul.influncers-list{list-style:none;margin:0;padding:20px}html.light ul.activities-list{list-style:none;margin:0;padding:20px}html.light ul.activities-list>.activity{background-color:#7d8c9b}html.light .pageTurn__container{position:relative}html.light .pageTurn-enter{opacity:.01;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;-webkit-transform:rotateX(45deg);transform:rotateX(45deg);-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-transform-origin:top left;transform-origin:top left}html.light .pageTurn-enter-active{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}html.light .pageTurn-leave{opacity:1;-webkit-transition:all 150ms ease-in;transition:all 150ms ease-in;position:absolute;top:0;right:0;left:0}html.light .pageTurn-leave-active{opacity:0}html.light .pageTurn-appear{opacity:.01;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;-webkit-transform:rotateX(45deg);transform:rotateX(45deg);-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-transform-origin:top left;transform-origin:top left}html.light .pageTurn-appear-active{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}@media(min-width: 80rem){html.light .social_monitors-show{padding-top:1em}}html.light .social_monitors-show__graphs .visualization-panel{margin:8px}html.light .social_monitors-show__graphs .visualization-panel:first-child{margin-top:0}html.light .social_monitors-show__graphs .visualization-panel:last-child{margin-bottom:0}html.light .social_monitors-show .visualization-panel .panel__body__visualization.mentions-map{height:262px;padding:10px}html.light body[full-screen-header] .social_monitors-header{background-color:#fff;background-repeat:no-repeat;left:0;right:0;position:fixed}html.light body[full-screen-header] .social-monitor-overview-stats__mini-stats{-ms-flex-wrap:nowrap;flex-wrap:nowrap}html.light body[full-screen-header] .social_monitors-header{padding-top:20px;top:0;z-index:10001}html.light body[full-screen-header] .social_monitors-header .monitor-header__controls{display:none}html.light body[full-screen-header] .social_monitors-header .monitor-header-analyze{border-radius:0;border:none;background-color:#fff;margin:0 -0.5em 0 -0.5em;padding:0 1.5em;top:50px}@media(min-width: 0){html.light body[full-screen-header] .social_monitors-header{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(13.75rem, #FFFFFF));background-image:linear-gradient(-180deg, #ffffff 0, #FFFFFF 13.75rem);height:13.75rem}html.light body[full-screen-header] .social_monitors-header.with-analysis{height:calc(13.75rem + 3rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen,html.light body[full-screen-header] .visualization-panel.fullscreen{top:calc(13.75rem + 13.75rem - 3.5rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen .flash__container,html.light body[full-screen-header] .visualization-panel.fullscreen .flash__container{top:calc(13.75rem + 13.75rem - 3.5rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis{top:calc(13.75rem + 13.75rem + 3rem - 3.5rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis .flash__container,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .flash__container{top:calc(13.75rem + 13.75rem + 3rem - 3.5rem)}html.light body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>svg,html.light body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 13.75rem - 13.75rem + 3.5rem)}html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>svg,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 13.75rem - 13.75rem - 3rem + 3.5rem)}}@media(min-width: 48rem){html.light body[full-screen-header] .social_monitors-header{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(8.4375rem, #FFFFFF));background-image:linear-gradient(-180deg, #ffffff 0, #FFFFFF 8.4375rem);height:8.4375rem}html.light body[full-screen-header] .social_monitors-header.with-analysis{height:calc(8.4375rem + 3rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen,html.light body[full-screen-header] .visualization-panel.fullscreen{top:calc(8.4375rem + 8.4375rem - 3.5rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen .flash__container,html.light body[full-screen-header] .visualization-panel.fullscreen .flash__container{top:calc(8.4375rem + 8.4375rem - 3.5rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis{top:calc(8.4375rem + 8.4375rem + 3rem - 3.5rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis .flash__container,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .flash__container{top:calc(8.4375rem + 8.4375rem + 3rem - 3.5rem)}html.light body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>svg,html.light body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 8.4375rem - 8.4375rem + 3.5rem)}html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>svg,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 8.4375rem - 8.4375rem - 3rem + 3.5rem)}}@media(min-width: 75rem){html.light body[full-screen-header] .social_monitors-header{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(5rem, #FFFFFF));background-image:linear-gradient(-180deg, #ffffff 0, #FFFFFF 5rem);height:5rem}html.light body[full-screen-header] .social_monitors-header.with-analysis{height:calc(5rem + 3rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen,html.light body[full-screen-header] .visualization-panel.fullscreen{top:calc(5rem + 5rem - 0rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen .flash__container,html.light body[full-screen-header] .visualization-panel.fullscreen .flash__container{top:calc(5rem + 5rem - 0rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis{top:calc(5rem + 5rem + 3rem - 0rem)}html.light body[full-screen-header] .monitors-zero-state.fullscreen.with-analysis .flash__container,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .flash__container{top:calc(5rem + 5rem + 3rem - 0rem)}html.light body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>svg,html.light body[full-screen-header] .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 5rem - 5rem + 0rem)}html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>svg,html.light body[full-screen-header] .visualization-panel.fullscreen.with-analysis .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem - 5rem - 5rem - 3rem + 0rem)}}html.light .social-monitors-history{margin-top:20px}html.light .social-monitors-history__zero-state-message{margin:10px 0;font-size:1rem}html.light .social-monitors-history table tr{cursor:pointer}html.light .social-monitors-history table td,html.light .social-monitors-history table th{word-break:break-word}html.light .social-monitors-history table td:last-child,html.light .social-monitors-history table th:last-child{width:50%;text-align:left}html.light .social-monitors-history table td.td-status--active,html.light .social-monitors-history table th.td-status--active{color:#5dc09c}html.light .social-monitors-history table td.td-status--inactive,html.light .social-monitors-history table th.td-status--inactive{color:#db4a2b}html.light .social-monitors-history table td.td-change-type--created,html.light .social-monitors-history table th.td-change-type--created{color:#1f505b}html.light .social-monitors-history table td.td-change-type--deleted,html.light .social-monitors-history table th.td-change-type--deleted{color:#dd4b39}html.light .social-monitors-history table td .name-cell__status,html.light .social-monitors-history table th .name-cell__status{margin-right:4px;display:inline-block;height:8px;width:8px;border-radius:50%}html.light .social-monitors-history table td .name-cell__status--active,html.light .social-monitors-history table th .name-cell__status--active{background-color:#5dc09c;-webkit-box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6;box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6}html.light .social-monitors-history table td .name-cell__status--inactive,html.light .social-monitors-history table th .name-cell__status--inactive{background-color:#db4a2b;-webkit-box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b;box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b}html.light .social-monitors-history table td .name-cell__name,html.light .social-monitors-history table th .name-cell__name{display:inline-block}html.light .social-monitors-history table tr:nth-child(even){background-color:#fff}html.light .tabbed-sidebar{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#303032;color:#e6e6e6;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}html.light .tabbed-sidebar__header{border-bottom:3px;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;background-color:#48484a}html.light .tabbed-sidebar__header__tab{padding:10px 6px;padding-bottom:8px;-webkit-box-flex:1;-ms-flex:1 0 1px;flex:1 0 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";text-align:center;cursor:pointer}html.light .tabbed-sidebar__header__tab--selected{border-bottom:3px solid #1f505b}html.light .tabbed-sidebar__body{padding:5px;overflow:auto}html.light .tabbed-sidebar__body--influencers{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .tabbed-sidebar__body--influencers .influencers-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .tabbed-sidebar__body--influencers .influencers-sidebar__tabs{-ms-flex-negative:0;flex-shrink:0}html.light .panel--fullscreen{height:100%}html.light .global-svg{position:absolute;top:0;left:0;pointer-events:none}html.light ul.clean{list-style:none;list-style-type:none;margin:0;padding:0}html.light .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .flex-row--vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .flex-row>.flex-cell--fixed,html.light .flex-row>.flex-cell.flex--fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .flex-column>.flex-cell--fixed,html.light .flex-column>.flex-cell.flex--fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .max-readable-width{max-width:800px;margin-left:auto;margin-right:auto}html.light .modal--history .modal__table-container{margin-top:50px}html.light .modal--history .modal__zero-state-message{margin:10px 0;font-size:1rem}html.light .modal--history table td,html.light .modal--history table th{word-break:break-word}html.light .modal--history table td.small-cell,html.light .modal--history table th.small-cell{width:11%}html.light .modal--history table td.status,html.light .modal--history table td.th-status,html.light .modal--history table th.status,html.light .modal--history table th.th-status{text-align:center}html.light .modal--history table td:last-child,html.light .modal--history table th:last-child{width:55%;text-align:left}html.light .modal--history table td.change-type--created,html.light .modal--history table th.change-type--created{color:#1f505b}html.light .modal--history table td.change-type--deleted,html.light .modal--history table th.change-type--deleted{color:#dd4b39}html.light .modal--history table thead th{font-size:1.25rem;font-weight:300;background-color:rgba(0,0,0,0);color:#fff}html.light .modal--history table .status-cell{display:inline-block;height:8px;width:8px;border-radius:50%}html.light .modal--history table .status-cell--active{background-color:#5dc09c;-webkit-box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6;box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6}html.light .modal--history table .status-cell--inactive{background-color:#db4a2b;-webkit-box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b;box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b}html.light .modal--history .button-footer{margin-top:25px;padding-left:44%}html.light .modal--histories__category-heading{border-bottom:1px solid #f4f4f6;margin-top:15px;margin-bottom:10px}html.light .modal--histories__data-label{display:block;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-size:1rem;text-transform:uppercase;color:#f4f4f6;line-height:32px}html.light .modal--histories__data-text{line-height:32px;font-size:1rem;display:inline-block;word-break:break-word}html.light .modal--histories__status__text--active{color:#5dc09c}html.light .modal--histories__status__text--inactive{color:#db4a2b}html.light .modal--histories__status__symbol{margin-right:6px;display:inline-block;height:8px;width:8px;border-radius:50%}html.light .modal--histories__status__symbol--active{background-color:#5dc09c;-webkit-box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6;box-shadow:1px 1px 1px #007bb6,-1px -1px 1px #007bb6,-1px 1px 1px #007bb6,1px -1px 1px #007bb6}html.light .modal--histories__status__symbol--inactive{background-color:#db4a2b;-webkit-box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b;box-shadow:1px 1px 1px #d0021b,-1px -1px 1px #d0021b,-1px 1px 1px #d0021b,1px -1px 1px #d0021b}html.light .modal--histories__name{display:inline-block}html.light .modal--histories__change-type__text--created{color:#1f505b}html.light .modal--histories__change-type__text--deleted{color:#dd4b39}html.light .modal--histories__negate-usernames{margin-top:10px}html.light .modal--histories__monitor-info .row{margin-top:10px}html.light .modal--histories__monitor-info .row.social-networks{line-height:35px}html.light .messenger .section-heading::after{-webkit-box-flex:.9;-ms-flex-positive:.9;flex-grow:.9}html.light .delete-button{max-height:40px;padding-left:10px}html.light .flash__container{z-index:11200}html.light .nuform h1{border-bottom:1px solid #00aced;margin-bottom:16px;padding-bottom:8px;display:block}html.light .nuform__label{display:block;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-size:1.125rem;text-transform:uppercase;color:#f4f4f6;line-height:32px}html.light .nuform__buttons{text-align:center}html.light .nuform__submit{margin-top:16px}html.light .nuform>.row{margin-bottom:12px}@media print{html.light .row .row{margin:0}html.light .row .column{padding:0}}@-webkit-keyframes animated-ellipsis{to{width:1.25em}}@keyframes animated-ellipsis{to{width:1.25em}}html.light .animated-ellipsis:after{content:"…";overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:animated-ellipsis steps(5, end) 900ms infinite;animation:animated-ellipsis steps(5, end) 900ms infinite;width:0px}@-webkit-keyframes animated-checkbox{to{width:1.25em}}@keyframes animated-checkbox{to{width:1.25em}}html.light .animated-checkbox::after,html.light .animated-checkbox--ml-small::after{-webkit-animation:animated-checkbox ease-out 900ms 1;animation:animated-checkbox ease-out 900ms 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;content:"";font-family:"nuvi_icons_bold";overflow:hidden;display:inline-block;vertical-align:bottom;width:0px}html.light .animated-checkbox--ml-small::after{margin-left:0.5em}html.light .social-monitors-usage{position:relative;border-radius:2px}html.light .social-monitors-usage .row__center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .social-monitors-usage__content{margin-top:10px;padding-bottom:12px;position:relative}html.light .social-monitors-usage__bar{position:relative;margin:10px 10px 10px 0;background:#7d8c9b;-webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,.4);box-shadow:inset 0 2px 2px rgba(0,0,0,.4);border-radius:2px;overflow:hidden;height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .social-monitors-usage__bar__fill{position:absolute;top:0px;left:0px;bottom:0px;background:hsl(191,49.1803278689%,8.9215686275%);-webkit-transition:200ms;transition:200ms;-webkit-box-shadow:1px 0 3px rgba(0,0,0,.4);box-shadow:1px 0 3px rgba(0,0,0,.4)}html.light .social-monitors-usage__bar__text{position:absolute;bottom:0px;line-height:22px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";padding:0 8px;color:#fff}html.light .social-monitors-usage__text{padding:0 0 0 20px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.light .social-monitors-usage__text label{font-weight:bold;display:block}html.light .social-monitors-usage__note{color:#00aced;text-shadow:0 -1px 0px rgba(0,0,0,.75);font-size:11px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";text-transform:uppercase}html.light .social-monitors-usage__details{position:absolute;bottom:-2px;right:0;line-height:14px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";text-shadow:0 -1px 0px rgba(0,0,0,.4);color:#00aced;white-space:nowrap}html.light .social-monitors-usage__details__plan{padding-top:34px;width:100px;margin-left:-100px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px;text-align:right;border-right:1px solid rgba(0,0,0,.1);display:inline-block;vertical-align:bottom}html.light .social-monitors-usage__details__rollover{border-left:1px solid #00aced;padding-top:32px;padding-left:10px;display:inline-block;vertical-align:bottom}html.light .social-monitors-usage--warning .social-monitors-usage__bar__fill{background:#ffb924}html.light .social-monitors-usage--over-half-used .social-monitors-usage__bar__text{color:#fff}html.light .social-monitors-usage--overage .social-monitors-usage__bar__fill{background:#1f505b}html.light .social-monitors-usage--overage .social-monitors-usage__bar__text{color:#fff}html.light .scaleMaxHeight-enter,html.light .scaleMaxHeight-appear{height:auto;overflow:hidden;transition:all 400ms ease;-webkit-transition:all 400ms ease;-webkit-transform-origin:top middle;transform-origin:top middle;opacity:.01;max-height:0px;-webkit-transform:rotateX(-90deg) perspective(100px);transform:rotateX(-90deg) perspective(100px)}html.light .scaleMaxHeight-enter-active,html.light .scaleMaxHeight-appear-active{opacity:1;max-height:9999px;-webkit-transform:none;transform:none}html.light .scaleMaxHeight-leave{max-height:9999px;-webkit-transition:all 400ms ease;transition:all 400ms ease;overflow:hidden;opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:top middle;transform-origin:top middle}html.light .scaleMaxHeight-leave-active{opacity:.01;max-height:0px;-webkit-transform:rotateX(90deg) perspective(100px);transform:rotateX(90deg) perspective(100px)}html.light .fade-enter{opacity:0}html.light .fade-enter-active{opacity:1}html.light .fade-enter-done{opacity:1}html.light .fade-exit{opacity:1}html.light .fade-exit-active{opacity:0}html.light .fade-exit-done{opacity:0}html.light .color--bc{color:#1f505b}html.light .text--italic{font-style:italic}html.light .text--weight-100{font-weight:100}html.light .text--preserve-case{text-transform:inherit !important}html.light .text--lowercase{text-transform:lowercase}html.light .text--uppercase{text-transform:uppercase}html.light .text--spacing-2{letter-spacing:2px}html.light .text--emoji{font-size:1.28em;line-height:1}html.light .vertical-align-middle{vertical-align:middle}html.light .wrap{white-space:wrap}html.light .visualization-panel{position:relative;margin-bottom:30px}html.light .visualization-panel__body__dropdown{padding:0 1.25rem}html.light .visualization-panel__body__list{min-width:200px;width:33%;max-width:400px;margin-bottom:0.5rem;display:table;table-layout:fixed}html.light .visualization-panel__actions{position:relative;height:100%}html.light .visualization-panel__actions__action{margin-top:2px}html.light .visualization-panel__actions__action .icon{cursor:pointer}html.light .visualization-panel__actions__action .icon:hover{opacity:.8}html.light .visualization-panel__actions__action .icon-dropdown__link{color:#0f1828}html.light .visualization-panel .panel__heading{padding-top:0;padding-bottom:0;height:40px}html.light .visualization-panel .panel__heading__tab-group{margin-top:0.3125rem}html.light .visualization-panel .panel__heading__tab-group.is-live-mode-switches{margin-bottom:0;margin-top:0}html.light .visualization-panel .panel__heading__tab-group__tab{font-size:1.25rem}html.light .visualization-panel .panel__heading__tab-group__tab--active{border-bottom:none}html.light .visualization-panel .panel__heading__tab-group__tab__label{font-size:0.8125rem;text-transform:none}html.light .visualization-panel .panel__body.no-padding{padding:0}html.light .visualization-panel .panel__body__visualization{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:390px}html.light .visualization-panel .panel__body__visualization>svg,html.light .visualization-panel .panel__body__visualization>.visualization{display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:100%}html.light .visualization-panel.mentions-panel .panel__body__visualization{height:450px}html.light .visualization-panel.mentions-live-panel .panel__body__visualization{height:600px}html.light .visualization-panel.feed-panel.fullscreen{overflow:auto}html.light .visualization-panel.feed-panel.fullscreen>.panel .panel__body{padding:1.5em}html.light .visualization-panel.feed-panel:not(.fullscreen){margin-top:1.5em}@media(min-width: 80rem){html.light .visualization-panel.feed-panel:not(.fullscreen){padding-right:2em}}html.light .visualization-panel.feed-panel:not(.fullscreen) .panel__body__visualization{height:auto}html.light .visualization-panel.fullscreen .panel__body__visualization,html.light .visualization-panel.mentions-panel.fullscreen .panel__body__visualization,html.light .visualization-panel.mentions-live-panel.fullscreen .panel__body__visualization,html.light .visualization-panel.sentiment-panel.fullscreen .panel__body__visualization,html.light .visualization-panel.intent-panel.fullscreen .panel__body__visualization,html.light .visualization-panel.reach-spread-panel.fullscreen .panel__body__visualization{height:100%;max-width:100%}html.light .visualization-panel .visualization-panel-zero-state,html.light .visualization-panel .visualization-panel-message{text-align:center}html.light .visualization-panel .visualization-panel-zero-state h2,html.light .visualization-panel .visualization-panel-message h2{margin:0 2em;color:#888}html.light .visualization-panel.fullscreen{background-color:#fff;bottom:0;left:0;margin-bottom:0;position:fixed;right:0;top:0;z-index:10000}html.light .visualization-panel.fullscreen .panel__body__visualization>svg,html.light .visualization-panel.fullscreen .panel__body__visualization>div.visualization{height:calc(100vh - 3.125rem)}html.light .social_monitors-show__widget-row.row.row--spaced{margin-left:0}html.light .social_monitors-show .ranked-list{height:305px;overflow:auto}html.light .sources{height:282px}html.light .sources__header{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .sources__header__text{text-align:left;padding:10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .sources__header__text--right{text-align:right}html.light .sources__list{list-style-type:none;overflow:auto;margin:0;padding:0}html.light .sources__list__element{margin:10px;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:45px}html.light .sources__list__element__image{height:45px;width:45px;background-position:center;background-size:contain;margin:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .sources__list__element__image--twitter{background-image:url(/app/12a25c84cc87648d6df8.png)}html.light .sources__list__element__image--facebook,html.light .sources__list__element__image--facebook_page{background-image:url(/app/a404a4f6e36f73cdecdb.png)}html.light .sources__list__element__image--instagram{background-image:url(/app/0d94e18529bb566d84bf.png)}html.light .sources__list__element__image--google-plus,html.light .sources__list__element__image--googleplus{background-image:url(/app/52d9a79e451c41823619.png)}html.light .sources__list__element__image--linkedin{background-image:url(/app/c94fb996e4bbd49bb660.png)}html.light .sources__list__element__count{text-align:right;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .sources__list__element__name{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:15px}html.light .wizard{font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.light .wizard__label{display:block}html.light .wizard__steps-wrapper{overflow:hidden}html.light .wizard input{border-radius:0;margin-top:4px}html.light .wizard .input{margin-right:5px}html.light .wizard .input--invalid input{border:1px solid rgba(219,74,43,.6)}html.light .wizard .select{padding-right:5px}html.light .wizard input[type=radio]{display:none}html.light .wizard input[type=radio]+label{padding:0;cursor:pointer}html.light .wizard input[type=radio]+label>span+.checkbox--lg,html.light .wizard input[type=radio]+label>.checkbox--leg+span{margin-left:8px}html.light .wizard input[type=radio]+label>div{border-radius:4px;background-color:#e6e7eb;border:1px solid #7d8c9b;width:1.125rem;height:1.125rem;display:inline-block;vertical-align:middle;margin-right:3px;margin-bottom:2px}html.light .wizard input[type=radio]+label>.checkbox--lg{border-radius:100%;width:1.8rem;height:1.8rem}html.light .wizard input[type=radio]+label>.checkbox--lg.delete-mode{background-color:#1f505b;background-image:url(/app/bfa2e6e53d3ee405ecf2.svg);border-color:rgba(0,0,0,0);background-position:center center;background-size:contain;background-repeat:no-repeat}html.light .wizard input[type=radio]:checked+label>div{background-position:center center;background-size:contain;background-repeat:no-repeat}html.light .wizard input[type=radio]:checked+label>.checkbox--lg{background-color:#1f505b;border-color:rgba(0,0,0,0)}html.light .wizard .sub-account-list{height:250px;overflow-y:scroll;background-color:#fff;padding:15px}html.light .wizard-view__header__title{position:relative}html.light a.advanced-link{text-decoration:underline;position:absolute;top:0px;right:0px}html.light .wizard__progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:25px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .wizard__progress-bar .step{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .wizard__progress-bar .step__indicator{position:relative}html.light .wizard__progress-bar .step__indicator__symbol{height:25px;width:25px;border-radius:25px;margin:auto;background-color:#e6e7eb;position:relative}html.light .wizard__progress-bar .step__indicator__symbol--complete{background-color:#1f505b}html.light .wizard__progress-bar .step__indicator__label{margin-top:5px;padding:0 5px}html.light .wizard__progress-bar .step .symbol--link{cursor:pointer}html.light .wizard__progress-bar .step__track{text-align:center;position:relative;width:100%}html.light .wizard__progress-bar .step__track--complete{color:#1f505b}html.light .wizard__progress-bar .step__inbetween{height:5px;width:100%;position:absolute;top:40%}html.light .wizard__progress-bar .step__bar{height:100%;width:50%;background-color:#e6e7eb;position:absolute}html.light .wizard__progress-bar .step__bar--after{right:0}html.light .wizard__progress-bar .step__bar--before{left:0}html.light .wizard__progress-bar .step__bar--complete{background-color:#1f505b}html.light .wizard__progress-bar .step .inner-circle{height:16px;width:16px;border-radius:50%;position:absolute;background-color:hsla(191,49.1803278689%,8.9215686275%,.7);top:50%;left:50%;margin-top:-8px;margin-left:-8px}html.light .wizard__step{height:70vh;min-height:480px}html.light .wizard__step .input-container{margin-bottom:20px}html.light .wizard__step__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .wizard__step__content form{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .wizard__step__content--single-pane{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.light .wizard__step__description.row__cell{margin-right:40px}html.light .wizard__step__description__title{border-bottom:1px solid #e6e7eb;margin-bottom:25px}html.light .wizard__step__description__title h1{margin:0px}html.light .wizard__step__description__instructions{font-size:1rem}html.light .wizard__step__well{background-color:#3b5998;padding:25px;margin:20px 0}html.light .wizard__step__well--smallpadding{padding:10px}html.light .wizard__step__well .select{border-radius:0;margin-top:5px}html.light .wizard__step__footer{margin-top:20px;text-align:right;-webkit-box-flex:0;-ms-flex:none;flex:none}html.light .wizard__step__footer--multi-panel{-webkit-box-flex:1;-ms-flex:1 1 50vw;flex:1 1 50vw}html.light .wizard__step__footer--map{margin:10px 0}html.light .wizard__step__tabbed-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .wizard__step__tabbed-content__heading{margin-top:10px;margin-bottom:35px}html.light .wizard__step__review{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .wizard__step__review__graph{height:150px}html.light .wizard__step--keywords textarea{height:200px;margin-top:10px}html.light .wizard__step--keywords .input-container{margin-bottom:40px}html.light .wizard__step--checkboxes{padding-left:30%}html.light .wizard__step--checkboxes .checkboxes-group{border-bottom:1px solid #00aced;padding-bottom:15px}html.light .wizard__step--location-map{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .wizard__step--location-map .top-row{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .wizard__step--language{padding-left:0}html.light .wizard__step--language label{font-size:2vh}html.light .wizard__step--language label div.checkbox--lg{width:2.2vh;height:2.2vh}html.light .wizard__step--language ul li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}html.light .wizard__step--language .checkboxes-group{padding-bottom:2.5vh}html.light .wizard__step--language .wizard__step__footer{margin-top:2.5vh}html.light .wizard__step .location-step__map__cell{margin-left:auto;margin-right:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .wizard__step .location-step__map__cell .location-map-rules{height:45vh;width:65vw}html.light .wizard__step .location-step__map--top-row .wizard__step{max-height:15vh;min-height:0}html.light .wizard__step .input-label{vertical-align:middle;margin-left:5px;display:inline}html.light .wizard__step .input-label__text--emphasis{font-size:0.9375rem;font-weight:bold}html.light .wizard__step .input-description{padding-left:35px;margin-bottom:20px}html.light .wizard__step .row__cell.location-rules-map{margin-left:auto;margin-right:auto}html.light .wizard-step-animation--forward-enter{-webkit-transform:translateX(100%);transform:translateX(100%)}html.light .wizard-step-animation--forward-enter.wizard-step-animation--forward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.light .wizard-step-animation--backward-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%)}html.light .wizard-step-animation--backward-enter.wizard-step-animation--backward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.light .wizard-step-animation--fade-enter{opacity:.01}html.light .wizard-step-animation--fade-enter.wizard-step-animation--fade-enter-active{opacity:1;-webkit-transition:opacity 200ms ease-in;transition:opacity 200ms ease-in}html.light .tabbed-heading__tab{display:inline;padding:10px;font-size:1rem;background-color:#fff;cursor:pointer}html.light .tabbed-heading__tab:first-child{border-radius:5px 0 0 5px}html.light .tabbed-heading__tab:last-child{border-radius:0 5px 5px 0}html.light .tabbed-heading__tab--active{color:#000;background-color:#1f505b}html.light .tabbed-heading__tab__map__instructions{height:90px}html.light .review-step{min-height:480px;position:relative}html.light .review-step .row.row--spaced>div.wizard__step__footer{margin-top:30px}html.light .description-container{height:150px}html.light .mockstep{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;height:250px;width:90%;background-color:#1f505b;padding:10px;color:#000}html.light .mockstep.tooBig{width:1000px;height:60vh;background-color:rgba(0,0,0,0);margin:auto}html.light div.row__cell.review{margin:auto;height:47vh;overflow-y:scroll;margin-top:8px}html.light div.row__cell.review ul{word-break:break-all}html.light .step-two textarea{height:200px}html.light .aem-integration__bread-crumbs{position:sticky;top:-1px;background:#fff;overflow-x:auto}html.light .aem-integration__bread-crumbs button{overflow:visible}html.light .aem-integration__folders{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .aem-integration__folder{background:#fff;border-radius:0.25rem;cursor:pointer;display:inline-block;height:2.5rem;margin:.4rem;padding:.5rem;width:30%}html.light .aem-integration__media-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .aem-integration__media{background-size:cover}html.light .aem-integration .gallery-masonry__brick,html.light .aem-integration .gallery-masonry__brick--selected{min-height:3.125rem}html.light .aem-integration .gallery-masonry__brick--overlay{z-index:2}html.light .aem-integration .gallery-masonry__brick--video{width:100%}html.light .aem-integration .gallery-masonry__brick--video:before,html.light .aem-integration .gallery-masonry__brick--video:after{content:" ";position:absolute;top:0;height:100%;border:3px solid #000;width:16px;background-image:repeating-linear-gradient(0deg, #fff, #fff 13%, #000 0, #000 29%);opacity:.6;z-index:1}html.light .aem-integration .gallery-masonry__brick--video:before{left:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}html.light .aem-integration .gallery-masonry__brick--video:after{right:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}html.light .aem-integration .gallery-masonry__brick--video>video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}html.light .aem-integration .gallery-masonry__brick--video>video::-webkit-media-controls-start-playback-button{display:none;-webkit-appearance:none}html.light .attribute-selector-panel__container{position:absolute;right:0;top:0;width:56.25em;max-width:100vw;min-height:400px;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .attribute-selector-panel__container .DropdownCheckboxMultiSelect{background-color:#fff}html.light .attribute-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 58px));min-height:342px;overflow-y:scroll}html.light .attribute-selector-panel__scroll-container-right{max-height:calc(100vh - (3.75em + 50px + 51px));min-height:349px;overflow-y:scroll}html.light .bubble-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}html.light .bubble-loader__dot{width:24px;height:24px;border-radius:100%;display:inline-block;-webkit-animation:slide 1s infinite;animation:slide 1s infinite;opacity:.5}html.light .bubble-loader__dot__small{width:10px;height:10px}html.light .bubble-loader__dot:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}html.light .bubble-loader__dot:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}html.light .bubble-loader__dot:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}html.light .bubble-loader__dot:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}html.light .bubble-loader__dot:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}@keyframes slide{0%{-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.3;-webkit-transform:scale(2);transform:scale(2)}100%{-webkit-transform:scale(1);transform:scale(1)}}html.light .carousel{height:100%}html.light .carousel__slides{overflow:hidden;position:relative;right:calc(1em + .5rem);width:calc(100% + 1em*2 + 1rem)}html.light .carousel__slides--full-width{width:100%;right:0}html.light .carousel__slides__previous,html.light .carousel__slides__previous--full-width,html.light .carousel__slides__current,html.light .carousel__slides__next,html.light .carousel__slides__next--full-width{height:100%;width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .carousel__slides__previous--full-width,html.light .carousel__slides__current--full-width,html.light .carousel__slides__next--full-width{width:100%}html.light .carousel__slides__previous,html.light .carousel__slides__previous--full-width{position:absolute;left:-75%}html.light .carousel__slides__previous--full-width{left:-100%}html.light .carousel__slides__current{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .carousel__slides__next,html.light .carousel__slides__next--full-width{position:absolute;bottom:0;right:-75%}html.light .carousel__slides__next--full-width{right:-100%}html.light .carousel__slides--solo{width:calc(100% - 3rem);margin:0 auto}html.light .carousel__controls{margin-top:.5rem;color:#7d8c9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .carousel__controls__button{color:#7d8c9b;border:none}html.light .carousel__controls__button:hover{background:none}html.light .carousel__controls__button:focus{outline:none}html.light .carousel__controls--overlaid{position:absolute;top:0;height:100%;width:90%;left:5%}html.light .carousel__controls--overlaid .carousel__dots-container{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}html.light .carousel__controls--overlaid .icon--chevron-left,html.light .carousel__controls--overlaid .icon--chevron-right{font-size:.7rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:.3rem;border-radius:50%;background:hsla(0,0%,100%,.7333333333);font-weight:bold;color:#000;-webkit-box-shadow:0px 0px 5px #000;box-shadow:0px 0px 5px #000}html.light .carousel__controls--overlaid .icon--chevron-right{right:.5rem}html.light .carousel__controls--overlaid .icon--chevron-left{left:.5rem}html.light .carousel__dots-container{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .carousel__dot,html.light .carousel__dot--selected{width:7px;height:7px;margin:0 3px;border-radius:50%;background:#7d8c9b;opacity:48%;-webkit-transition:opacity 300ms;transition:opacity 300ms;cursor:pointer}html.light .carousel__dot--selected{opacity:1}html.light .chart-tooltip{position:fixed;z-index:1100;min-width:200px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-top:0;pointer-events:none;cursor:default}html.light .chart-tooltip h3{margin-top:0}html.light .chart-tooltip__row{font-size:1.1em;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .chart-tooltip__row__key{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .chart-tooltip__row__value{text-align:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:1em}html.light .chart-tooltip.report{background-color:#fff}html.light .annotation-tooltip{position:fixed;z-index:1100;width:300px;margin-top:0;pointer-events:none;cursor:default}html.light .color-select-dropdown__dropdown-default{border:0.0625rem solid #7d8c9b;background:#fff}html.light .color-select-dropdown__options{background:#fff;top:3px;left:-13px;position:relative;z-index:11101}html.light .color-select-dropdown__tooltip .rc-tooltip{padding:0;border:none}html.light .color-select-dropdown__tooltip .rc-tooltip-arrow{display:none}html.light .color-select-dropdown__tooltip .rc-tooltip-inner{background:none;max-width:none;padding:0;border:none;-webkit-box-shadow:0 0 #000;box-shadow:0 0 #000}html.light .comments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.light .comments__list-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .comments__list{overflow:auto;-webkit-box-flex:1;-ms-flex:1 1 12rem;flex:1 1 12rem;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-right:5px}html.light .comments__list::-webkit-scrollbar{width:1px;height:1px}html.light .comments__list::-webkit-scrollbar-button{width:0px;height:0px}html.light .comments__list::-webkit-scrollbar-thumb{background:#888}html.light .comments__comment-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1em}html.light .comments__comment-row--created-by-user{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .comments__comment-row--created-by-user .comments__comment{background-color:#5ec2cc;border-radius:8px 0 8px 8px}html.light .comments__comment-row--created-by-user .comments__comment-meta{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .comments__comment-col{max-width:82%}html.light .comments__comment{background-color:#e6e7eb;border-radius:0 8px 8px 8px}html.light .comments__link{color:inherit;text-decoration:underline}html.light .comments__link:hover{color:inherit}html.light .comments__mention{font-weight:bold}html.light .comments__comment-creator{color:#ccc}html.light .comments__comment-timestamp{color:#888}html.light .comments__input{background-color:hsl(228,11.1111111111%,86.1764705882%);border-radius:15px;padding:0.5em;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-top:auto}html.light .comments__input::-webkit-input-placeholder{color:#888}html.light .comments__input::-moz-placeholder{color:#888}html.light .comments__input::-ms-input-placeholder{color:#888}html.light .comments__input::placeholder{color:#888}html.light .comments__input .icon--emoji{font-size:1.3rem;margin:.1rem;color:#444}html.light .comments__input .editor__send-button .icon{background-color:#1f505b;color:#000;display:inline-block;font-size:.9rem;padding:.25rem}html.light .comments__input .editor__send-button .icon::before{position:relative;left:-1px;top:1px}html.light .comments__new-comments-alert{background-color:#fff;border-radius:50px;z-index:1;-webkit-box-shadow:0 0 1rem rgba(0,0,0,.1);box-shadow:0 0 1rem rgba(0,0,0,.1)}html.light .comments__new-comments-alert:hover{-webkit-box-shadow:0 0 1rem rgba(0,0,0,.1);box-shadow:0 0 1rem rgba(0,0,0,.1)}html.light .configure-widget .tab-frame__tabs.nav-tabs__list{float:right}html.light .configure-widget .tab-frame__content{clear:both}html.light .configure-widget .widget-type__text textarea{height:250px}html.light .configure-widget .widget-type__image{text-align:center;padding:15px;border-radius:6px;cursor:pointer;border:2px dashed #e6e7eb}html.light .configure-widget .widget-type__image img{max-width:350px;max-height:350px}html.light .configure-widget .widget-type__image i.icon{font-size:10em;opacity:.1}html.light .configure-widget .widget-type__image.dragging{border:2px solid #1f505b;background-color:rgba(230,231,235,.5)}html.light .configure-widget .widget-type__image:hover{background-color:rgba(230,231,235,.5)}html.light .configure-widget .widget-type__visualization .data-source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e6e7eb}html.light .configure-widget .widget-type__visualization .data-source__source{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:.5em;max-width:50%}html.light .configure-widget .widget-type__visualization .data-source__segment{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-left:.5em;margin-right:.5em}html.light .configure-widget .widget-type__visualization .data-source__remove{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.light .configure-widget .widget-type__visualization__monitor-option--highlighted,html.light .configure-widget .widget-type__visualization__segment-option--highlighted{background-color:#e6e7eb}html.light .configure-widget .widget-type__visualization__monitor-option--selected,html.light .configure-widget .widget-type__visualization__segment-option--selected{color:#7d8c9b}html.light .configure-widget .widget-type__visualization .date-range__date{position:relative;vertical-align:top}html.light .configure-widget .widget-type__visualization .date-range__time{position:relative;vertical-align:top}html.light .configure-widget__warning{background-color:#ffb924;color:#fff;border-radius:4px;padding:.5em}html.light .configure-widget .location-attribute-dropdown-container{margin-bottom:0.5em}html.light .dashboard-command-center-header{position:fixed;top:0;left:0;width:100%;opacity:.95;padding:5px 30px;-webkit-transition-duration:0;transition-duration:0;-webkit-transition-delay:0;transition-delay:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:890;background-color:#f4f4f6;-webkit-transition:.3s;transition:.3s;height:3.75em}html.light .dashboard-command-center-header.open{top:0}html.light .dashboard-command-center-header.closed{top:-3.75em}html.light .dashboard-command-center-header>div{position:relative;-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding:0 15px}html.light .dashboard-command-center-header>div:after{content:" ";position:absolute;right:0;top:calc(50% - 13px);height:26px;border-right:0.0625rem solid #138b9f}html.light .dashboard-command-center-header>div .icon--chevron-down{padding-top:4px}html.light .dashboard-command-center-header>div:first-child{padding-left:0;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px}html.light .dashboard-command-center-header>div:last-child{padding-right:0}html.light .dashboard-command-center-header>div:last-child:after{border:none}html.light .dashboard-command-center-header>div.dashboard-command-center-header__controls{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .dashboard-header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-transition-duration:0;transition-duration:0;-webkit-transition-delay:0;transition-delay:0}html.light .dashboard-header>div{position:relative;-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding:0 15px}html.light .dashboard-header>div:after{content:" ";position:absolute;right:0;top:calc(50% - 13px);height:26px;border-right:0.0625rem solid #138b9f}html.light .dashboard-header>div .icon--chevron-down{padding-top:4px}html.light .dashboard-header>div:first-child{padding-left:0}html.light .dashboard-header>div:last-child{padding-right:0}html.light .dashboard-header>div:last-child:after{border:none}html.light .dashboard-header>div.dashboard-header__controls{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .dashboard-header .edit-text__width-setter{display:inline-block}html.light .dashboard-view__title{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .dashboard-view__header__button--clear{background:none;color:#db4a2b;font-size:0.8125rem;position:absolute;top:11px;right:38px;margin:0;padding:0;border:none}html.light .dashboard-view__header__button--clear:hover{color:#0f1828;background:none;-webkit-box-shadow:none;box-shadow:none}html.light .dashboard-view__widgets{margin-top:-1.875em}html.light .dashboard-view__widgets .panel__heading{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .dashboard-view__widgets .panel__heading__label{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:1px}html.light .dashboard-view__widgets .panel__heading__label .edit-text__current-value{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}html.light .dashboard-view__widgets .panel__heading__label .edit-text__edit-button{-webkit-box-flex:0;-ms-flex:0 0 12px;flex:0 0 12px}html.light .dashboard-view__widgets .panel__heading__label__sub-label{text-align:left;margin-left:0px;-webkit-box-flex:1;-ms-flex:1 2 auto;flex:1 2 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}html.light .dashboard-view__widgets .panel__heading__label__sub-label button.date-dropdown{padding:0 20px 0 0;position:relative}html.light .dashboard-view__widgets .panel__heading__label__sub-label button.date-dropdown:before{content:"";font-family:"nuvi_icons_bold";position:absolute;right:1px;top:10px;color:#000;font-size:.7em;pointer-events:none}html.light .dashboard-view__widgets .panel__heading__label__sub-label button.date-dropdown .timeframe{padding:.8em 0}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters{-webkit-box-flex:0;-ms-flex:0 0 calc(100% + 1.5em);flex:0 0 calc(100% + 1.5em);border-top:1px solid #fff;padding:0 .5em 0 1em;margin:0 -0.5em 0 -1em;overflow-x:hidden;white-space:nowrap}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters:hover{height:auto;white-space:normal}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .integration{display:inline-block}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .integration-avatar{display:inline-block;vertical-align:middle;max-width:1em;max-height:1em}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .integration-name{display:inline-block;vertical-align:middle}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .social-monitor-segment{display:inline-block}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .social-monitor-name{display:inline-block;vertical-align:middle}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .segment__name{display:inline-block;vertical-align:middle}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .segment.badge button{vertical-align:top;padding:.7em 0 0 .1em}html.light .dashboard-view__widgets .panel__heading .panel__heading__filters .segment.badge button span.icon{color:#db4a2b;vertical-align:top}html.light .dashboard-view__widgets .panel__heading__button{color:#888}html.light .dashboard-view__widgets .visualization{height:100%}html.light body.light .search-header-part input[type=search]{background-color:#fff}html.light .date-range-picker-dropdown{border:0.0625rem solid #7d8c9b;position:relative;color:#0f1828;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;cursor:pointer;background:#fff;height:2.5em;-webkit-transition:border-color 300ms ease;transition:border-color 300ms ease}html.light .date-range-picker-dropdown:hover:not(.date-range-picker-dropdown--disabled){-webkit-box-shadow:0 0 0.3125em #e6e7eb;box-shadow:0 0 0.3125em #e6e7eb}html.light .date-range-picker-dropdown:focus:not(.date-range-picker-dropdown--disabled) .date-range-picker-dropdown__container{-webkit-box-shadow:0 0 0.1875em #e6e7eb;box-shadow:0 0 0.1875em #e6e7eb}html.light .date-range-picker-dropdown--disabled{border:0.0625rem solid #f4f4f6;background:#fff;cursor:not-allowed}html.light .date-range-picker-dropdown--disabled .date-range-picker-dropdown__selected-text{color:#a0b6c5}html.light .date-range-picker-dropdown--disabled .date-range-picker-dropdown__selected-text--default{color:#888}html.light .date-range-picker-dropdown__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.5em 0.75em}html.light .date-range-picker-dropdown__container .icon{margin-left:0.375em;padding-top:2px}html.light .date-range-picker-dropdown__container .icon.highlighted{color:#1f505b}html.light .date-range-picker-dropdown__selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.light .date-range-picker-dropdown__selected-text--default{color:#888}html.light .date-range-picker-dropdown__options{position:absolute;top:100%;left:0;min-width:100%;border:0.0625rem solid #7d8c9b;background:#fff;z-index:1050;max-height:16.25em;overflow-y:auto}html.light .date-range-picker-dropdown__options--right{right:0;left:auto}html.light .date-range-picker-dropdown__option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;color:#1f505b}html.light .date-range-picker-dropdown__option:hover{background:#e6e7eb}html.light .dual-slider{display:grid}html.light .dual-slider .sr-only{position:absolute;-webkit-clip-path:inset(50%);clip-path:inset(50%)}html.light .dual-slider input[type=range]{grid-column:1 !important;grid-row:2 !important;pointer-events:none}html.light .dual-slider input[type=range]::-webkit-slider-runnable-track,html.light .dual-slider input[type=range]::-webkit-slider-thumb,html.light .dual-slider input[type=range]{-webkit-appearance:none;appearance:none}html.light .dual-slider input[type=range]::-webkit-slider-runnable-track{background:none}html.light .dual-slider input[type=range]::-webkit-slider-thumb{pointer-events:auto}html.light .dual-slider output{grid-row:1;grid-column:1}html.light .dual-slider output:last-of-type{text-align:right}html.light .dynamic-fields{position:absolute;border:.0625rem solid rgba(0,0,0,.2);background-color:#f4f4f6;width:250px;z-index:1;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6);box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6)}html.light .dynamic-fields .dynamic-fields__items{max-height:245px;overflow-y:auto}html.light .dynamic-fields .dynamic-fields__item{color:#1f505b;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.light .dynamic-fields .dynamic-fields__item:hover{background-color:#e6e7eb}html.light .edit-entity-frame__header{background:-webkit-gradient(linear, left top, right top, color-stop(20%, #FFFFFF), to(none));background:linear-gradient(to right, #FFFFFF 20%, none);border-bottom:1px solid rgba(125,140,155,.8);height:80px;line-height:2.5em;padding:20px 50px}html.light .edit-entity-frame__header .title{display:inline}html.light .edit-entity-frame__header .close{color:#1f505b;cursor:pointer;float:right}html.light .edit-entity-frame__body{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .edit-entity-frame-status-message{padding:2em}html.light .edit-entity-frame-status-message__status.is-pending,html.light .edit-entity-frame-status-message__status.is-paused{color:#ffb924}html.light .edit-entity-frame-status-message__status.is-default,html.light .edit-entity-frame-status-message__status.is-editable,html.light .edit-entity-frame-status-message__status.is-active{color:#5dc09c}html.light .edit-entity-frame-status-message__status.is-failed,html.light .edit-entity-frame-status-message__status.is-failure{color:#db4a2b}html.light .edit-entity-frame-status-message__status.is-published{color:#888}html.light .edit-entity-frame-status-message__explanation{margin-top:25px;color:#a6a7a7}html.light .report-status{max-width:80rem}html.light .report-status__status-buttons{width:75%}html.light .report-status__status-buttons button,html.light .report-status__status-buttons a{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:28.125rem}html.light .report-status__message-container .report-status__message{width:50%}html.light .report-status__message-container .report-status__message__status.is-pending,html.light .report-status__message-container .report-status__message__status.is-paused{color:#ffb924}html.light .report-status__message-container .report-status__message__status.is-default,html.light .report-status__message-container .report-status__message__status.is-editable,html.light .report-status__message-container .report-status__message__status.is-active{color:#5dc09c}html.light .report-status__message-container .report-status__message__status.is-failed,html.light .report-status__message-container .report-status__message__status.is-failure{color:#db4a2b}html.light .report-status__message-container .report-status__message__status.is-published{color:#888}html.light .report-status__message-container .report-status__message__explanation{color:#a6a7a7}html.light .edit-entity-form{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .edit-entity-form.is-edit .edit-entity-form__input-name{max-width:60%}html.light .edit-entity-form.is-edit .edit-entity-form__label{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;width:25%}html.light .edit-entity-form.is-edit .edit-entity-form__report-types,html.light .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value,html.light .edit-entity-form.is-edit .edit-entity-form__date-range,html.light .edit-entity-form.is-edit .edit-entity-form__selector-radio,html.light .edit-entity-form.is-edit .edit-entity-form__selector-dropdown,html.light .edit-entity-form.is-edit .edit-entity-form__input,html.light .edit-entity-form.is-edit .edit-entity-form__input-description{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%;width:75%}html.light .edit-entity-form.is-edit .edit-entity-form__report-types.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__date-range.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__input.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__input-description.is-half{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;width:37.5%}html.light .edit-entity-form.is-edit .edit-entity-form__report-types.is-half+.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-half+.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__date-range.is-half+.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-half+.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-half+.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__input.is-half+.is-half,html.light .edit-entity-form.is-edit .edit-entity-form__input-description.is-half+.is-half{-ms-flex-preferred-size:36.5%;flex-basis:36.5%;margin-left:1%;width:36.5%}html.light .edit-entity-form.is-edit .edit-entity-form__report-types.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__date-range.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__input.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__input-description.is-third{-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}html.light .edit-entity-form.is-edit .edit-entity-form__report-types.is-third+.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__dropdown-readonly-value.is-third+.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__date-range.is-third+.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__selector-radio.is-third+.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__selector-dropdown.is-third+.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__input.is-third+.is-third,html.light .edit-entity-form.is-edit .edit-entity-form__input-description.is-third+.is-third{-ms-flex-preferred-size:24%;flex-basis:24%;margin-left:1%;width:24%}html.light .edit-entity-form.is-create .edit-entity-form__report-types,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value,html.light .edit-entity-form.is-create .edit-entity-form__date-range,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown,html.light .edit-entity-form.is-create .edit-entity-form__input,html.light .edit-entity-form.is-create .edit-entity-form__input-description{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%;width:75%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-half,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-half{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;width:37.5%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-half+.is-half{-ms-flex-preferred-size:36.5%;flex-basis:36.5%;margin-left:1%;width:36.5%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-third,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-third{-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-third+.is-third{-ms-flex-preferred-size:24%;flex-basis:24%;margin-left:1%;width:24%}@media(min-width: 64rem){html.light .edit-entity-form.is-create .edit-entity-form__report-types,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value,html.light .edit-entity-form.is-create .edit-entity-form__date-range,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown,html.light .edit-entity-form.is-create .edit-entity-form__input,html.light .edit-entity-form.is-create .edit-entity-form__input-description{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;width:50%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-half,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-half{-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input.is-half+.is-half,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-half+.is-half{-ms-flex-preferred-size:24%;flex-basis:24%;margin-left:1%;width:24%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-third,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-third{-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;width:16.6666666667%}html.light .edit-entity-form.is-create .edit-entity-form__report-types.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__dropdown-readonly-value.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__date-range.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-radio.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__selector-dropdown.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input.is-third+.is-third,html.light .edit-entity-form.is-create .edit-entity-form__input-description.is-third+.is-third{-ms-flex-preferred-size:15.6666666667%;flex-basis:15.6666666667%;margin-left:1%;width:15.6666666667%}}html.light .edit-entity-form .section-heading::after{left:0}html.light .edit-entity-form .form__validation-errors{background:#db4a2b;list-style:none;margin:0 0 1em;padding:0.75em 1em}html.light .edit-entity-form__date-range{position:relative}html.light .edit-entity-form__date-range--button{border:0.0625rem solid #7d8c9b;line-height:1em;padding:0.6875em;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}html.light .edit-entity-form__date-range--button .icon{background:url(/app/f01b099b47a20c8b0923.svg) center center no-repeat;cursor:pointer;opacity:.6;padding:0 0.625em}html.light .edit-entity-form__date-range--button:hover,html.light .edit-entity-form__date-range--button:active{color:#1f505b;cursor:pointer;border-color:#1f505b}html.light .edit-entity-form__date-range--panel{bottom:100%;top:auto}html.light .edit-entity-form__selector-radio>div{display:inline-block;margin-left:15px}html.light .edit-entity-form__selector-radio>div:first-child{margin-left:0}html.light .edit-entity-form__dropdown-readonly-value .dropdown__options,html.light .edit-entity-form__selector-dropdown .dropdown__options{max-height:10.9375em}html.light .edit-entity-form__toggle{padding-top:10px}html.light .edit-entity-form__content-area__content{padding:20px 30px 100px 60px;background-image:linear-gradient(to bottom, #ffffff 0px, #FFFFFF 65%)}html.light .edit-entity-form__section__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .edit-entity-form__section__row{margin:15px 0}html.light .edit-entity-form__report-types{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0}html.light .edit-entity-form__report-types__item{color:#888;display:inline-block;vertical-align:middle}html.light .edit-entity-form__report-types__item.is-selected{color:#1f505b}html.light .edit-entity-form__report-types__item__icon,html.light .edit-entity-form__report-types__item__label{display:inline-block;vertical-align:middle}html.light .edit-entity-form__report-types__item__icon{font-size:2.2rem}html.light .edit-entity-form__label{display:block;margin-bottom:0.5em}html.light .edit-entity-form__footer{margin-top:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .fullscreen-media{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.light .fullscreen-media>div{height:100vh}html.light .fullscreen-media button,html.light .fullscreen-media a{position:fixed;top:.5em;color:#000;font-size:2rem;padding:0}html.light .fullscreen-media button:hover,html.light .fullscreen-media button:focus,html.light .fullscreen-media a:hover,html.light .fullscreen-media a:focus{color:#888}html.light .fullscreen-media button{right:1em}html.light .fullscreen-media a{right:2.25em}html.light .fullscreen-media__image{max-height:90vh;max-width:90vw}html.light .fullscreen-media__video{max-height:90vh;max-width:80vw}html.light .fullscreen-media{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.light .fullscreen-media__header{background-color:rgba(51,51,51,.6);height:50px}html.light .fullscreen-media__header__icon--buttons button,html.light .fullscreen-media__header__icon--buttons a{color:#fff;font-size:1.5rem;padding:0}html.light .fullscreen-media__header__icon--buttons button:hover,html.light .fullscreen-media__header__icon--buttons button:focus,html.light .fullscreen-media__header__icon--buttons a:hover,html.light .fullscreen-media__header__icon--buttons a:focus{color:#fff}html.light .fullscreen-media__header__icon--buttons button{right:1em}html.light .fullscreen-media__header__icon--buttons a{right:2.25em}html.light .fullscreen-media__footer{height:150px;background-color:hsla(0,0%,10%,.6)}html.light .fullscreen-media__media-list__image{padding:1px;cursor:pointer}html.light .fullscreen-media__media-list__image img{height:100px}html.light .fullscreen-media__media-list__image--selected{border:1px solid #fff}html.light .fullscreen-media__image{max-height:65vh;max-width:65vw}html.light .fullscreen-media__video{max-height:70vh;max-width:60vw}html.light .publish-activity-card,html.light .publish-activity-card--feed-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fafbfb;border:1px solid #e6e7eb;border-radius:0;position:relative;overflow:hidden}html.light .publish-activity-card__top-bar{min-height:2rem}html.light .publish-activity-card__select{position:relative;top:0.5rem}html.light .publish-activity-card__body{background:#fff;border-bottom:1px solid #e6e7eb;height:100%}html.light .publish-activity-card__author{line-height:1em}html.light .publish-activity-card__author button{width:100%}html.light .publish-activity-card__network-icon{background-color:#fafbfb;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.light .publish-activity-card__network-icon span{font-size:1.5625rem}html.light .publish-activity-card__names{-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:0;min-height:0;overflow:hidden;max-width:250px}html.light .publish-activity-card__text--overflow{overflow-wrap:break-word;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical}html.light .publish-activity-card__media{-webkit-box-flex:1;-ms-flex:1 1 21.875rem;flex:1 1 21.875rem;overflow-x:hidden;overflow-y:auto}html.light .publish-activity-card__media__image{width:100%;height:21.875rem;background-size:cover;background-repeat:no-repeat;background-position:center center}html.light .publish-activity-card__media__thumbnail{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;background-position:center center}html.light .publish-activity-card__media__video-thumb-contatiner{height:100%}html.light .publish-activity-card__media__video{display:inline-block;position:relative;width:100%}html.light .publish-activity-card__media__video video{width:100%;height:auto;margin:0 auto}html.light .publish-activity-card__media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #0f1828;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.light .publish-activity-card__media__unavailable{background-color:#f4f4f6;width:100%;height:21.875rem;cursor:default}html.light .publish-activity-card__type{position:absolute;padding:.15em .5em .15em .75em;border-radius:25px 0 0 25px;background-color:#1f505b;color:#fff;z-index:1;right:-1em;top:calc(-1em + 5px)}html.light .publish-activity-card__type--ad{background-color:#3e86a7}html.light .publish-activity-card__type--reel{background-color:#be4385}html.light .publish-activity-card__type--story{background-color:#fdb839}html.light .publish-activity-card--feed-widget{width:340px;height:calc(100% - 1rem)}html.light .publish-activity-card--feed-widget .publish-activity-card__body{overflow-y:auto;white-space:normal;-ms-flex-negative:1;flex-shrink:1;border:none;border-top:none;border-bottom:none}html.light .publish-activity-card--feed-widget .publish-activity-card__text--overflow{overflow-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.light .publish-activity-card--feed-widget .publish-activity-card__text--overflow--toggler{display:none}html.light .publish-activity-card--feed-widget .publish-activity-card__names{max-width:200px}html.light .publish-activity-card--feed-widget .publish-activity-card__media__image{height:9rem}html.light .publish-activity-card--feed-widget .publish-engagement-activity__labels{overflow-x:auto;overflow-y:hidden;max-height:46px;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content;-ms-flex-negative:0;flex-shrink:0}html.light .publish-activity-card--report-mode{margin:0;background:#e6e6e6;font-size:.6rem;z-index:1}html.light .publish-activity-card--report-mode .publish-activity-card__top-bar{min-height:0.75rem}html.light .publish-activity-card--report-mode .publish-activity-card__body{background:#f6f5f5;border:none}html.light .publish-activity-card--report-mode .publish-activity-card__author{line-height:inherit}html.light .publish-activity-card--report-mode .publish-activity-card__author-name{color:#000}html.light .publish-activity-card--report-mode .publish-activity-card__author-username{font-size:.6rem}html.light .publish-activity-card--report-mode .publish-activity-card__text--overflow{font-size:.6rem}html.light .publish-activity-card--report-mode .publish-activity-card__text--overflow a{color:#000}html.light .publish-activity-card--report-mode .publish-activity-card__media__image{height:9rem}html.light .publish-activity-tooltip{width:220px}html.light .publish-activity-tooltip div{display:inline-block;padding-right:1em}html.light .publish-activity-dialog-box{position:absolute;height:350px}html.light emoji-picker{--indicator-color: #e9b941;--input-border-radius: 0.25rem;--input-border-color: #7d8c9b;--input-font-color: #0F1828;--input-font-size: 13px;--outline-color: #0F9EED}html.light .error-view{margin:80px auto;width:60%}html.light .external-location-id-filter>button{letter-spacing:0}html.light .external-location-id-filter>button:hover,html.light .external-location-id-filter>button:active{color:none}html.light .external-location-id-filter__panel{background:#fff;width:400px}html.light .external-location-id-filter .list-parsing-input{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:0.25rem;overflow:auto;max-height:400px;border:0.0625rem solid rgba(0,0,0,0)}html.light .external-location-id-filter .list-parsing-input__item{background-color:#f4f4f6;margin-top:2px;margin-bottom:2px}html.light .external-location-id-filter .list-parsing-input__search-input,html.light .external-location-id-filter .list-parsing-input__placeholder{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}html.light .external-location-id-filter .list-parsing-input__search-input.grow,html.light .external-location-id-filter .list-parsing-input__placeholder.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light .external-location-id-filter .list-parsing-input__search-input::-webkit-input-placeholder,html.light .external-location-id-filter .list-parsing-input__placeholder{color:#888}html.light .external-location-id-filter .list-parsing-input__search-input::-moz-placeholder,html.light .external-location-id-filter .list-parsing-input__placeholder{color:#888}html.light .external-location-id-filter .list-parsing-input__search-input::-ms-input-placeholder,html.light .external-location-id-filter .list-parsing-input__placeholder{color:#888}html.light .external-location-id-filter .list-parsing-input__search-input::placeholder,html.light .external-location-id-filter .list-parsing-input__placeholder{color:#888}html.light .external-location-id-filter .list-parsing-input:focus{outline:1px dotted #1f505b}html.light .file-uploader{width:100%;min-height:200px;background:#fff;color:#888;cursor:pointer;-webkit-transition:300ms;transition:300ms;border-radius:0.25rem}html.light .file-uploader:focus{outline:none}html.light .file-uploader:hover{opacity:.9}html.light .file-uploader i{font-size:2.6rem;margin-bottom:.5em}html.light .filters-panel__button{-webkit-transition:300ms;transition:300ms}html.light .filters-panel__button .filters-panel__button-title{color:#1f505b;-webkit-transition:300ms;transition:300ms}html.light .filters-panel__button:hover .filters-panel__button-title{opacity:1;color:#0f1828}html.light .filters-panel__container{background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);min-width:400px;outline:none;padding:0 0.75em;z-index:1050}html.light .free-form-conversion{overflow-wrap:break-word}html.light .grouped-checkbox-item-chooser .dropdown__options{background:#ededef}html.light .grouped-checkbox-item-chooser__group-row,html.light .grouped-checkbox-item-chooser__group{background:#fff;border-radius:0.25rem}html.light .grouped-checkbox-item-chooser__group-checkbox{position:relative;left:1px;top:11px}html.light .grouped-checkbox-item-chooser__item{border-radius:0.25rem}html.light .grouped-checkbox-item-chooser__item:not(:first-of-type){margin-top:.7rem}html.light .grouped-checkbox-item-chooser__item:last-of-type{margin-bottom:.7rem}html.light .hashtag-picker{width:300px;background-color:#f4f4f6;border:.0625rem solid rgba(0,0,0,.2)}html.light .hashtag-picker .nav-tabs__list{margin:0;padding:0 5px 5px;border-bottom:1px solid rgba(0,0,0,.2)}html.light .hashtag-picker .nav-tabs__tab{width:50%;padding:3px 0 0 0;margin:0;text-align:center}html.light .hashtag-picker .nav-tabs__tab a{width:100%;padding:0}html.light .hashtag-picker .RelatedHashtagSuggestions,html.light .hashtag-picker .hashtag_suggestions{border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;width:100%}html.light .hashtag-picker .hashtag-groups__list{max-height:200px;overflow-y:auto}html.light .hashtag-picker .hashtag-groups__list__actions{display:none}html.light .hashtag-picker .hashtag-groups__list__item:hover{background-color:#e6e7eb;cursor:pointer}html.light .hashtag-picker .hashtag-groups__list__item:hover .hashtag-groups__list__actions{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .HashtagSuggestor{color:#1f505b}html.light .hashtag_suggestions{border:.0625rem solid rgba(0,0,0,.2);background-color:#f4f4f6;max-width:300px !important;z-index:1100;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6);box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6)}html.light .hashtag_suggestions .hashtag_suggestion-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.light .hashtag_suggestions .hashtag_suggestion-item:hover{background-color:#e6e7eb}html.light .hashtag_suggestions .hashtag_suggestion-item td{padding:5px}html.light .hashtag_suggestions .hashtag_suggestion-item td:not(.right-align){width:50%}html.light .hashtag_suggestions .hashtag_suggestion-item td.right-align{width:25%}html.light .hour-dropdown{border:0.0625rem solid #7d8c9b;position:relative;color:#0f1828;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;cursor:pointer;background:#fff;height:2.5em;-webkit-transition:border-color 300ms ease;transition:border-color 300ms ease}html.light .hour-dropdown:hover:not(.hour-dropdown--disabled){-webkit-box-shadow:0 0 0.3125em #e6e7eb;box-shadow:0 0 0.3125em #e6e7eb}html.light .hour-dropdown:focus:not(.hour-dropdown--disabled) .hour-dropdown__container{-webkit-box-shadow:0 0 0.1875em #e6e7eb;box-shadow:0 0 0.1875em #e6e7eb}html.light .hour-dropdown--flat{color:inherit;background:rgba(0,0,0,0);border:none}html.light .hour-dropdown--flat .hour-dropdown__container{padding:0;font-weight:500;position:relative}html.light .hour-dropdown--flat .hour-dropdown__container::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:0.0625rem;background-color:#7d8c9b}html.light .hour-dropdown--flat:hover:not(.hour-dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.light .hour-dropdown--flat:focus:not(.hour-dropdown--disabled) .hour-dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.light .hour-dropdown--flat .hour-dropdown__options{left:0;right:0;min-width:0}html.light .hour-dropdown--clean{color:inherit;background:rgba(0,0,0,0);vertical-align:baseline;display:inline-block;padding:0;border:none}html.light .hour-dropdown--clean--no-height{height:inherit}html.light .hour-dropdown--clean>.hour-dropdown__container{padding:0}html.light .hour-dropdown--clean .hour-dropdown__arrow{height:1em}html.light .hour-dropdown--clean:hover:not(.hour-dropdown--disabled){-webkit-box-shadow:none;box-shadow:none}html.light .hour-dropdown--clean:hover:not(.hour-dropdown--disabled) .hour-dropdown__selected-text{opacity:.7}html.light .hour-dropdown--clean:focus:not(.hour-dropdown--disabled) .hour-dropdown__container{-webkit-box-shadow:none;box-shadow:none}html.light .hour-dropdown--clean .hour-dropdown__options{width:auto}html.light .hour-dropdown--clean .hour-dropdown__selected-text,html.light .hour-dropdown--clean .hour-dropdown__selected-text--default{color:#1f505b;font-weight:500}html.light .hour-dropdown--noBold .hour-dropdown__selected-text,html.light .hour-dropdown--noBold .hour-dropdown__selected-text--default{font-weight:400}html.light .hour-dropdown--text-default .hour-dropdown__selected-text,html.light .hour-dropdown--text-default .hour-dropdown__selected-text--default{color:#0f1828}html.light .hour-dropdown--noArrow .hour-dropdown__arrow{display:none}html.light .hour-dropdown--autoHeight{height:auto}html.light .hour-dropdown--disabled{border:0.0625rem solid #f4f4f6;background:#fff;cursor:not-allowed}html.light .hour-dropdown--disabled .hour-dropdown__selected-text{color:#a0b6c5}html.light .hour-dropdown--disabled .hour-dropdown__selected-text--default{color:#888}html.light .hour-dropdown__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.5em 0.75em}html.light .hour-dropdown__container .icon{margin-left:0.25em}html.light .hour-dropdown__container .icon.highlighted{color:#1f505b}html.light .hour-dropdown__selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.light .hour-dropdown__selected-text--default{color:#888}html.light .hour-dropdown__options{position:absolute;top:100%;left:0;min-width:100%;border:0.0625rem solid #7d8c9b;background:#fff;z-index:1050;max-height:16.25em;overflow-y:auto}html.light .hour-dropdown__options--right{right:0;left:auto}html.light .hour-dropdown__option{white-space:nowrap;text-overflow:ellipsis;font-weight:bold;padding:0.625em 0.75em;color:#1f505b}html.light .hour-dropdown__option:hover{background:#e6e7eb}html.light .hour-dropdown__search input[type=search]{background:none;color:#0f1828;padding:0.75em;border:0;border-radius:0;border-bottom:1px solid #e6e7eb}html.light .hour-dropdown-inline{display:inline-block}html.light .hour-dropdown-small{width:3.75em}html.light .hour-dropdown-small .hour-dropdown__option{line-height:1;font-size:0.8125rem;font-weight:normal;padding:0.125em}html.light .lds-ripple{display:inline-block;position:relative;width:1.6em;height:1.6em;vertical-align:middle}html.light .lds-ripple div{position:absolute;border:2px solid #1f505b;opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;animation:lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}html.light .lds-ripple div:nth-child(2){-webkit-animation-delay:-0.5s;animation-delay:-0.5s}@keyframes lds-ripple{0%{top:calc(.8em - 2px);left:calc(.8em - 2px);width:0;height:0;opacity:1}100%{top:0px;left:0px;width:calc(1.6em - 2px - 2px);height:calc(1.6em - 2px - 2px);opacity:0}}html.light .integration-selector__basic-container{background:#fff;border-radius:0.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0.75em;position:relative}html.light .integration-selector__basic-container .integration-selector__panel{position:absolute;top:100%;left:0;background:#fff;border:0.0625rem solid #7d8c9b;border-radius:0 0 0.25rem 0.25rem;z-index:1050;padding:0;width:100%}html.light .integration-selector__basic-container .integrations{width:100%;max-height:450px;overflow-y:auto}html.light .integration-selector__basic-container .integrations input[type=checkbox]{margin-right:10px}html.light .integration-selector__basic-container .integrations button{margin-left:10px}html.light .integration-selector__basic-container .integration-selector__integration--highlighted{background:rgba(125,140,155,.2)}html.light .integration-selector__basic-container .integration-selector__integration:hover{background:rgba(125,140,155,.2)}html.light .integration-selector__header-container__button .sub-account-label,html.light .integration-selector__header-container__button i{-webkit-transition:300ms;transition:300ms}html.light .integration-selector__header-container__button-value{color:#1f505b;-webkit-transition:300ms;transition:300ms}html.light .integration-selector__header-container__button:hover .integration-selector__button-value,html.light .integration-selector__header-container__button:hover i,html.light .integration-selector__header-container__button:hover .sub-account-label{opacity:1;color:#0f1828}html.light .integration-selector__header-container .integration-selector__panel{position:absolute;border:0.0625rem solid #e6e7eb;min-width:500px;background-color:#fff;font-size:1rem;z-index:1050;-webkit-box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);right:0}html.light .integration-selector__header-container .integrations{max-height:70vh;overflow-y:auto;padding-left:2px}html.light .integration-selector__header-container .integrations--small{max-height:30vh;overflow-y:auto;padding-left:2px}html.light .integration-selector__header-container .integration-selector__integration--highlighted{background:#fff}html.light .integration-selector .dropdownFilters{max-width:600px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}html.light .integration-selector .location-attribute-dropdown-container{min-width:8.125rem}html.light .integration-selector .location-attribute-dropdown-container .dropdown{height:1.5em;min-width:inherit}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container{height:inherit;min-width:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:0.8125rem}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__container .dropdown__selected-text input{height:inherit}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options{font-size:0.8125rem}html.light .integration-selector .location-attribute-dropdown-container .dropdown .dropdown__options label{font-size:0.8125rem}html.light .location-selector-panel__container{position:absolute;left:0;top:100%;width:28.125em;max-width:100vw;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .location-selector-panel__container__locations{max-height:65vh;overflow-y:auto}html.light .location-selector-panel__search input[type=search]{background-color:#fff;margin:0.5em 0 0.5em 0}html.light .location-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.light .location-selector-panel__group{margin:1px 0 0 1px}html.light .location-selector-panel__group__header{background-color:#e6e7eb}html.light .location-selector-panel__group__header:focus{outline:1px dotted #1f505b}html.light .location-selector-panel__location .icon{display:none}html.light .location-selector-panel__location button:focus{border-radius:50px;padding:4px 4px 0 4px}html.light .location-selector-panel__location:hover .icon{display:inline}html.light .masonry-container{max-height:100%;overflow-y:auto}html.light .masonry-container::-webkit-scrollbar{display:none}html.light .masonry__scroll-more{height:1000px;position:relative;bottom:900px;margin-bottom:-900px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;pointer-events:none}html.light .masonry__scroll-more button{pointer-events:all}html.light .draggable-mention-card{z-index:11100;position:relative;border-radius:0.25rem;background-color:#fff}html.light .mention-card,html.light .mention-card--feed-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fafbfb;border:1px solid #e6e7eb;border-radius:0;position:relative}html.light .mention-card__float{width:340px;z-index:11101}html.light .mention-card__float .mention-card__text-container{min-height:100px}html.light .mention-card__sentiment-bar{border-top-left-radius:0;border-top-right-radius:0}html.light .mention-card__top-bar{min-height:2rem}html.light .mention-card__scores{line-height:1;text-align:center}html.light .mention-card__scores__score{margin-left:auto}html.light .mention-card__scores__score:first-child{margin-left:0}html.light .mention-card__scores__score .score__icon i{color:#0f1828;vertical-align:middle;font-size:1.1em}html.light .mention-card__scores__score .score__icon .sentiment-circle{width:.75em;height:.75em;border-radius:50%;display:inline-block}html.light .mention-card__scores__score .score__icon .status{-webkit-box-shadow:none;box-shadow:none}html.light .mention-card__scores__score .score__number{padding-left:.5em;vertical-align:middle}html.light .mention-card__author-name--highlight{background-color:rgba(31,80,91,.5)}html.light .mention-card__select{position:relative;top:0.5rem}html.light .mention-card__body{background:#fff;border-bottom:1px solid #e6e7eb;height:100%}html.light .mention-card__text--overflow{overflow-wrap:break-word;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical}html.light .mention-card.mention-card--select-mode:hover,html.light .mention-card--select-mode.mention-card--feed-widget:hover{border-color:#1f505b}html.light .mention-card.mention-card--select-mode .mention-card__interactions,html.light .mention-card--select-mode.mention-card--feed-widget .mention-card__interactions{opacity:0}html.light .mention-card__select-mode-overlay::after{content:"";position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;cursor:pointer;background-color:hsla(0,0%,100%,.75);border-left:0 solid rgba(0,0,0,0);-webkit-transition:all 300ms ease;transition:all 300ms ease}html.light .mention-card__select-mode-overlay--selected::after{content:"";top:0;bottom:0;background-color:hsla(0,0%,100%,.15);border-left:.5em solid #1f505b}html.light .mention-card:hover:not(.mention-card--select-mode) .mention-card__interactions,html.light .mention-card--feed-widget:hover:not(.mention-card--select-mode) .mention-card__interactions{-webkit-filter:none;filter:none;opacity:1}html.light .mention-card__author{line-height:1em}html.light .mention-card__author button{width:100%}html.light .mention-card__network-icon{background-color:#fafbfb;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.light .mention-card__network-icon span{font-size:1.5625rem}html.light .mention-card__names{-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:0;min-height:0;overflow:hidden;max-width:250px}html.light .mention-card__media{overflow-x:hidden;overflow-y:auto}html.light .mention-card__media__image{width:100%;height:18.75rem;background-size:cover;background-repeat:no-repeat;background-position:center center}html.light .mention-card__media__thumbnail{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;background-position:center center}html.light .mention-card__media__video{display:inline-block;position:relative;width:100%}html.light .mention-card__media__video video{width:100%;height:18.75rem;margin:0 auto}html.light .mention-card__media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #0f1828;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.light .mention-card__interactions__form{position:absolute;bottom:30px;left:0;width:100%;padding:1rem 1rem .5rem 1rem;background:#e6e7eb;white-space:normal;z-index:1}html.light .mention-card__interactions__form--overflow{overflow-y:auto}html.light .mention-card__interactions__more{font-size:1.7rem}html.light .mention-card--tags-list{background-color:#fff}html.light .mention-card__select-button{opacity:36%;color:#0f1828;position:absolute;right:1rem;bottom:1.5rem;-webkit-transition:all 300ms;transition:all 300ms}html.light .mention-card__select-button::after{content:"";display:inline-block;width:17px;height:17px;left:1.5px;bottom:1px;z-index:-1;position:absolute;background:#7d8c9b;border-radius:50%}html.light .mention-card__select-button:hover{opacity:70%}html.light .mention-card__select-button--selected{opacity:100%;z-index:4;position:absolute;right:1rem;bottom:1.5rem;color:#fff;-webkit-transition:all 300ms;transition:all 300ms}html.light .mention-card__select-button--selected::before{position:relative;z-index:2}html.light .mention-card__select-button--selected::after{content:"";display:inline-block;width:17px;height:17px;left:1.5px;bottom:1px;z-index:1;position:absolute;background:#1f505b;border-radius:50%}html.light .mention-card--feed-widget{width:340px;height:calc(100% - 1rem)}html.light .mention-card--feed-widget--discover-content{width:380px}html.light .mention-card--feed-widget--discover-content .post-button{border-top:1px solid #e6e7eb}html.light .mention-card--feed-widget .mention-card__body{overflow-y:auto;white-space:normal;-ms-flex-negative:1;flex-shrink:1;border:none;border-top:none;border-bottom:none}html.light .mention-card--feed-widget .mention-card__text--overflow{overflow-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.light .mention-card--feed-widget .mention-card__text--overflow--toggler{display:none}html.light .mention-card--feed-widget .mention-card__names{max-width:200px}html.light .mention-card--feed-widget .mention-card__interactions{background-color:#fff;padding-left:1em;padding-right:1em}html.light .mention-card--feed-widget .mention-card__interactions__form{position:absolute;width:340px;padding:1rem 1rem 0 1rem;background:#e6e7eb;white-space:normal;overflow-y:scroll}html.light .mention-card--feed-widget .mention-card--tags-list{overflow-x:auto;overflow-y:hidden;max-height:46px;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content;-ms-flex-negative:0;flex-shrink:0}html.light .mention-card--report-mode{margin:0;background:#e6e6e6;font-size:.6rem;z-index:1}html.light .mention-card--report-mode .mention-card__author{line-height:inherit}html.light .mention-card--report-mode .mention-card__author-name{color:#000}html.light .mention-card--report-mode .mention-card__author-username{font-size:.6rem}html.light .mention-card--report-mode .mention-card__reshare{font-size:.7rem}html.light .mention-card--report-mode .mention-card__engagements>div{font-size:.7rem}html.light .mention-card--report-mode .mention-card__engagements span{color:#888}html.light .mention-card--report-mode .mention-card__body{background:#f6f5f5;border:none}html.light .mention-card--report-mode .mention-card__media__image{height:9rem}html.light .mention-card--report-mode .mention-card__text--overflow{font-size:.6rem}html.light .mention-card--report-mode .mention-card__text--overflow a{color:#000}html.light .mention-card--report-mode .mention-card__names{max-width:170px}html.light .mention-card--report-mode .tag{font-size:.6rem;line-height:.8rem;height:1rem}html.light .mention-card--report-mode .tag::before{border-width:8px}html.light .mention-card .balloon-toolbar,html.light .mention-card--feed-widget .balloon-toolbar{position:absolute;background-color:#fff;z-index:1040;border:1px solid #7d8c9b;overflow:visible;-webkit-box-shadow:0 0 40px rgba(0,0,0,.1);box-shadow:0 0 40px rgba(0,0,0,.1);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}html.light .mention-card .balloon-toolbar .button,html.light .mention-card .balloon-toolbar .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .mention-card .balloon-toolbar a,html.light .mention-card--feed-widget .balloon-toolbar .button,html.light .mention-card--feed-widget .balloon-toolbar .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .mention-card--feed-widget .balloon-toolbar a,html.graphite .image-uploader__dropzone__buttons html.light .mention-card .balloon-toolbar a,html.graphite .image-uploader__dropzone__buttons html.light .mention-card--feed-widget .balloon-toolbar a{color:#000}html.light .mention-card--report-mode{width:228px;margin:0}html.light .mention-card--overflow-unset{overflow:unset}html.light .mention-cards .mention-card,html.light .mention-cards .mention-card--feed-widget{border:1px solid #e6e7eb}html.light .mention-card__media__sensitive-container{cursor:default;z-index:1}html.light .mention-card__media__sensitive-container .mention-card__media__sensitive-container__text{background-color:rgba(0,0,0,.2);display:none}html.light .mention-card__media__sensitive-container:hover .mention-card__media__sensitive-container__text{display:block}html.light textarea.mention-card__interactions__interaction__text{margin:0}html.light .mention-detail .dropdown{border:none}html.light .mention-detail .dropdown__container{padding:0}html.light .mention-detail .dropdown__option{padding:0}html.light .mention-detail .dropdown__arrow{display:none}html.light .mention-display .balloon-toolbar{position:absolute;background-color:#fff;z-index:1040;border:1px solid #7d8c9b;overflow:visible;-webkit-box-shadow:0 0 40px rgba(0,0,0,.1);box-shadow:0 0 40px rgba(0,0,0,.1);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}html.light .mention-display .balloon-toolbar .button,html.light .mention-display .balloon-toolbar .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .mention-display .balloon-toolbar a,html.graphite .image-uploader__dropzone__buttons html.light .mention-display .balloon-toolbar a{color:#000}html.light .mention-display .mention-author-name--highlight{background-color:rgba(31,80,91,.5)}html.light .mention-display .mention-author{line-height:1em}html.light .mention-display .mention-author button{width:100%}html.light .mention-display .mention-network-icon{background-color:#fafbfb;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.light .mention-display .mention-network-icon span{font-size:1.5625rem}html.light .mention-display .mention-scores{line-height:1;text-align:center}html.light .mention-display .mention-scores__score{margin-left:auto}html.light .mention-display .mention-scores__score:first-child{margin-left:0}html.light .mention-display .mention-scores__score .score__icon i{color:#0f1828;vertical-align:middle;font-size:1.1em}html.light .mention-display .mention-scores__score .score__icon .sentiment-circle{width:.75em;height:.75em;border-radius:50%;display:inline-block}html.light .mention-display .mention-scores__score .score__icon .status{-webkit-box-shadow:none;box-shadow:none}html.light .mention-display .mention-scores__score .score__number{padding-left:.5em;vertical-align:middle}html.light .mention-display .mention-media{overflow-x:hidden;overflow-y:auto}html.light .mention-display .mention-media__image{width:100%;height:18.75rem;background-size:contain;background-repeat:no-repeat;background-position:center center}html.light .mention-display .mention-media__thumbnail{width:50px;height:50px;background-size:contain;background-repeat:no-repeat;background-position:center center}html.light .mention-display .mention-media__video{display:inline-block;position:relative;width:100%}html.light .mention-display .mention-media__video video{width:100%;height:18.75rem;margin:0 auto}html.light .mention-display .mention-media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #0f1828;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.light .mention-display .mention-media__sensitive-container{cursor:default;z-index:1}html.light .mention-display .mention-media__sensitive-container .mention-media__sensitive-container__text{background-color:rgba(0,0,0,.2);display:none}html.light .mention-display .mention-media__sensitive-container:hover .mention-media__sensitive-container__text{display:block}html.light .mention-display .mention__tags-list{overflow-x:hidden;overflow-y:auto;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}html.light .author-details{background:#fff}html.light .author-details__names{color:#0f1828;min-width:0}html.light .author-details__names .ellipsis.block,html.light .author-details__names .avatar__center img.ellipsis,html.light .avatar__center .author-details__names img.ellipsis,html.light .author-details__names .ellipsis.image-uploader__dropzone__image,html.graphite .avatar__center html.light .author-details__names img.ellipsis{display:block}html.light .author-details__author{border-color:#7d8c9b}html.light .author-details .author-stats{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.light .author-details__mentions{max-height:450px;overflow:auto}html.light .author-details__mentions .mention-card__names{max-width:350px}html.light .author-details__mentions-header{background:#fff}html.light .author-details__mentions-header--sticky{position:sticky;top:-1px;z-index:1}html.light .author-details__network{margin-right:5px;height:18px;width:18px;color:#fff}html.light .author-details__network .icon{height:100%;width:100%;line-height:0}html.light .author-details__network .icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.light .author-details__network .icon--twitter{background-color:#00aced}html.light .author-details__network .icon--facebook{background-color:#3b5998}html.light .author-details__network .icon--linkedin{background-color:#007bb6}html.light .author-details__network .icon--google{background-color:#dd4b39}html.light .author-details__network .icon--google-plus{background-color:#dd4b39}html.light .author-details__network .icon--instagram{background-color:#ae388e}html.light .author-details__network .icon--pinterest{background-color:#d0021b}html.light .author-details__network .icon--youtube{background-color:#cd201f}html.light .author-details__network .icon--vk{background-color:#45668e}html.light .author-details__network .icon--reddit{background-color:#ff5700}html.light .author-details__network .icon--automattic{background-color:#39c}html.light .author-details__network .icon--disqus{background-color:#2e9fff}html.light .author-details__network .icon--tumblr{background-color:#35465c}html.light .author-details__network .icon--reviews{background-color:#1f505b}html.light .author-details__network .icon--stack-overflow{background-color:#f48024}html.light .mention-interaction-modal .modal__content{width:unset;min-width:calc(48rem - 60px);max-width:80vw}html.light .mention-interaction-modal .icon-dropdown{position:absolute;top:10px;right:35px;cursor:pointer}html.light .mention-interaction-modal__mention{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:600px}html.light .mention-interaction-modal__analysis{min-height:25rem;width:500px;-webkit-box-flex:1;-ms-flex:1 0 500px;flex:1 0 500px}html.light .mention-interaction-modal__analysis .scrollable-tabs{padding-top:1em;border-bottom:0.0625rem solid #e6e7eb}html.light .mention-interaction-modal__analysis__tab-content{height:calc(100% - 2.8125rem)}html.light .mention-interaction-modal__analysis__tab-content .mention-tag-chooser,html.light .mention-interaction-modal__analysis__tab-content .mention-notes,html.light .mention-interaction-modal__analysis__tab-content .mention-email,html.light .mention-interaction-modal__analysis__tab-content .mention-interactions{padding:1em}html.light .MessageTextArea{padding:.5em;padding-bottom:calc(2.5rem + 1rem);border-radius:.25rem;background-color:#e6e7eb;margin-bottom:1em}html.light .MessageTextArea .public-DraftEditor-content{min-height:80px}html.light .MessageTextArea .at_mention{color:#1f505b}html.light .MessageTextArea .thread__split{border:0.0625rem solid #7d8c9b;border-top:none;border-right:none;border-left:none;position:relative;bottom:2em;padding-top:1.4em;right:0;width:100%;pointer-events:none}html.light .MessageTextArea .thread__split.last{position:relative;top:0em;right:0;margin:0 0 1em 0}html.light .MessageTextArea .icon--spellcheck.on{color:#e9b941}html.light .MessageTextArea .icon--targeting.on{color:#e9b941}html.light .MessageTextArea .scheduled-post-editor__messages-footer{margin-top:.5em;margin-bottom:.5em;bottom:0;width:calc(100% - .5rem);height:2.5rem}html.light .KeywordsDraftEditor{word-break:break-word}html.light .KeywordsDraftEditor__editor-container{min-height:75px}html.light .KeywordsDraftEditor__editor-container .DraftEditor-root{min-height:inherit}html.light .KeywordsDraftEditor__editor-container .DraftEditor-root .DraftEditor-editorContainer{min-height:inherit}html.light .KeywordsDraftEditor__editor-container .DraftEditor-root .DraftEditor-editorContainer .public-DraftEditor-content{min-height:inherit}html.light .at_mention_suggestions{border:.0625rem solid rgba(0,0,0,.2);background-color:#f4f4f6;min-width:300px;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6);box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6);overflow:auto;max-height:200px;z-index:1100}html.light .at_mention_suggestions-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#1f505b}html.light .at_mention_suggestions-item:hover{background-color:#e6e7eb}html.light .monitor-create-wizard__step{border:1px solid #1f505b;border-radius:10px;-webkit-box-shadow:0px 0px 20px 0px rgba(15,24,40,.3);box-shadow:0px 0px 20px 0px rgba(15,24,40,.3)}html.light .monitor-create-wizard__step p{margin-top:0}html.light .social-monitor-rule-set__flex-parent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .social-monitor-rule-set__flex-parent__child.button,html.light .image-uploader__dropzone__buttons a.social-monitor-rule-set__flex-parent__child,html.graphite .image-uploader__dropzone__buttons html.light a.social-monitor-rule-set__flex-parent__child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;margin-right:.5em;margin-bottom:.5em}html.light .places-list .icon--close{cursor:pointer;vertical-align:middle}html.light .places-list.selected-places .button,html.light .places-list.selected-places .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .places-list.selected-places a,html.graphite .image-uploader__dropzone__buttons html.light .places-list.selected-places a{cursor:inherit}html.light .monitors-zero-state.fullscreen{background-color:#fff;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000}html.light .monitors-zero-state__vizualization{width:100%;height:400px}html.light .monitors-zero-state img{max-width:400px}html.light .note-modal,html.light .mentions-modal{min-width:300px;z-index:1060;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.light .note-modal .stat-label.gray,html.light .mentions-modal .stat-label.gray{color:#888}html.light .note-modal input.text--small,html.light .note-modal input.form-modal__body__label,html.light .mentions-modal input.text--small,html.light .mentions-modal input.form-modal__body__label{font-size:small}html.light .note-modal textarea,html.light .mentions-modal textarea{height:auto;max-height:125px}html.light .note-modal .stat-label,html.light .mentions-modal .stat-label{font-size:.85rem}html.light .note-modal__option,html.light .mentions-modal__option{font-size:.8rem;color:#1f505b;padding:1rem 0}html.light .note-modal__option.column,html.light .mentions-modal__option.column{padding-top:1rem;padding-bottom:1rem}html.light .note-modal__option:first-child,html.light .mentions-modal__option:first-child{border-right:1px solid;-o-border-image:linear-gradient(to bottom, #7d8c9b, #ffffff) 1 80%;border-image:-webkit-gradient(linear, left top, left bottom, from(#7d8c9b), to(#ffffff)) 1 80%;border-image:linear-gradient(to bottom, #7d8c9b, #ffffff) 1 80%}html.light .note-modal .header-icons,html.light .mentions-modal .header-icons{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.light .note-modal .icon-container,html.light .mentions-modal .icon-container{font-size:1.4rem;width:35px;height:35px;line-height:35px;text-align:center}html.light .note-modal .range-note-panel,html.light .mentions-modal .range-note-panel{min-width:300px}html.light .note-modal .range-note-list,html.light .mentions-modal .range-note-list{max-height:150px;overflow-y:scroll}html.light .note-modal .range-note__note,html.light .mentions-modal .range-note__note{max-width:calc(300px - 2.5em)}html.light .author-modal__names{color:#0f1828;min-width:0}html.light .author-modal__names .ellipsis.block,html.light .author-modal__names .avatar__center img.ellipsis,html.light .avatar__center .author-modal__names img.ellipsis,html.light .author-modal__names .ellipsis.image-uploader__dropzone__image,html.graphite .avatar__center html.light .author-modal__names img.ellipsis{display:block}html.light .author-modal__author{border-color:#7d8c9b}html.light .author-modal .mentions-section{background:#fff}html.light .author-modal .author-stats{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.light .author-modal__mentions{max-height:450px;overflow:auto}html.light .author-modal__mentions .mention-card__names{max-width:350px}html.light .author-modal__mentions-header{background:#fff}html.light .author-modal__mentions-header--sticky{position:sticky;top:-1px;z-index:1}html.light .author-modal__network{margin-right:5px;height:18px;width:18px;color:#fff}html.light .author-modal__network .icon{height:100%;width:100%;line-height:0}html.light .author-modal__network .icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.light .author-modal__network .icon--twitter{background-color:#00aced}html.light .author-modal__network .icon--facebook{background-color:#3b5998}html.light .author-modal__network .icon--linkedin{background-color:#007bb6}html.light .author-modal__network .icon--google{background-color:#dd4b39}html.light .author-modal__network .icon--google-plus{background-color:#dd4b39}html.light .author-modal__network .icon--instagram{background-color:#ae388e}html.light .author-modal__network .icon--pinterest{background-color:#d0021b}html.light .author-modal__network .icon--youtube{background-color:#cd201f}html.light .author-modal__network .icon--vk{background-color:#45668e}html.light .author-modal__network .icon--reddit{background-color:#ff5700}html.light .author-modal__network .icon--automattic{background-color:#39c}html.light .author-modal__network .icon--disqus{background-color:#2e9fff}html.light .author-modal__network .icon--tumblr{background-color:#35465c}html.light .author-modal__network .icon--reviews{background-color:#1f505b}html.light .author-modal__network .icon--stack-overflow{background-color:#f48024}html.light .mention-show-modal__container{z-index:11100}html.light .mention-show-modal__container .modal__content{padding:2rem}html.light .mentions-modal{background-color:#fff;border-radius:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:750px}html.light .mentions-modal__container{z-index:11100}html.light .mentions-modal__container .modal__content{padding:0;max-width:580px;border-radius:10px}html.light .mentions-modal .range-note-panel{border-top:0;border-color:#7d8c9b;background-color:#fff;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .mentions-modal .range-note-panel:last-child{border-radius:0 0 10px 10px}html.light .mentions-modal .range-note-panel:last-child .panel__body{border-radius:inherit}html.light .mentions-modal .range-note-panel .range-note-list{max-height:0;overflow-y:auto;-webkit-transition:all 300ms;transition:all 300ms}html.light .mentions-modal .range-note-panel .range-note-list__container{background:rgba(0,0,0,.25)}html.light .mentions-modal .range-note-panel--notes-expanded .range-note-list{max-height:150px}html.light .mentions-modal__header-label{margin:0 -1rem 0 -1rem;border-color:#7d8c9b}html.light .mentions-modal__mentions{max-height:450px;overflow-y:auto}html.light .mentions-modal__input-row{border-color:#7d8c9b}html.light .mentions-modal textarea{max-height:75px;background:#fff;border-radius:5px}html.light .mentions-modal__header{border-radius:10px 10px 0 0}html.light .mentions-modal__footer{border-radius:0 0 10px 10px}html.light .mentions-modal__footer__mentions-actions .button,html.light .mentions-modal__footer__mentions-actions .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .mentions-modal__footer__mentions-actions a,html.graphite .image-uploader__dropzone__buttons html.light .mentions-modal__footer__mentions-actions a{opacity:.5}html.light .mentions-modal__header,html.light .mentions-modal__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-color:#7d8c9b;background-color:#fff}html.light .mentions-modal__header-info__pills{min-width:0}html.light .mentions-modal__header-info__pills .avatar{height:0.6875rem;width:0.6875rem}html.light .mentions-modal__header-info__pills .avatar-username{vertical-align:middle}html.light .mentions-modal__header-info .icon--chevron-right{padding:.4em;opacity:.7;border-color:rgba(94,194,204,.7)}html.light .mention-digest-modal__label{-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;width:25%;color:#888;display:block;font-size:.85rem;font-weight:500;text-transform:uppercase}html.light .mention-digest-modal .data-source__source{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:.5em;max-width:50%}html.light .mention-digest-modal .data-source__segment{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-left:.5em;margin-right:.5em}html.light .mention-digest-modal .data-source__remove{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.light .mention-digest-modal__monitor-option--highlighted,html.light .mention-digest-modal__segment-option--highlighted{background-color:#e6e7eb}html.light .mention-digest-modal__monitor-option--selected,html.light .mention-digest-modal__segment-option--selected{color:#7d8c9b}html.light .phone-input__country-selector{border:none;border-radius:0.25rem 0 0 0.25rem}html.light .phone-input__country-selector .dropdown__options{min-width:200px}html.light .phone-input__input[type=tel]{border-radius:0 0.25rem 0.25rem 0}html.light .phone-input__no-drop-down{border-radius:0.25rem}html.light .pill{color:#7d8c9b;border:1px solid #7d8c9b;border-radius:50px;display:inline-block;height:22px;line-height:22px;padding:0 .5em 0 .5em;text-transform:uppercase;position:relative}html.light .pill p{display:inline-block;margin:0;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";line-height:1;padding:0 0 0 0}html.light .pill button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}html.light .pill__invalid{text-decoration:line-through}html.light .pill--fixed-width{max-width:120px}html.light .pill--pt{padding-top:.3em}html.light .placeholder--text{display:inline-block;border-radius:.5em;width:100px;background:linear-gradient(115deg, #f4f4f6, #e6e7eb, #7d8c9b 50%, #e6e7eb, #f4f4f6);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em 0}html.light .placeholder--image{display:inline-block;height:2.4em;border-radius:.5em;width:2.4em;background:linear-gradient(115deg, #f4f4f6, #7d8c9b 50%, #f4f4f6);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.light .placeholder--icon{display:inline-block;border-radius:.5em;width:1em;background:linear-gradient(115deg, #f4f4f6, #7d8c9b 50%, #f4f4f6);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.light .placeholder--row{display:inline-block;border-radius:.5em;width:100%;background:linear-gradient(115deg, #f4f4f6, #e6e7eb, #7d8c9b 50%, #e6e7eb, #f4f4f6);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em 0}html.light .placeholder--media{display:inline-block;height:20.4em;border-radius:.5em;width:23.4em;background:linear-gradient(115deg, #f4f4f6, #7d8c9b 50%, #f4f4f6);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.light .placeholder--mini-media{display:inline-block;height:10.4em;border-radius:.5em;width:10.4em;background:linear-gradient(115deg, #f4f4f6, #7d8c9b 50%, #f4f4f6);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}html.light .placeholder--post{display:inline-block;height:31.25em;border-radius:.5em;width:100%;max-width:21.875em;background:linear-gradient(115deg, #f4f4f6, #7d8c9b 50%, #f4f4f6);background-size:200%;-webkit-animation:scrolling-gradient 4s linear infinite;animation:scrolling-gradient 4s linear infinite;margin:.1em}@keyframes scrolling-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}html.light .placeholder-height--xxsmall{height:.25em}html.light .placeholder-height--xsmall{height:.5em}html.light .placeholder-height--small{height:1em}html.light .placeholder-height--medium{height:1.5em}html.light .placeholder-height--large{height:2em}html.light .placeholder-height--xlarge{height:3em}html.light .placeholder-height--xxlarge{height:4em}html.light .product-tour-dot{position:absolute;margin-top:-7px;margin-left:-7px;-webkit-animation:fade-in-dot .5s;animation:fade-in-dot .5s}html.light .product-tour-dot span{position:relative;top:0;left:0;display:block;border-radius:50%;background-color:#1f505b;-webkit-box-shadow:0 0 0 0 #1f505b;box-shadow:0 0 0 0 #1f505b;width:14px;height:14px;-webkit-transform:scale(1);transform:scale(1);-webkit-animation:pulse-dot 2s infinite;animation:pulse-dot 2s infinite;scroll-margin:30px}@keyframes fade-in-dot{0%{opacity:0}100%{opacity:1}}@keyframes pulse-dot{0%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(31,80,91,.7);box-shadow:0 0 0 0 rgba(31,80,91,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px rgba(31,80,91,0);box-shadow:0 0 0 10px rgba(31,80,91,0)}100%{-webkit-transform:scale(0.95);transform:scale(0.95);-webkit-box-shadow:0 0 0 0 rgba(31,80,91,0);box-shadow:0 0 0 0 rgba(31,80,91,0)}}html.light .review-star{margin:.5px;height:1em;width:1em}html.light .review-star__background{fill:#ffc149;stroke:none}html.light .review-star__outline{stroke:#acacac;fill:none}html.light .resource-history{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.light .resource-history__list-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .resource-history__list{overflow:auto;-webkit-box-flex:1;-ms-flex:1 1 12rem;flex:1 1 12rem;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-right:5px}html.light .resource-history__list::-webkit-scrollbar{width:1px;height:1px}html.light .resource-history__list::-webkit-scrollbar-button{width:0px;height:0px}html.light .resource-history__list::-webkit-scrollbar-thumb{background:#888}html.light .resource-history__comment-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2em}html.light .resource-history__comment-row--created-by-current-user{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .resource-history__comment-row--created-by-current-user .resource-history__comment{background-color:#5ec2cc;border-radius:0 8px 8px 8px}html.light .resource-history__comment-row--created-by-current-user .resource-history__comment-meta{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .resource-history__comment-row--created-by-other-user{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .resource-history__comment-row--created-by-other-user .resource-history__comment{background-color:#e6e7eb;border-radius:0 8px 8px 8px}html.light .resource-history__comment-row--created-by-other-user .resource-history__comment-meta{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .resource-history__comment-col{max-width:82%}html.light .resource-history__link{color:inherit;text-decoration:underline}html.light .resource-history__link:hover{color:inherit}html.light .resource-history__mention{font-weight:bold}html.light .resource-history__comment-timestamp{color:#888}html.light .resource-history__input{background-color:hsl(228,11.1111111111%,86.1764705882%);border-radius:15px;padding:0.5em;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-top:auto}html.light .resource-history__input::-webkit-input-placeholder{color:#888}html.light .resource-history__input::-moz-placeholder{color:#888}html.light .resource-history__input::-ms-input-placeholder{color:#888}html.light .resource-history__input::placeholder{color:#888}html.light .resource-history__input .icon--emoji{font-size:1.3rem;margin:.1rem;color:#444}html.light .resource-history__input .editor__send-button .icon{background-color:#1f505b;color:#fff;display:inline-block;font-size:.9rem;padding:.25rem}html.light .resource-history__input .editor__send-button .icon::before{position:relative;left:-1px;top:1px}html.light .resource-history__new-comments-alert{background-color:#fff;border-radius:50px;z-index:1;-webkit-box-shadow:0 0 1rem rgba(0,0,0,.1);box-shadow:0 0 1rem rgba(0,0,0,.1)}html.light .resource-history__new-comments-alert:hover{-webkit-box-shadow:0 0 1rem rgba(0,0,0,.1);box-shadow:0 0 1rem rgba(0,0,0,.1)}html.light .RelatedHashtagSuggestions{border:.0625rem solid rgba(0,0,0,.2);background-color:#f4f4f6;width:300px;z-index:1;border-radius:.25rem;-webkit-box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6);box-shadow:0px 4px 40px 0px hsla(0,0%,100%,.6)}html.light .RelatedHashtagSuggestions .hashtag_suggestion{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.light .RelatedHashtagSuggestions .hashtag_suggestion:hover{background-color:#e6e7eb}html.light .RelatedHashtagSuggestions thead th{color:#1f505b}html.light .RelatedHashtagSuggestions tbody th{color:#000}html.light .RelatedHashtagSuggestions th{padding:5px;width:50%;text-transform:initial}html.light .RelatedHashtagSuggestions td{text-align:right;padding:5px}@media(min-width: 80rem){html.light .reports-index-header{position:fixed;z-index:890;left:0;top:50px;right:0;padding:0 3.5em 0 150px;height:3.75em;border-bottom:0.0625rem solid #caced2;background-color:#f4f4f6}}html.light .reports-index-header__filtering__loader{font-size:0;line-height:0;-webkit-transform:scale(0.5);transform:scale(0.5)}html.light .reports-index-table .reports-index-nav-button{padding:.5em;width:8em}html.light .reports-index-table__controls{min-height:32px}html.light .reports-index-table__page .reports-index-table__row{border-top:1px solid #7d8c9b}html.light .reports-index-table__page:nth-child(2) .reports-index-table__row:first-child{border-top:none}html.light .reports-index-table__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .reports-index-table__row.is-header{background-color:#e6e7eb}html.light .reports-index-table__row.is-header .reports-index-table__cell{color:#888;text-transform:uppercase}html.light .reports-index-table__row.is-empty .reports-index-table__cell{width:100%}html.light .reports-index-table__row.is-pending .reports-index-table__cell{color:#888}html.light .reports-index-table__cell{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:.85em;padding:1em}html.light .reports-index-table__cell:nth-child(1){width:5%}html.light .reports-index-table__cell:nth-child(2){width:25%}html.light .reports-index-table__cell:nth-child(3){width:10%}html.light .reports-index-table__cell:nth-child(4){width:12.5%}html.light .reports-index-table__cell:nth-child(5){width:12.5%}html.light .reports-index-table__cell:nth-child(6){width:10%}html.light .reports-index-table__cell:nth-child(7){width:8%}html.light .reports-index-table__cell:nth-child(8){width:5%}html.light .reports-index-table__cell:nth-child(8){width:7%}html.light .reports-index-table__cell:nth-child(9){width:5%}html.light .reports-index-table__cell--status{font-size:.75em}html.light .reports-index-table__cell--status.is-failed{color:#db4a2b !important}html.light .reports-index-table__cell--status.is-pending{color:#ffb924 !important}html.light .reports-index-table__cell--status.is-published{color:#888 !important}html.light .reports-index-table__cell--status.is-editable{color:#5dc09c !important}html.light .reports-index-table__cell .report-checkbox{margin-top:0.875em}html.light .reports-index-table__cell .report-name__icon{font-size:2rem}html.light .reports-index-table__cell .delivery-time{text-transform:none}html.light .five-star-dial{position:relative;text-align:center;height:3em}html.light .five-star-dial svg{height:100%;width:auto}html.light .five-star-dial.small{height:3em}html.light .five-star-dial.medium{height:4.2em}html.light .five-star-dial.large{height:6em}html.light .five-star-dial .five-star-indicator{position:absolute;left:50%;top:0;margin-left:-0.5em;padding-top:.3em;height:100%;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:rotate(0deg);transform:rotate(0deg)}html.light .five-star-dial .five-star-score{font-weight:normal;position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:1.25em}@media(min-width: 80rem){html.light .schedules-index-header{position:fixed;z-index:890;left:0;top:50px;right:0;padding:0 3.5em;height:3.75em;border-bottom:0.0625rem solid #caced2;background-color:#f4f4f6}}html.light .schedules-index-header__filtering__loader{font-size:0;line-height:0;-webkit-transform:scale(0.5);transform:scale(0.5)}html.light .schedules-index-table .reports-index-nav-button{padding:.5em;width:8em}html.light .schedules-index-table__controls{min-height:32px}html.light .schedules-index-table__page .schedules-index-table__row{border-top:1px solid #7d8c9b}html.light .schedules-index-table__page:nth-child(2) .schedules-index-table__row:first-child{border-top:none}html.light .schedules-index-table__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .schedules-index-table__row.is-header{background-color:#e6e7eb}html.light .schedules-index-table__row.is-header .schedules-index-table__cell{color:#888;text-transform:uppercase}html.light .schedules-index-table__row.is-empty .schedules-index-table__cell{width:100%}html.light .schedules-index-table__row.is-pending .schedules-index-table__cell{color:#888}html.light .schedules-index-table__cell{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:.85rem;padding:1em}html.light .schedules-index-table__cell:nth-child(1){width:5%}html.light .schedules-index-table__cell:nth-child(2){width:20%}html.light .schedules-index-table__cell:nth-child(3){width:17%}html.light .schedules-index-table__cell:nth-child(4){width:8%}html.light .schedules-index-table__cell:nth-child(5){width:10%}html.light .schedules-index-table__cell:nth-child(6){width:10%}html.light .schedules-index-table__cell:nth-child(7){width:10%}html.light .schedules-index-table__cell:nth-child(8){width:7%}html.light .schedules-index-table__cell:nth-child(9){width:8%}html.light .schedules-index-table__cell:nth-child(10){width:5%}html.light .schedules-index-table__cell--frequency,html.light .schedules-index-table__cell--status,html.light .schedules-index-table__cell--duration{font-size:.75rem}html.light .schedules-index-table__cell--status.is-paused{color:#ffb924 !important}html.light .schedules-index-table__cell--status.is-active{color:#5dc09c !important}html.light .schedules-index-table__cell .report-checkbox{margin-top:0.875em}html.light .schedules-index-table__cell .report-name__icon{font-size:2rem}html.light .schedules-index-table__cell .delivery-time{text-transform:none}html.light .scheduled-post-editor>.modal__content{width:calc(100vw - 8rem);max-width:1550px;min-width:640px}html.light .scheduled-post-editor__form .dropdown{border:none;border-radius:0.25rem}@media(min-width: 48rem){html.light .scheduled-post-editor__form{min-height:90%;height:auto}html.light .scheduled-post-editor__form .search-multi-select__select,html.light .scheduled-post-editor__form .search-multi-select__select--short{max-height:130px;overflow-y:auto}html.light .scheduled-post-editor__form-panel{width:60%}html.light .scheduled-post-editor__details-panel{width:40%;min-height:520px}}html.light .scheduled-post-editor__share-button{position:absolute;right:25px;top:35px}html.light .scheduled-post-editor__show-details{border:0.0625rem solid #7d8c9b;-webkit-transform:translate(100%, -100%) rotate(90deg);transform:translate(100%, -100%) rotate(90deg);background:#fff;position:absolute;color:#5ec2cc;cursor:pointer;-webkit-box-shadow:0px -13px 24px -2px rgba(0,0,0,.6);box-shadow:0px -13px 24px -2px rgba(0,0,0,.6);right:0;-webkit-transform-origin:bottom left;transform-origin:bottom left;display:inline-table}html.light .scheduled-post-editor__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.light .scheduled-post-editor__details-body{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}html.light .scheduled-post-editor__post-loading{margin:280px auto}html.light .scheduled-post-editor__post-contents{padding:1em;border-radius:0.25rem;border:0.0625rem solid #7d8c9b;background-color:hsl(0,0%,104%)}html.light .scheduled-post-editor__post-contents .reply-button{color:#1f505b}html.light .scheduled-post-editor__post-contents-section{padding:0.5em;border-radius:0.25rem;background-color:#fff}html.light .scheduled-post-editor__tab{border-bottom:2px solid rgba(0,0,0,0);padding:0 0.25em;display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;-webkit-transition:border-color 300ms;transition:border-color 300ms;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;overflow:hidden;color:#1f505b;text-transform:uppercase}html.light .scheduled-post-editor__tab:not(:first-of-type){margin-left:0.5em}html.light .scheduled-post-editor__tab--selected{border-bottom:2px solid #1f505b}html.light .scheduled-post-editor__destination-link-url{color:inherit !important;height:auto !important;padding:0 !important;margin:0 !important;border-radius:0 !important}html.light .scheduled-post-editor__destination-link-url::-webkit-input-placeholder{color:#888}html.light .scheduled-post-editor__destination-link-url::-moz-placeholder{color:#888}html.light .scheduled-post-editor__destination-link-url::-ms-input-placeholder{color:#888}html.light .scheduled-post-editor__destination-link-url::placeholder{color:#888}html.light .scheduled-post-editor__link-preview-wrapper{height:180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .scheduled-post-editor__link-preview-container{margin:0 -0.5em;padding:0 0.25em;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .scheduled-post-editor__refresh-link-preview{background:rgba(0,0,0,.6)}html.light .scheduled-post-editor__refresh-link-preview:hover{background:rgba(0,0,0,.6);opacity:1}html.light .scheduled-post-editor__remove-link-preview{top:0;right:0;background:rgba(0,0,0,.6)}html.light .scheduled-post-editor__remove-link-preview:hover{background:rgba(0,0,0,.6)}html.light .scheduled-post-editor__link-preview-column{height:100%;margin:0 0.5em}html.light .scheduled-post-editor__link-preview-image-wrapper{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}html.light .scheduled-post-editor__link-preview-image-wrapper img{max-height:100%;max-width:100%;border-radius:0.25rem}html.light .scheduled-post-editor__link-preview-text-wrapper{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.light .scheduled-post-editor__link-preview-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.light .scheduled-post-editor__link-preview-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.light .scheduled-post-editor__link-preview-url{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal}html.light .scheduled-post-editor__media-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:188px;outline:none;margin:0 -0.5em;padding:0 0.25em;overflow:auto;margin-bottom:-8px}html.light .scheduled-post-editor__media-container::-webkit-scrollbar{height:8px;background-color:#ccc;border-radius:3px;border:1px solid rgba(0,0,0,0);background-clip:padding-box}html.light .scheduled-post-editor__media-container::-webkit-scrollbar-thumb{border-radius:4px;background-color:#888;border:2px solid rgba(0,0,0,0);background-clip:padding-box}html.light .scheduled-post-editor__media-container:focus .scheduled-post-editor__media-placeholder,html.light .scheduled-post-editor__media-container--is-drag-active .scheduled-post-editor__media-placeholder{color:inherit}html.light .scheduled-post-editor__media-column{padding:0 0.25em;cursor:default}html.light .scheduled-post-editor__media-thumb-wrapper{height:180px;width:180px;overflow:hidden;border-radius:0.25rem;position:relative}html.light .scheduled-post-editor__media-thumb-wrapper:hover .scheduled-post-editor__media-thumb-overlay{opacity:1}html.light .scheduled-post-editor__media-thumb-overlay{-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease;opacity:0;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,.6);position:absolute;padding:0.25em;pointer-events:none}html.light .scheduled-post-editor__media-thumb-overlay--persist{opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;transition:none}html.light .scheduled-post-editor__remove-media{position:absolute;top:0;right:0;background:hsla(0,0%,100%,.8);color:#000;pointer-events:auto}html.light .scheduled-post-editor__remove-media:hover{background:hsla(0,0%,100%,.8);color:#000}html.light .scheduled-post-editor__choose-thumbnail{position:absolute;top:0;left:0;background:hsla(0,0%,100%,.8);color:#000;pointer-events:auto}html.light .scheduled-post-editor__choose-thumbnail:hover{background:hsla(0,0%,100%,.8);color:#000}html.light .scheduled-post-editor__media-thumb{height:100%;width:100%}html.light .scheduled-post-editor__media-thumb--image{background-repeat:no-repeat;background-size:contain;background-position:50%}html.light .scheduled-post-editor__media-thumb--deleted{background:#f4f4f6;color:#0f1828;position:relative}html.light .scheduled-post-editor__media-thumb--deleted::after{content:"Content Removed";text-align:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.light .scheduled-post-editor__media-thumb--video:before,html.light .scheduled-post-editor__media-thumb--video:after{content:" ";position:absolute;top:0;height:100%;border:3px solid #000;width:16px;background-image:repeating-linear-gradient(0deg, #fff, #fff 7%, #000 0, #000 18%);opacity:.6}html.light .scheduled-post-editor__media-thumb--video:before{left:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}html.light .scheduled-post-editor__media-thumb--video:after{right:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}html.light .scheduled-post-editor__media-thumb--video>video{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;border-radius:inherit}html.light .scheduled-post-editor__media-thumb--video>video::-webkit-media-controls-start-playback-button{display:none;-webkit-appearance:none}html.light .scheduled-post-editor__media-placeholder-icon{font-size:2.6em}html.light .scheduled-post-editor__media-placeholder{color:#888;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .scheduled-post-editor__post-type-selector{background:hsla(0,0%,100%,.7);border-radius:0 0 0 0.25rem;right:0;top:0;z-index:2}html.light .scheduled-post-editor__text-editor{margin-bottom:1em}html.light .scheduled-post-editor__text-editor--title{min-height:2rem}html.light .scheduled-post-editor__network-message-tab-container{-webkit-box-flex:1;-ms-flex:auto;flex:auto}html.light .scheduled-post-editor__network-message-character-count{min-width:4ch}html.light .scheduled-post-editor__status-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .scheduled-post-editor__publish-at-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .scheduled-post-editor__actions-wrapper{-webkit-box-flex:0;-ms-flex:0;flex:0;z-index:4;max-width:50%}html.light .scheduled-post-editor__actions-wrapper .post-editor-actions{overflow-x:clip;overflow-y:visible}html.light .scheduled-post-editor__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.light .scheduled-post-editor__publish-at-modal .modal__content{width:auto}html.light .scheduled-post-editor__publish-at-modal .modal__close{right:6px;top:6px}html.light .scheduled-post-editor__publish-at-dropdown{background:#fff;z-index:1050}html.light .scheduled-post-editor__action-button-wrapper--down{border-radius:0 0 0.25rem 0.25rem;background:#fff}html.light .scheduled-post-editor__action-button-wrapper--down button{border-radius:0;border-top:0}html.light .scheduled-post-editor__action-button-wrapper--down:last-child button{border-radius:0 0 0.25rem 0.25rem}html.light .scheduled-post-editor__action-button-wrapper--up{border-radius:0.25rem 0.25rem 0 0;background:#fff}html.light .scheduled-post-editor__action-button-wrapper--up button{border-radius:0;border-bottom:0}html.light .scheduled-post-editor__action-button-wrapper--up:first-child button{border-radius:0.25rem 0.25rem 0 0}html.light .scheduled-post-editor__actions-dropdown-button{-webkit-box-flex:0;-ms-flex:0;flex:0;-webkit-transition:300ms;transition:300ms}html.light .scheduled-post-editor__actions--expanded-down .button-group__button:first-child{min-width:7.3em;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:0.25rem 0 0 0}html.light .scheduled-post-editor__actions--expanded-down .button-group__button:last-child{-webkit-box-flex:0;-ms-flex:0;flex:0;border-radius:0 0.25rem 0 0}html.light .scheduled-post-editor__actions--expanded-up .button-group__button:first-child{min-width:7.3em;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:0 0 0 0.25rem}html.light .scheduled-post-editor__actions--expanded-up .button-group__button:last-child{-webkit-box-flex:0;-ms-flex:0;flex:0;border-radius:0 0 0.25rem 0}html.light .scheduled-post-editor__primary-action-button{min-width:7.3em;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:300ms;transition:300ms}html.light .scheduled-post-editor__overflow-details-body-content{overflow-y:auto;overflow-x:hidden;height:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding-right:5px}html.light .scheduled-post-editor__overflow-details-body-content::-webkit-scrollbar{width:1px;height:1px}html.light .scheduled-post-editor__overflow-details-body-content::-webkit-scrollbar-button{width:0px;height:0px}html.light .scheduled-post-editor__overflow-details-body-content::-webkit-scrollbar-thumb{background:#888}html.light .scheduled-post-editor__comments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}html.light .scheduled-post-editor__media-gallery .icon-dropdown__list{right:-55px;padding:.5rem}html.light .scheduled-post-editor__media-gallery .album-navigation{font-size:0.9375rem}html.light .scheduled-post-editor__media-gallery .album-navigation__albums{overflow-x:scroll;font-size:15px}html.light .scheduled-post-editor__media-gallery .album-navigation__breadcrumbs{font-size:15px;overflow-x:auto}html.light .scheduled-post-editor__media-gallery .album-navigation__album-tile{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem .75rem;background:#fff;border-radius:0.25rem;-ms-flex-negative:0;flex-shrink:0}html.light .scheduled-post-editor__media-gallery .album-navigation__album-tile .icon{position:absolute;right:1rem}html.light .scheduled-post-editor__media-gallery-filters{position:sticky;top:-1px;background:#fff;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.5rem;padding-top:1px}html.light .scheduled-post-editor__media-gallery-filters .filters-panel__container{right:0;min-width:300px}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button{overflow:visible;-webkit-transition:300ms;transition:300ms;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0 .25rem 0 0}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button__title{color:#1f505b;-webkit-transition:300ms;transition:300ms}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button:hover .media-filter-button__title{color:#0f1828}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown{position:relative;height:auto}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown__selected-text{font-weight:400}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown:hover:not(.dropdown--disabled) .dropdown__selected-text,html.light .scheduled-post-editor__media-gallery-filters .media-filter-button .dropdown:hover:not(.dropdown--disabled) i{opacity:1;color:#0f1828}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button .text--brand{-webkit-transition:300ms;transition:300ms}html.light .scheduled-post-editor__media-gallery-filters .media-filter-button:hover .text--brand{color:#0f1828}html.light .scheduled-post-editor__media-gallery-filters .location-selector-panel__container{left:-100%}html.light .scheduled-post-editor__gallery-masonry--overlay{position:relative;opacity:.5}html.light .scheduled-post-editor__gallery-masonry--overlay::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.6)}html.light .scheduled-post-editor__fullscreen-media{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.light .scheduled-post-editor__fullscreen-media img,html.light .scheduled-post-editor__fullscreen-media video{max-height:90vh;max-width:90vw}html.light .scheduled-post-editor__fullscreen-media button{position:fixed;top:0;right:0;color:#fff;font-size:2rem}html.light .scheduled-post-editor__fullscreen-media button:hover,html.light .scheduled-post-editor__fullscreen-media button:focus{color:#888}html.light .media-thumb--video{background-repeat:no-repeat;background-size:cover}html.light .media-thumb--video:before,html.light .media-thumb--video:after{content:" ";position:absolute;top:0;height:100%;border:3px solid #000;width:16px;background-image:repeating-linear-gradient(0deg, #fff, #fff 7%, #000 0, #000 18%);opacity:.6}html.light .media-thumb--video:before{left:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}html.light .media-thumb--video:after{right:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}html.light .media-thumb--video>video{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;border-radius:inherit}html.light .media-thumb--video>video::-webkit-media-controls-start-playback-button{display:none;-webkit-appearance:none}html.light .search-multi-select{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:0.25rem;border:0.0625rem solid rgba(0,0,0,0)}html.light .search-multi-select--dropdown-is-shown{border:0.0625rem solid #7d8c9b;border-bottom-right-radius:0;border-bottom-left-radius:0}html.light .search-multi-select__select,html.light .search-multi-select__select--short{padding:0.25em;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .search-multi-select__select--short{max-height:120px;overflow:auto}html.light .search-multi-select__dropdown-options{border:0.0625rem solid #7d8c9b;position:absolute;top:100%;background:#fff;z-index:1050;max-height:260px;overflow:auto;width:calc(100% + 2*0.0625rem);left:-0.0625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}html.light .search-multi-select__option{padding:10px;cursor:pointer}html.light .search-multi-select__option--highlighted{background:#fff}html.light .search-multi-select__option:hover{background:#fff}html.light .search-multi-select__item{background-color:#f4f4f6;margin-top:2px;margin-bottom:2px}html.light .search-multi-select__search-input,html.light .search-multi-select__placeholder{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}html.light .search-multi-select__search-input.grow,html.light .search-multi-select__placeholder.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light .search-multi-select__search-input::-webkit-input-placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select__search-input::-moz-placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select__search-input::-ms-input-placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select__search-input::placeholder,html.light .search-multi-select__placeholder{color:#888}html.light .search-multi-select:focus{outline:1px dotted #1f505b}html.light .SegmentsGroupDropdown .group-selector{background-color:#e6e7eb;padding:10px;margin:0 0 5px 0;border-radius:5px}html.light .SegmentsGroupDropdown .group-selector h3{font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .SegmentsGroupDropdown .group-selector h3 span{padding-left:5px;padding-right:5px}html.light .SegmentsGroupDropdown .group-selector h3 span.icon{cursor:pointer;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}html.light .SegmentsGroupDropdown .group-selector h3 span:not(.icon){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:5px;margin-right:5px}html.light .select-from-list-modal__container{z-index:11100}html.light .select-from-list-modal__container .modal__content{padding:0;max-width:520px}html.light .sentiment-dropdown .dropdown{background:none;border:0;font-weight:bold;height:2em}html.light .sentiment-dropdown .dropdown.positive .dropdown__container{border-color:#5dc09c;background-color:rgb(221.52,241.98,234.54)}html.light .sentiment-dropdown .dropdown.negative .dropdown__container{border-color:#db4a2b;background-color:hsl(10.5681818182,70.9677419355%,86.3725490196%)}html.light .sentiment-dropdown .dropdown.neutral .dropdown__container{border-color:#5ec2cc;background-color:hsl(185.4545454545,51.8867924528%,93.431372549%)}html.light .sentiment-dropdown .dropdown__container{border-left:4px solid;background:none;padding:0 14px;height:2em;color:#111}html.light .sentiment-dropdown .dropdown__arrow{font-size:.8em}html.light .sentiment-dropdown .dropdown__options{padding:12px 16px;background:#fff}html.light .sentiment-dropdown .dropdown__options--up{margin-bottom:5px}html.light .sentiment-dropdown .dropdown__option{padding:0;background:none;font-weight:normal}html.light .share-mass-post__network-row h4,html.light .share-mass-post__region-row h4{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;font-weight:500}html.light .share-mass-post__network-row,html.light .share-mass-post__region-container{background:#e6e7eb;border-radius:0.25rem;padding:.7rem;margin-bottom:.5rem}html.light .share-mass-post__region-row,html.light .share-mass-post__integration-row:not(:last-of-type){margin-bottom:.7rem}html.light .share-mass-post .checkbox input[type=checkbox]{margin-top:-7px}html.light .share-mass-post__integration-row p{margin-left:1rem;text-indent:-1rem}html.light .share-mass-post__confirmation{position:sticky;bottom:-1px;padding-bottom:1px;background:#fff;padding-top:1rem;text-align:right}html.light .social-monitor-frame{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;position:relative}html.light .social-monitor-frame__header{background:-webkit-gradient(linear, left top, right top, color-stop(20%, #FFFFFF), to(none));background:linear-gradient(to right, #FFFFFF 20%, none);padding:20px 50px;height:90px;line-height:50px;border-bottom:1px solid rgba(166,167,167,.8)}html.light .social-monitor-frame__header .title{display:inline}html.light .social-monitor-frame__header .close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;float:right;cursor:pointer}html.light .social-monitor-frame__header .close__icon{width:30px}html.light .social-monitor-frame__content-area{width:80%;overflow-y:auto}html.light .social-monitor-frame__content-area__content{padding:40px 55px;padding-right:100px;height:150vh;background-image:linear-gradient(to bottom, #e6e7eb 0px, #FFFFFF 65%)}html.light .social-monitor-frame__preview{background-color:#fff;width:30%;padding:15px 20px 80px;height:100%;overflow-x:hidden;overflow-y:auto}html.light .social-monitor-frame__status-buttons{text-align:center}html.light .social-monitor-frame__status-buttons button.button{width:80%;margin:0 0 10px 0}html.light .social-monitor-frame__status-buttons button.button:last-child{margin-bottom:0}html.light .social-monitor-frame__name{margin-bottom:35px}html.light .social_account_search{position:absolute;top:100%;left:0;width:100%;z-index:11101;border:none;border-radius:4px;padding:0;background:#e6e7eb;-webkit-box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6)}html.light .social_account_search__suggestion{border-top:1px solid #f4f4f6;padding:.5em;cursor:pointer}html.light .social_account_search__suggestion:hover{background-color:rgba(244,244,246,.3)}html.light .social-monitor-dropdown__monitor-option--highlighted{background-color:#e6e7eb}html.light .social-monitor-dropdown__monitor-option--selected{color:#7d8c9b}html.light .social-monitor-edit{top:-1.875em;margin-bottom:-1.875em}html.light .social-monitor-edit__header{border-bottom:1px solid #f4f4f6;top:0;left:0;height:60px;width:100%}html.light .social-monitor-edit__header .step{width:1.5em;height:1.5em;border-radius:50%;color:#fff;background-color:#7d8c9b}html.light .social-monitor-edit__header .step.selected{background-color:#1f505b}html.light .social-monitor-edit__header .dash{color:#888;width:15px}html.light .social-monitor-edit__body .body-left{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.light .social-monitor-edit__body .body-right{min-width:30%;-webkit-box-flex:0;-ms-flex:0 1 0px;flex:0 1 0;overflow-y:scroll}html.light .social-monitor-edit__body-rules .rule-group-container{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}html.light .social-monitor-edit__body-rules .rule-group-instructions{min-width:35%;-webkit-box-flex:0;-ms-flex:0 1 0px;flex:0 1 0}html.light .social-monitor-edit__settings h2{padding-bottom:10px;border-bottom:1px solid #e6e7eb}html.light .social-monitor-edit .panel{padding:2.5em 2.5em}html.light .social-monitor-edit .panel__body{border-bottom-left-radius:10px;border-bottom-right-radius:10px}html.light .social-monitor-edit__name-form .name input{font-size:1.3rem;height:1.875em;padding:0 0.5em;width:15.625em}html.light .social-monitor-edit .nav-tabs__list{padding-left:0.625em}html.light .social-monitor-edit .nav-tabs__list .nav-tabs__tab a{font-size:1em}html.light .social-monitor-edit__rule-group .panel{background-color:#ededef;border:none;padding:0}html.light .social-monitor-edit__rule-group .panel__heading,html.light .social-monitor-edit__rule-group .panel__body{background-color:inherit}html.light .social-monitor-edit__rule-group .panel__heading__label{text-transform:none}html.light .social-monitor-edit__rule-group .panel:focus{outline:none}html.light .social-monitor-edit__rule-group .panel-form__input,html.light .social-monitor-edit__rule-group .KeywordsDraftEditor,html.light .social-monitor-edit__rule-group .rule-input__checkbox-group,html.light .social-monitor-edit__rule-group .rule-input__checkboxes-group{background-color:#fff;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.light .social-monitor-edit__rule-group .proximity-field-input{border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.light .social-monitor-edit__rule-group .proximity-field-input input{background-color:#fff;color:#0f1828}html.light .social-monitor-edit__rule-group .free-field-input textarea{background-color:#fff;color:#0f1828}html.light .social-monitor-edit__rule-group .free-field-input .free-form-button-container{background-color:#e6e7eb}html.light .social-monitor-edit__rule-group .free-field-input .free-form-helper{background-color:#e6e7eb;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.light .social-monitor-edit__rule-group .rule-group-name-input{max-width:40%;font-size:1.25rem;height:2em;padding:0 .5em}html.light .social-monitor-edit__rule-group .row-connector{border-right:0.0625rem solid #7d8c9b;width:50%;height:15px}html.light .social-monitor-edit__rule-group .row-divider{border-bottom:0.0625rem solid #7d8c9b;width:40%;height:1px}html.light .social-monitor-edit__rule-group .row-connector-group .pill{border:0.0625rem solid #7d8c9b;height:auto;line-height:inherit;margin:0 0.9375em 0 0.9375em;width:3.125em;text-align:center}html.light .social-monitor-edit__rule-group .row-buttons{width:100%}html.light .social-monitor-edit .read-edit-rows .add-more{margin-top:1.25em}html.light .social-monitor-edit .read-edit-rows .rule-button-container{position:absolute;bottom:5px;right:5px}.row html.light .social-monitor-edit__pausing .row{margin:0}html.light .social-monitor-edit .step-accordion__body{width:100%}html.light .social-monitor-edit .rule-accordion-item__title{border-bottom:0.0625rem solid #0f1828;cursor:pointer}html.light .social-monitor-edit .rule-accordion-item__caret{display:inline-block;-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}html.light .social-monitor-edit .rule-accordion-item--active .rule-accordion-item__caret{-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.light .social-monitor-edit .rule-accordion-item .rule-input .profile-field-input-box{padding:1em 0 0 0}html.light .social-monitor-edit__dashboard-templates{width:900px}html.light .social-monitor-edit__dashboard-templates .dashboard-template-type-tile{height:200px;width:250px;cursor:pointer}html.light .social-monitor-edit__dashboard-templates .dashboard-template-type-tile .icon{height:65px;width:65px;font-size:65px}html.light .social-monitor-edit__dashboard-templates .dashboard-template-form{width:50%}html.light .social-monitor-edit__dashboard-templates .selected{border:3px solid #1f505b}html.light .social-monitor-edit__dashboard-templates .disabled{opacity:.5}html.light .social-monitor-edit__monitor-types .panel{margin-bottom:2.5em;padding:1.25em;border:1px solid #f4f4f6;width:100%}@media(min-width: 48rem){html.light .social-monitor-edit__monitor-types .panel{width:48%}}@media(min-width: 80rem){html.light .social-monitor-edit__monitor-types .panel{max-width:375px}}html.light .social-monitor-edit__monitor-types .panel:hover{border:1px solid hsl(210,13.0434782609%,79.9019607843%);cursor:pointer}html.light .social-monitor-edit__monitor-types .panel.selected{border:1px solid #7d8c9b}html.light .location-selector__button:hover .sub-account-label{opacity:1;color:#0f1828}html.light .location-selector .navbar-item{overflow:visible}html.light .location-selector .navbar-item .navbar-selected-count{position:absolute}html.light .location-selector .location-selector-panel{border:0.0625rem solid #e6e7eb;position:absolute;width:500px;max-width:100vw;margin-left:1rem;max-height:80vh;background-color:#fff;font-size:1rem;z-index:1050;-webkit-box-shadow:0px 2px 13px 0px rgba(0,0,0,.2);box-shadow:0px 2px 13px 0px rgba(0,0,0,.2)}html.light .location-selector .location-selector-panel__title{font-size:1.375rem;color:#0f1828;line-height:40px}html.light .location-selector .location-selector-panel__clear-all{font-size:.85rem;border-bottom:1px solid}html.light .location-selector .location-selector-panel .divider{border-top:0.0625rem solid #e6e7eb}html.light .location-selector .location-selector-panel .search-area{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .location-selector .location-selector-panel .search-area input[type=search]{background-color:#e6e7eb}html.light .location-selector .location-selector-panel .search-area input[type=search]::-webkit-input-placeholder{color:#9aa8b3}html.light .location-selector .location-selector-panel .search-area input[type=search]::-moz-placeholder{color:#9aa8b3}html.light .location-selector .location-selector-panel .search-area input[type=search]::-ms-input-placeholder{color:#9aa8b3}html.light .location-selector .location-selector-panel .search-area input[type=search]::placeholder{color:#9aa8b3}html.light .location-selector .location-selector-panel .sort-container{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.light .location-selector .location-selector-panel .sort-container .location-sort-dropdown{top:0;min-width:31%;-webkit-transition:none;transition:none}html.light .location-selector .location-selector-panel .sort-container .dropdown--clean .dropdown__container{border:1px solid rgba(0,0,0,0);padding:.25em;min-width:25%}html.light .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__container{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;background-color:#fff;border-top:0.0625rem solid #e6e7eb;border-left:0.0625rem solid #e6e7eb;border-right:0.0625rem solid #e6e7eb;padding:.25rem}html.light .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__options{background:#fff;border-top:0;padding:.25em;border-color:#e6e7eb;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html.light .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__option{color:#0f1828;font-weight:400;background:rgba(0,0,0,0);vertical-align:baseline;padding:0;border:none}html.light .location-selector .location-selector-panel .sort-container .dropdown--open .dropdown__option:hover{color:#7d8c9b}html.light .location-selector .location-selector-panel .locations-list{max-height:400px;overflow-y:auto;position:relative}html.light .location-selector .location-selector-panel .locations-list::-webkit-scrollbar{width:11px;border-width:5px}html.light .location-selector .location-selector-panel .locations-list::-webkit-scrollbar-track-piece{background-color:#0f1828;border-color:#fff;border-style:solid;border-width:1px 5px}html.light .location-selector .location-selector-panel .locations-list::-webkit-scrollbar-thumb{border-radius:4px;background-color:#0f1828;border-color:#fff;border-style:solid;border-width:0px 2px}html.light .text-editor{cursor:text}html.light .text-editor__emoji-dropdown{-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);z-index:1050;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0.25rem}html.light .text-editor__emoji-dropdown .emoji-mart-emoji span{cursor:inherit}html.light .text-editor__emoji-dropdown .emoji-mart button{background:none}html.light .text-editor__emoji-dropdown .emoji-mart input[type=search]{background-image:none}html.light .text-editor__mention-suggestions{border:0.0625rem solid #7d8c9b;background-color:#fff;width:250px;z-index:1;border-radius:0.25rem;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);overflow:auto;max-height:200px}html.light .text-editor__mention-suggestions-user{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}html.light .text-editor__mention-suggestions-user--highlighted{background-color:#e6e7eb}html.light .text-editor__link{text-decoration:underline}html.light .text-editor__mention{color:#5ec2cc}html.light .text-editor .public-DraftEditorPlaceholder-root{color:#888}html.light .TitleTextArea{padding:.5em;border-radius:.25rem;background-color:#fff}html.light .TitleTextArea>textarea,html.light .TitleTextArea>input[type=text]{border:none;padding:0;height:32px}html.light .TitleTextArea>textarea::-webkit-input-placeholder,html.light .TitleTextArea>input[type=text]::-webkit-input-placeholder{color:#888}html.light .TitleTextArea>textarea::-moz-placeholder,html.light .TitleTextArea>input[type=text]::-moz-placeholder{color:#888}html.light .TitleTextArea>textarea::-ms-input-placeholder,html.light .TitleTextArea>input[type=text]::-ms-input-placeholder{color:#888}html.light .TitleTextArea>textarea::placeholder,html.light .TitleTextArea>input[type=text]::placeholder{color:#888}html.light .user-selector{position:relative}html.light .user-selector .selector-panel{position:relative;z-index:1050}html.light .user-selector .selector-panel__container{width:250px;background-color:#fff;padding-bottom:12px;-webkit-box-shadow:none;box-shadow:none}html.light .user-selector .selector-panel__head{display:block}html.light .user-selector .selector-panel__title{display:none}html.light .user-selector .selector-panel__search{padding:0;margin:12px}html.light .user-selector .selector-panel__search input{background-color:#fff;border:1px solid #e6e7eb;border-radius:0}html.light .user-selector .selector-panel__list--scrollable{max-height:17.5rem}html.light .user-selector .selector-panel__item{padding:3px 15px;cursor:pointer}html.light .user-selector .selector-panel__item--current{font-weight:normal}html.light .user-selector__button{position:relative;line-height:0}html.light .user-selector__button .icon{display:none;position:absolute;font-size:0.625rem;left:-13px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}html.light .user-selector__button:hover .icon{display:block}html.light .user-selector__unassigned-avatar{width:25px;height:25px;background-color:#f4f4f6;border:1px solid #f4f4f6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:25px}html.light .user-selector .user-avatar{border-radius:25px}html.light .user-selector-panel{width:100%}html.light .user-selector-panel .user-selector-panel-list{min-height:172px;padding:.5em 0 0 .5em;-ms-flex-line-pack:baseline;align-content:baseline}html.light .user-selector-panel .user-selector-panel-select{background:inherit}html.light .user-selector-panel .user-unit{padding:.5em;height:50px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}html.light .user-selector-panel .user-unit .remove-user{height:100%;right:.25em;display:none}html.light .user-selector-panel .user-unit:hover .remove-user{display:block}html.light .user-selector-panel .inherit-styles{background:inherit;border-left:none;border-right:none;border-bottom:none}html.light .user-selector-panel .inherit-styles input{background:inherit}html.light .user-selector-panel .inherit-styles .dropdown__options{background:inherit}html.light .value-scale{min-width:200px;padding-top:.5em;padding-bottom:.5em;min-height:calc(1.4em + 12px)}html.light .value-scale__scale{position:relative}html.light .value-scale__scale__bar{width:100%;height:2px;position:absolute;left:0;top:calc(50% - 2px/2)}html.light .value-scale__scale__min-tick{width:2px;height:8px;position:absolute;left:0;top:calc(50% - 8px/2)}html.light .value-scale__scale__mid-tick{width:2px;height:8px;position:absolute;left:50%;top:calc(50% - 8px/2)}html.light .value-scale__scale__max-tick{width:2px;height:8px;position:absolute;right:0;top:calc(50% - 8px/2)}html.light .value-scale__scale__dot{border-radius:50%;width:12px;height:12px;position:absolute;top:calc(50% - 12px/2);opacity:1}html.light .value-scale__labels{position:relative;margin-top:.3em;font-size:.9em}html.light .value-scale__labels__min-label{text-align:left;position:absolute;left:0}html.light .value-scale__labels__mid-label{text-align:center;position:absolute;left:0;width:100%}html.light .value-scale__labels__max-label{text-align:right;position:absolute;right:0}html.light .view-report-frame{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;overflow:hidden;position:relative}html.light .view-report-frame__loader{background:rgba(136,136,136,.25);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}html.light .view-report-frame__loader__content{background:rgba(15,24,40,.5);-webkit-box-shadow:0 0 5px 5px rgba(15,24,40,.5);box-shadow:0 0 5px 5px rgba(15,24,40,.5);left:50%;padding:10px;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.light .view-report-frame__pages{padding:0 2em;overflow-y:auto}html.light .view-report-frame__body{background-color:#eef2f3;color:#000;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 80px);padding-top:1.5em}html.light .view-report-frame__actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .view-report-frame__actions a.text--brand:hover{color:#1f505b}html.light .view-report-frame__actions{color:#1f505b;margin:1.5em 0 0 1.5em;width:190px}html.light .view-report-frame__actions__publish{background:rgb(51.24,131.76,102.48);border-color:#5dc09c;color:#fff;font-weight:bold;width:100%}html.light .view-report-frame__actions__publish:hover,html.light .view-report-frame__actions__publish:focus{background:rgb(36.96,95.04,73.92);-webkit-box-shadow:0 0 0.25em #5dc09c;box-shadow:0 0 0.25em #5dc09c;color:#0f1828}html.light .view-report-frame__actions__published{background:rgba(230,231,235,.15);color:#888;font-weight:bold;letter-spacing:.025em;padding:0.5em 1em;text-align:center}html.light .view-report-frame__actions__items{list-style:none;margin:0;padding:0}html.light .view-report-frame__actions__item{margin-top:1.5em}html.light .view-report-frame__actions__item__button{padding:0}html.light .view-report-frame__actions__item__button:hover,html.light .view-report-frame__actions__item__button:active{color:inherit}html.light .view-report-frame__actions__item__button>span{display:inline-block;vertical-align:middle}html.light .view-report-frame__actions__item__button .icon{font-size:1.2rem}html.light .view-report-frame__header{-webkit-box-shadow:0 3px 3px rgba(0,0,0,.35);box-shadow:0 3px 3px rgba(0,0,0,.35);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:80px;padding:20px;z-index:1}html.light .view-report-frame__header .icon--arrow-left{color:#1f505b;cursor:pointer}html.light .view-report-frame__header .icon--arrow-left.column{width:192px}html.light .view-report-frame__header__section__title{font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:#888;font-weight:500}html.light .view-report-frame__header__section__text--monitor-name{color:#1f505b}html.light .view-report-frame__header__report-type .report-icon{font-size:2.5rem;width:2.5em}html.light .view-report-frame__header__report-type__report-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.light .dashboard-folder{background:#e6e7eb;border-radius:0.25rem;width:200px;min-width:200px}html.light .dashboard-folder .icon--more-vertical:hover{color:#1f505b}html.light .dashboard-folder-active{background:rgba(230,231,235,.55)}html.light .dashboard-folder-destination{background:none;border:0.0625rem dashed #1f505b;color:#1f505b}html.light .dashboard-tile{width:25rem;height:15.625rem;border:solid 1px #c2c6c6}html.light .dashboard-tile__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .dashboard-tile__heading-item+html.light .dashboard-tile__heading-item{margin-left:0.75rem}html.light .dashboard-tile__content{-webkit-transition:-webkit-filter 300ms;transition:-webkit-filter 300ms;transition:filter 300ms;transition:filter 300ms, -webkit-filter 300ms;-webkit-filter:none;filter:none}html.light .dashboard-tile__space{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .dashboard-tile__date_space{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}html.light .dashboard-tile__view{padding:5px 0 0 1.7em}html.light .dashboard-tile__title{padding:.75em .5em 0 .7em;border-bottom:#142541}html.light .dashboard-tile .success-icon-color{color:#5dc09c}html.light .dashboard-tile__date-title{padding:0 5px 0 1.25em}html.light .dashboard-tile__size{font-size:2em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .dashboard-tile__body{padding-top:1rem;padding-bottom:0}html.light .dashboard-tile__body svg.sparkline{width:100%;display:block;height:160px}html.light .dashboard-tile__text-for-title a{white-space:nowrap;text-overflow:ellipsis;-webkit-box-flex:0;-ms-flex:0 1 200px;flex:0 1 200px;overflow:hidden;max-width:200px}html.light .dashboard-tile__owner{color:#888;-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}html.light .dashboard-tile__menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .dashboard-tile__stats{padding:1rem 0 0 0}html.light .dashboard-tile__stats__link{max-width:120px}html.light .dashboard-tile__stats-title{font-size:0.6875rem;font-weight:500;letter-spacing:0.125rem;color:#888;text-transform:uppercase}html.light .dashboard-tile--no-data{color:#888;min-height:355px}html.light .dashboard-tile--no-data .stat,html.light .dashboard-tile--no-data .text--positive,html.light .dashboard-tile--no-data .text--neutral,html.light .dashboard-tile--no-data .text--negative{color:#888}html.light .dashboard-tile--fetching{min-height:355px}html.light .dashboard-tile__summary{color:#0f1828}html.light .dashboard-tile__graph-icon{height:160px}html.light .dashboard-tile__graph-icon .icon--chart-line{margin:auto;color:rgba(136,136,136,.6);font-size:8rem}html.light .dashboard-tile .zero-state{color:hsla(0,0%,100%,.5)}html.light .dashboard-tile__footer-select-button{opacity:36%;color:#0f1828;position:relative;-webkit-transition:all 300ms;transition:all 300ms}html.light .dashboard-tile__footer-select-button::after{content:"";display:inline-block;width:19px;height:19px;left:-0.5px;bottom:-1px;z-index:-1;position:absolute;background:#7d8c9b;border-radius:50%}html.light .dashboard-tile__footer-select-button:hover{opacity:70%}html.light .dashboard-tile__footer-select-button--selected{opacity:100%;position:relative;z-index:4;color:#fff}html.light .dashboard-tile__footer-select-button--selected::before{position:relative;z-index:2}html.light .dashboard-tile__footer-select-button--selected::after{content:"";display:inline-block;width:19px;height:19px;left:-0.5px;bottom:-1px;z-index:1;position:absolute;background:#1f505b;border-radius:50%}html.light .affinity-list{padding:0;margin:0;list-style:none;list-style-type:none}html.light .affinity-list li{padding:0;margin:.6em 0}html.light .affinity-list li:hover .affinity-list__item__info{background-color:hsl(228,11.1111111111%,96.1764705882%)}html.light .affinity-list li:hover .affinity-list__item__value{background-color:hsl(228,11.1111111111%,96.1764705882%)}html.light .affinity-list__item__info{padding:.3em .8em .5em .8em;background-color:#e6e7eb;border-top-left-radius:8px;border-bottom-left-radius:8px;display:inline-block;width:calc(100% - 136px);vertical-align:middle;height:75px}html.light .affinity-list__item__name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:400px;flex-basis:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}html.light .affinity-list__item__name span{cursor:pointer}html.light .affinity-list__item__bar{margin:0;margin-top:.15em;height:.35em;position:relative}html.light .affinity-list__item__bar__filled{margin:0;display:block;height:100%}html.light .affinity-list__item__children{margin-top:.5em;white-space:nowrap;overflow:hidden}html.light .affinity-list__item__child{display:inline-block;font-weight:300;cursor:pointer}html.light .affinity-list__item__value{padding:.3em .8em .5em .8em;background-color:#e6e7eb;border-top-right-radius:8px;border-bottom-right-radius:8px;margin-left:1px;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;font-size:2em;text-align:right;width:135px;display:inline-block;vertical-align:middle;height:75px}html.light .affinity-list.report li .affinity-list__item__name{font-size:.9em;cursor:default}html.light .affinity-list.report li .affinity-list__item__info,html.light .affinity-list.report li .affinity-list__item__value{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:.1em .5em .3em .5em;height:55px}html.light .affinity-list.report li .affinity-list__item__bar{margin-top:.1em}html.light .affinity-list.report li .affinity-list__item__children{margin-top:.15em;font-size:.9em}html.light .affinity-list.report li .affinity-list__item__child{cursor:default}html.light .avg-resolution-time .stat--trend{padding:0}html.light .avg-resolution-time .stat-label{color:#888;font-weight:400;white-space:nowrap}html.light .avg-resolution-time .stat-label--custom{font-size:0.875rem}html.light .avg-resolution-time.avg-resolution-time--full-width .stat--custom{font-size:5.25rem;line-height:.9}@media(max-width: 1200px){html.light .avg-resolution-time.avg-resolution-time--full-width .stat--custom{font-size:4rem}}html.light .avg-resolution-time.avg-resolution-time--full-width .avg-resolution-time-row{margin:50px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .avg-resolution-time.avg-resolution-time--full-width.command-center{margin-top:20%}html.light .avg-resolution-time.avg-resolution-time--full-width.command-center .stat--custom{font-size:7.5rem}html.light .avg-resolution-time.avg-resolution-time--full-width.report .stat--custom{font-size:4.5rem}html.light .avg-resolution-time.avg-resolution-time--full-width.report .avg-resolution-time-row .avg-resolution-time__original-mentions{padding-left:2em}html.light .avg-resolution-time.avg-resolution-time--full-width.report .avg-resolution-time-row .avg-resolution-time__shared-mentions{padding-left:2em}html.light .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center{margin-top:20%}html.light .avg-resolution-time.avg-resolution-time--half-width.command-center{margin-top:20%}html.light .avg-resolution-time.avg-resolution-time--two-thirds-width .stat--custom{font-size:4.5rem;line-height:.9}@media(max-width: 1200px){html.light .avg-resolution-time.avg-resolution-time--two-thirds-width .stat--custom{font-size:2.25rem}}html.light .avg-resolution-time.avg-resolution-time--two-thirds-width .avg-resolution-time-row{margin:50px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center .stat--custom{font-size:6rem}html.light .avg-resolution-time.avg-resolution-time--half-width .stat--custom{font-size:37.5rem;line-height:.9}@media(max-width: 1200px){html.light .avg-resolution-time.avg-resolution-time--half-width .stat--custom{font-size:3rem}}html.light .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time__avg{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.light .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time__avg .stat{font-size:4em}html.light .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time-row{margin:20px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .avg-resolution-time.avg-resolution-time--half-width.command-center .stat--custom{font-size:6rem}html.light .avg-resolution-time.avg-resolution-time--third-width .stat--custom{font-size:2.25rem;line-height:.9}@media(max-width: 1200px){html.light .avg-resolution-time.avg-resolution-time--third-width .stat--custom{font-size:1.875rem}}html.light .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time__avg{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.light .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time__avg .stat{font-size:4em}html.light .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time-row{margin:10px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:wrap}html.light .avg-resolution-time.avg-resolution-time--third-width.command-center{margin-top:20%}html.light .avg-resolution-time.avg-resolution-time--third-width.command-center .stat--custom{font-size:6rem}html.light .fullscreen .avg-resolution-time .stat--trend{font-size:3vh}html.light .fullscreen .avg-resolution-time .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.light .fullscreen .avg-resolution-time.avg-resolution-time--full-width .avg-resolution-time-row{margin-top:15%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--full-width.command-center{margin-top:15%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--full-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .avg-resolution-time.avg-resolution-time--two-thirds-width .avg-resolution-time-row{margin-top:15%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center{margin-top:25%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--two-thirds-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .avg-resolution-time.avg-resolution-time--half-width .avg-resolution-time-row{margin-top:8%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--half-width.command-center{margin-top:15%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--half-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .avg-resolution-time.avg-resolution-time--third-width .avg-resolution-time-row{margin-top:8%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--third-width.command-center{margin-top:25%}html.light .fullscreen .avg-resolution-time.avg-resolution-time--third-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .avg-resolution-time.avg-resolution-time--half-width .stat--custom,html.light .fullscreen .avg-resolution-time.avg-resolution-time--third-width .stat--custom{font-size:10vh;line-height:1}html.light .fullscreen .avg-resolution-time.avg-resolution-time--half-width .stat-label--custom,html.light .fullscreen .avg-resolution-time.avg-resolution-time--third-width .stat-label--custom{font-size:3vh;line-height:1}html.light .widget--report-mode .avg-resolution-time--third-width .avg-resolution-time-row{-webkit-transform:scale(0.75) translate(0, -36%);transform:scale(0.75) translate(0, -36%)}html.light .widget--report-mode .avg-resolution-time--third-width .avg-resolution-time-row .avg-resolution-time__avg{margin-bottom:0}html.light .widget--report-mode .avg-resolution-time--half-width .avg-resolution-time-row{margin:0;-webkit-transform:scale(0.7) translate(0, -24%);transform:scale(0.7) translate(0, -24%)}html.light .widget--report-mode .avg-resolution-time--half-width .avg-resolution-time-row .avg-resolution-time__avg{margin-bottom:0}html.light .widget--report-mode .avg-resolution-time--full-width .avg-resolution-time-row,html.light .widget--report-mode .avg-resolution-time--two-thirds-width .avg-resolution-time-row{margin:0;-webkit-transform:scale(0.85);transform:scale(0.85)}html.light .widget--report-mode .avg-resolution-time--full-width [class~=avg-resolution-time-row]:last-of-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .widget--report-mode .avg-resolution-time--full-width [class~=avg-resolution-time-row]:last-of-type .avg-resolution-time__simple-stat{width:50%}html.light .category-visualization{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .category-visualization .category-visualization__list{overflow-y:scroll;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}html.light .category-visualization .category-visualization__list ol{margin:0;padding:1em 0}html.light .category-visualization .category-visualization__chart{width:calc(100% - 300px);-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .command-center-transition{height:100%;position:relative}html.light .command-center-transition__thing{height:100%;width:100%;z-index:1;position:absolute;top:0;left:0;pointer-events:none}html.light .command-center-transition__thing--active{pointer-events:auto}html.light .engagement-count .stat--trend{padding:0}html.light .engagement-count .stat-label{color:#888;font-weight:400;white-space:nowrap}html.light .engagement-count .stat-label--custom{font-size:0.875rem}html.light .engagement-count.engagement-count--two-thirds-width.command-center,html.light .engagement-count.engagement-count--full-width.command-center{margin-top:20%}html.light .engagement-count.engagement-count--two-thirds-width.report .stat--custom,html.light .engagement-count.engagement-count--full-width.report .stat--custom{font-size:4.5rem}html.light .engagement-count.engagement-count--two-thirds-width .stat--custom,html.light .engagement-count.engagement-count--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.light .engagement-count.engagement-count--two-thirds-width .stat--custom,html.light .engagement-count.engagement-count--full-width .stat--custom{font-size:4rem}}html.light .engagement-count.engagement-count--two-thirds-width .stat--large,html.light .engagement-count.engagement-count--full-width .stat--large{font-size:3rem}html.light .engagement-count.engagement-count--two-thirds-width .engagement-count-row,html.light .engagement-count.engagement-count--full-width .engagement-count-row{margin:55px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .engagement-count.engagement-count--two-thirds-width .engagement-count-row.small,html.light .engagement-count.engagement-count--full-width .engagement-count-row.small{margin:.75em 0 0 0}html.light .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container,html.light .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}html.light .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container.center,html.light .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container.center{text-align:center}html.light .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container .engagement-count-item,html.light .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container .engagement-count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.light .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-container .engagement-count-item.three-column,html.light .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-container .engagement-count-item.three-column{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.light .engagement-count.engagement-count--two-thirds-width .engagement-count-row .engagement-count-small-container,html.light .engagement-count.engagement-count--full-width .engagement-count-row .engagement-count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .engagement-count.engagement-count--two-thirds-width.command-center{margin-top:25%}html.light .engagement-count.engagement-count--half-width.command-center{margin-top:40%}html.light .engagement-count.engagement-count--third-width.command-center{margin-top:55%}html.light .engagement-count.engagement-count--third-width .stat--custom,html.light .engagement-count.engagement-count--half-width .stat--custom{font-size:3rem;line-height:.9}html.light .engagement-count.engagement-count--third-width .engagement-count-row,html.light .engagement-count.engagement-count--half-width .engagement-count-row{margin:55px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .engagement-count.engagement-count--third-width .engagement-count-row.center,html.light .engagement-count.engagement-count--half-width .engagement-count-row.center{margin:120px 0 0 0}html.light .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-container,html.light .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}html.light .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-container .engagement-count-item,html.light .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-container .engagement-count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.light .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-container .engagement-count-item:nth-child(n+3),html.light .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-container .engagement-count-item:nth-child(n+3){padding-top:.5em}html.light .engagement-count.engagement-count--third-width .engagement-count-row .engagement-count-small-container,html.light .engagement-count.engagement-count--half-width .engagement-count-row .engagement-count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}html.light .engagement-count.engagement-count--full-height{height:100%}html.light .engagement-count.engagement-count--full-height .engagement-count-row{height:100%;margin-top:0}html.light .fullscreen .engagement-count .stat{font-size:8vh;line-height:1}html.light .fullscreen .engagement-count .stat--custom{font-size:16vh;line-height:1}html.light .fullscreen .engagement-count .stat-label--custom{font-size:4vh;line-height:1}html.light .fullscreen .engagement-count .stat-change{font-size:3vh}html.light .fullscreen .engagement-count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.light .fullscreen .engagement-count--full-width{margin-top:15%}html.light .fullscreen .engagement-count--full-width.command-center{margin-top:15%}html.light .fullscreen .engagement-count--two-thirds-width,html.light .fullscreen .engagement-count--half-width{margin-top:8%}html.light .fullscreen .engagement-count--two-thirds-width.command-center,html.light .fullscreen .engagement-count--half-width.command-center{margin-top:8%}html.light .fullscreen .engagement-count--third-width{margin-top:8%}html.light .fullscreen .engagement-count--third-width.command-center{margin-top:8%}html.light .fullscreen .engagement-count--two-thirds-width .stat,html.light .fullscreen .engagement-count--half-width .stat,html.light .fullscreen .engagement-count--third-width .stat{font-size:7vh;line-height:1}html.light .fullscreen .engagement-count--two-thirds-width .stat--custom,html.light .fullscreen .engagement-count--half-width .stat--custom,html.light .fullscreen .engagement-count--third-width .stat--custom{font-size:10vh;line-height:1}html.light .fullscreen .engagement-count--two-thirds-width .stat-label--custom,html.light .fullscreen .engagement-count--half-width .stat-label--custom,html.light .fullscreen .engagement-count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.light .fullscreen .engagement-count.engagement-count--full-height{height:100%;margin-top:0}html.light .widget--report-mode .engagement-count--third-width .engagement-count-row{-webkit-transform:scale(0.7) translate(0, -50%);transform:scale(0.7) translate(0, -50%)}html.light .widget--report-mode .engagement-count--third-width .engagement-count-row .engagement-count-container{-webkit-transform:scale(0.9);transform:scale(0.9)}html.light .widget--report-mode .engagement-count--two-thirds-width .engagement-count-row{margin:0;-webkit-transform:scale(0.9);transform:scale(0.9)}html.light .widget--report-mode .engagement-count--half-width .engagement-count-row{margin:0;-webkit-transform:scale(0.8) translate(0, -15%);transform:scale(0.8) translate(0, -15%)}html.light .feed-widget{height:100%}html.light .feed-widget.fullscreen .feed-widget__feed__mentions{white-space:normal;overflow-y:scroll}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention{height:auto}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget{width:400px}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__author-name,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__author-name{font-size:1.6rem}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__author-username,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__author-username{font-size:1.2rem}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__badge,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__badge{font-size:.95rem}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__created-at,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__created-at{font-size:1.2rem}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__reshare,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__reshare{font-size:1.2rem}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__parent,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__parent{font-size:1.2rem}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__engagements,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__engagements{font-size:1.2rem}html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card .mention-card__raw-body-text,html.light .feed-widget.fullscreen .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget .mention-card__raw-body-text{font-size:1.2rem;font-weight:300}html.light .feed-widget.fullscreen .feed-widget__feed__mentions .mason-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 1rem}html.light .feed-widget__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.light .feed-widget__header>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .feed-widget__header>div:first-child{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .feed-widget__feed{height:100%}html.light .feed-widget__feed__left-arrow,html.light .feed-widget__feed__right-arrow{position:absolute;z-index:1;top:0;height:100%;width:1em;background-color:rgba(5,71,114,0);font-size:1.75em;-webkit-transition:.3s;transition:.3s;cursor:pointer}html.light .feed-widget__feed__left-arrow:hover,html.light .feed-widget__feed__right-arrow:hover{background-color:rgba(5,71,114,.7)}html.light .feed-widget__feed__left-arrow span.icon,html.light .feed-widget__feed__right-arrow span.icon{position:absolute;top:calc(50% - .6em);left:0}html.light .feed-widget__feed__left-arrow{left:0}html.light .feed-widget__feed__right-arrow{right:0}html.light .feed-widget__feed__mentions{height:100%;-webkit-transition:.2s;transition:.2s;scroll-behavior:smooth;max-width:100%;overflow:hidden;white-space:nowrap}html.light .feed-widget__feed__mentions__mention{vertical-align:top;height:100%}html.light .feed-widget__feed__mentions__mention .panel.mention-card,html.light .feed-widget__feed__mentions__mention .panel.mention-card--feed-widget{margin-bottom:.5em;width:350px;white-space:normal;height:calc(100% - 20px)}html.light .feed-widget__feed__mentions.command-center{position:absolute;height:auto;width:100%;top:0;-webkit-transition-timing-function:linear;transition-timing-function:linear}html.light .feed-widget__feed__load-more{position:absolute;z-index:2;right:2em;bottom:.25em}html.light .follower-count .stat--trend{padding:0;font-size:2rem}html.light .follower-count .stat-label{color:#888;font-weight:400;white-space:nowrap;font-size:1.375rem}html.light .follower-count .stat--custom{font-size:6.25rem;line-height:.8em}html.light .follower-count .follower-count-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.light .follower-count .follower-count-row .follower-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .follower-count .follower-count-row .follower-count__total-mentions-change{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .follower-count.report .stat--custom{font-size:4.5rem}html.light .follower-count.follower-count--full-height{height:100%}html.light .follower-count.follower-count--full-height .follower-count-row{height:100%;margin-top:0}html.light .fullscreen .follower-count .stat{font-size:8vh;line-height:1}html.light .fullscreen .follower-count .stat--custom{font-size:16vh;line-height:1}html.light .fullscreen .follower-count .stat-label--custom{font-size:4vh;line-height:1}html.light .fullscreen .follower-count .stat-change{font-size:3vh}html.light .fullscreen .follower-count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.light .fullscreen .follower-count--two-thirds-width .stat,html.light .fullscreen .follower-count--half-width .stat,html.light .fullscreen .follower-count--third-width .stat{font-size:7vh;line-height:1}html.light .fullscreen .follower-count--two-thirds-width .stat--custom,html.light .fullscreen .follower-count--half-width .stat--custom,html.light .fullscreen .follower-count--third-width .stat--custom{font-size:10vh;line-height:1}html.light .fullscreen .follower-count--two-thirds-width .stat-label--custom,html.light .fullscreen .follower-count--half-width .stat-label--custom,html.light .fullscreen .follower-count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.light .fullscreen .follower-count.follower-count--full-height{height:100%;margin-top:0}html.light .widget--report-mode .follower-count--third-width .follower-count-row,html.light .widget--report-mode .follower-count--half-width .follower-count-row{margin-top:0}html.light .follower-count-comparison{text-align:center;overflow-x:scroll}html.light .follower-count-comparison::-webkit-scrollbar{visibility:hidden}html.light .follower-count-comparison::-webkit-scrollbar-thumb{visibility:hidden}html.light .follower-count-comparison::-webkit-scrollbar-track{visibility:hidden}html.light .follower-count-comparison table{width:auto;display:inline-block;margin:0 auto;border-collapse:collapse;border:none}html.light .follower-count-comparison table thead tr th{text-align:center;padding:1.2em .2em;border:none;font-size:1.2em;text-transform:none;vertical-align:bottom;white-space:nowrap;overflow:hidden;max-width:150px}html.light .follower-count-comparison table thead tr th>div{overflow:hidden;max-width:150px;text-overflow:ellipsis}html.light .follower-count-comparison table tbody tr td{text-align:center;padding:1.2em;border-right:1px solid #e6e7eb;border-bottom:1px solid #e6e7eb;vertical-align:middle;line-height:1;overflow:hidden;max-width:150px}html.light .follower-count-comparison table tbody tr td.highlighted{background-color:#fff}html.light .follower-count-comparison table tbody tr td:last-child{border-right:none}html.light .follower-count-comparison table tbody tr td:first-child{text-align:left}html.light .follower-count-comparison table tbody tr:last-child td{border-bottom:none}html.light .follower-count-comparison .stat{font-size:2.5em}html.light .follower-count-comparison .stat--change .stat{font-size:1.8em}html.light .follower-count-comparison .stat .pct{font-size:70%;vertical-align:baseline}html.light .follower-count-comparison .stat-label{color:#888;font-weight:400;white-space:nowrap}html.light .follower-count-comparison.command-center{padding-top:30px}html.light .follower-count-comparison.fullscreen{padding-top:30px}html.light .follower-count-comparison.report .stat{font-size:1.5em}html.light .follower-count-comparison.report .stat--change .stat{font-size:1.8em}html.light .follower-count-comparison.report table thead tr th{max-width:125px;padding:.6em}html.light .follower-count-comparison.report table tbody tr td{max-width:125px;padding:1em}html.light .follower-count-comparison.report table tbody tr td.with-dial{padding:.2em}html.light .horizontal-stacked-bar{padding:0;margin:0;list-style:none;list-style-type:none}html.light .horizontal-stacked-bar li{display:block;padding:0em 1em .5em 1em}html.light .horizontal-stacked-bar li:first-child{padding-top:1em}html.light .horizontal-stacked-bar li:last-child{padding-bottom:1em}html.light .horizontal-stacked-bar__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}html.light .horizontal-stacked-bar__item__number{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-right:.75em}html.light .horizontal-stacked-bar__item__name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:400px;flex-basis:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.light .horizontal-stacked-bar__item__value{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-left:.75em}html.light .horizontal-stacked-bar__bar{margin:0;margin-top:.15em;height:1.2em;padding:0;position:relative}html.light .horizontal-stacked-bar__bar__container{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;line-height:1}html.light .horizontal-stacked-bar__bar i{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.2em}html.light .horizontal-stacked-bar__bar__part{height:100%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;overflow:hidden;opacity:.9;padding:.1em;cursor:pointer;color:hsla(0,0%,100%,.7)}html.light .horizontal-stacked-bar__bar__part:hover{opacity:1}html.light .mention-count .stat--trend{padding:0}html.light .mention-count .stat-label{color:#888;font-weight:400;white-space:nowrap}html.light .mention-count .stat-label--custom{font-size:0.875rem}html.light .mention-count.mention-count--full-width.report .stat--custom{font-size:4.5rem}html.light .mention-count.mention-count--full-width.report .mention-count-row .mention-count__original-mentions{padding-left:2em}html.light .mention-count.mention-count--full-width.report .mention-count-row .mention-count__shared-mentions{padding-left:2em}html.light .mention-count.mention-count--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.light .mention-count.mention-count--full-width .stat--custom{font-size:4rem}}html.light .mention-count.mention-count--full-width .mention-count-row{margin:78px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div:last-child{padding-left:1em}@media(min-width: 2400px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div:last-child{padding-left:2em}}@media(min-width: 3600px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions__row>div:last-child{padding-left:4em}}@media(max-width: 1200px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{padding-left:6em}}@media(min-width: 3600px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__original-mentions{padding-left:8em}}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div:last-child{padding-left:1em}@media(min-width: 2400px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div:last-child{padding-left:2em}}@media(min-width: 3600px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions__row>div:last-child{padding-left:4em}}@media(max-width: 1200px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{padding-left:6em}}@media(min-width: 3600px){html.light .mention-count.mention-count--full-width .mention-count-row .mention-count__shared-mentions{padding-left:8em}}html.light .mention-count.mention-count--two-thirds-width .stat--custom,html.light .mention-count.mention-count--half-width .stat--custom,html.light .mention-count.mention-count--third-width .stat--custom{font-size:3rem;line-height:.9}@media(max-width: 1200px){html.light .mention-count.mention-count--two-thirds-width .stat--custom,html.light .mention-count.mention-count--half-width .stat--custom,html.light .mention-count.mention-count--third-width .stat--custom{font-size:1.5rem}}html.light .mention-count.mention-count--two-thirds-width .mention-count--dial,html.light .mention-count.mention-count--half-width .mention-count--dial,html.light .mention-count.mention-count--third-width .mention-count--dial{margin-bottom:1em}html.light .mention-count.mention-count--two-thirds-width .mention-count-row,html.light .mention-count.mention-count--half-width .mention-count-row,html.light .mention-count.mention-count--third-width .mention-count-row{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__total-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__total-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions__row,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions__row,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions__row{text-align:center}@media(max-width: 1200px){html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{padding-left:4.5em}}@media(min-width: 3600px){html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions{padding-left:6em}}html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:3em}html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions__row,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions__row,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions__row{text-align:center}@media(max-width: 1200px){html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:1.5em}}@media(min-width: 2400px){html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:4.5em}}@media(min-width: 3600px){html.light .mention-count.mention-count--two-thirds-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--half-width .mention-count-row .mention-count__shared-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:6em}}html.light .mention-count.mention-count--two-thirds-width.mention-engagement-count.report .mention-count-row,html.light .mention-count.mention-count--half-width.mention-engagement-count.report .mention-count-row,html.light .mention-count.mention-count--third-width.mention-engagement-count.report .mention-count-row{-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .mention-count.mention-count--two-thirds-width.mention-engagement-count.report .mention-count__total-mentions,html.light .mention-count.mention-count--half-width.mention-engagement-count.report .mention-count__total-mentions,html.light .mention-count.mention-count--third-width.mention-engagement-count.report .mention-count__total-mentions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}html.light .mention-count.mention-count--third-width .stat--custom{font-size:2.25rem;line-height:.9}@media(max-width: 1200px){html.light .mention-count.mention-count--third-width .stat--custom{font-size:1.5rem}}html.light .mention-count.mention-count--third-width .mention-count--dial{margin-bottom:.4em}html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__original-mentions,html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:1em}html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__simple-stat{max-width:50%}html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__simple-stat .stat{font-size:1.625rem}html.light .mention-count.mention-count--third-width .mention-count-row .mention-count__simple-stat .stat-label{white-space:normal}html.light .mention-count.mention-count--full-height{height:100%}html.light .mention-count.mention-count--full-height .mention-count-row{height:100%;margin-top:0}html.light .fullscreen .mention-count .stat{font-size:8vh;line-height:1}html.light .fullscreen .mention-count .stat--custom{font-size:16vh;line-height:1}html.light .fullscreen .mention-count .stat-label--custom{font-size:4vh;line-height:1}html.light .fullscreen .mention-count .stat-change{font-size:3vh}html.light .fullscreen .mention-count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.light .fullscreen .mention-count--two-thirds-width .stat,html.light .fullscreen .mention-count--half-width .stat,html.light .fullscreen .mention-count--third-width .stat{font-size:7vh;line-height:1}html.light .fullscreen .mention-count--two-thirds-width .stat--custom,html.light .fullscreen .mention-count--half-width .stat--custom,html.light .fullscreen .mention-count--third-width .stat--custom{font-size:10vh;line-height:1}html.light .fullscreen .mention-count--two-thirds-width .stat-label--custom,html.light .fullscreen .mention-count--half-width .stat-label--custom,html.light .fullscreen .mention-count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.light .fullscreen .mention-count.mention-count--full-height{height:100%;margin-top:0}html.light .widget--report-mode .mention-count--third-width{-webkit-transform:scale(0.75);transform:scale(0.75)}html.light .widget--report-mode .mention-count--third-width .mention-count-row .mention-count__original-mentions,html.light .widget--report-mode .mention-count--third-width .mention-count-row .mention-count__shared-mentions{padding-left:.5em}html.light .widget--report-mode .mention-count--two-thirds-width .mention-count-row{margin:0;max-height:306px}html.light .widget--report-mode .mention-count--half-width .mention-count-row{margin:0;-webkit-transform:scale(0.85);transform:scale(0.85)}html.light .widget--report-mode .mention-count--half-width .mention-count-row .mention-count__original-mentions,html.light .widget--report-mode .mention-count--half-width .mention-count-row .mention-count__shared-mentions{padding-left:.5em}html.light .widget--report-mode .mention-count--full-width .mention-count-row{-webkit-transform:scale(0.85);transform:scale(0.85)}html.light .mention-count-combined{text-align:center;overflow-x:scroll}html.light .mention-count-combined::-webkit-scrollbar{visibility:hidden}html.light .mention-count-combined::-webkit-scrollbar-thumb{visibility:hidden}html.light .mention-count-combined::-webkit-scrollbar-track{visibility:hidden}html.light .mention-count-combined:hover::-webkit-scrollbar{visibility:visible}html.light .mention-count-combined:hover::-webkit-scrollbar-thumb{visibility:visible}html.light .mention-count-combined:hover::-webkit-scrollbar-track{visibility:visible}html.light .mention-count-combined table{width:auto;display:inline-block;margin:0 auto;border-collapse:collapse;border:none}html.light .mention-count-combined table thead tr th{text-align:center;padding:1.2em .2em;border:none;font-size:1.2em;text-transform:none;vertical-align:bottom;white-space:nowrap;overflow:hidden;max-width:150px}html.light .mention-count-combined table thead tr th>div{overflow:hidden;max-width:150px;text-overflow:ellipsis}html.light .mention-count-combined table tbody tr td{text-align:center;padding:1.2em;border-right:1px solid #e6e7eb;border-bottom:1px solid #e6e7eb;vertical-align:middle;line-height:1;overflow:hidden;max-width:150px}html.light .mention-count-combined table tbody tr td.with-dial{padding:.2em 1.2em}html.light .mention-count-combined table tbody tr td.with-dial .percent-dial{margin:0 auto}html.light .mention-count-combined table tbody tr td.highlighted{background-color:#fff}html.light .mention-count-combined table tbody tr td:last-child{border-right:none}html.light .mention-count-combined table tbody tr td:first-child{text-align:left}html.light .mention-count-combined table tbody tr:last-child td{border-bottom:none}html.light .mention-count-combined .stat{font-size:1.6em}html.light .mention-count-combined .stat .pct{font-size:70%;vertical-align:baseline}html.light .mention-count-combined .stat-label{color:#888;font-weight:400;white-space:nowrap}html.light .mention-count-combined.command-center{padding-top:30px}html.light .mention-count-combined.fullscreen{padding-top:30px}html.light .mention-count-combined.report table thead tr th{padding:.1em;font-size:.6em}html.light .mention-count-combined.report table thead tr th .stat-label{letter-spacing:normal;font-size:.6em}html.light .mention-count-combined.report table tbody tr td{padding:.2em;border-color:#ccc}html.light .mention-count-combined.report table tbody tr td.with-dial{padding:.2em}html.light .mention-count-combined.report table tbody tr td .stat{font-size:1em}html.light .mention-count-combined.report table tbody tr td .stat-label{letter-spacing:normal;font-size:.6em}html.light .widget--report-mode .mention-count-combined thead tr th{max-width:60px}html.light .widget--report-mode .mention-count-combined thead tr th>div{max-width:60px}html.light .widget--report-mode .mention-count-combined tbody td{max-width:60px}html.light .widget-list{padding:0;margin:0;list-style:none;list-style-type:none}html.light .widget-list li{display:block;padding:0 1em .5em 1em}html.light .widget-list li:first-child{padding-top:1em}html.light .widget-list li:last-child{padding-bottom:1em}html.light .widget-list li:hover,html.light .widget-list li--hovered,html.light .widget-list li.highlighted{background-color:#e6e7eb;cursor:pointer}html.light .widget-list li.report:hover,html.light .widget-list li.report--hovered,html.light .widget-list li.report.highlighted{background-color:rgba(0,0,0,0)}html.light .widget-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}html.light .widget-list__item__number{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-right:.75em}html.light .widget-list__item__image{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;height:1.6em;margin-right:.5em;margin-bottom:.2em}html.light .widget-list__item__name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:400px;flex-basis:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.light .widget-list__item__value{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-left:.75em}html.light .widget-list__item__network{margin-left:5px;height:18px;width:18px;border:1px solid rgba(0,0,0,0);position:relative;color:#fff}html.light .widget-list__item__network__icon{font-size:.8rem;position:relative;display:block;height:100%;width:100%;line-height:0}html.light .widget-list__item__network__icon::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.light .widget-list__item__network__icon.icon--google-plus{font-size:1rem}html.light .widget-list__item__network--twitter{background-color:rgb(0,116.4810126582,160.5);border-color:#00aced}html.light .widget-list__item__network--facebook{background-color:rgb(37.6090047393,56.7322274882,96.8909952607);border-color:#3b5998}html.light .widget-list__item__network--linkedin{background-color:rgb(0,71.2994505495,105.5);border-color:#007bb6}html.light .widget-list__item__network--google{background-color:rgb(171.9698275862,45.1637931034,29.5301724138);border-color:#dd4b39}html.light .widget-list__item__network--google-plus{background-color:rgb(171.9698275862,45.1637931034,29.5301724138);border-color:#dd4b39}html.light .widget-list__item__network--instagram{background-color:rgb(116.1260869565,37.3739130435,94.7695652174);border-color:#ae388e}html.light .widget-list__item__network--pinterest{background-color:rgb(132.2285714286,1.2714285714,17.1642857143);border-color:#d0021b}html.light .widget-list__item__network--youtube{background-color:hsl(.3448275862,73.7288135593%,31.2745098039%);border-color:#cd201f}html.light .widget-list__item__network--vk{background-color:rgb(43.9834123223,65.018957346,90.5165876777);border-color:#45668e}html.light .widget-list__item__network--reddit{background-color:rgb(178.5,60.9,0);border-color:#ff5700}html.light .widget-list__item__network--automattic{background-color:hsl(200,60%,35%);border-color:#39c}html.light .widget-list__item__network--disqus{background-color:rgb(0,121.3803827751,224.5);border-color:#2e9fff}html.light .widget-list__item__network--tumblr{background-color:rgb(25.0379310345,33.0689655172,43.4620689655);border-color:#35465c}html.light .widget-list__item__network--reviews{background-color:hsl(191,49.1803278689%,8.9215686275%);border-color:#1f505b}html.light .widget-list__item__network--stack-overflow{background-color:rgb(193.7673913043,91.1326086957,9.7326086957);border-color:#f48024}html.light .widget-list__item__network--rss{background-color:rgb(188.4166666667,68.2051282051,11.0833333333);border-color:#f26522}html.light .widget-list__bar{margin:0;margin-top:.15em;height:.35em;position:relative}html.light .widget-list__bar__filled{margin:0;background-color:#3a86a9;display:block;height:100%}html.light .pie-visualization{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .pie-visualization .pie-visualization__list{overflow-y:scroll;-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px}html.light .pie-visualization .pie-visualization__list ol{margin:0;padding:1em 0}html.light .pie-visualization .pie-visualization__pie{width:calc(100% - 350px);-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .count{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .count .stat--trend{padding:0}html.light .count .stat-label{color:#888;font-weight:400;white-space:nowrap}html.light .count .stat-label--custom{font-size:0.875rem}html.light .count .stat--custom{margin-bottom:.25em}html.light .count.count--two-thirds-width.report .stat--custom,html.light .count.count--full-width.report .stat--custom{font-size:4.5rem}html.light .count.count--two-thirds-width .stat--custom,html.light .count.count--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.light .count.count--two-thirds-width .stat--custom,html.light .count.count--full-width .stat--custom{font-size:4rem}}html.light .count.count--two-thirds-width .stat--large,html.light .count.count--full-width .stat--large{font-size:3rem}html.light .count.count--two-thirds-width .count-container,html.light .count.count--full-width .count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-ms-flex-pack:distribute;justify-content:space-around;min-height:75%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .count.count--two-thirds-width .count-container.center,html.light .count.count--full-width .count-container.center{text-align:center}html.light .count.count--two-thirds-width .count-container .count-item,html.light .count.count--full-width .count-container .count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.light .count.count--two-thirds-width .count-container .count-item.sixth-width,html.light .count.count--full-width .count-container .count-item.sixth-width{-webkit-box-flex:0;-ms-flex:0 0 16%;flex:0 0 16%}html.light .count.count--two-thirds-width .count-container .count-item.fifth-width,html.light .count.count--full-width .count-container .count-item.fifth-width{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}html.light .count.count--two-thirds-width .count-container .count-item.fourth-width,html.light .count.count--full-width .count-container .count-item.fourth-width{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}html.light .count.count--two-thirds-width .count-container .count-item.third-width,html.light .count.count--full-width .count-container .count-item.third-width{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.light .count.count--two-thirds-width .count-container .count-item.half-width,html.light .count.count--full-width .count-container .count-item.half-width{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.light .count.count--two-thirds-width .count-container .count-item.full-width,html.light .count.count--full-width .count-container .count-item.full-width{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}html.light .count.count--two-thirds-width .count-container .count-item.three-column,html.light .count.count--full-width .count-container .count-item.three-column{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.light .count.count--two-thirds-width .count-small-container,html.light .count.count--full-width .count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .count.count--third-width .count-container,html.light .count.count--half-width .count-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-ms-flex-pack:distribute;justify-content:space-around;min-height:75%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .count.count--third-width .count-container .count-item,html.light .count.count--half-width .count-container .count-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.light .count.count--third-width .count-container .count-item.sixth-width,html.light .count.count--half-width .count-container .count-item.sixth-width{-webkit-box-flex:0;-ms-flex:0 0 16%;flex:0 0 16%}html.light .count.count--third-width .count-container .count-item.fifth-width,html.light .count.count--half-width .count-container .count-item.fifth-width{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}html.light .count.count--third-width .count-container .count-item.fourth-width,html.light .count.count--half-width .count-container .count-item.fourth-width{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}html.light .count.count--third-width .count-container .count-item.third-width,html.light .count.count--half-width .count-container .count-item.third-width{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}html.light .count.count--third-width .count-container .count-item.half-width,html.light .count.count--half-width .count-container .count-item.half-width{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}html.light .count.count--third-width .count-container .count-item.full-width,html.light .count.count--half-width .count-container .count-item.full-width{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}html.light .count.count--third-width .count-small-container,html.light .count.count--half-width .count-small-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}html.light .count.count--third-width .stat--custom,html.light .count.count--half-width .stat--custom{font-size:3rem;line-height:.9}html.light .count.count--third-width.report .stat--custom{font-size:2rem;margin-bottom:.1em}html.light .count.count--third-width.report .stat-change .stat--trend{font-size:1em;line-height:1em}html.light .fullscreen .count .stat{font-size:8vh;line-height:1}html.light .fullscreen .count .stat--custom{font-size:16vh;line-height:1}html.light .fullscreen .count .stat-label--custom{font-size:4vh;line-height:1}html.light .fullscreen .count .stat-change{font-size:3vh}html.light .fullscreen .count .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.light .fullscreen .count--two-thirds-width .stat,html.light .fullscreen .count--half-width .stat,html.light .fullscreen .count--third-width .stat{font-size:7vh;line-height:1}html.light .fullscreen .count--two-thirds-width .stat--custom,html.light .fullscreen .count--half-width .stat--custom,html.light .fullscreen .count--third-width .stat--custom{font-size:10vh;line-height:1}html.light .fullscreen .count--two-thirds-width .stat-label--custom,html.light .fullscreen .count--half-width .stat-label--custom,html.light .fullscreen .count--third-width .stat-label--custom{font-size:3vh;line-height:1}html.light .fullscreen .count.count--full-height{height:100%;margin-top:0}html.light .widget--report-mode .count--third-width .count-row{-webkit-transform:scale(0.7) translate(0, -50%);transform:scale(0.7) translate(0, -50%)}html.light .widget--report-mode .count--third-width .count-row .count-container{-webkit-transform:scale(0.9);transform:scale(0.9)}html.light .widget--report-mode .count--two-thirds-width .count-row{margin:0;-webkit-transform:scale(0.9);transform:scale(0.9)}html.light .widget--report-mode .count--half-width .count-row{margin:0;-webkit-transform:scale(0.8) translate(0, -15%);transform:scale(0.8) translate(0, -15%)}html.light .posts-feed-widget{height:100%}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts{white-space:normal}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post{height:350px}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card{width:450px}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__author-name{font-size:1.6rem}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__author-username{font-size:1.2rem}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__badge{font-size:.95rem}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__created-at{font-size:1.2rem}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__reshare{font-size:1.2rem}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__parent{font-size:1.2rem}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__engagements{font-size:1.2rem}html.light .posts-feed-widget.fullscreen .posts-feed-widget__feed__posts__post .panel.post-card .post-card__raw-body-text{font-size:1.2rem;font-weight:300}html.light .posts-feed-widget__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}html.light .posts-feed-widget__header>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .posts-feed-widget__header>div:first-child{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .posts-feed-widget__feed{height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .posts-feed-widget__feed__left-arrow,html.light .posts-feed-widget__feed__right-arrow{position:absolute;z-index:1;top:0;height:100%;width:1em;background-color:rgba(5,71,114,0);font-size:1.75em;-webkit-transition:.3s;transition:.3s;cursor:pointer}html.light .posts-feed-widget__feed__left-arrow:hover,html.light .posts-feed-widget__feed__right-arrow:hover{background-color:rgba(5,71,114,.7)}html.light .posts-feed-widget__feed__left-arrow span.icon,html.light .posts-feed-widget__feed__right-arrow span.icon{position:absolute;top:calc(50% - .6em);left:0}html.light .posts-feed-widget__feed__left-arrow{left:0}html.light .posts-feed-widget__feed__right-arrow{right:0}html.light .posts-feed-widget__feed__posts{height:100%;-webkit-transition:.2s;transition:.2s;scroll-behavior:smooth;max-width:100%;overflow:hidden;white-space:nowrap;vertical-align:baseline}html.light .posts-feed-widget__feed__posts__post{vertical-align:top;height:100%}html.light .posts-feed-widget__feed__posts__post__report{height:51%}html.light .posts-feed-widget__feed__posts__report{white-space:normal;height:100%}html.light .posts-feed-widget__feed.command-center{position:absolute;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;top:0;-webkit-transition-timing-function:linear;transition-timing-function:linear}html.light .posts-feed-widget__load-more{position:absolute;z-index:2;right:2em;bottom:.25em}html.light .widget--report-mode .posts-feed-widget{overflow:hidden}html.light .reachspread{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}html.light .reachspread__total{height:30px;font-size:1em;font-weight:300;padding:.75em 0}html.light .reachspread__chart{height:calc(100% - 65px)}html.light .reachspread__legend{height:30px;font-size:.8em;font-weight:300;padding:.25em 0}html.light .reachspread__legend__swatch{display:inline-block;height:.2em;width:1em;border-radius:.1em;vertical-align:middle;margin-right:10px}html.light .reachspread__legend__swatch--reach{background-color:#98c3b0}html.light .reachspread__legend__swatch--spread{background-color:#5192b0}html.light .rep-score .no-data{font-size:6em}html.light .rep-score .score{font-size:8em;font-weight:bold}html.light .rep-score__scale{background:-webkit-gradient(linear, left top, right top, from(#db4a2b), color-stop(50%, #FFB924), to(#5dc09c));background:linear-gradient(90deg, #db4a2b 0%, #FFB924 50%, #5dc09c 100%);height:0.375rem;width:80%;margin:0 auto;position:relative;-webkit-transform:translate(0, 150%);transform:translate(0, 150%)}html.light .rep-score__scale__value{height:0.9375rem;width:0.9375rem;border-radius:50%;position:absolute;-webkit-transform:translate(-25%, -25%);transform:translate(-25%, -25%)}html.light table.resolutions_by_user{table-layout:auto !important}html.light table.resolutions_by_user tbody tr td{width:auto !important;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.light table.resolutions_by_user tbody tr td span{vertical-align:middle}html.light table.resolutions_by_user tbody tr:hover td{background-color:#f4f4f6}html.light .sentiment-score .stat--trend{padding:0}html.light .sentiment-score .stat-label{color:#888;font-weight:400;white-space:nowrap}html.light .sentiment-score .stat-label--custom{font-size:0.875rem}html.light .sentiment-score.sentiment-score--full-width .stat--custom{font-size:6rem;line-height:.9}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--full-width .stat--custom{font-size:4rem}}html.light .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:3em}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:1.5em}}@media(min-width: 2400px){html.light .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:6em}}@media(min-width: 3600px){html.light .sentiment-score.sentiment-score--full-width .sentiment-score__dial{padding-left:8em}}html.light .sentiment-score.sentiment-score--full-width .sentiment-score-row{margin:78px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .sentiment-score.sentiment-score--full-width.command-center{margin-top:20%}html.light .sentiment-score.sentiment-score--full-width.command-center .stat--custom{font-size:7.5rem}html.light .sentiment-score.sentiment-score--full-width.report .stat--custom{font-size:4.5rem}html.light .sentiment-score.sentiment-score--full-width.report .sentiment-score-row .sentiment-score__original-mentions{padding-left:2em}html.light .sentiment-score.sentiment-score--full-width.report .sentiment-score-row .sentiment-score__shared-mentions{padding-left:2em}html.light .sentiment-score.sentiment-score--full-width.report .sentiment-score__dial{padding-left:1em}html.light .sentiment-score.sentiment-score--two-thirds-width.command-center{margin-top:25%}html.light .sentiment-score.sentiment-score--half-width.command-center{margin-top:40%}html.light .sentiment-score.sentiment-score--two-thirds-width .stat--custom{font-size:4rem;line-height:.9}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--two-thirds-width .stat--custom{font-size:2.25rem}}html.light .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:2em}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:1em}}@media(min-width: 2400px){html.light .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:4em}}@media(min-width: 3600px){html.light .sentiment-score.sentiment-score--two-thirds-width .sentiment-score__dial{padding-left:5em}}html.light .sentiment-score.sentiment-score--two-thirds-width .sentiment-score-row{margin:110px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .sentiment-score.sentiment-score--two-thirds-width.command-center .stat--custom{font-size:6rem}html.light .sentiment-score.sentiment-score--two-thirds-width.report .sentiment-score__dial{padding-left:.5em}html.light .sentiment-score.sentiment-score--half-width .stat--custom{font-size:4rem;line-height:.9}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--half-width .stat--custom{font-size:3rem}}html.light .sentiment-score.sentiment-score--half-width .sentiment-score__trend{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.light .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:1.5em}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:.8em}}@media(min-width: 2400px){html.light .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:3em}}@media(min-width: 3600px){html.light .sentiment-score.sentiment-score--half-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--half-width .sentiment-score__positive .sentiment-score__dial{padding-left:5em}}html.light .sentiment-score.sentiment-score--half-width .sentiment-score-row{margin:80px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .sentiment-score.sentiment-score--half-width.command-center .stat--custom{font-size:6rem}html.light .sentiment-score.sentiment-score--half-width.report .sentiment-score__dial{padding-left:.4em}html.light .sentiment-score.sentiment-score--third-width .stat--custom{font-size:3rem;line-height:.9}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--third-width .stat--custom{font-size:1.875rem}}html.light .sentiment-score.sentiment-score--third-width .sentiment-score__trend{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;margin-bottom:30px}html.light .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:1.5em}@media(max-width: 1200px){html.light .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:.8em}}@media(min-width: 2400px){html.light .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:3em}}@media(min-width: 3600px){html.light .sentiment-score.sentiment-score--third-width .sentiment-score__neutral .sentiment-score__dial,html.light .sentiment-score.sentiment-score--third-width .sentiment-score__positive .sentiment-score__dial{padding-left:5em}}html.light .sentiment-score.sentiment-score--third-width .sentiment-score-row{margin:60px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:wrap}html.light .sentiment-score.sentiment-score--third-width.command-center{margin-top:50%}html.light .sentiment-score.sentiment-score--third-width.command-center .stat--custom{font-size:6rem}html.light .sentiment-score.sentiment-score--third-width.report .sentiment-score__dial{padding-left:.2em}html.light .fullscreen .sentiment-score .stat--trend{font-size:3vh}html.light .fullscreen .sentiment-score .stat-label{font-size:2vh;line-height:1;margin-bottom:2em}html.light .fullscreen .sentiment-score.sentiment-score--full-width .sentiment-score-row{margin-top:15%}html.light .fullscreen .sentiment-score.sentiment-score--full-width.command-center{margin-top:15%}html.light .fullscreen .sentiment-score.sentiment-score--full-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .sentiment-score.sentiment-score--two-thirds-width .sentiment-score-row{margin-top:15%}html.light .fullscreen .sentiment-score.sentiment-score--two-thirds-width.command-center{margin-top:25%}html.light .fullscreen .sentiment-score.sentiment-score--two-thirds-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .sentiment-score.sentiment-score--half-width .sentiment-score-row{margin-top:8%}html.light .fullscreen .sentiment-score.sentiment-score--half-width.command-center{margin-top:15%}html.light .fullscreen .sentiment-score.sentiment-score--half-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .sentiment-score.sentiment-score--third-width .sentiment-score-row{margin-top:8%}html.light .fullscreen .sentiment-score.sentiment-score--third-width.command-center{margin-top:25%}html.light .fullscreen .sentiment-score.sentiment-score--third-width.command-center .stat--custom{font-size:16vh}html.light .fullscreen .sentiment-score.sentiment-score--half-width .stat--custom,html.light .fullscreen .sentiment-score.sentiment-score--third-width .stat--custom{font-size:10vh;line-height:1}html.light .fullscreen .sentiment-score.sentiment-score--half-width .stat-label--custom,html.light .fullscreen .sentiment-score.sentiment-score--third-width .stat-label--custom{font-size:3vh;line-height:1}html.light .widget--report-mode .sentiment-score--third-width .sentiment-score-row{-webkit-transform:scale(0.75) translate(0, -36%);transform:scale(0.75) translate(0, -36%)}html.light .widget--report-mode .sentiment-score--half-width .sentiment-score-row{margin:0;-webkit-transform:scale(0.7) translate(0, -24%);transform:scale(0.7) translate(0, -24%)}html.light .widget--report-mode .sentiment-score--full-width .sentiment-score-row,html.light .widget--report-mode .sentiment-score--two-thirds-width .sentiment-score-row{-webkit-transform:scale(0.85);transform:scale(0.85)}html.light .dashboard-five-star-scale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}html.light .dashboard-five-star-scale .title{font-size:3em}html.light .dashboard-five-star-scale .numerical-average{font-size:3em}html.light .dashboard-five-star-scale .star-rating{font-size:3em}html.light .dashboard-page__widget--small dashboard-five-star-scale{-webkit-transform:scale(0.6);transform:scale(0.6)}html.light .widget-drag-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}html.light .widget__grab-icon{cursor:-webkit-grab;cursor:grab;display:inherit}html.light .widget-container{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .widget-container--transform3d{-webkit-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important}html.light .widget-container>.panel__heading{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .widget-container>.panel__heading .icon{vertical-align:middle}html.light .widget-container>.panel__heading .icon-dropdown{display:inherit;margin-top:-3px}html.light .widget-container>.panel__heading .icon--smart-widget{color:#fff;padding:.25em;position:relative;overflow:hidden;width:1.5em;height:1.5em;font-size:1.5em;margin-left:0;margin-right:.5em}html.light .widget-container--smart .panel__heading{background-color:#fcc564;color:#4996b6}html.light .widget-container--smart .panel__heading .panel__heading__label{color:#000}html.light .widget-container--smart .panel__heading .panel__heading__button{color:#4996b6}html.light .widget-container--smart .panel__heading .panel__heading__label__sub-label,html.light .widget-container--smart .panel__heading .panel__heading__filters{color:#7d8c9b}html.light .widget-container--smart .panel__heading .panel__heading__label__sub-label .badge,html.light .widget-container--smart .panel__heading .panel__heading__filters .badge{color:#7d8c9b}html.light .widget-container--smart .panel__heading .panel__heading__label__sub-label .social-monitor-name a,html.light .widget-container--smart .panel__heading .panel__heading__filters .social-monitor-name a{color:#4996b6}html.light .widget-container--smart .widget-info-overlay-icon .icon.circle{border:1px solid #8c8b8b;font-size:1.1rem;padding:1px;color:#8c8b8b}html.light .widget-container--smart--inactive .panel__heading{background-color:rgb(250.5474683544,168.917721519,24.9525316456)}html.light .widget-container>.panel__body{-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px;overflow:hidden;padding-top:.2em;padding-bottom:.2em}html.light .widget-container.fullscreen{height:100%}html.light .widget-container.fullscreen>.panel__heading .panel__heading__label{font-size:1.5em}html.light .widget-container.fullscreen>.panel__body{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .widget-container .panel__heading>button{padding:.5em .5em}html.light .widget-container .panel__heading>button+button{margin-left:0}html.light .widget-container .widget-body{height:100%}html.light .widget-container .align-right{left:auto;right:2px}html.light .widget-container .edit-text__current-value{max-width:calc(100% - 9rem)}html.light .widget-container .edit-text__current-value:hover{background:hsla(0,0%,100%,.6)}html.light .widget-container .edit-text__width-setter{display:none}html.light .widget-container .edit-text__edit-button{opacity:0;margin-left:0.5em;margin-right:0.5em}html.light .widget-container:hover .edit-text__edit-button{opacity:1}html.light .widget-container__widget-scroll{overflow-y:scroll;height:100%}html.light .widget-container__widget-scroll::-webkit-scrollbar{display:none}html.light .widget-container__widget-scroll::-webkit-scrollbar-button{display:none}html.light .widget-container__widget-scroll::-webkit-scrollbar-thumb{display:none}html.light .widget-container--image>.panel__body{-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px;overflow:auto;padding:0;height:450px;width:100%;margin:auto}html.light .widget-container--image>.panel__body div.widget-type--image{background-position:center center;background-size:contain;background-repeat:no-repeat;height:100%}html.light .widget-container--text>.panel__body{padding-top:.4em;padding-bottom:.4em;overflow-y:scroll}html.light .widget-container--text>.panel__body h1{margin:.5em 0 .1em 0;font-weight:600}html.light .widget-container--text>.panel__body h2,html.light .widget-container--text>.panel__body h3{margin:.25em 0 .05em 0;font-weight:600}html.light .widget-container--text>.panel__body h4,html.light .widget-container--text>.panel__body h5,html.light .widget-container--text>.panel__body h6{margin:0;font-weight:600}html.light .widget-container--text>.panel__body p,html.light .widget-container--text>.panel__body div{padding:.3em 0}html.light .widget-container--text.fullscreen>.panel__body{font-size:2em}html.light .widget-container--text.fullscreen>.panel__body h1{font-size:200%}html.light .widget-container--text.fullscreen>.panel__body h2,html.light .widget-container--text.fullscreen>.panel__body h3{font-size:200%}html.light .widget-container--text.fullscreen>.panel__body h4,html.light .widget-container--text.fullscreen>.panel__body h5,html.light .widget-container--text.fullscreen>.panel__body h6{font-size:200%}html.light .widget-subcomponent{white-space:nowrap}html.light .widget-subcomponent .stat{font-size:3em;font-weight:500;color:#1f505b}html.light .widget-subcomponent .stat sub{bottom:0;font-size:75%}html.light .widget-subcomponent .stat--sm{font-size:2em}html.light .widget-subcomponent .stat-description{line-height:1;color:#6b7676;white-space:normal;text-overflow:ellipsis}html.light .faux-fullscreen{position:fixed;top:0;left:0;z-index:10000}html.light .smooth-move-backdrop{height:100vh;position:fixed;top:0;left:0;width:100vw;z-index:10000}html.light .widget-row{position:relative}html.light .widget-row--dragging-over{border:0.0625rem solid #1f505b;border-radius:10px}html.light .widget-row__edit-options{display:none;-webkit-transition:300ms;transition:300ms;background:#e6e7eb;color:#fff;position:absolute;right:-1rem;bottom:0;-webkit-transform:translate(0, 75%);transform:translate(0, 75%);border-radius:0.25rem;z-index:100;padding:.25rem 0 .15rem .1rem}html.light .widget-row__edit-options button,html.light .widget-row__edit-options .button,html.light .widget-row__edit-options .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .widget-row__edit-options a,html.graphite .image-uploader__dropzone__buttons html.light .widget-row__edit-options a,html.light .widget-row__edit-options .btn{margin:0 .25rem}html.light .widget-row:hover .widget-row__edit-options{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .widget-row__widget-placeholder{width:calc(50% - 1.8rem);border-radius:10px;background:#e6e7eb;height:100%;position:relative;display:inline-block}html.light .widget-row__widget-placeholder--left{margin-right:1.8rem}html.light .widget-row__widget-placeholder--right{margin-left:1.8rem}html.light .widget-row__widget-placeholder--center{margin-left:1.8rem}html.light .widget-row__resize-grabber{width:2.5rem;position:absolute;height:100%;right:0px;-webkit-transform:translate(50%, 0px);transform:translate(50%, 0px);cursor:ew-resize;z-index:200}html.light .widget-row__children{height:100%;position:relative}html.light .widget-row-spacer,html.light .widget-row-spacer--dragging-over{height:1.5rem;margin:.25rem 0}html.light .widget-row-spacer--dragging-over{border:0.0625rem solid #1f505b;border-radius:10px}html.light .widget-info-overlay{text-align:left;overflow-x:hidden;overflow-y:auto;background-color:#fff;padding:2em 1.5em 1.5em 1.5em;-webkit-box-shadow:-1px 0 5px 0 rgba(0,0,0,.3);box-shadow:-1px 0 5px 0 rgba(0,0,0,.3);height:100%;min-width:350px;max-width:350px;z-index:1010}html.light .widget-info-overlay::-webkit-scrollbar{display:none}html.light .widget-info-overlay::-webkit-scrollbar-button{display:none}html.light .widget-info-overlay::-webkit-scrollbar-thumb{display:none}html.light .widget-info-overlay-icon{border-radius:50%;padding:.2em;line-height:1;font-size:1.5em;cursor:pointer;z-index:1010}html.light .widget-info-overlay__smart-icon{color:#6b7676;right:0px;z-index:1010}html.light .widget-info-overlay__smart-icon-animation{-webkit-animation:flashing-bulb 2.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;animation:flashing-bulb 2.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;right:25px;z-index:1000}html.light .widget-info-overlay__custom-analysis{width:300px}html.light .widget-info-overlay__custom-analysis textarea{height:300px}@keyframes flashing-bulb{0%{color:#6b7676}33%{color:#ddc04c}66%{color:#ddc04c}100%{color:#6b7676}}html.light .percent-dial .stat{padding-top:calc(50% - .6em);line-height:1}html.light .percent-dial .stat sub{bottom:0}html.light .queue-hierarchy-container .queue-hierarchy-parent{font-size:1.125rem;width:100%;padding:8px 20px;border:1px solid #e6e7eb;margin-bottom:5px;position:relative}html.light .queue-hierarchy-container .queue-hierarchy-parent:hover{background-color:rgba(230,231,235,.2)}html.light .queue-hierarchy-container .queue-hierarchy-child{width:95%;float:right}html.light .queue-hierarchy-container .queue-selected{color:#fff;background-color:#1f505b}html.light .queue-hierarchy-container .queue-selected .icon{color:#fff}html.light .queue-hierarchy-container .queue-selected:hover{background-color:rgba(31,80,91,.8)}html.light .engage-card{position:relative;background-color:#fff;border:1px solid #e6e7eb;border-radius:0;overflow:hidden;width:100%}html.light .engage-card__header{position:relative;padding:.75em .75em 0 .75em}html.light .engage-card__header__author,html.light .engage-card__header__avatar,html.light .engage-card__header__social-icon{line-height:0;-ms-flex-item-align:start;align-self:flex-start}html.light .engage-card__header__author{background-color:#fff;border-radius:50%;overflow:hidden}html.light .engage-card__header__network-icon{background-color:#fafbfb;width:2.5rem;height:2.5rem;-ms-flex-negative:0;flex-shrink:0}html.light .engage-card__header__network-icon span{font-size:1.5625rem}html.light .engage-card__header__username{line-height:1em;overflow-wrap:anywhere}html.light .engage-card__header .selector-panel__container{left:auto;right:calc(-0.5em - 1px);top:calc(-0.5em - 1px)}html.light .engage-card__body{padding:.75em}html.light .engage-card__media{overflow-x:hidden;overflow-y:auto}html.light .engage-card__media__image{width:100%;height:18.75rem;background-size:cover;background-repeat:no-repeat;background-position:center center}html.light .engage-card__media__thumbnail{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;background-position:center center}html.light .engage-card__media__video{display:inline-block;position:relative;width:100%}html.light .engage-card__media__video video{width:100%;height:18.75rem;margin:0 auto}html.light .engage-card__media__video:after{content:" ";width:40px;height:20px;border-left:20px solid #0f1828;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.light .engage-card__tags{background-color:#fafbfb}html.light .engage-queue-list hr{background-image:none;background-color:rgb(66.3043478261,76.25,86.1956521739)}html.light .engage-queue-list__item{display:block;padding:4px 20px;color:#444}html.light .engage-queue-list__item--all{color:#0f1828}html.light .engage-queue-list__item--selected{background-color:#e6e7eb}html.light .engage-queue-list__item--disabled{color:rgb(110.5,110.5,110.5);cursor:default}html.light .engage-queue-list__item-count{float:right;color:#0f1828}html.light .engage-queue-list__item-name{max-width:180px;overflow-x:hidden;display:inline-block}html.light .engage-queue-list ul{margin:0;padding:0;list-style-type:none}ul ul li html.light .engage-queue-list__item{padding-left:30px}html.light .engage-messages{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .engage-messages__list{overflow-y:auto;height:100%}html.light .engage-messages__refresh-notification>button{width:100%;padding:.2em 1em;background-color:#1f505b;color:#f4f4f6;text-decoration:none}html.light .engage-messages__refresh-notification>button:hover{background-color:#1f505b;color:#f4f4f6}html.light .engage-messages__actions .dropdown__options{padding:12px;background:#fff}html.light .engage-messages__actions .dropdown__options--up{margin-bottom:5px}html.light .engage-messages__actions .dropdown__option{padding:0;background:none;font-weight:normal}html.light .ScrollbarsCustom-Track{right:6px}html.light .engage-message-wrapper{position:relative;border-bottom:1px solid #e6e7eb}html.light .engage-message-wrapper--resolved{background-color:unset}html.light .engage-message-wrapper--resolved{border-bottom:1px solid #e6e7eb}html.light .engage-message-wrapper--resolved .engage-message-card{background-color:rgb(249.61,249.61,250.59)}html.light .engage-message-wrapper--resolved .engage-message-card .user-selector>.user-selector__button .user-selector__unassigned-avatar{background-color:hsl(0,0%,102%)}html.light .engage-message-wrapper--clickable .engage-message-card:hover{cursor:pointer}html.light .engage-message-wrapper--selected .engage-message-card{border-right:5px solid hsl(191,49.1803278689%,48.9215686275%)}html.light .engage-message-wrapper--selected .engage-message-card__status-back{border-right-color:hsl(191,49.1803278689%,48.9215686275%)}html.light .engage-message-wrapper__actions{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 46px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .engage-message-card{position:relative;width:100%;background-color:none;border-right:5px solid rgba(0,0,0,0);padding-right:3px}html.light .engage-message-card__header{position:relative;border-bottom-left-radius:unset;border-bottom-right-radius:unset}html.light .engage-message-card__header__author,html.light .engage-message-card__header__avatar,html.light .engage-message-card__header__social-icon{line-height:0;-ms-flex-item-align:start;align-self:flex-start}html.light .engage-message-card__header__author{background-color:#fff;border-radius:50%;overflow:hidden}html.light .engage-message-card__header__social-icon .icon{border-radius:4px;color:#888;display:block;font-size:1.7em;margin-left:auto;width:32px;height:32px;line-height:32px;text-align:center}html.light .engage-message-card__header__username{line-height:1.2em;overflow-wrap:anywhere}html.light .engage-message-card__header__username div{overflow:hidden;text-overflow:ellipsis;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;width:auto;margin-right:20px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}html.light .engage-message-card__header .selector-panel__container{left:auto;right:calc(-0.5em - 1px);top:calc(-0.5em - 1px)}html.light .engage-message-card__body{margin-left:46px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}html.light .engage-message-card__tags{gap:4px}html.light .engage-message-card__status{position:relative}html.light .engage-message-card__status-back{position:absolute;top:-3.5px;right:-8px;background-color:hsl(191,49.1803278689%,83.9215686275%);height:32px;width:44.5px;border-top-left-radius:32px;border-bottom-left-radius:32px;border-right:5px solid hsl(191,49.1803278689%,83.9215686275%)}html.light .engage-message-card__status .circle{position:relative;width:25px;height:25px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:25px}html.light .engage-message-card__status .circle.resolved{background-color:hsl(191,49.1803278689%,48.9215686275%);border-color:hsl(191,49.1803278689%,48.9215686275%);color:#fff;font-weight:bold}html.light .engage-message-card__status .circle .lds-ripple{width:1.3em;height:1.5em}html.light .engage-message-card__status--small{-webkit-transform:scale(0.85);transform:scale(0.85)}html.light .engage-message-node{position:relative;list-style:none;border-bottom-left-radius:unset;border-bottom-right-radius:unset}html.light .engage-message-node__wrapper{background-color:#fff}html.light .engage-message-node__header{position:relative;background-color:#fafbfb;border-radius:0}html.light .engage-message-node__header__author,html.light .engage-message-node__header__avatar,html.light .engage-message-node__header__social-icon{line-height:0;-ms-flex-item-align:start;align-self:flex-start}html.light .engage-message-node__header__author{background-color:#fff;border-radius:50%;overflow:hidden}html.light .engage-message-node__header__social-icon .icon{color:#888;display:block;font-size:1.7em;margin-left:auto;width:32px;height:32px;line-height:32px;text-align:center}html.light .engage-message-node__header__username{line-height:1em}html.light .engage-message-node__hidden-icon{position:absolute;left:-25px;top:15px}html.light .engage-message-node__body-text{white-space:pre-wrap}html.light .engage-message-node .carousel{margin:10px 0}html.light .engage-message-node .carousel .mention-card__media__image{height:auto}html.light .engage-message-node .mention-card__overlay{display:none;position:absolute;opacity:.8;background:#333;top:0;width:100%;height:100%;z-index:1060;pointer-events:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}html.light .engage-message-node .mention-card__media__video:hover .mention-card__overlay{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .engage-message-node__interactions .button--clean{-webkit-filter:grayscale(100%) contrast(0%);filter:grayscale(100%) contrast(0%)}html.light .engage-message-node__interactions__interaction--inactive{-webkit-filter:grayscale(100%) contrast(0%);filter:grayscale(100%) contrast(0%)}html.light .engage-message-node__interactions__interaction__text{margin:0;height:2.75rem;min-height:2.75rem;overflow-y:hidden;background-color:hsl(228,11.1111111111%,86.1764705882%);border:none;resize:none;padding-bottom:1.25rem}html.light .engage-message-node__interactions__interaction__label{color:#444}html.light .engage-message-node__interactions__form .dropdown{border:none;border-radius:0.25rem;background-color:hsl(228,11.1111111111%,93.1764705882%);height:auto}html.light .engage-message-node__interactions__form .dropdown__arrow{height:26px}html.light .engage-message-node__interactions__form .dropdown__container{padding:0 .75em 0 0}html.light .engage-message-node__interactions__form .dropdown .avatar{background-color:#fff;border-radius:50%}html.light .engage-message-node__interactions__form .dropdown__selected-text--default,html.light .engage-message-node__interactions__form .dropdown__selected-text{padding-left:.75em}html.light .engage-message-node__interactions__more-menu{position:absolute;top:16px;right:10px}html.light .engage-message-node__interactions__more-menu--hoverable{display:block}html.light .engage-message-node .engage-message-node__back--highlighted .engage-message-node__interactions .button--clean,html.light .engage-message-node .engage-message-node__back--interactions .engage-message-node__interactions .button--clean{-webkit-filter:none;filter:none}html.light .engage-message-node__media-thumb-wrapper{height:180px;width:180px;overflow:hidden;border-radius:0.25rem;position:relative}html.light .engage-message-node__media-thumb-wrapper:hover .engage-message-node__media-thumbnail{opacity:1}html.light .engage-message-node__media-thumb{height:100%;width:100%;background-repeat:no-repeat;background-size:contain;background-position:50%}html.light .engage-message-node__media-thumbnail{-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease;opacity:0;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,.6);position:absolute;padding:0.25em;pointer-events:none}html.light .engage-message-node__media-thumbnail--persist{opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;transition:none}html.light .engage-message-node__remove-media{position:absolute;top:0;right:0;background:hsla(0,0%,100%,.8);color:#000;pointer-events:auto}html.light .engage-message-node__remove-media:hover{background:hsla(0,0%,100%,.8);color:#000}html.light .engage-message-node--compact .engage-message-node__header{background:none}html.light .engage-message-node--compact .engage-message-node__interactions__more-menu{top:0;right:0}html.light .engage-message-node--compact .engage-message-node__back--highlighted .engage-message-node__wrapper{background-color:hsl(228,11.1111111111%,86.1764705882%);border-color:hsl(228,11.1111111111%,86.1764705882%);border-radius:.75rem;margin:12px 0}html.light .engage-message-node--compact .engage-message-node__hidden-icon{position:absolute;left:20px;top:25px}html.light .engage-message-responses__message__body{color:#444}html.light .engage-message-responses__message__body a{font-weight:bold}html.light .engage-message-responses__message__body--right{background-color:#fff;color:#222}html.light .engage-message-responses__message__body--right a{color:#222}html.light .engage-message-responses__message__body--right a:hover{color:#222}html.light .engage-post{height:100%}html.light .engage-post__tree{overflow-y:auto;height:100%}html.light .engage-post__tree.text--quiet{padding-top:2em}html.light .engage-post ul{margin:0;padding:0}html.light .engage-post ul li .engage-message-node__back{padding-left:10%;padding-right:10%}html.light .engage-post ul ul li .engage-message-node__back{padding-left:10%}html.light .engage-post ul ul ul li .engage-message-node__back{padding-left:14%}html.light .engage-post ul ul ul ul li .engage-message-node__back{padding-left:20%}html.light .engage-details{height:100%;overflow-x:hidden;overflow-y:auto}html.light .engage-details__tabs{border-bottom:1px solid #e6e7eb}html.light .engage-details__tabs button{color:#6b7676}html.light .engage-details__tabs button.tab-active{border-bottom:2px solid #1f505b;color:#138b9f}html.light .engage-standard-responses{max-height:100%;overflow-y:auto}html.light .engage-standard-responses .response-search-container .response-search{width:90%}html.light .engage-standard-responses .response-search-container .response-search input{background-color:hsl(228,11.1111111111%,86.1764705882%);border-radius:25px;padding:0 1em}html.light .engage-standard-responses .response-search-container .response-search input::-webkit-input-placeholder{color:#888}html.light .engage-standard-responses .response-search-container .response-search input::-moz-placeholder{color:#888}html.light .engage-standard-responses .response-search-container .response-search input::-ms-input-placeholder{color:#888}html.light .engage-standard-responses .response-search-container .response-search input::placeholder{color:#888}html.light .engage-standard-responses .response-search-container .response-search .dropdown{min-width:150px;border:none}html.light .engage-standard-responses .standard-responses{min-height:150px;overflow-y:auto}html.light .engage-standard-responses .standard-responses .response{width:90%;background-color:#e6e7eb;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;white-space:pre-wrap;border-radius:0}html.light .engage-standard-responses .standard-responses .response .response-delete{display:-webkit-box;display:-ms-flexbox;display:flex;width:46px}html.light .engage-standard-responses .standard-responses .response .response-delete .icon{display:none}html.light .engage-standard-responses .standard-responses .response .response-phrase{overflow:auto}html.light .engage-standard-responses .standard-responses .response:hover{background-color:rgb(247,247.32,248.6)}html.light .engage-standard-responses .standard-responses .response:hover .response-delete .icon{display:block}html.light .engage-standard-responses .add-response-container{width:90%;background-color:hsl(228,11.1111111111%,96.1764705882%);border-radius:0}html.light .engage-standard-responses .add-response-container .add-response-section textarea{background-color:hsl(228,11.1111111111%,86.1764705882%);height:auto;border:none}html.light .engage-standard-responses .add-response-container .add-response-section textarea::-webkit-input-placeholder{color:#888}html.light .engage-standard-responses .add-response-container .add-response-section textarea::-moz-placeholder{color:#888}html.light .engage-standard-responses .add-response-container .add-response-section textarea::-ms-input-placeholder{color:#888}html.light .engage-standard-responses .add-response-container .add-response-section textarea::placeholder{color:#888}html.light .engage-author-history{max-height:100%;overflow-y:auto}html.light .engage-author-history__header{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}html.light .engage-author-history__header__social-icon .icon{background:#1f505b;border-radius:4px;color:#fff;display:block;font-size:1.7em;margin-left:auto;width:32px;height:32px;line-height:32px;text-align:center}html.light .engage-author-history__header__social-icon .icon.is-facebook{background:#3b5998}html.light .engage-author-history__header__social-icon .icon.is-twitter{background:#00aced}html.light .engage-author-history__header__social-icon .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.light .engage-author-history__header__social-icon .icon.is-pinterest{background:#d0021b}html.light .engage-author-history__header__social-icon .icon.is-reddit{background:#ff5700}html.light .engage-author-history__header__social-icon .icon.is-rss{background:#f26522}html.light .engage-author-history__header__social-icon .icon.is-vk{background:#45668e}html.light .engage-author-history__header__social-icon .icon.is-youtube{background:#cd201f}html.light .engage-author-history__header__social-icon .icon.is-stack_overflow{background:#f48024}html.light .engage-author-history__header__social-icon .icon.is-tumblr{background:#35465c}html.light .engage-author-history__header__social-icon .icon.is-automattic{background:#39c}html.light .engage-author-history__header__social-icon .icon.is-disqus{background:#2e9fff}html.light .engage-author-history__header__social-icon .icon.is-reviews{background:#1f505b}html.light .engage-author-history__details{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}html.light .engage-author-history__history{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto}html.light .engage-author-history .w-90{width:90%}html.light .engage-private-conversation-header,html.light .engage-post__header{border-bottom:1px solid hsl(228,11.1111111111%,86.1764705882%)}html.light .engage-private-conversation-header .icon--more,html.light .engage-post__header .icon--more{transform:rotate(90deg);-webkit-transform:rotate(-90deg);font-size:1.25rem}html.light .engage-private-conversation-header .icon-dropdown__list,html.light .engage-post__header .icon-dropdown__list{border-radius:0;padding:.75rem}html.light .engage-private-conversation-header .dropdown--clean,html.light .engage-post__header .dropdown--clean{border:1px solid hsl(228,11.1111111111%,86.1764705882%);padding-left:.75rem;padding-right:.75rem}html.light .engage-private-conversation-header .dropdown--clean .dropdown__options,html.light .engage-post__header .dropdown--clean .dropdown__options{border:1px solid hsl(228,11.1111111111%,86.1764705882%);background-color:#fff;vertical-align:baseline;display:inline-block;padding:0}html.light .engage-private-conversation-header .dropdown--clean .dropdown__options .dropdown__option,html.light .engage-post__header .dropdown--clean .dropdown__options .dropdown__option{color:#000;font-weight:400;font-size:1rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;padding-bottom:.5rem}html.light .engage-private-conversation-header .dropdown-selected-item,html.light .engage-post__header .dropdown-selected-item{color:#444;padding-left:.5rem;padding-right:.5rem;font-weight:500}html.light .engage-private-conversation-messages{height:100%;padding:1.25rem;overflow-y:auto}html.light .engage-private-conversation-messages ul{margin:0;padding:0;list-style-type:none}html.light .engage-private-conversation-messages ul li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.5rem}html.light .engage-private-conversation-messages ul li .start-of-conversation{margin-top:.75rem;margin-bottom:.5rem}html.light .engage-private-conversation-messages ul li .separator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:.75rem;font-size:.85rem;margin-top:1.5rem;color:#444}html.light .engage-private-conversation-messages ul li .separator span{padding-left:.75rem;padding-right:.75rem}html.light .engage-private-conversation-messages ul li .separator:before,html.light .engage-private-conversation-messages ul li .separator:after{content:"";-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;border-bottom:1px solid;margin:auto}html.light .engage-private-conversation-messages ul li .date-time-header:before{margin-right:auto}html.light .engage-private-conversation-messages ul li .date-time-header:after{margin-left:auto}html.light .engage-private-conversation-messages ul li img{border-radius:.5rem}html.light .engage-private-conversation-messages ul li .message-container{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:70%;-webkit-box-align:end;-ms-flex-align:end;align-items:end}html.light .engage-private-conversation-messages ul li .message-container.left{margin-right:auto}html.light .engage-private-conversation-messages ul li .message-container.left .message{border-bottom-left-radius:0;margin-right:.5rem}html.light .engage-private-conversation-messages ul li .message-container.right{margin-left:auto;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}html.light .engage-private-conversation-messages ul li .message-container.right .message{white-space:pre-wrap;border-end-end-radius:0;background-color:hsl(228,11.1111111111%,86.1764705882%);border-color:hsl(228,11.1111111111%,86.1764705882%);margin-left:.5rem}html.light .engage-private-conversation-messages ul li .message-container .message{position:relative;padding:.75rem 1.25rem;border:1px solid rgb(221.5,222.84,228.2);border-radius:.75rem;overflow-wrap:break-word;max-width:100%}html.light .engage-private-conversation-messages ul li .message-container .message .overlay{position:absolute;height:100%;width:100%;top:0}html.light .engage-private-conversation-messages ul li .message-container .message .overlay .video-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .engage-private-conversation-messages ul li .message-container .message .overlay .video-overlay .play{position:relative;left:-20px;border-style:solid;border-width:20px 0px 20px 40px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) hsla(0,0%,100%,.75)}html.light .engage-private-conversation-messages ul li .message-container .message span{overflow:hidden;overflow-wrap:break-word}html.light .engage-private-conversation-messages ul li .message-container .timestamp{visibility:hidden}html.light .engage-private-conversation-messages ul li .message-container:hover .timestamp{visibility:visible}html.light .engage-private-conversation-messages ul li .message-new{margin-top:.75rem}html.light .engage-private-conversation-messages ul li:last-child .timestamp{visibility:visible}html.light .engage-private-conversation-messages ul li:last-child{margin-bottom:.5rem}html.light .engage-private-conversation-text-area{border:1px solid rgb(221.5,222.84,228.2);background-color:#ededef;border-radius:0;margin-left:1.25rem;margin-right:1.25rem;max-height:60%;margin-bottom:1.25rem}html.light .engage-private-conversation-text-area .textarea-container{background-color:#fff;margin-bottom:1rem}html.light .engage-private-conversation-text-area .textarea-container .textarea{min-height:100px;resize:none;background-color:#fff;padding-top:1.25rem;padding-left:1rem;border:none;border-radius:0}html.light .engage-private-conversation-text-area .media-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin-left:1rem;margin-bottom:1rem}html.light .engage-private-conversation-text-area .action-button{position:relative;top:-25%;margin-right:1rem;margin-left:1rem}html.light .engage-private-conversation-text-area .selected-media-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1rem;margin-right:1rem;padding-bottom:1rem}html.light .engage-private-conversation-text-area .selected-media-container .selected-media{max-width:100px;max-height:100px;position:relative}html.light .engage-private-conversation-text-area .selected-media-container .selected-media .image .image-container{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}html.light .engage-private-conversation-text-area .selected-media-container .selected-media .overlay{position:absolute;height:100%;width:100%;top:0}html.light .engage-private-conversation-text-area .selected-media-container .selected-media .overlay .overlay-options{display:none}html.light .engage-private-conversation-text-area .selected-media-container .selected-media .overlay .video-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .engage-private-conversation-text-area .selected-media-container .selected-media .overlay .video-overlay .play{border-style:solid;border-width:10px 0px 10px 20px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) hsla(0,0%,100%,.75)}html.light .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay{background-color:rgba(0,0,0,.5)}html.light .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay .overlay-options{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:.5rem;margin-right:.5rem;margin-top:.5rem}html.light .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay .video-overlay{display:none}html.light .engage-private-conversation-text-area .selected-media-container .selected-media:hover .overlay .icon--close{padding:.25rem;background-color:hsl(228,11.1111111111%,86.1764705882%);cursor:pointer}html.light .preview-content .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .preview-content .image .preview-modal-image-max{max-width:100%;max-height:100%;border-radius:.5rem}html.light .responding-disabled{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1.25rem;margin-left:1.25rem;margin-right:1.25rem;margin-bottom:1.25rem;border:1px solid rgb(221.5,222.84,228.2)}html.light .engage-network-icon{width:48px;height:48px}html.light .engage-network-icon .network-icon{font-size:2.25rem}html.light .engage-network-icon .activity-type{bottom:-2.5px;right:-2.5px;width:25px;height:25px;border-radius:50%;background-color:#fff;border:solid 1px #78839f;color:#78839f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .engage-network-icon .activity-type .activity-type-icon{font-size:1rem}html.light #PublishValidationInfo{line-height:1.2}html.light #PublishValidationInfo p{margin-top:.1em;margin-bottom:1em}html.light #PublishValidationInfo h5{font-size:1.2em;margin-bottom:0}html.light .label-dropdown__dropdown-default{padding:0 0.75em;border:0.0625rem solid #7d8c9b;background:#fff;height:32px;width:170px}html.light .label-dropdown__options{border:0.0625rem solid #7d8c9b;background:#fff;top:calc(100% + 1px);left:-13px;height:250px;min-width:170px;max-width:400px;overflow:scroll;overflow-x:hidden;position:relative;z-index:11101}html.light .label-dropdown__tooltip .rc-tooltip{padding:0;border:none}html.light .label-dropdown__tooltip .rc-tooltip-arrow{display:none}html.light .label-dropdown__tooltip .rc-tooltip-inner{background:none;max-width:none;padding:0;border:none;-webkit-box-shadow:0 0 #000;box-shadow:0 0 #000}html.light .label-dropdown--disabled{border:0.0625rem solid #f4f4f6;background:#fff;cursor:not-allowed}html.light .label-dropdown--disabled .label-dropdown__selected-text{color:#a0b6c5}html.light .label-dropdown--disabled .label-dropdown__selected-text--default{color:#888}html.light .label-manager .labels-container .icon--trash{margin-bottom:1px}html.light .label-manager .labels-container__unsorted-heading{margin-bottom:1.875em}html.light .label-manager__label--unselected{opacity:50%}html.light .label-creator__label-input{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .label-creator__label-input input{margin-bottom:.5rem}html.light .label-creator__color{border:none;border-radius:0.25rem}html.light .label-creator__color .dropdown__option{padding:0}html.light .label-creator__group-creator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}html.light .label-creator__group-creator input{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .label-creator__group-creator button{margin-left:.5rem}html.light .label-creator__group-input{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .label-creator__group-input input{color:#0f1828}html.light .label-creator__group-input input::-webkit-input-placeholder{color:#a6a7a7 !important}html.light .label-creator__group-input input::-moz-placeholder{color:#a6a7a7 !important}html.light .label-creator__group-input input::-ms-input-placeholder{color:#a6a7a7 !important}html.light .label-creator__group-input input::placeholder{color:#a6a7a7 !important}html.light .label-creator__buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .label-creator__buttons-container button{margin-left:.5rem}html.light .label-creator__buttons-container input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}html.light .label-group-creator input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}html.light .label-row__color-popup{border:none;border-radius:0.25rem;font-size:.9rem;line-height:.9rem;margin-right:.5rem}html.light .label-row__color-popup .dropdown{height:1.7rem;width:170px;line-height:1.7em}html.light .label-row__color-popup .dropdown__arrow{height:100%}html.light .label-row__color-popup .dropdown__container{height:100%}html.light .label-row__color-popup .dropdown__selected-text{height:100%}html.light .label-row__color-popup .dropdown__selected-text input{height:100%}html.light .label-row__color-popup .dropdown__option{padding:.2rem}html.light .label-row__name-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.9rem}html.light .label-row__name-input input{margin:0 .5rem 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:1.7rem}html.light .label-group-row__name-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.9rem}html.light .label-group-row__name-input input{margin:0 .5rem 0 0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:1.7rem}html.light .label-selector-panel__container{position:absolute;right:0;top:0;width:28.125em;max-width:100vw;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .label-selector-panel__search input[type=search]{background-color:#fff;margin:0.5em 0 0.5em 0}html.light .label-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.light .label-selector-panel__group{margin:1px 0 0 1px}html.light .label-selector-panel__group__header{background-color:#e6e7eb}html.light .label-selector-panel__group__header:focus{outline:1px dotted #1f505b}html.light .label-selector-panel__label .icon{display:none}html.light .label-selector-panel__label button:focus{border-radius:50px;padding:4px 4px 0 4px}html.light .label-selector-panel__label:hover .icon{display:inline}html.light .tag{color:#7d8c9b;background-color:#fff;border:1px solid #7d8c9b;border-radius:15px 0 0 15px;display:inline-block;padding:0 0 0 0.9375em;height:22px;line-height:22px;text-transform:uppercase;position:relative;margin-left:.5em}html.light .tag button{color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}html.light .tag__close{padding:0 0.25em;margin-left:0.5em;font-size:0.625rem}html.light .tag--fit{max-width:94%}html.light .tag--no-margin{margin-left:0}html.light .dropdown .tag:not(div[class$="--inverted"]){background-color:#fff}html.light .dropdown .tag:not(div[class$="--inverted"])::after{border-right-color:#fff}html.light .tag-list__item{background-color:#fff}html.light .tag-list__item .tag-edit-group-select{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .tag-list__item__action{opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}html.light .tag-list__item:hover .tag-list__item__action{opacity:1}html.light .tag-list__item input[type=text]{width:auto;margin:0}html.light .tag-editor__color{height:2.5em}html.light .tag-add{margin-left:-0.9em}html.light .tag-dropdown__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-height:250px;overflow:scroll;width:200px;overflow-x:hidden}html.light .tag-dropdown__options::-webkit-scrollbar{width:5px;height:5px;border-radius:5px}html.light .tag-dropdown__options::-webkit-scrollbar-button{width:0px;height:0px}html.light .tag-dropdown__options::-webkit-scrollbar-thumb{background:#888}html.light .tag-dropdown__option{line-height:1.8rem}html.light .tag-dropdown__group-checkbox{position:relative;left:1px;top:6px}html.light .tag-dropdown__search input{border-radius:0;border:1px solid #e6e7eb;background-color:#fff}html.light .selected-messenger{border-bottom:0.0625rem solid #e6e7eb}html.light .calendar-day{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-style:solid;border-color:#e6e7eb;border-width:0 0.0625rem 0.0625rem 0;min-height:calc((100vh - 50px - 3.75em - 5rem)/6)}html.light .calendar-day--tall{min-height:calc((100vh - 50px - 3.75em - 5rem)/2)}html.light .calendar-day__day-header{line-height:1;background-color:#e6e7eb}html.light .calendar-day.is-today .calendar-day__day-header{color:#fff;background-color:#1f505b}html.light .calendar-day.is-inactive .calendar-day__day-header{background-color:#f4f4f6;color:#888}html.light .calendar-day.is-selected:not(.is-today) .calendar-day__day-header{color:#1f505b}html.light .calendar-day__scheduled-posts-container{padding:1px;padding-top:2px}html.light .calendar-day .scheduled-posts-calendar__scheduled-post{padding:0.25em;margin-bottom:0.25em;overflow-x:hidden;padding:.25rem;margin-bottom:.25rem;border-radius:0.25rem;color:#888;border:0.0625rem solid #888}html.light .calendar-day .scheduled-posts-calendar__scheduled-post-text{line-height:1.3}html.light .calendar-day .day-view-popup__content{background-color:#fff;width:calc(100% + 20px);left:50%;-webkit-transform:translate(-50%, -3em);transform:translate(-50%, -3em)}html.light .calendar-day .day-view-popup__date{color:#000}html.light .calendar-day .day-view-popup__date.is-today{color:#1f505b}html.light .scheduled-posts-calendar{position:relative;width:100%}html.light .scheduled-posts-calendar__col{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:14.2857142857%}html.light .scheduled-posts-calendar__day-names{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-bottom:.25rem;position:sticky;background-color:#fff;top:-1.875rem}html.light .scheduled-posts-calendar__days-container{border-style:solid;border-color:#e6e7eb;border-width:0.0625rem 0 0 0.0625rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:calc(100% - 25px)}html.light .scheduled-post-detail,html.light .scheduled-post-detail--workflows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fafbfb;border:1px solid #e6e7eb;border-radius:0;position:relative;overflow:hidden}html.light .scheduled-post-detail__task-status--rejected{background:#ffb924;color:#fff}html.light .scheduled-post-detail__task-status--pending{background:#5ec2cc}html.light .scheduled-post-detail__top-bar{min-height:2rem}html.light .scheduled-post-detail__select{position:relative;top:0.5rem}html.light .scheduled-post-detail__grab-icon{color:#7d8c9b;cursor:-webkit-grab;cursor:grab}html.light .scheduled-post-detail__body{background:#fff;height:100%}html.light .scheduled-post-detail__networks{color:#7d8c9b;font-size:1.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .scheduled-post-detail__networks .icon--linkedin,html.light .scheduled-post-detail__networks .icon--pinterest{margin-right:-1px}html.light .scheduled-post-detail__networks .icon--instagram{margin-right:1px}html.light .scheduled-post-detail__networks .icon--facebook{margin-right:-2px;margin-left:-4px}html.light .scheduled-post-detail__networks .icon--smart-social{color:#fff;position:relative;z-index:1;font-size:1.36rem;padding:.1rem;margin:0 2px 2px 8px}html.light .scheduled-post-detail__networks .icon--smart-social::after{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;border-radius:50%;background:#ddc04c}html.light .scheduled-post-detail__title{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#7d8c9b}html.light .scheduled-post-detail__message{color:#0f1828;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:30;-webkit-box-orient:vertical}html.light .scheduled-post-detail__link-preview{border-radius:0.25rem;border:1px solid #fafbfb;overflow:hidden}html.light .scheduled-post-detail__link-preview--image{display:block}html.light .scheduled-post-detail__link-preview--image img{height:auto;display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:250px}html.light .scheduled-post-detail__link-preview--description{background:#fafbfb;padding:.5rem}html.light .scheduled-post-detail__link-preview--caption{color:#0f1828;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.light .scheduled-post-detail__link-preview--title{color:#1f505b}html.light .scheduled-post-detail__link-preview p{font-size:.9rem;line-height:1.1rem;margin:0}html.light .scheduled-post-detail__media-video{position:absolute;cursor:pointer}html.light .scheduled-post-detail__media-video--play-pause{background:rgba(0,0,0,.4666666667);left:0;right:0;top:0;bottom:0;position:absolute}html.light .scheduled-post-detail__media-video--play-pause::after{content:"";width:40px;height:20px;border-left:20px solid #0f1828;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.8;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-10px}html.light .scheduled-post-detail__media-video--mute{position:absolute;top:10px;right:10px;opacity:.8;z-index:1}html.light .scheduled-post-detail .video,html.light .scheduled-post-detail--workflows .video{color:blue}html.light .scheduled-post-detail .video::after,html.light .scheduled-post-detail--workflows .video::after{content:"";position:absolute;height:0;width:0;top:calc(50% - 20px);left:calc(50% - 18px);border-left:40px solid hsla(0,0%,100%,.8);border-top:20px solid rgba(0,0,0,0);border-bottom:20px solid rgba(0,0,0,0);border-right:40px solid rgba(0,0,0,0)}html.light .scheduled-post-detail--report-mode{margin:0;background:#e6e6e6;font-size:.6rem;z-index:1}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__body{background:#f6f5f5}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__networks{font-size:1rem}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__deleted-media{color:#000;font-size:.6rem}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__title{color:#000;font-size:.6rem}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__message{color:#000;font-size:.6rem}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__link-preview--caption{font-size:.6rem}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__link-preview--title{font-size:.6rem}html.light .scheduled-post-detail--report-mode .scheduled-post-detail__time{font-size:.6rem}html.light .scheduled-post-detail--workflows{margin-bottom:1em}html.light .scheduled-post-detail--workflows .scheduled-post-detail__body{border:none}html.light .previews .threads.background{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);border-radius:5px;padding:.75rem 1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;font-size:15px;color:#000;overflow:hidden}html.light .previews .threads.background .threads-container{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.5rem}html.light .previews .threads.background .threads-container:not(:first-child){padding-top:.5rem}html.light .previews .threads.background .threads-container:last-child{padding-bottom:0}html.light .previews .threads.background .threads-container .side-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .previews .threads.background .threads-container .side-container .avatar-container{padding-top:.25rem}html.light .previews .threads.background .threads-container .side-container .avatar-container .avatar{width:2.25rem;height:2.25rem;border-radius:50%}html.light .previews .threads.background .threads-container .side-container .reply-line{position:relative;width:2px;height:100%;background-color:#e5e5e5;border-radius:2px;top:.5rem}html.light .previews .threads.background .threads-container .content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-left:.75rem;min-width:0}html.light .previews .threads.background .threads-container .content-container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .previews .threads.background .threads-container .content-container .header .display-name{color:#000;font-weight:600}html.light .previews .threads.background .threads-container .content-container .header .display-name:hover{text-decoration:underline}html.light .previews .threads.background .threads-container .content-container .header .time-text{padding-left:.375rem;color:#999}html.light .previews .threads.background .threads-container .content-container .header .icon--more-vertical.rotate{color:#999;font-size:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.light .previews .threads.background .threads-container .content-container .message{margin-top:.188rem;white-space:pre-wrap}html.light .previews .threads.background .threads-container .content-container .message .link{color:#09f}html.light .previews .threads.background .threads-container .content-container .message .link:hover{text-decoration:underline}html.light .previews .threads.background .threads-container .content-container .link-preview-container{width:400px;border:.5px solid rgba(0,0,0,.4);border-radius:8px;overflow:hidden;margin-top:1rem}html.light .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-image{width:100%;height:155px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:center}html.light .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1rem .938rem}html.light .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-text .url{color:#999;font-weight:400;font-size:12px}html.light .previews .threads.background .threads-container .content-container .link-preview-container .link-preview-text .title{font-weight:400;font-size:15px;color:#000}html.light .previews .threads.background .threads-container .content-container .media-container{min-height:250px;max-height:430px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:.5rem;margin-left:-4.37rem;padding-left:4.37rem}html.light .previews .threads.background .threads-container .content-container .media-container.multi{max-height:275px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}html.light .previews .threads.background .threads-container .content-container .media-container.multi::-webkit-scrollbar{display:none}html.light .previews .threads.background .threads-container .content-container .media-container .media{border-radius:8px;border:1px solid rgba(0,0,0,.4);overflow:hidden;width:auto;min-width:30%;margin-left:.5rem;-ms-flex-negative:1;flex-shrink:1;max-width:60%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-o-object-fit:cover;object-fit:cover;height:100%}html.light .previews .threads.background .threads-container .content-container .media-container .media:first-child{margin-left:0}html.light .previews .threads.background .threads-container .content-container .media-container .media:first-child:nth-last-child(1){max-width:100%}html.light .previews .threads.background .threads-container .content-container .media-container .media:first-child:nth-last-child(n+3),html.light .previews .threads.background .threads-container .content-container .media-container .media:first-child:nth-last-child(n+3)~.media{-ms-flex-negative:0;flex-shrink:0;max-width:60%}html.light .previews .threads.background .threads-container .content-container .action-buttons{margin-top:.375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .previews .threads.background .threads-container .content-container .action-buttons .action-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:2.25rem;height:2.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .previews .threads.background .threads-container .content-container .action-buttons .action-button:first-child{margin-left:-0.5rem}html.light .previews .twitter.background{background-color:#fff;color:#000;font-family:"Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;font-weight:bold;line-height:16px;border-color:#eee #ddd #bbb;border-radius:5px;border-style:solid;border-width:1px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);min-width:250px;max-width:550px}html.light .previews .twitter.background .reply__container{border-top:1px solid;border-color:#eee #ddd #bbb}html.light .previews .twitter.background .tweet__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:12px 16px 0 16px}html.light .previews .twitter.background .tweet__container .avatar__container{margin:0 12px -10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .previews .twitter.background .tweet__container .avatar{color:inherit;font-weight:normal;text-decoration:none;outline:0 none;border-radius:50%}html.light .previews .twitter.background .tweet__container .line:after{content:"";position:absolute;top:0;bottom:0;left:50%;border-left:2px solid #cfd9de;-webkit-transform:translate(-50%);transform:translate(-50%)}html.light .previews .twitter.background .tweet__container .line{position:relative;text-align:center;height:100%;margin:5px 0 0 0}html.light .previews .twitter.background .tweet__container .content{width:100%}html.light .previews .twitter.background .tweet__container .content .reply__to{color:#5b7085;font-size:0.9375rem;font-weight:400}html.light .previews .twitter.background .tweet__container .content .reply__to .reply__user{color:#1b95e0}html.light .previews .twitter.background .tweet__container .content .reply__to .reply__user:hover{text-decoration:underline}html.light .previews .twitter.background .tweet__container .content .header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .previews .twitter.background .tweet__container .content .header .user{font-size:0.9375rem}html.light .previews .twitter.background .tweet__container .content .header .user .display__name{font-weight:700;color:#000}html.light .previews .twitter.background .tweet__container .content .header .user .display__name:hover{text-decoration:underline}html.light .previews .twitter.background .tweet__container .content .header .user .username{margin:0 0 0 4px;font-weight:400;color:#5b7085}html.light .previews .twitter.background .tweet__container .content .header .user .date{margin:0 0 0 4px;font-weight:400;color:#5b7085}html.light .previews .twitter.background .tweet__container .content .header .icon--more-vertical.rotate{color:#5b7085;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.light .previews .twitter.background .tweet__container .content .body{white-space:break-spaces;font-size:1rem;font-weight:normal;line-height:20px;margin:12px 0 0 0}html.light .previews .twitter.background .tweet__container .content .body.reply{font-size:0.9375rem;font-weight:400}html.light .previews .twitter.background .tweet__container .content .body .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:12px;min-height:275px;max-height:285px;border-color:#eee #ddd #bbb;border-radius:5px;border-style:solid;border-width:1px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);overflow:hidden}html.light .previews .twitter.background .tweet__container .content .body .media__container .media__image{background-size:cover;background-position:center;height:100%}html.light .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer{width:50%;position:relative}html.light .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer.full{width:100%}html.light .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer:nth-child(2){padding:0 0 0 2px}html.light .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer .half__container{height:50%}html.light .previews .twitter.background .tweet__container .content .body .media__container .media__subcontainer .half__container:nth-child(2){padding:2px 0 0 0}html.light .previews .twitter.background .tweet__container .content .body .media__image{background-size:cover;background-position:center;height:100%}html.light .previews .twitter.background .tweet__container .content .body .hashtag{color:#1b95e0}html.light .previews .twitter.background .tweet__container .content .body .hashtag:hover{text-decoration:underline}html.light .previews .twitter.background .tweet__container .content .body .link{color:#1b95e0}html.light .previews .twitter.background .tweet__container .content .body .link:hover{text-decoration:underline}html.light .previews .twitter.background .tweet__container .content .body .link__preview__container{display:-webkit-box;display:-ms-flexbox;display:flex;height:105px;overflow:hidden;border-color:#eee #ddd #bbb;border-radius:16px;border-style:solid;border-width:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:12px 0 0 0}html.light .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__image{height:100%;width:100%;-ms-flex-preferred-size:33%;flex-basis:33%;background-size:cover;background-position:center;border-right-width:1px;border-right-style:solid;border-color:#eee #ddd #bbb}html.light .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px;max-width:300px}html.light .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .title{color:#000}html.light .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .caption{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#5b7083;max-height:40px;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;font-size:0.9375rem}html.light .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .url{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#5b7083}html.light .previews .twitter.background .tweet__container .content .body .link__preview__container .link__preview__text .url .icon{margin:4px 4px 0 0;height:12px;fill:#5b7083}html.light .previews .twitter.background .tweet__container .content .body .action__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid;border-color:#eee #ddd #bbb;height:48px;margin:16px 0 0 0}html.light .previews .twitter.background .tweet__container .content .body .action__buttons .action__button{height:1.5em;fill:#5b7085}html.light .previews .twitter.background .tweet__container .content .body .reply__action__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;margin:12px 0 0 0;padding:0 0 12px 0}html.light .previews .twitter.background .tweet__container .content .body .reply__action__buttons .action__button{height:1.25em;fill:#5b7085}html.light .previews .facebook.background{background-color:#fff;color:#000;border-radius:5px}html.light .previews .facebook.background .post__container{padding:0 0 16px 0;font-size:.9375rem}html.light .previews .facebook.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:12px 12px 0 12px;margin:0 0 12px 0}html.light .previews .facebook.background .post__container .header .avatar{color:inherit;font-weight:normal;text-decoration:none;outline:0 none;border-radius:50%;margin:0 12px 0 0}html.light .previews .facebook.background .post__container .header .user__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}html.light .previews .facebook.background .post__container .header .user__container .username{color:#000;font-weight:600}html.light .previews .facebook.background .post__container .header .user__container .username:hover{text-decoration:underline}html.light .previews .facebook.background .post__container .header .user__container .publish__date{font-size:14px;color:#65676b}html.light .previews .facebook.background .post__container .header .icon--more-vertical.rotate{color:#606770;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.light .previews .facebook.background .post__container .body{margin:0 16px 16px 16px;white-space:pre-wrap;word-break:break-word}html.light .previews .facebook.background .post__container .body .hashtag{color:#1876f2}html.light .previews .facebook.background .post__container .body .hashtag:hover{text-decoration:underline}html.light .previews .facebook.background .post__container .body .link{color:#216fdb}html.light .previews .facebook.background .post__container .body .link:hover{text-decoration:underline}html.light .previews .facebook.background .post__container .link__preview__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 2 auto;flex:0 2 auto;width:100%;height:340px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .previews .facebook.background .post__container .link__preview__container .link__preview__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-position:center}html.light .previews .facebook.background .post__container .link__preview__container .link__preview__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px 16px 12px 16px;height:auto;background-color:#f0f2f5;color:#1c1e21;line-height:1.33333}html.light .previews .facebook.background .post__container .link__preview__container .link__preview__text .url{color:#1c1e21;font-size:.7rem}html.light .previews .facebook.background .post__container .link__preview__container .link__preview__text .title{font-size:.89rem;font-weight:600}html.light .previews .facebook.background .post__container .link__preview__container .link__preview__text .caption{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.light .previews .facebook.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:500px}html.light .previews .facebook.background .post__container .media__container .media__subcontainer{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html.light .previews .facebook.background .post__container .media__container .media__subcontainer.half{width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .previews .facebook.background .post__container .media__container .media__subcontainer.half:last-child{padding:0 0 0 2px}html.light .previews .facebook.background .post__container .media__container .media__subcontainer.two--third{width:66%}html.light .previews .facebook.background .post__container .media__container .media__subcontainer.one--third{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:34%;padding:0 0 0 2px}html.light .previews .facebook.background .post__container .media__container .media__subcontainer .media__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-position:center}html.light .previews .facebook.background .post__container .media__container .media__subcontainer .media__image:not(:last-child){margin:0 0 2px 0;padding:0 0 2px 0}html.light .previews .facebook.background .post__container .media__container .media__subcontainer .media__image .video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;border:2px solid #fff;background-color:rgba(0,0,0,.5);height:72px;width:72px;padding:0 0 0 5px}html.light .previews .facebook.background .post__container .media__container .media__subcontainer .media__image .video .play{border-style:solid;border-width:20px 0px 20px 40px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}html.light .previews .facebook.background .post__container .media__container .media__subcontainer .media__overflow{background-color:rgba(0,0,0,.5);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:36px;font-weight:600}html.light .previews .instagram.background{background-color:#fafafa;color:#000;border-radius:2px;border:.5px solid silver}html.light .previews .instagram.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:.5px solid #e9e9e9}html.light .previews .instagram.background .post__container .header .avatar{height:32px;width:32px;border-radius:50%}html.light .previews .instagram.background .post__container .header .username{margin:0 0 0 14px;color:#262626;font-weight:600}html.light .previews .instagram.background .post__container .header .username:hover{text-decoration:underline}html.light .previews .instagram.background .post__container .header .icon--more-vertical.rotate{color:#262626;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.light .previews .instagram.background .post__container .actions{margin:12px 0 0 0;padding:0 8px}html.light .previews .instagram.background .post__container .actions .action__button{padding:8px}html.light .previews .instagram.background .post__container .actions .action__button.save{padding-top:0}html.light .previews .instagram.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:100%;height:auto;background:#fff}html.light .previews .instagram.background .post__container .media__container .media__subcontainer{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html.light .previews .instagram.background .post__container .media__container .media__subcontainer .media__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-position:center}html.light .previews .instagram.background .post__container .media__container .media__subcontainer .media__image:not(:last-child){margin:0 0 2px 0;padding:0 0 2px 0}html.light .previews .instagram.background .post__container .media__container .media__subcontainer .media__image .video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;border:2px solid #fff;background-color:rgba(0,0,0,.5);height:72px;width:72px;padding:0 0 0 5px}html.light .previews .instagram.background .post__container .media__container .media__subcontainer .media__image .video .play{border-style:solid;border-width:20px 0px 20px 40px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}html.light .previews .instagram.background .post__container .media__container .media__image{display:block;max-width:100%;max-height:642px;width:auto;height:auto}html.light .previews .instagram.background .post__container .body{padding:16px}html.light .previews .instagram.background .post__container .body .username{color:#262626;font-weight:600}html.light .previews .instagram.background .post__container .body .username:hover{text-decoration:underline}html.light .previews .instagram.background .post__container .body .message{margin:0 0 0 8px}html.light .previews .instagram.background .post__container .body .message .hashtag{color:#00376b}html.light .previews .instagram.background .post__container .body .view__comments{display:block}html.light .previews .instagram.background .post__container .body .date{display:block;color:#8e8e8e;font-size:0.625rem}html.light .previews .instagram.background .post__container .reply__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 16px 16px 16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .previews .instagram.background .post__container .reply__container .avatar{padding:4px 0 0 0;height:32px;width:32px;border-radius:50%}html.light .previews .instagram.background .post__container .reply__container .comment__body{margin:0 0 0 8px}html.light .previews .instagram.background .post__container .reply__container .comment__body .username{color:#262626;font-weight:600}html.light .previews .instagram.background .post__container .reply__container .comment__body .username:hover{text-decoration:underline}html.light .previews .instagram.background .post__container .reply__container .comment__body .comment{padding:0 0 0 8px}html.light .previews .instagram.background .post__container .reply__container .comment__body .comment .hashtag{color:#00376b}html.light .previews .instagram.background .post__container .reply__container .comment__body .comment__footer{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .previews .instagram.background .post__container .reply__container .comment__body .comment__footer .date{display:block;color:#8e8e8e;font-size:0.625rem}html.light .previews .instagram.background .post__container .reply__container .comment__body .comment__footer .action__reply{display:block;color:#8e8e8e;font-size:0.625rem;padding:0 0 0 8px}html.light .previews .instagram.background .post__container .reply__container .action__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 10px 0}html.light .previews .instagram.background .post__container .reply__container .action__button .like{height:1em}html.light .previews .linkedin.background{background-color:#fff;color:#000;border-radius:5px}html.light .previews .linkedin.background .post__container{padding:0 0 16px 0}html.light .previews .linkedin.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 0 0 16px}html.light .previews .linkedin.background .post__container .header .avatar{border-radius:50%}html.light .previews .linkedin.background .post__container .header .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 0 8px}html.light .previews .linkedin.background .post__container .header .user .username{color:#000;font-size:14px;font-weight:600}html.light .previews .linkedin.background .post__container .header .user .username:hover{color:#0a66c2;text-decoration:underline}html.light .previews .linkedin.background .post__container .header .user .description{font-size:0.8125rem;font-weight:200}html.light .previews .linkedin.background .post__container .header .user .date{font-size:0.8125rem;font-weight:200}html.light .previews .linkedin.background .post__container .message{margin:0 16px 0 16px;white-space:pre-wrap;word-break:break-word}html.light .previews .linkedin.background .post__container .message .hashtag{color:#0a66c2}html.light .previews .linkedin.background .post__container .message .hashtag:hover{text-decoration:underline}html.light .previews .linkedin.background .post__container .message .link{color:#0a66c2}html.light .previews .linkedin.background .post__container .message .link:hover{text-decoration:underline}html.light .previews .linkedin.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html.light .previews .linkedin.background .post__container .media__container .media__image{background-size:cover;background-position:center;width:100%}html.light .previews .linkedin.background .post__container .link__preview__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 2 auto;flex:0 2 auto;width:100%;min-height:325px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .previews .linkedin.background .post__container .link__preview__container .link__preview__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:280px;background-size:cover;background-position:center}html.light .previews .linkedin.background .post__container .link__preview__container .link__preview__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 12px;min-height:40px;background-color:#f0f2f5;color:#1c1e21;line-height:1.33333;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .previews .linkedin.background .post__container .link__preview__container .link__preview__text .title{font-size:1rem;font-weight:600;line-height:20px}html.light .previews .linkedin.background .post__container .link__preview__container .link__preview__text .url{font-size:.9rem;font-weight:400}html.light .previews .gmb.background{background-color:#fff;color:#222;border-radius:8px;max-width:325px}html.light .previews .gmb.background .post__container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 16px;padding:16px 16px 0 0}html.light .previews .gmb.background .post__container .header .avatar{border-radius:50%;height:40px;width:40px}html.light .previews .gmb.background .post__container .header .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 0 16px}html.light .previews .gmb.background .post__container .header .user .username{font-size:14px;font-weight:400}html.light .previews .gmb.background .post__container .header .user .date{font-size:0.8125rem;font-weight:400;color:rgba(0,0,0,.5411764706)}html.light .previews .gmb.background .post__container .media__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:10px 0 0 0}html.light .previews .gmb.background .post__container .media__container .media__image{background-size:cover;background-position:center;width:100%}html.light .previews .gmb.background .body{padding:16px}html.light .previews .gmb.background .body .title{font-size:24px}html.light .previews .gmb.background .body .date{margin:0 0 12px 0;font-size:14px;font-weight:normal}html.light .previews .gmb.background .body .message{font-size:14px;color:#222}html.light .previews .gmb.background .body .message.light{color:rgba(0,0,0,.5411764706)}html.light .previews .gmb.background .body .message a,html.light .previews .gmb.background .body .message a.hover{color:#3ea6ff}html.light .previews .gmb.background .offer .coupon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fafafa;border:2px dashed #eee;border-radius:6px;padding:16px;margin:0 16px 16px 16px}html.light .previews .gmb.background .offer .coupon .show{color:#616161;font-size:14px;letter-spacing:.06px;margin-bottom:5px}html.light .previews .gmb.background .offer .coupon .code{color:#000;font-family:Roboto-Medium,HelveticaNeue-Medium,HelveticaNeue,sans-serif-medium,Arial,sans-serif;font-size:24px;letter-spacing:.12px}html.light .previews .gmb.background .offer .coupon .date{color:rgba(0,0,0,.8705882353);font-size:11px;font-weight:600;margin-top:4px}html.light .previews .gmb.background .offer .redeem{color:#1a0dab;padding:0 0 0 16px}html.light .previews .gmb.background .offer .terms{padding:12px 16px 0 16px;border-top:1px solid #eee}html.light .previews .gmb.background .offer .terms .terms__text{max-height:42px;color:#bdbdbd;font-size:11px;line-height:14px;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word}html.light .previews .gmb.background .action__buttons{min-height:40px;margin:0 0 0 16px;padding:0 16px 16px 0}html.light .previews .gmb.background .action__buttons .action__button{cursor:pointer;color:#1a0dab}html.light .previews .youtube{background:#fff;color:#000;padding:1rem}html.light .previews .youtube .video-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:1.25rem;line-height:1.75rem;font-weight:600;margin:.7rem 0}html.light .previews .youtube .caption-container{font-family:"Roboto","Arial",sans-serif;font-size:.9rem;line-height:1.25rem;margin:0;overflow:hidden}html.light .previews .youtube .caption-line-limit{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;position:relative}html.light .previews .youtube .caption-line-limit .caption-expander{position:absolute;right:0;bottom:0;background:#fff;padding-left:.4rem;color:#000;cursor:pointer}html.light .previews .youtube .date{font-weight:700;padding-right:.7rem}html.light .previews .youtube .caption{color:#606060;white-space:pre-wrap}html.light .previews .youtube .caption a,html.light .previews .youtube .caption a:hover{color:#3ea6ff}html.light .previews .youtube .actions{margin-top:.5rem}html.light .previews .youtube .youtube-action-icon{max-height:1.5rem;max-width:1.5rem;display:inline-block;vertical-align:middle}html.light .previews .youtube .video-placeholder{height:273px;background:#272727;color:#fff}html.light .previews .youtube .youtube-player video{max-height:400px;width:100%;display:block;margin:0 auto;background:#000;pointer-events:none}html.light .previews .youtube .youtube-player__overlay,html.light .previews .youtube .youtube-player__overlay--hidden{height:100%;width:100%;background-image:-webkit-gradient(linear, left bottom, left top, from(black), to(transparent));background-image:linear-gradient(0deg, black, transparent);position:absolute;-webkit-transition:.5s;transition:.5s}html.light .previews .youtube .youtube-player__overlay--hidden{opacity:0}html.light .previews .youtube .youtube-player__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;width:calc(100% - 1rem);margin:.5rem auto}html.light .previews .youtube .youtube-player__controls button{height:100%}html.light .previews .youtube .youtube-player .youtube-player__progress-bar-container{width:calc(100% - 2rem);position:relative;top:20px;z-index:1}html.light .previews .youtube .youtube-player .youtube-player__progress-input{width:100%;-webkit-appearance:none;margin:0;padding:0}html.light .previews .youtube .youtube-player .youtube-player__progress-fill{height:4px;background:red;min-width:.5rem;max-width:calc(100% - .5rem);position:absolute;bottom:22px;pointer-events:none}html.light .previews .youtube .youtube-player .youtube-player__progress-input:focus{outline:none}html.light .previews .youtube .youtube-player .youtube-player__progress-input::-webkit-slider-runnable-track{height:3px;cursor:pointer;background:#fff;border:1px solid #fff}html.light .previews .youtube .youtube-player .youtube-player__progress-input::-webkit-slider-thumb{border:0px solid #000;height:13px;width:13px;border-radius:50%;background:red;cursor:pointer;-webkit-appearance:none;margin-top:-6px;position:relative}html.light .previews .youtube .youtube-player .youtube-player__progress-input:focus::-webkit-slider-runnable-track{background:#fff}html.light .previews .youtube .youtube-player .youtube-player__progress-input::-moz-range-track{height:3px;cursor:pointer;background:#fff;border:1px solid #fff}html.light .previews .youtube .youtube-player .youtube-player__progress-input::-moz-range-thumb{border:0px solid #000;height:13px;width:13px;border-radius:50%;background:red;cursor:pointer}html.light .previews .youtube .youtube-player .transport{text-overflow:clip;white-space:nowrap}html.light .previews .youtube .youtube-player .time-text{font-family:"YouTube Noto",Roboto,Arial,Helvetica,sans-serif;color:#ddd;font-size:109%}html.light .segment-selector-panel__container{position:absolute;right:0;top:0;width:56.25em;max-width:100vw;background:#fff;border:0.0625rem solid #e6e7eb;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);box-shadow:0px 4px 40px 0px rgba(0,0,0,.6);outline:none;z-index:1050}html.light .segment-selector-panel__search input[type=search]{background-color:#fff;margin:0.5em 0 0.5em 0}html.light .segment-selector-panel__scroll-container-left{max-height:calc(100vh - (3.75em + 50px + 170px));overflow-y:scroll}html.light .segment-selector-panel__scroll-container-right{max-height:calc(100vh - (3.75em + 50px + 74px));overflow-y:scroll}html.light .segment-selector-panel__group{margin:1px 0 0 1px}html.light .segment-selector-panel__group__header{background-color:#e6e7eb}html.light .segment-selector-panel__group__header:focus{outline:1px dotted #1f505b}html.light .segment-selector-panel__segment .icon{display:none}html.light .segment-selector-panel__segment:hover .icon{display:inline}html.light .segment-selector-panel__rule-container{background-color:#e6e7eb}html.light .audit-logs table tr td{vertical-align:top}html.light .audit-logs .monitor-audit-log .monitor-rule-group{border-left:1px solid #e6e7eb}html.light .account_last_login__table__row:hover{background-color:rgba(230,231,235,.2)}html.light .account_last_login__account-img{width:24px;height:24px;text-align:center;line-height:24px;background:#1f505b;border-radius:0.25rem;color:#fff;font-size:1.25rem;font-weight:500}html.light .rss-watchlist{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .rss-watchlist>div{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;overflow:hidden;text-overflow:ellipsis}html.light .rss-watchlist>div:first-child{margin-right:10px}html.light .rss-watchlist>div:first-child textarea{height:500px}html.light .rss-watchlist>div:last-child{margin-left:10px}html.light .rss-watchlist__result{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5em;border-bottom:1px solid #7d8c9b}html.light .rss-watchlist__result:first-child{border-top:1px solid #7d8c9b}html.light .rss-watchlist__result__url{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html.light .rss-watchlist__result__status{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;white-space:nowrap}html.light .rss-watchlist__result__status .success{color:#5dc09c}html.light .rss-watchlist__result__status .duplicate{color:#ffb924}html.light .rss-watchlist__result__status .error{color:#db4a2b}html.light .integration-matching-container{height:calc(100% - 170px);overflow-y:auto}html.light .integration-matching-container .location-name{font-weight:normal;color:#1f505b}html.light .integration-matching-container .location-address{font-size:0.8125rem}html.light .integration-matching-container .dropdown .dropdown__option{font-weight:normal}html.light .integration-matching-container .dropdown.dropdown--searchable.duplicated-selection .dropdown__container .dropdown__selected-text{color:#ffb924}html.light .integration-matching-container button+button{margin-left:0}html.light .integration-matching-container .view-on-network-button{position:absolute;right:1rem}html.light .integration-matching-container .background-warning{background-color:#ffb924;color:#fff}html.light .EngageIntegrationsTable button:disabled{cursor:not-allowed;pointer-events:all !important}html.light .user-avatar-form__row{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .user-avatar-form__row__cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .user-avatar-form__row__cell:first-child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:2em}@media(min-width: 80rem){html.light .monitor-header-analyze{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;border-top:none;position:fixed;top:calc(50px + 3.75em);left:0;right:0;margin:0 3.75em;z-index:1;background-color:rgba(244,244,246,.85)}}html.light .monitor-header-analyze .breadcrumb{background-color:#fff;min-width:0}html.light .monitor-header-analyze .breadcrumb__name{max-width:200px}html.light .monitor-header-analyze .breadcrumb .icon--close{-webkit-box-flex:0;-ms-flex:none;flex:none}html.light .monitor-header-analyze__actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-left:1px solid #caced2}html.light .monitor-header-analyze__crumbs{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding-left:250px}html.light .social-monitor-overview-stats{margin-bottom:30px}@media(max-width: 32rem){html.light .social-monitor-overview-stats{margin-bottom:0;padding:0}}html.light .social-monitor-overview-stats__mini-stats{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:1em}html.light .social-monitor-overview-stats__mini-stats .stat--large{font-size:1.125rem;line-height:1.2}html.light .social-monitor-overview-stats__mini-stats .stat-label{font-size:0.6875rem;margin-bottom:0.5em}@media(min-width: 48rem){html.light .social-monitor-overview-stats__mini-stats .stat--large{font-size:1.375rem}html.light .social-monitor-overview-stats__mini-stats .stat-label{font-size:0.8125rem}}@media(min-width: 80rem){html.light .social-monitor-overview-stats__mini-stats{margin-top:0.375em;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html.light .social-monitor-overview-stats__mini-stats .stat-label{margin-bottom:0}html.light .social-monitor-overview-stats__mini-stats .stat--large{font-size:1.875rem}}html.light .social-monitor-overview-stats .arrow{font-size:1rem}html.light .social-monitor-overview-stats__stat:not(:last-child){padding-right:30px}html.light .social-monitor-overview-stats__stat .stat-label{white-space:nowrap}html.light .stat--xlarge{font-size:2.625rem;line-height:2.625rem;letter-spacing:-0.15px}html.light .stat--trend{padding:0 20px;font-weight:300;font-size:1.375rem;letter-spacing:-0.15px;line-height:1.375rem}html.light .collection-monitors{height:auto}@media(max-width: 32rem){html.light .collection-monitors .collection-monitors-header-text{font-size:1em}}html.light .collection-monitors .collection-monitors-toolbox{width:100%}html.light .collection-monitors .collection-monitor-list{height:calc(100vh - 50px - 3.75em - 97px);overflow-y:auto;padding-right:10px}html.light .collection-monitors .collection-monitor-list .scroll-more{height:130px}html.light .monitor-list-container .qualifier{font-weight:bold;font-size:0.8125rem}html.light .monitor-list-container .icon{cursor:pointer;outline:none;color:#7d8c9b}html.light .monitor-status{min-width:10px;min-height:10px}html.light .monitor-status--positive{background:#5dc09c}html.light .monitor-status--negative{background:#db4a2b}html.light .monitor-row{font-size:1rem;width:100%;padding:10px 20px 10px 15px;background-color:#f4f4f6;position:relative}html.light .monitor-row .mention-count-parent-container{width:20%}@media(max-width: 32rem){html.light .monitor-row .mention-count-parent-container{width:150px}}html.light .monitor-row .mention-count-parent-container .mention-count-container{margin-left:1em;margin-right:1em}html.light .monitor-row .mention-count-parent-container .mention-count-container .mention-count{min-width:44px;text-align:right;display:inline-block}html.light .monitor-row .monitor-row-percentage{min-width:33px;display:inline-block}html.light .monitor-row--template{background-color:rgba(93,192,156,.1)}html.light .monitor-row--clone{background-color:rgba(31,80,91,.1)}html.light .monitor-row--deleting{background:linear-gradient(115deg, #FFFFFF, #f4f4f6 35%, #db4a2b 50%, #f4f4f6 65%, #FFFFFF);background-size:200%;-webkit-animation:scrolling-gradient-deleting 5s linear infinite;animation:scrolling-gradient-deleting 5s linear infinite}html.light .monitor-row-checkbox{margin-top:0.875em}html.light .monitor-row:hover{background-color:#e6e7eb}@keyframes scrolling-gradient-deleting{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}html.light .swimlane{margin-bottom:1rem;padding:0 .5rem;position:relative}html.light .swimlane__container{width:325px;height:100%;-webkit-transition:width .5s ease-in-out;transition:width .5s ease-in-out}html.light .swimlane__container.show-rules{width:650px}html.light .swimlane__container__heading{height:2em}html.light .swimlane__container .swimlane__dropzone{background:rgba(31,80,91,.3);border:0.0625rem dashed #1f505b;height:calc(100% - 2em);position:absolute;left:0;top:2em;width:100%;z-index:1050}html.light .swimlane__container .swimlane__dropzone-warning{background:rgba(255,185,36,.3);border:0.0625rem dashed #ffb924}html.light .swimlane__container .swimlane__dropzone-warning__text{background:rgba(255,185,36,.6)}html.light .swimlane__container .swimlane__dropzone-restricted{background:rgba(219,74,43,.3);border:0.0625rem dashed #db4a2b}html.light .swimlane__container .swimlane__dropzone-restricted__text{color:#fff;background:rgba(219,74,43,.6)}html.light .swimlane .swimlane__panel-body{overflow:auto}html.light .swimlane .swimlane__panel-body::-webkit-scrollbar{display:none}html.light .swimlane .swimlane__panel-body::-webkit-scrollbar-thumb{display:none}html.light .swimlane .swimlane__panel-body::-webkit-scrollbar-track{display:none}html.light .swimlane__zero-state{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .account-features-form table tbody tr td{border:0}html.light .account-features-form .blank_cell{padding:0 !important;margin:0 !important;height:0.625em !important}html.light .notification-trigger-parameter{-webkit-transition:color 300ms ease;transition:color 300ms ease}html.light .notification-trigger-parameter__mention-type{-webkit-transition:color 300ms ease;transition:color 300ms ease}html.light .notification-trigger-parameter__dropdown{width:7em;display:inline-block;vertical-align:middle}html.light .notification-trigger-parameter__dropdown--wide{width:12em}html.light .notification-trigger-parameter__recipient__delete{opacity:0;-webkit-transition:opacity 100ms ease;transition:opacity 100ms ease}html.light .notification-trigger-parameter__recipient:hover .notification-trigger-parameter__recipient__delete{opacity:1}html.light input.notification-trigger-parameter__input{width:5em;margin:0 .5em 0 0}html.light input.notification-trigger-parameter__input--wide{width:10em}html.light input.notification-trigger-parameter__input--full{width:100%}html.light .social-monitor-form{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .social-monitor-form__content-area{padding:20px 30px 100px 60px;background-image:linear-gradient(to bottom, none 0px, #FFFFFF 65%)}html.light .social-monitor-form form{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}html.light .social-monitor-form .input__header{max-width:40%}html.light .social-monitor-form p{color:#78839f}html.light .social-monitor-form .category{margin-bottom:25px}html.light .social-monitor-form__checkbox-group{padding:0.625em 0}html.light .social-monitor-form__checkbox-group .checkbox{padding:0.3125em 0}html.light .social-monitor-form__checkbox-group .checkbox label{word-break:break-word}html.light .social-monitor-form__checkbox-group .checkbox label:before{border-radius:50%}html.light .social-monitor-form__checkbox-group .checkbox label:after{border-radius:50%}html.light .social-monitor-form__checkbox-group .checkboxes-input__zero-state{color:#78839f;padding:5px 10px}html.light .social-monitor-form__checkbox-all{width:100%;padding-left:.9rem}html.light .social-monitor-form__footer{position:absolute;left:0;bottom:0;padding:20px 50px;width:100%;border-top:1px solid #7d8c9b;background-color:#fff;-webkit-box-shadow:0 -3px 0 #000;box-shadow:0 -3px 0 #000;z-index:1}html.light .social-monitor-form .read-edit-rows{margin-bottom:20px}html.light .social-monitor-form .read-edit-rows .add-more{margin-top:20px}html.light .social-monitor-form .read-edit-rows .read-edit-row__draggable:first-child .read-edit-row.is-reading.or-connector:before{display:none}html.light .social-monitor-form .read-edit-row{border:1px solid #e6e7eb;border-top:none;position:relative;-webkit-transition:border-color 100ms ease;transition:border-color 100ms ease}html.light .social-monitor-form .read-edit-row:hover{background-color:#f4f4f6;border-color:#7d8c9b;cursor:pointer}html.light .social-monitor-form .read-edit-row:hover i{color:#7d8c9b}html.light .social-monitor-form .read-edit-row.is-reading:first-child{border-top:1px solid #e6e7eb;margin-top:0}html.light .social-monitor-form .read-edit-row.is-reading:first-child .connector-dropdown{display:none}html.light .social-monitor-form .read-edit-row.is-reading:first-child span.connector{display:none}html.light .social-monitor-form .read-edit-row.is-reading:first-child .dropdown:first-child{display:none}html.light .social-monitor-form .read-edit-row.is-reading:first-child.or-connector,html.light .social-monitor-form .read-edit-row.is-reading:only-child.or-connector{margin-top:25px;border-top:1px solid #e6e7eb}html.light .social-monitor-form .read-edit-row.is-reading:first-child.or-connector:before,html.light .social-monitor-form .read-edit-row.is-reading:only-child.or-connector:before{color:#888;content:"OR";display:block;font-size:13px;left:5px;position:absolute;top:-23px}html.light .social-monitor-form .read-edit-row.is-editing{background-color:rgba(0,0,0,0);cursor:default}html.light .social-monitor-form .read-edit-row.is-editing .dropdown{display:inline-block;margin-bottom:10px;margin-right:10px}html.light .social-monitor-form .read-edit-row.is-editing input[type=text],html.light .social-monitor-form .read-edit-row.is-editing input[type=textarea]{margin-bottom:10px;background:#fff}html.light .social-monitor-form .read-edit-row.is-editing .hidden{display:none}html.light .social-monitor-form .read-edit-row.is-editing:first-child{border-top:1px solid #e6e7eb;-webkit-transition:border-color 100ms ease;transition:border-color 100ms ease}html.light .social-monitor-form .read-edit-row.is-editing:first-child:hover{border-color:#7d8c9b}html.light .social-monitor-form .read-edit-row.is-editing:first-child .connector-dropdown{display:none}html.light .social-monitor-form .sentence .object-phrase{text-transform:capitalize}html.light .social-monitor-form .read-view-content{padding:5px}html.light .social-monitor-form .read-view-content i,html.light .social-monitor-form .read-view-content .edit-icon{position:absolute;right:25px;top:5px;color:#e6e7eb}html.light .social-monitor-form .read-view-content .connector-square{position:absolute;border:1px solid #7d8c9b;background-color:rgba(0,0,0,0);width:6px;height:6px;top:16px;left:7px}html.light .social-monitor-form .read-view-content .values{margin:0;overflow:auto;white-space:nowrap}html.light .social-monitor-form .read-view-content .strong{font-weight:bold}html.light .social-monitor-form .read-view-content .sentence{line-height:2em;white-space:nowrap}html.light .social-monitor-form .read-view-content .read-view div{display:inline-block}html.light .social-monitor-form .read-view-content .boxed-keyword{border:1px solid #7d8c9b;display:inline-block;margin-left:5px;padding:5px 10px;white-space:nowrap}html.light .social-monitor-form .read-view-content .superscript{font-size:.8em;margin-left:10px}html.light .social-monitor-form .read-view-content input:focus{-webkit-box-shadow:none;box-shadow:none}html.light .social-monitor-form .edit-view-content{padding:10px 15px 45px;position:relative}html.light .social-monitor-form .edit-view-content .buttons{bottom:10px;right:15px;position:absolute}html.light .social-monitor-form .profile-field-input-box{width:100%}html.light .social-monitor-form__checkbox-group.row{margin:0}html.light .social-monitor-form__checkbox-group .monitor-pause-setting-input{width:8em;margin:0 .7em;display:inline-block}html.light .social-monitor-form__messenger-dropdown input{height:2.3em}html.light .activity-reply-modal form{margin-top:15px}html.light .activity-reply-modal form textarea{height:6em;margin-bottom:5px}html.light .add-media-modal__drop-zone{height:240px;width:100%;border-radius:.25em;background:#fff;position:relative}html.light .add-media-modal__drop-zone__loader{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.6)}html.light .add-media-modal__drop-zone__brick{position:relative;height:200px;width:150px;border-radius:.25em;background:rgba(0,0,0,.6);overflow:hidden}html.light .add-media-modal__drop-zone__brick:hover .add-media-modal__drop-zone__brick-remove-button{opacity:1}html.light .add-media-modal__drop-zone__brick-remove-button{position:absolute;z-index:1;top:0;right:0;padding:.5rem .5rem .25rem;background-color:rgba(0,0,0,.7);opacity:0;-webkit-transition:300ms;transition:300ms;color:#fff}html.light .add-media-modal__drop-zone__brick-remove-button:hover{color:#fff;background:rgba(0,0,0,.6)}html.light .add-media-modal__drop-zone__empty-state{height:100%;width:100%;color:#888}html.light .add-media-modal__drop-zone__empty-state i{font-size:2.6rem;margin-bottom:.5em}html.light .add-media-modal__drop-zone__empty-state:focus{outline:none}html.light .add-media-modal__drop-zone span{color:#888;white-space:nowrap}html.light .add-media-modal__progress-bar{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}html.light .add-widget-to-dahsboard-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 80px);overflow-y:hidden}html.light .add-widget-to-dahsboard-modal__dashboard-list{overflow-y:auto}html.light .add-widget-to-dahsboard-modal__dashboard-list__row{background-color:#fff}html.light .add-widget-to-dahsboard-modal__dashboard-list__row:hover{background-color:#e6e7eb}html.light .album-settings-modal .location-selector{width:100%}html.light .album-settings-modal .location-selector__button{padding-left:0}html.light .album-settings-modal .location-selector-panel{border:none;-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;margin:0}html.light .alert-modal .volume-type-dropdown{min-width:475px}html.light .alert-modal .volume-value-input{width:5em;margin:0 .2em 0 .5em}html.light .alert-modal h1{-ms-flex-negative:0;flex-shrink:0}html.light .alert-modal .input--title{margin:0 10px 0 10px}html.light .bulk-location-import-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%;overflow:hidden;width:85%}html.light .bulk-location-import-modal .file-import-tile{width:200px;background-color:#7d8c9b}html.light .bulk-location-import-modal__review-step{height:auto;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .bulk-location-import-modal__import-row{background-color:#e6e7eb}html.light .bulk-location-import-modal__import-row span:nth-of-type(1){-webkit-box-flex:0;-ms-flex:0 0 175px;flex:0 0 175px}html.light .bulk-location-import-modal__import-row span:nth-of-type(2){-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}html.light .bulk-location-import-modal__import-row span:nth-of-type(3){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}html.light .bulk-location-import-modal__import-row span:nth-of-type(4){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}html.light .bulk-location-import-modal__import-row span:nth-of-type(5){-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;text-align:center}html.light .bulk-location-import-modal__import-row span:nth-of-type(6){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;text-align:center}html.light .bulk-location-import-modal__import-row span:nth-of-type(7){-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.light .bulk-location-import-modal__import-row span:nth-of-type(8){-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px}html.light .bulk-location-import-modal__import-row span:nth-of-type(9){-webkit-box-flex:0;-ms-flex:0 0 130px;flex:0 0 130px}html.light .bulk-location-import-modal__import-row span:nth-of-type(10){-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}html.light .bulk-location-import-modal .background-warning{background-color:#ffb924;color:#fff}html.light .bulk-location-import-modal .background-error{background-color:#db4a2b;color:#0f1828}html.light .campaign-modal .date-range-selector-input{background-color:#fff;margin-bottom:1rem;border-radius:0.25rem}html.light .campaign-modal .date-range-selector-input button{width:100%;padding-left:0.75em;padding-right:0.75em}html.light .campaign-modal .date-range-selector{border:0.0625rem solid #7d8c9b;border-radius:0.25rem;background:#fff;width:100%;left:0;z-index:1}html.light .campaign-subscription-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 80px);width:calc(100vw - 100px);overflow-y:hidden}html.light .campaign-subscription-modal .modal__content .campaign-subscription-modal__content{overflow-y:auto;height:calc(100vh - 88px - 106px - 104px - 2px - 60px)}html.light .campaign-subscription-modal .modal__content .campaign-subscription-modal__content .date-range-time-panel__panel{right:50%}html.light .campaign-subscription-modal .modal__content .panel{background-color:hsla(0,0%,100%,.3);-webkit-box-shadow:none;box-shadow:none}html.light .campaign-subscription-modal .modal__content .panel input{background-color:#fff}html.light .campaign-subscription-modal .modal__content .panel .dropdown__container{background-color:#fff}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form input[type=text]{margin:0}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#fff}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-row>div:nth-child(3){-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#fff}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.5em;-ms-flex-item-align:start;align-self:start}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form__rule-group__rule-line>div:nth-child(3){width:100%}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select{border:0.0625rem solid #7d8c9b;border-radius:0}html.light .compact-social-activity-rule-builder-modal .compact-social-activity-rule-form .search-multi-select__search-input{margin-top:0;margin-bottom:0}html.light .compact-social-activity-rule-builder-modal .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .compact-social-activity-rule-builder-modal .flex-row .flex-column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:10px}html.light .compact-social-activity-rule-builder-modal .flex-row .flex-column:last-child{margin-right:0}html.light .compact-social-activity-rule-builder-modal .flex-row .flex-column.flex-fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .compact-social-activity-rule-builder-modal .text-area{overflow:hidden;resize:none;margin:0;padding-top:10px;padding-bottom:9px}html.light .create-agency-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 80px);overflow-y:hidden}html.light .create-agency-modal .modal__content .nav-tabs__tab{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0;text-align:center}html.light .create-agency-modal .modal__content .nav-tabs__tab a{width:100%}html.light .create-agency-modal .modal__content .create-agency-modal__content{overflow-y:auto;height:calc(100vh - 88px - 106px - 104px - 2px - 20px)}html.light .create-agency-modal .modal__content .create-agency-modal__content .date-range-time-panel__panel{right:50%}html.light .create-agency-modal .modal__content .panel{background-color:hsla(0,0%,100%,.3);-webkit-box-shadow:none;box-shadow:none}html.light .create-agency-modal .modal__content .panel input{background-color:#fff}html.light .create-agency-modal .modal__content .panel .dropdown__container{background-color:#fff}html.light .create-dashboard-folder-modal__folder-container__row{background:#e6e7eb;border-radius:0.25rem}html.light .create-dashboard-folder-modal__folder-container__row:hover{background-color:hsla(0,0%,100%,.2)}html.light .delete-collection-modal p{font-size:1rem;line-height:24px;margin-bottom:1em}html.light .delete-collection-modal__loading{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(0,0,0,.1)}html.light .delete-monitor-modal p{font-size:1rem;line-height:24px;margin-bottom:1em}html.light .delete-monitor-modal__loading{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(0,0,0,.3)}html.light .delete-from-exclusion-modal .modal__content{height:calc(100vh - 80px);overflow-y:hidden;width:400px}html.light .delete-from-exclusion-modal__mentions-container{height:calc(100% - 9.5rem)}html.light .delete-from-exclusion-modal__mentions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:auto;height:calc(100% - 9.3125rem);position:relative}html.light .edit-dashboard-template-modal .modal__content{height:calc(100vh - 80px);overflow-y:hidden}html.light .edit-dashboard-template-modal .modal__content .edit-dashboard-template-modal__structure{overflow-y:auto;height:calc(100% - 112px - 44px - 32px - 20px);position:relative}html.light .edit-media-modal textarea{height:130px;resize:none}html.light .edit-media-modal__media-wrapper{width:60%;border-radius:7px}html.light .edit-media-modal__media-wrapper-image{position:relative}html.light .edit-media-modal__media-wrapper-image-overlay{position:absolute;top:0;left:0;height:100%;width:100%}html.light .edit-media-modal__media-wrapper-image-overlay:hover button{background:rgba(0,0,0,.1333333333)}html.light .edit-media-modal__media-wrapper-image-overlay button{padding:.5rem 1rem;border-radius:7px 0 0 0;color:#000;font-size:2rem;font-weight:bold;-webkit-transition:300ms;transition:300ms}html.light .edit-media-modal__media-wrapper-image-overlay button i{display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.light .edit-media-modal__media-wrapper-image-overlay button:hover,html.light .edit-media-modal__media-wrapper-image-overlay button:focus{color:#888}html.light .edit-media-modal__labels{width:100%}html.light .edit-media-modal footer{width:100%}html.light .edit-media-modal__smart-social-switch,html.light .edit-media-modal__smart-social-switch--disabled{color:#fcbe5f}html.light .edit-media-modal__smart-social-switch--disabled{color:#999}html.light .edit-media-modal__smart-social-switch i,html.light .edit-media-modal__smart-social-switch--disabled i{font-size:1.8rem;-webkit-transition:300ms;transition:300ms}html.light .edit-media-modal__smart-social-switch .switch label,html.light .edit-media-modal__smart-social-switch--disabled .switch label{border:none}html.light .edit-media-modal__smart-social-switch .switch label::before,html.light .edit-media-modal__smart-social-switch--disabled .switch label::before{background-color:#d5d7d9}html.light .edit-media-modal__smart-social-switch .switch label::after,html.light .edit-media-modal__smart-social-switch--disabled .switch label::after{-webkit-box-shadow:none;box-shadow:none}html.light .edit-media-modal__smart-social-switch .switch input[type=checkbox]+label:after,html.light .edit-media-modal__smart-social-switch--disabled .switch input[type=checkbox]+label:after{left:0;top:0;height:1.9375rem;width:1.9375rem;border:4px solid hsla(0,0%,60%,.6)}html.light .edit-media-modal__smart-social-switch .switch input[type=checkbox]:checked+label:before,html.light .edit-media-modal__smart-social-switch--disabled .switch input[type=checkbox]:checked+label:before{background-color:#fcbe5f;border:none;-webkit-box-sizing:content-box;box-sizing:content-box}html.light .edit-media-modal__smart-social-switch .switch input[type=checkbox]:checked+label:after,html.light .edit-media-modal__smart-social-switch--disabled .switch input[type=checkbox]:checked+label:after{border:none;left:3px;top:3px;height:1.5rem;width:1.5rem}html.light .engage-integration-info-modal .modal__content{width:auto;max-width:80em}html.light .engage-integration-info-modal .modal__content table>tbody>tr:last-child td{border-bottom:none}html.light .form-modal .modal__content{padding:0;border-radius:0.375rem}html.light .form-modal--small .modal__content{width:34.375rem}html.light .form-modal__header{border-bottom:0.0625rem solid #7d8c9b}html.light .form-modal__body__label{font-weight:bold;text-transform:uppercase}html.light .form-modal__footer{border-top:0.0625rem solid #7d8c9b}html.light .free-trial-modal .modal__content{padding:40px}html.light .free-trial-modal__progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}html.light .free-trial-modal__progress-bar__step{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin:0 1px;height:10px;background-color:#e6e7eb}html.light .free-trial-modal__progress-bar__step--completed{background-color:#1f505b}html.light .free-trial-modal .ui-theme img{width:230px;position:relative;left:-30px}html.light .free-trial-modal .flex-cell--fixed20{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 100px);flex:0 0 calc(50% - 100px)}html.light .free-trial-modal .success{color:#00e301}html.light .free-trial-modal .warning{color:#e30001}html.light .media-choose-thumbnail-modal__video{max-width:100%;max-height:360px}html.light .media-choose-thumbnail-modal__video-slider .slider-input__display-tooltip{background:#ededef;-webkit-box-shadow:none;box-shadow:none;padding:5px;position:absolute;left:0;top:15px;opacity:1;font-size:1.2em}html.light .media-choose-thumbnail-modal__video-slider .slider-input__display-tooltip-higher{top:-30px}html.light .media-choose-thumbnail-modal__video-slider input[type=range]{background:#ededef;border-radius:0}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-webkit-slider-runnable-track{cursor:default;height:25px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:none;border:none;border-radius:0}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-webkit-slider-thumb{background:#1f505b;border:none;border-radius:0;cursor:default;height:45px;width:5px;margin-top:-10px;-webkit-appearance:none}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-moz-range-track{cursor:default;height:25px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:none;border:none;border-radius:0}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-moz-range-thumb{background:#1f505b;border:none;border-radius:0;cursor:default;height:43px;width:3px;margin-top:-10px}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-track{cursor:default;height:25px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:none;border-color:none;border-width:0;color:none}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-fill-lower{background:none;border:none;border-radius:0}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-fill-upper{background:none;border:none;border-radius:0}html.light .media-choose-thumbnail-modal__video-slider input[type=range]::-ms-thumb{background:#1f505b;border:none;border-radius:0;cursor:default;height:41px;width:1px;margin-top:-10px;margin-top:6.25px}html.light .messenger-modal h1{margin-bottom:0}html.light .messenger-modal p{margin-top:0}html.light .messenger-modal .emails input{width:80%}html.light .messenger-modal .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .messenger-modal .flex-row .flex-column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:10px}html.light .messenger-modal .flex-row .flex-column:last-child{margin-right:0}html.light .messenger-modal .flex-row .flex-column.flex-fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .preferences-modal .modal__content{height:calc(100vh - 80px);overflow-y:hidden}html.light .preferences-modal .modal__content .preferences-modal__settings{overflow-y:auto;height:calc(100% - 30px - 44px - 32px - 103px - 20px);position:relative}html.light .published-post-detail-modal .comment-actions__button{min-width:3rem}html.light .published-post-detail-modal__content{max-height:80vh;overflow-y:auto;overflow-x:hidden}html.light .published-post-detail-modal__network-icon{font-size:2rem}html.light .published-post-detail-modal__media-height-limit{max-height:30vh;-o-object-fit:contain;object-fit:contain}html.light .published-post-detail-modal__media-unavailable{background-color:#f4f4f6;height:30vh;width:18.75rem}html.light .published-post-detail-modal__nested-comment:first-of-type::before{content:"";position:absolute;height:20px;width:20px;border-radius:0 0 0 10px;left:-28px;top:11px;border-left:2px solid #6b7676;border-bottom:2px solid #6b7676}html.light .published-post-detail-modal__nested-comment:not(:first-of-type)::before{content:"";position:absolute;height:56px;width:20px;border-radius:0 0 0 10px;left:-28px;top:-25px;border-left:2px solid #6b7676;border-bottom:2px solid #6b7676}html.light .published-post-detail-modal__nested-comment:not(:last-of-type)::after{content:"";position:absolute;width:5px;height:100%;border-left:2px solid #6b7676;left:-28px;top:0px}html.light .published-post-detail-modal__comments-container-bottom{height:3px}html.light .published-post-detail-modal .placeholder-height--large{width:40%;margin-left:.5rem}html.light .published-post-detail-modal__link-preview-column{height:100%;margin:0 0.5em}html.light .published-post-detail-modal__link-preview-image-wrapper{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}html.light .published-post-detail-modal__link-preview-image-wrapper img{max-height:100%;max-width:100%;border-radius:0.25rem}html.light .published-post-detail-modal__link-preview-image{max-width:50%}html.light .published-post-detail-modal__link-preview-text-wrapper{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}html.light .published-post-detail-modal__link-preview-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.light .published-post-detail-modal__link-preview-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal;margin-bottom:0.5em}html.light .published-post-detail-modal__link-preview-url{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:normal}html.light .published-post-detail-modal__engagement-icon{color:#7d8c9b}html.light .published-post-detail-modal__labels{position:relative}html.light .published-post-detail-modal__message{color:#0f1828;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html.light .region-modal .region-list{height:300px;overflow-y:scroll}html.light .region-modal .region-row{height:45px}html.light .region-modal .region-row__interactive:hover{background-color:rgba(230,231,235,.2);cursor:pointer}html.light .rss-monitor-edit-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:calc(100vw - 100px);overflow-y:hidden}html.light .preview-modal{z-index:11100}html.light .preview-modal .modal__content{width:unset;padding:0}html.light .preview-modal .modal__content input[type=text]{background-color:#fff;color:#0f1828}html.light .preview-modal__container{background-color:#fff}html.light .preview-modal .border-top,html.light .preview-modal .border-bottom{border-color:#7d8c9b}html.light .preview-modal-svg{font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.light .preview-modal-svg__wrapper{overflow:scroll}html.light .preview-modal div.dropdown{display:inline-block;min-width:100px}html.light .preview-modal .collapse{border-collapse:collapse;margin-left:0}html.light .preview-modal .collapse:not(:first-child){margin-left:-1px}html.light .preview-modal .button--clean{color:#a0b6c5;font-size:1.875em;margin-left:0;padding:2px 4px}html.light .preview-modal .button--clean.active,html.light .preview-modal .button--clean:hover{color:#1f505b}html.light .preview-modal .annotation-note-label{pointer-events:none}html.light .preview-modal .center-div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:1em}html.light .select-social-monitor-modal__container{z-index:11100}html.light .select-social-monitor-modal__container .modal__content{padding:0;max-width:520px}html.light .social-monitor-rule-modal .modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 80px);overflow-y:hidden;padding-right:0}html.light .social-monitor-rule-modal__rule-groups{overflow-y:auto}html.light .dashboard-widget{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .dashboard-widget .dashboard-widget__heading{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.5em}html.light .dashboard-widget .dashboard-widget__heading .dashboard-widget__heading__label{font-size:.85em;-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .dashboard-widget .dashboard-widget__heading .dashboard-widget__heading__label--right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:1em}html.light .dashboard-widget .dashboard-widget__heading .dashboard-widget__heading__label .integration-avatar{display:inline-block;vertical-align:middle;max-width:1.2em;max-height:1.2em}html.light .dashboard-widget .dashboard-widget__timeframe{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .dashboard-widget .dashboard-widget__body{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;position:relative;overflow:hidden}html.light .dashboard-widget--image .dashboard-widget__body{margin:auto;text-align:center;width:100%}html.light .dashboard-widget--image .dashboard-widget__body div.widget-type--image{background-position:center center;background-size:contain;background-repeat:no-repeat;height:100%}html.light .dashboard-widget--text .dashboard-widget__body{text-align:left}html.light .dashboard-widget--text .dashboard-widget__body h1{margin:.5em 0 .1em 0;font-weight:600}html.light .dashboard-widget--text .dashboard-widget__body h2,html.light .dashboard-widget--text .dashboard-widget__body h3{margin:.25em 0 .05em 0;font-weight:600}html.light .dashboard-widget--text .dashboard-widget__body h4,html.light .dashboard-widget--text .dashboard-widget__body h5,html.light .dashboard-widget--text .dashboard-widget__body h6{margin:0;font-weight:600}html.light .dashboard-widget--text .dashboard-widget__body p,html.light .dashboard-widget--text .dashboard-widget__body div{padding:.3em 0}html.light .section-component.section-component--generic-chart{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__heading,html.light .section-component.section-component--generic-chart.is-default-layout .section-component__visualization,html.light .section-component.section-component--generic-chart.is-default-layout .section-component__labels,html.light .section-component.section-component--generic-chart.is-default-layout .section-component__text{width:100%}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__heading{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;height:10%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__visualization{-webkit-box-flex:4%;-ms-flex:4% 0 40%;flex:4% 0 40%;height:inherit;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__labels{-webkit-box-flex:2%;-ms-flex:2% 0 20%;flex:2% 0 20%;height:20%}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__labels.is-position-top{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__labels.is-position-bottom{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__text{-webkit-box-flex:3%;-ms-flex:3% 0 30%;flex:3% 0 30%;font-size:.85rem;height:30%}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__text.is-position-top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}html.light .section-component.section-component--generic-chart.is-default-layout .section-component__text.is-position-bottom{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__heading,html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels,html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__text{width:100%}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__heading{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;height:10%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels{-webkit-box-flex:6%;-ms-flex:6% 0 60%;flex:6% 0 60%;height:60%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__visualization{-webkit-box-flex:6%;-ms-flex:6% 0 60%;flex:6% 0 60%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:60%}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__labels{-webkit-box-flex:4%;-ms-flex:4% 0 40%;flex:4% 0 40%;width:40%}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__labels.is-position-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__visualization-labels .section-component__labels.is-position-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__text{-webkit-box-flex:3%;-ms-flex:3% 0 30%;flex:3% 0 30%;font-size:.85rem;height:30%}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__text.is-position-top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}html.light .section-component.section-component--generic-chart.is-wide-layout .section-component__text.is-position-bottom{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}html.light .section-component.section-component--generic-chart.is-wide-layout.has-no-visualization .stat{font-size:2rem;line-height:2rem}html.light .section-component.section-component--generic-chart.is-wide-layout.has-no-visualization .stat-label{font-size:.85rem;line-height:.85rem}html.light .section-component.section-component--generic-chart>.generic-floating-buttons{display:none;top:0}html.light .section-component.section-component--generic-chart.is-toggleable:hover>.generic-floating-buttons,html.light .section-component.section-component--generic-chart.is-toggleable:active>.generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .section-component.section-component--generic-chart.is-toggleable.has-heading>.generic-floating-buttons{-webkit-transform:translate(0, -10%);transform:translate(0, -10%)}html.light .section-component.section-component--generic-chart.is-toggleable.has-no-heading>.generic-floating-buttons{-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}html.light .section-component.section-component--generic-chart .section-component__heading{letter-spacing:0.0625em;text-transform:uppercase}html.light .section-component.section-component--generic-chart .section-component__visualization,html.light .section-component.section-component--generic-chart .section-component__labels{position:relative}html.light .section-component.section-component--generic-chart .section-component__visualization .generic-floating-buttons,html.light .section-component.section-component--generic-chart .section-component__labels .generic-floating-buttons{display:none}html.light .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:hover,html.light .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:active,html.light .section-component.section-component--generic-chart .section-component__labels.is-toggleable:hover,html.light .section-component.section-component--generic-chart .section-component__labels.is-toggleable:active{background-color:#f2f2f2}html.light .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:hover .generic-floating-buttons,html.light .section-component.section-component--generic-chart .section-component__visualization.is-toggleable:active .generic-floating-buttons,html.light .section-component.section-component--generic-chart .section-component__labels.is-toggleable:hover .generic-floating-buttons,html.light .section-component.section-component--generic-chart .section-component__labels.is-toggleable:active .generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .section-component.section-component--generic-chart .section-component__visualization{position:relative}html.light .section-component.section-component--generic-chart .section-component__visualization .generic-floating-buttons{top:10px}html.light .section-component.section-component--generic-chart .section-component__visualization-content{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}html.light .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0;position:relative}html.light .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels__item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}html.light .section-component.section-component--generic-chart.is-MentionsStats .section-component__labels__item .stat,html.light .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels__item .stat{font-size:2rem;line-height:2rem}html.light .section-component.section-component--generic-chart.is-MentionsStats .section-component__labels__item .stat-label,html.light .section-component.section-component--generic-chart.is-MentionsStats .mentions-stats-labels__item .stat-label{font-size:.85rem;line-height:.85rem}html.light .section-component.section-component--generic-chart.is-MentionsStats.is-wide-layout .section-component__visualization-labels{-webkit-box-flex:4%;-ms-flex:4% 0 40%;flex:4% 0 40%;height:40%;padding-bottom:10px}html.light .section-component.section-component--generic-chart.is-MentionsStats.is-wide-layout .section-component__text{-webkit-box-flex:5%;-ms-flex:5% 0 50%;flex:5% 0 50%;height:50%}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text{fill:#a6a7a7;font-family:"nuvi_icons_bold" !important;font-size:1.25rem}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-facebook{fill:#3b5998}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-twitter{fill:#00aced}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-instagram{fill:#ae388e}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-pinterest{fill:#d0021b}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-reddit{fill:#ff5700}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-rss{fill:#f26522}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-vk{fill:#45668e}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-youtube{fill:#cd201f}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-stack_overflow{fill:#f48024}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-tumblr{fill:#35465c}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-automattic{fill:#39c}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-disqus{fill:#2e9fff}html.light .section-component.section-component--generic-chart.is-Sources .web-chart__label--text.is-reviews{fill:#1f505b}html.light .section-component__labels{list-style:none;margin:0;padding:0;position:relative}html.light .section-component__labels.is-summary-labels{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .section-component__labels.is-list-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.85rem;padding-right:20px;text-transform:uppercase}html.light .section-component__labels.is-list-labels .section-component__labels__item{position:relative;width:100%}html.light .section-component__labels.is-list-labels .section-component__labels__item-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;left:0;position:absolute;right:0;top:0}html.light .section-component__labels.is-list-labels .section-component__labels__item-content.row{margin:0}html.light .section-component__labels.is-list-labels .section-component__labels__item-content.row>.column{overflow:hidden;padding:0;text-overflow:ellipsis}html.light .section-component__labels__item{-webkit-box-flex:1;-ms-flex:auto;flex:auto;position:relative}html.light .section-component__labels__item .stat.text--positive{color:#5dc09c}html.light .section-component__labels__item__extra-label{position:absolute;right:10px;top:5px}html.light .section-component.section-component--error{border:1px dashed #db4a2b;color:#db4a2b;position:relative}html.light .section-component.section-component--error p{left:50%;margin:0;padding:0;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.light .generic-floating-buttons{background-color:hsla(0,0%,100%,.9);border:1px solid #7d8c9b;color:#888;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;position:absolute;right:0;top:0;z-index:1}html.light .generic-floating-buttons.is-edit{border-bottom:none;-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}html.light .generic-floating-buttons__item{-webkit-box-flex:1;-ms-flex:auto;flex:auto}html.light .generic-floating-buttons__item__button{padding:.25em}html.light .generic-floating-buttons__item__button:hover,html.light .generic-floating-buttons__item__button:active{color:inherit}html.light .section-component.section-component--generic-list{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html.light .section-component.section-component--generic-list.is-default-layout .section-component__heading,html.light .section-component.section-component--generic-list.is-default-layout .section-component__list,html.light .section-component.section-component--generic-list.is-default-layout .section-component__text,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__heading,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__list,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__text{width:100%}html.light .section-component.section-component--generic-list.is-default-layout .section-component__heading,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__heading{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;height:10%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html.light .section-component.section-component--generic-list.is-default-layout .section-component__list,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__list{-webkit-box-flex:6%;-ms-flex:6% 0 60%;flex:6% 0 60%;height:60%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}html.light .section-component.section-component--generic-list.is-default-layout .section-component__text,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__text{-webkit-box-flex:3%;-ms-flex:3% 0 30%;flex:3% 0 30%;font-size:.85rem;height:30%}html.light .section-component.section-component--generic-list.is-default-layout .section-component__text.is-position-top,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__text.is-position-top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}html.light .section-component.section-component--generic-list.is-default-layout .section-component__text.is-position-bottom,html.light .section-component.section-component--generic-list.is-wide-layout .section-component__text.is-position-bottom{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}html.light .section-component--generic-list>.generic-floating-buttons{display:none;top:0}html.light .section-component--generic-list.is-toggleable:hover>.generic-floating-buttons,html.light .section-component--generic-list.is-toggleable:active>.generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .section-component--generic-list.is-toggleable.has-heading>.generic-floating-buttons{-webkit-transform:translate(0, -10%);transform:translate(0, -10%)}html.light .section-component--generic-list.is-toggleable.has-no-heading>.generic-floating-buttons{-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}html.light .section-component--generic-list .section-component__heading{letter-spacing:0.0625em;text-transform:uppercase}html.light .section-component--generic-list .section-component__list{position:relative}html.light .section-component--generic-list .section-component__list .generic-floating-buttons{display:none}html.light .section-component--generic-list .section-component__list.is-toggleable:hover,html.light .section-component--generic-list .section-component__list.is-toggleable:active{background-color:#f2f2f2}html.light .section-component--generic-list .section-component__list.is-toggleable:hover .generic-floating-buttons,html.light .section-component--generic-list .section-component__list.is-toggleable:active .generic-floating-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .section-component--generic-list .section-component__list-items{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:0;overflow:hidden;padding:0}html.light .section-component--generic-list .section-component__list-items.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .section-component--generic-list .section-component__list-items.is-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}html.light .section-component--generic-list .section-component__list-items.is-horizontal .section-component__list-item{padding-left:10px}html.light .section-component--generic-list .section-component__list-items.is-horizontal .section-component__list-item:first-child{padding-left:0}html.light .section-component--generic-list .section-component__list-items.is-grid{display:grid;grid-gap:10px;grid-template-columns:repeat(3, minmax(auto, 1fr));grid-template-rows:repeat(4, minmax(auto, 1fr));min-height:0;min-width:0}html.light .section-component--generic-list .section-component__list-items.is-grid .section-component__list-item{height:auto;display:block;min-width:0;overflow:hidden;width:auto}html.light .section-component--generic-list .section-component__list-items.is-grid .list-item-mention{padding:0}html.light .section-component--generic-list .section-component__list-items .section-component__list-item:hover .section-component__list-item__actions,html.light .section-component--generic-list .section-component__list-items .section-component__list-item:active .section-component__list-item__actions{display:block}html.light .section-component--generic-list .section-component__list-item{height:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto;position:relative;width:100%}html.light .section-component--generic-list .section-component__list-item__actions{background:hsla(0,0%,80%,.5);bottom:0;cursor:pointer;display:none;left:0;position:absolute;right:0;top:0;z-index:1}html.light .section-component--generic-list .section-component__list-item__actions .button,html.light .section-component--generic-list .section-component__list-item__actions .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .section-component--generic-list .section-component__list-item__actions a,html.graphite .image-uploader__dropzone__buttons html.light .section-component--generic-list .section-component__list-item__actions a{background:rgba(94,194,204,.75);border-radius:50%;color:#0f1828;padding:3px}html.light .section-component--generic-list .section-component__list-item__actions .icon--close{background:rgba(219,74,43,.75)}html.light .section-component--generic-list .section-component__list-item__actions__container{display:inline-block;left:50%;line-height:0;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}html.light .section-component--generic-list .list-item-keywords-sentiment{font-size:.9rem}html.light .section-component--generic-list .list-item-keywords-sentiment>div{overflow:hidden;text-overflow:ellipsis}html.light .section-component--generic-list .list-item-keywords-sentiment.is-positive{color:rgba(93,192,156,.9)}html.light .section-component--generic-list .list-item-keywords-sentiment.is-negative{color:rgba(219,74,43,.9)}html.light .section-component--generic-list .list-item-influencers-score{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .section-component--generic-list .list-item-influencers-score__image,html.light .section-component--generic-list .list-item-influencers-score__source{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15%}html.light .section-component--generic-list .list-item-influencers-score__content{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-left:5px;width:70%}html.light .section-component--generic-list .list-item-influencers-score__content__profile{font-size:.85rem}html.light .section-component--generic-list .list-item-influencers-score__content__profile:hover,html.light .section-component--generic-list .list-item-influencers-score__content__profile:focus{color:hsl(191,49.1803278689%,33.9215686275%)}html.light .section-component--generic-list .list-item-influencers-score__content__stats{font-size:.75rem}html.light .section-component--generic-list .list-item-influencers-score__source .icon{background:#1f505b;border-radius:50%;color:#fff;display:block;font-size:1rem;height:22px;margin-left:auto;padding:3px;width:22px}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-facebook{background:#3b5998}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-twitter{background:#00aced}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-pinterest{background:#d0021b}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-reddit{background:#ff5700}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-rss{background:#f26522}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-vk{background:#45668e}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-youtube{background:#cd201f}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-stack_overflow{background:#f48024}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-tumblr{background:#35465c}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-automattic{background:#39c}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-disqus{background:#2e9fff}html.light .section-component--generic-list .list-item-influencers-score__source .icon.is-reviews{background:#1f505b}html.light .section-component--generic-list .list-item-influencers-score__progress{background:#f2f2f2;height:5px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:5px;position:relative;width:100%}html.light .section-component--generic-list .list-item-influencers-score__progress__fill{background:#1f505b;bottom:0;left:0;position:absolute;top:0}html.light .section-component--generic-list .list-item-influencers-score__progress__fill.is-positive{background:rgba(93,192,156,.75)}html.light .section-component--generic-list .list-item-influencers-score__progress__fill.is-negative{background:rgba(219,74,43,.75)}html.light .section-component--generic-list .list-item-influencers-featured{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px}html.light .section-component--generic-list .list-item-influencers-featured__image,html.light .section-component--generic-list .list-item-influencers-featured__stats,html.light .section-component--generic-list .list-item-influencers-featured__source{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15%}html.light .section-component--generic-list .list-item-influencers-featured__image .avatar{height:42px;width:42px}html.light .section-component--generic-list .list-item-influencers-featured__profile{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-left:5px;width:55%}html.light .section-component--generic-list .list-item-influencers-featured__profile a[href]:hover,html.light .section-component--generic-list .list-item-influencers-featured__profile a[href]:focus{color:hsl(191,49.1803278689%,33.9215686275%)}html.light .section-component--generic-list .list-item-influencers-featured__source .icon{background:#1f505b;border-radius:50%;color:#fff;display:block;font-size:1.75rem;height:34px;margin-left:auto;padding:3px;width:34px}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-facebook{background:#3b5998}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-twitter{background:#00aced}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-pinterest{background:#d0021b}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-reddit{background:#ff5700}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-rss{background:#f26522}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-vk{background:#45668e}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-youtube{background:#cd201f}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-stack_overflow{background:#f48024}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-tumblr{background:#35465c}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-automattic{background:#39c}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-disqus{background:#2e9fff}html.light .section-component--generic-list .list-item-influencers-featured__source .icon.is-reviews{background:#1f505b}html.light .section-component--generic-list .list-item-influencers-featured__bio{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:5px;width:100%}html.light .section-component--generic-list .list-item-trending-keywords{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .section-component--generic-list .list-item-trending-keywords.row{margin:0}html.light .section-component--generic-list .list-item-trending-keywords.row .column{padding:0}html.light .section-component--generic-list .list-item-trending-keywords__link{color:inherit;display:inline-block;font-size:.75rem;line-height:.75rem;max-height:1.5rem;overflow:hidden;word-break:break-all}html.light .section-component--generic-list .list-item-trending-keywords__progress{background:#f2f2f2;height:5px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:5px;position:relative;width:100%}html.light .section-component--generic-list .list-item-trending-keywords__progress__fill{background:#1f505b;bottom:0;left:0;position:absolute;top:0}html.light .section-component--generic-list .list-item-mention{-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0 5px}html.light .section-component--generic-list .list-item-mention__profile,html.light .section-component--generic-list .list-item-mention__stats{line-height:1em}html.light .section-component--generic-list .list-item-mention__profile{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-left:5px;width:55%}html.light .section-component--generic-list .list-item-mention__profile a[href]:hover,html.light .section-component--generic-list .list-item-mention__profile a[href]:focus{color:hsl(191,49.1803278689%,33.9215686275%)}html.light .section-component--generic-list .list-item-mention__image,html.light .section-component--generic-list .list-item-mention__source{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15%}html.light .section-component--generic-list .list-item-mention__image{width:10%}html.light .section-component--generic-list .list-item-mention__stats{width:15%}html.light .section-component--generic-list .list-item-mention__content{overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;background:-webkit-gradient(linear, left bottom, left top, from(rgba(31, 80, 91, 0.075)), to(transparent));background:linear-gradient(to top, rgba(31, 80, 91, 0.075), transparent);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-height:calc(100% - 30px);overflow:hidden;width:100%}html.mozilla html.light .section-component--generic-list .list-item-mention__content{height:calc(100% - 30px)}html.light .section-component--generic-list .list-item-mention__content__body{line-height:1.25em}html.light .section-component--generic-list .list-item-mention__content__meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .section-component--generic-list .list-item-mention__content__meta__sentiment{-webkit-box-flex:0;-ms-flex:0 0 0.4375rem;flex:0 0 0.4375rem}html.light .section-component--generic-list .list-item-mention__content__meta__date-location{-webkit-box-flex:1;-ms-flex:auto;flex:auto;line-height:1em}html.light .section-component--generic-list .list-item-mention__content__meta__date-location--is-link{color:inherit;display:block}html.light .section-component--generic-list .list-item-mention__source{width:12%}html.light .section-component--generic-list .list-item-mention__source .icon{background:#1f505b;border-radius:50%;color:#fff;display:block;font-size:1rem;height:22px;margin-left:auto;padding:3px;width:22px}html.light .section-component--generic-list .list-item-mention__source .icon.is-facebook{background:#3b5998}html.light .section-component--generic-list .list-item-mention__source .icon.is-twitter{background:#00aced}html.light .section-component--generic-list .list-item-mention__source .icon.is-instagram{background-image:linear-gradient(30deg, #F4CC18, #EC2A20, #7432A7)}html.light .section-component--generic-list .list-item-mention__source .icon.is-pinterest{background:#d0021b}html.light .section-component--generic-list .list-item-mention__source .icon.is-reddit{background:#ff5700}html.light .section-component--generic-list .list-item-mention__source .icon.is-rss{background:#f26522}html.light .section-component--generic-list .list-item-mention__source .icon.is-vk{background:#45668e}html.light .section-component--generic-list .list-item-mention__source .icon.is-youtube{background:#cd201f}html.light .section-component--generic-list .list-item-mention__source .icon.is-stack_overflow{background:#f48024}html.light .section-component--generic-list .list-item-mention__source .icon.is-tumblr{background:#35465c}html.light .section-component--generic-list .list-item-mention__source .icon.is-automattic{background:#39c}html.light .section-component--generic-list .list-item-mention__source .icon.is-disqus{background:#2e9fff}html.light .section-component--generic-list .list-item-mention__source .icon.is-reviews{background:#1f505b}html.light .section-component .section-component--generic-no-data{position:relative;text-align:center}html.light .section-component .section-component__no-data-text{color:#888;font-size:1.25rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:80%}html.light .section-component{display:block;height:100%;margin:0;position:relative;width:100%}html.light .section-component.is-processing .section-component__processing{display:block}html.light .section-component--report-text,html.light .section-component--report-text-bold,html.light .section-component--report-title{font-size:1rem}html.light .section-component--report-text .editable-textarea__view,html.light .section-component--report-text-bold .editable-textarea__view,html.light .section-component--report-title .editable-textarea__view{overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;overflow:hidden}html.light .section-component--report-title .editable-textarea__view,html.light .section-component--report-title .editable-textarea__input{font-size:2.5rem}html.light .section-component--image{background-size:cover}html.light .section-component__processing{background:hsla(0,0%,80%,.5);bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:1}html.light .section-component__processing .icon{-webkit-animation:section-component-processing-icon-pulse 1s ease-out 0s alternate infinite;animation:section-component-processing-icon-pulse 1s ease-out 0s alternate infinite;color:#1f505b;font-size:1rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@keyframes section-component-processing-icon-pulse{0%{font-size:1rem}100%{font-size:4rem}}html.light .account-search-view__filters input{width:350px}html.light .publishing-status-view .post-tooltip{position:absolute;background-color:#f4f4f6;border-radius:8px}html.light .boost-post-modal .video-container{position:relative;width:100%;height:400px}html.light .campaign-detail-view__subscribers-header{position:sticky;top:0;background:#fff;z-index:1}html.light .campaign-view .gantt-calendar .gantt-calendar-content{overflow-x:auto;position:relative;padding-top:50px}html.light .campaign-view .gantt-calendar .gantt-calendar-month-label{width:8.125rem}html.light .campaign-view .gantt-calendar .calendar-header{height:100%;width:100%;position:absolute;top:0}html.light .campaign-view .gantt-calendar .day{position:relative;border-right:1px solid #e6e7eb;width:100%}html.light .campaign-view .gantt-calendar .day:last-of-type{border-right:none}html.light .campaign-view .gantt-calendar .day .day-month-label{width:10rem;text-align:left;position:absolute;top:-1rem}html.light .campaign-view .gantt-calendar .day .day-date,html.light .campaign-view .gantt-calendar .day .day-date--highlighted{height:1.5rem;width:1.5rem;line-height:1.5rem;margin:0 auto}html.light .campaign-view .gantt-calendar .day .day-date--highlighted{background:#1f505b;color:#fff}html.light .campaign-view .gantt-calendar .day .day-date--highlighted::after{content:"";height:calc(100% - 55px);width:2px;position:absolute;left:50%;top:55px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);border-left:2px dotted #1f505b}html.light .campaign-view .gantt-calendar .day-weekday{padding:0 .1rem}html.light .campaign-view .gantt-calendar .day--weekend{background:#f4f4f6}html.light .campaign-view .gantt-calendar .gantt-calendar-row{width:100%;height:2rem}html.light .post-management-view__header{color:inherit}html.light .tasks-panel{height:calc(100vh - (3.75em + 50px + 60px));display:grid;grid-template-columns:minmax(250px, 1fr) 3fr}html.light .tasks-panel__task-list{width:minmax(1fr, 350px);-webkit-box-flex:1;-ms-flex:1 0 350px;flex:1 0 350px}html.light .tasks-panel__task-list__list{height:calc(100% - 30px);overflow-y:auto}html.light .tasks-panel__selected-post{height:calc(100vh - (3.75em + 50px + 60px));overflow-y:auto;overflow-x:hidden}html.light .publish-date-selector__dropdown{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}html.light .publish-fullscreen-media-tool{z-index:9000;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}html.light .publish-fullscreen-media-tool__header{background-color:rgba(51,51,51,.6);height:50px}html.light .publish-fullscreen-media-tool__header__icon--buttons button,html.light .publish-fullscreen-media-tool__header__icon--buttons a{color:#fff;font-size:1.5rem;padding:0}html.light .publish-fullscreen-media-tool__header__icon--buttons button:hover,html.light .publish-fullscreen-media-tool__header__icon--buttons button:focus,html.light .publish-fullscreen-media-tool__header__icon--buttons a:hover,html.light .publish-fullscreen-media-tool__header__icon--buttons a:focus{color:#fff}html.light .publish-fullscreen-media-tool__header__icon--buttons button{right:1em}html.light .publish-fullscreen-media-tool__header__icon--buttons a{right:2.25em}html.light .publish-fullscreen-media-tool__crop-options{background-color:rgba(51,51,51,.6)}html.light .publish-fullscreen-media-tool__crop-options__dimensions{margin-left:auto}html.light .publish-fullscreen-media-tool__crop-options__dimensions input{background-color:rgba(0,0,0,0);width:75px;height:2.2em;border:1px solid #fff;color:#fff;margin:5px 7px}html.light .publish-fullscreen-media-tool__crop-options__dimensions input:disabled{border:1px solid #6b7676;color:#6b7676;padding-left:.75em}html.light .publish-fullscreen-media-tool__crop-options__presets--selected{background-color:hsla(0,0%,70%,.6)}html.light .publish-fullscreen-media-tool__crop-options__presets:last-child{margin-right:auto}html.light .publish-fullscreen-media-tool__footer{height:150px;background-color:hsla(0,0%,10%,.6)}html.light .publish-fullscreen-media-tool__media-list__image{padding:1px;cursor:pointer}html.light .publish-fullscreen-media-tool__media-list__image img{height:100px}html.light .publish-fullscreen-media-tool__media-list__image--selected{border:1px solid #fff}html.light .publish-fullscreen-media-tool__image{max-height:60vh;max-width:60vw}html.light .publish-fullscreen-media-tool__video{max-height:70vh;max-width:60vw}html.light .publish-integrations-selector{background:#fff;border-radius:0.25rem}html.light .publish-integrations-selector__input-container,html.light .publish-integrations-selector__input-container--focused{max-height:7rem;overflow:auto}html.light .publish-integrations-selector__input-container--focused{border:1px solid gray;border-radius:4px 4px 0 0;border-bottom:none}html.light .publish-integrations-selector__text-input{padding:0.25em 0;margin:2px 0.25em;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;color:inherit;width:auto;outline:none;background:rgba(0,0,0,0);border:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}html.light .publish-integrations-selector__basic-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0.75em;position:relative}html.light .publish-integrations-selector__basic-selected-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-flex-item-align:center;align-self:center;-webkit-transition:color 300ms ease;transition:color 300ms ease}html.light .publish-integrations-selector__options{position:absolute;top:100%;left:0;background:#fff;border:0.0625rem solid #7d8c9b;border-radius:0 0 0.25rem 0.25rem;z-index:1050;padding:0;width:100%}html.light .publish-integrations-selector__dropdown-color{background:#fff}html.light .publish-integrations-selector__dropdown{width:100%;max-height:450px;overflow-y:auto}html.light .publish-integrations-selector__dropdown input[type=checkbox]{margin-right:10px}html.light .publish-integrations-selector__dropdown button{margin-left:10px}html.light .publish-integrations-selector__filters-dropdown{height:auto;background:none;border:none}html.light .publish-integrations-selector__filters-dropdown .dropdown__container{padding:0;height:auto}html.light .publish-integrations-selector__filters-dropdown .dropdown__selected-text--default{color:#1f505b}html.light .publish-integrations-selector__filters-dropdown .dropdown__options{background-color:#fff}html.light .publish-integrations-selector__filters-dropdown .dropdown__option{padding:5px 10px;font-weight:normal}html.light .publish-integrations-selector__filters-dropdown .dropdown__option:hover{color:#000}html.light .publish-integrations-selector__filters-dropdown:hover{-webkit-box-shadow:none !important;box-shadow:none !important}html.light .publish-integrations-selector__group{background:#e6e7eb;border-radius:0.25rem;padding:.7rem;margin-bottom:.7rem;margin-left:.7rem}html.light .publish-integrations-selector__integration{border-radius:0.25rem}html.light .publish-integrations-selector__integration:not(:first-of-type){margin-top:.7rem}html.light .publish-integrations-selector__integration:not(:last-of-type){margin-bottom:.7rem}html.light .publish-integrations-selector__integration--highlighted{background:#fff}html.light .publish-integrations-selector__integration:hover{background:#fff}html.light .publish-integrations-selector .dropdownFilters{-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}html.light .publish-integrations-selector .location-attribute-dropdown-container{min-width:8.125rem}html.light .publish-integrations-selector .location-attribute-dropdown-container .dropdown{height:1.5em;min-width:inherit}html.light .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__container{height:inherit;min-width:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:0.8125rem}html.light .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__container .dropdown__selected-text input{height:inherit}html.light .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__options{font-size:0.8125rem}html.light .publish-integrations-selector .location-attribute-dropdown-container .dropdown .dropdown__options label{font-size:0.8125rem}html.light .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown,html.light .publish-integrations-selector .custom-attribute-filters button{height:28px}html.light .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown{border-radius:0;font-size:0.6875rem}html.light .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown__container,html.light .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown-options__search{height:28px}html.light .publish-integrations-selector .custom-attribute-filters .custom-attribute-filter-dropdown label{padding-left:2em}html.light .social-curation-view{position:relative;width:100%}html.light .social-curation-view__container{border-style:solid;border-color:#e6e7eb;border-width:0.0625rem 0 0 0.0625rem}html.light .social-curation-view__col{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:14.2857142857%}html.light .social-curation-view__col__border{border-style:solid;border-color:#e6e7eb;border-width:0 0.0625rem 0.0625rem 0}html.light .social-curation-view__day-header{background-color:#e6e7eb}html.light .social-curation-view__task{min-height:calc((100vh - 50px - 3.75em - 5rem)/3)}html.light .social-curation-view .scheduled-posts-calendar__day-names{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-bottom:.25rem;position:sticky;background-color:#fff;top:-1.875rem}html.light .social-curation-view .is-today-highlight{color:#fff;background-color:#1f505b}html.light .account-settings-view .settings-container{height:calc(100vh - 3.75em - 50px - 30px)}html.light .account-settings-view .settings-container .settings-nav{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.light .account-settings-view .settings-container .settings-nav ul{list-style:none;padding:0}html.light .account-settings-view .settings-container .settings-nav ul li:hover{color:#000;text-decoration:underline}html.light .account-settings-view .settings-container .settings-tools{overflow-y:auto}html.light .alerts-view-drop-down-menu{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .calendar-view{margin:-15px -45px;padding:0 22.5px;height:100%}@media(max-width: 63.9375rem){html.light .calendar-view{margin:0 -1rem}}html.light .calendar-view .product-nav{padding:0 22.5px}html.light .calendar-view__panel-heading{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .calendar-view__heading-wrapper{width:100%;z-index:1}html.light .calendar-view__heading-filter{overflow:visible;-webkit-transition:300ms;transition:300ms}html.light .calendar-view__heading-filter .dropdown{position:relative;padding-left:55px;margin-right:-55px;right:55px}html.light .calendar-view__heading-filter .dropdown__options{margin-top:10px}html.light .calendar-view__heading-filter .dropdown__selected-text{font-weight:400}html.light .calendar-view__heading-filter .dropdown:hover:not(.dropdown--disabled) .dropdown__selected-text,html.light .calendar-view__heading-filter .dropdown:hover:not(.dropdown--disabled) i{opacity:1;color:#0f1828}html.light .calendar-view__heading-filter .text--brand{-webkit-transition:300ms;transition:300ms}html.light .calendar-view__heading-filter:hover .text--brand{color:#0f1828}html.light .calendar-view__detail-panel-body{border-radius:10px 10px 0 0;overflow:hidden;padding:0;height:100%}html.light .custom-attribute-filters .custom-attribute-filter-dropdown,html.light .custom-attribute-filters button{height:28px}html.light .custom-attribute-filters .custom-attribute-filter-dropdown{border-radius:0;font-size:0.6875rem}html.light .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown__container,html.light .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown-options__search{height:28px}html.light .custom-attribute-filters .custom-attribute-filter-dropdown .dropdown-options div .checkbox{height:25px}html.light .custom-attribute-filters .custom-attribute-filter-dropdown label{padding-left:2em}html.light .collections-view .collection-body{gap:20px}html.light .collections-view .collection-body .collections-sidebar{-webkit-box-flex:0;-ms-flex:0 0 275px;flex:0 0 275px;height:auto}@media(max-width: 72.0625rem){html.light .collections-view .collection-body .collections-sidebar{display:none}}html.light .collections-view .collection-body .collections-sidebar .collection-list{overflow-y:auto;max-height:calc(100vh - 50px - 3.75em - 97px);padding-right:10px}html.light .collections-view .collection-body .collections-sidebar .collection-list .collection-row{cursor:pointer}html.light .collections-view .collection-body .collections-sidebar .collection-list .collection-row .icon{display:none}html.light .collections-view .collection-body .collections-sidebar .collection-list .collection-row .collection-data{width:100%}html.light .collections-view .collection-body .collections-sidebar .collection-list .collection-row .collection-actions-holder{right:0;top:0;height:100%}html.light .collections-view .collection-body .collections-sidebar .collection-list .collection-row:hover .icon{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .collections-view .collection-body .collections-monitors{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;width:calc(100% - 300px);height:auto}html.light .collections-view .collection-body .collections-monitors .collections-table-header{color:#444}html.light .collections-view .collection-body .collections-monitors .collections-table-header .icon--chevron-up.hover{color:rgba(125,140,155,.5)}html.light .collections-view .collection-body .collections-monitors table{border-collapse:collapse;border-spacing:0;max-width:100%;width:100%}@media screen and (max-width: 89.9375rem){html.light .collections-view .collection-body .collections-monitors table th{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}html.light .collections-view .collection-body .collections-monitors table td:before{content:attr(data-label);float:left;margin-right:1em;min-width:30%;text-align:right;text-transform:uppercase;letter-spacing:0.0625em;font-size:0.8125rem;color:#888;position:relative;top:4px;margin-bottom:0.375em;clear:both}html.light .collections-view .collection-body .collections-monitors table tr{margin-bottom:2em;display:block}html.light .collections-view .collection-body .collections-monitors table tr:not(:first-of-type){border-top:0.0625rem solid #e6e7eb}html.light .collections-view .collection-body .collections-monitors table tr .checkbox label{display:inline}html.light .collections-view .collection-body .collections-monitors table td{display:block;text-align:left;border-bottom:none;min-height:2rem}html.light .collections-view .collection-body .collections-monitors table td.right-align,html.light .collections-view .collection-body .collections-monitors table td.center{text-align:left}}html.light .collections-view .collection-body .collections-monitors table tr td:first-child{height:0px}html.light .collections-view .collection-body .collections-monitors table tr td:first-child .checkbox{margin-top:26px;margin-bottom:-26px}html.light .custom-categories__body{display:grid;grid-gap:2rem;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));-ms-flex-pack:distribute;justify-content:space-around}html.light .custom-categories__category{background:#e6e7eb;border-radius:0.25rem}html.light .custom-categories__category-summary{max-width:calc(100% - 4rem)}html.light .custom-categories__discover input{width:120px}html.light .dashboard-command-center{height:100%}html.light .dashboard-command-center .widget-row{height:100%}html.light .dashboard-command-center .row.widget-row__children{max-width:none}html.light .dashboard-command-center .transition-container{height:100%}html.light .dashboard-command-center .dashboard-overview.widget-row__children{height:150px;margin-bottom:20px}html.light .dashboard-command-center-modal .settings-list>.row{border-top:1px solid #7d8c9b;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 0}html.light .dashboard-command-center-modal .settings-list>.row:last-child{border-bottom:1px solid #7d8c9b}html.light .dashboard-command-center-modal .buttons{margin-top:1.5em}html.light .dashboard-overview .product-nav input{background-color:#fff}html.light .dashboard-overview__folder-section__folders{overflow-x:scroll}html.light .dashboard-overview__tile-section__tiles__boxes{overflow-y:scroll;height:calc(100vh - 50px - 3.75em - 19.1875rem)}html.light .dashboard-overview__create-dashboard-modal .template-box{background-color:#fff;height:7.8125em;width:10.9375em}html.light .dashboard-overview__create-dashboard-modal .data-source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .dashboard-overview__create-dashboard-modal .data-source__source{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-right:.5em}html.light .dashboard-overview__create-dashboard-modal .data-source__segment{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;margin-left:.5em;margin-right:.5em}html.light .dashboard-overview__create-dashboard-modal .data-source__remove{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}html.light .dashboard-report-view{height:100vh}html.light .dashboard-report-view__body{background-color:#eef2f3;color:#000;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 80px);padding-top:1.5em}html.light .dashboard-report-view__pages{padding:0 2em;overflow-y:auto}html.light .dashboard-report-view__actions ul{list-style:none;padding-left:0}html.light .dashboard-report-view__actions button:hover,html.light .dashboard-report-view__actions button:active{color:inherit}@media(max-width: 650px){html.light .dashboard-report-view__actions{display:none}}html.light .dashboard-report-view__auxiliary button{width:155px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width: 650px){html.light .dashboard-report-view__auxiliary{display:none}}html.light .discover-content-view__preset-dropdown .dropdown__arrow{-webkit-filter:brightness(50%) sepia(1) hue-rotate(185deg) saturate(87.8%) brightness(96.94%);filter:brightness(50%) sepia(1) hue-rotate(185deg) saturate(87.8%) brightness(96.94%)}html.light .discover-content-modal{min-width:300px;z-index:1060}html.light .discover-content-modal__tile{height:210px;width:32%;border-radius:4px;background-color:#fff;color:#0f1828;-webkit-box-shadow:0 0.25rem 1rem rgba(0,0,0,.1);box-shadow:0 0.25rem 1rem rgba(0,0,0,.1);text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.light .discover-content-modal__tile.selected{border:3px solid #1f505b}html.light .engage-view{margin:calc(-30px) calc(-45px) calc(-30px) calc(-45px);height:calc(100% + 2*30px)}html.light .engage-view__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}html.light .engage-view__product-nav{-ms-flex-preferred-size:100%;flex-basis:100%;position:relative;margin:0;left:0;top:0;color:#444}html.light .engage-view__product-nav__search{width:275px}html.light .engage-view__product-nav__filter-panel{background-color:#f4f4f6;min-width:400px}html.light .engage-view__queue-list{width:249px;border-right:1px solid #e6e7eb;background-color:#fafbfb;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:0;-ms-flex:none;flex:none;overflow:auto}html.light .engage-view__queue-list::-webkit-scrollbar{width:2px;height:2px}html.light .engage-view__columns{-ms-flex-preferred-size:calc(100vw - 250px - 249px);flex-basis:calc(100vw - 250px - 249px);overflow-x:auto;height:calc(100% - 54px);-webkit-transition:-webkit-flex-basis 300ms;transition:-webkit-flex-basis 300ms;transition:flex-basis 300ms;transition:flex-basis 300ms, -webkit-flex-basis 300ms, -ms-flex-preferred-size 300ms}html.light .engage-view__messages{width:calc(45vw - 250px - 249px);min-width:350px;max-height:100%;border-right:1px solid #e6e7eb;-webkit-transition:width 300ms;transition:width 300ms}html.light .engage-view__post{width:calc(48vw - 250px - 249px);min-width:450px;max-height:100%;background-color:#fff;border-right:1px solid #e6e7eb;-webkit-transition:width 300ms;transition:width 300ms}html.light .engage-view__post .engage-view__column-header{background:#fafbfb}html.light .engage-view__details{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:350px;max-height:100%}html.light .engage-view__column-header{min-height:50px}html.light .engage-view__product-nav{height:54px}html.light .application-layout .application-layout__main .engage-view .product-nav{margin-left:0 !important}html.light .application-layout.collapsed .engage-view__columns{-ms-flex-preferred-size:calc(100vw - 50px - 249px);flex-basis:calc(100vw - 50px - 249px)}html.light .application-layout.collapsed .engage-view__messages{width:calc(45vw - 50px - 249px)}html.light .application-layout.collapsed .engage-view__post{width:calc(48vw - 50px - 249px)}html.light .application-layout.engage .application-layout__content{margin-top:0;height:calc(100vh - 50px)}html.light .explore-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1.875em -2.8125em;height:calc(100vh - 50px - 3.75em)}html.light .explore-view__vis{-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:100%;max-width:calc(100% - 400px)}html.light .explore-view__tools{-webkit-box-flex:1;-ms-flex:1 0 0;flex:0 0 400px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-color:#f4f4f6;height:100%;overflow-y:auto}html.light .explore-view__tools .data-source__source{margin-bottom:0.25em}html.light .explore-view__tools .data-source__source .dropdown{display:block}html.light .explore-view__tools .data-source__source .dropdown__options{right:0}html.light .explore-view__tools .data-source__segment{display:inline-block;width:90%}html.light .explore-view__tools .data-source__segment .dropdown__options{right:0}html.light .explore-view__tools .data-source__remove{display:inline-block;width:10%;text-align:center}html.light .explore-view__tools .data-source__remove .icon:hover{color:#000}html.light .explore-view__share-modal .explore-link{background-color:#fff;margin-bottom:0;margin-right:1em;font-size:1.125rem}html.light .feed-view{margin:0 0 -2rem}html.light .feed-view__new-mention-counter{background:#1f505b;border-radius:50px;padding:.5rem 1rem;color:#fff;position:sticky;left:50%;top:calc(50px3.75em + 40px);z-index:10;-webkit-transition:300ms;transition:300ms}html.light .feed-view__new-mention-counter:hover{background:rgba(31,80,91,.8)}html.light .feed-view__body{width:100%;margin:0 auto}html.light .feed-view__body--command-center{position:fixed;left:0;right:0;top:0;min-height:100vh;z-index:1040;padding:2rem;background:#fff}html.light .feed-view__fade-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;z-index:1000;opacity:0;-webkit-transition:300ms;transition:300ms}html.light .feed-view__command-center-nav{position:fixed;right:0;left:-250px;z-index:1050;-webkit-transition:300ms;transition:300ms;background-color:hsla(0,0%,100%,.75)}html.light .feed-view .open{top:0}html.light .feed-view .closed{top:-3.75em}html.light .feed-view__masonry .masonry-container{margin:0 auto;overflow-y:hidden}html.light .feed-view__masonry--loader{opacity:50%;height:600px;border-radius:7px;background:linear-gradient(246deg, #2a3541, #191414)}html.light .feed-view__bulk-edit{position:sticky;top:-30px;padding:.5rem 0;background:#fff;z-index:5}html.light .feed-view__bulk-edit label{min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .feed-view__bulk-edit .dropdown{width:200px;max-width:200px}html.light .feed-view__bulk-edit p{text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .feed-filters{width:100%}html.light .feed-filters__search-input[type=search]{width:286px;height:1.75rem;font-size:0.9375rem}html.light .collapsed .feed-view__command-center-nav{left:-50px}html.light .gallery-view{position:relative}html.light .gallery-view__subheader{position:sticky;top:-10px;padding:1rem 0;background:#fff;z-index:5}html.light .gallery-view__subheader .spacer{width:120px}html.light .gallery-view__bulk-options .dropdown{height:33px;font-size:0.8125rem}html.light .gallery-view__history .button-group__button{min-width:120px}html.light .gallery-view__history .inverted{background:#1f505b;border-color:#1f505b;color:#fff;font-weight:700}html.light .album-navigation{font-size:1.125rem;font-size:0.9375rem}html.light .album-navigation__albums{overflow-x:scroll;font-size:15px}html.light .album-navigation__breadcrumbs{font-size:18px;overflow-x:auto}html.light .album-navigation__album-tile{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem 1.5rem;background:#fff;border-radius:0.25rem;-ms-flex-negative:0;flex-shrink:0}html.light .album-navigation__album-tile .icon{position:absolute;right:1rem}html.light .gallery-masonry{width:100%;max-height:none;overflow:hidden}html.light .gallery-masonry__brick,html.light .gallery-masonry__brick--selected{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}html.light .gallery-masonry__brick--overlay{position:absolute;width:100%;height:100%;opacity:0;top:0;left:0;-webkit-transition:300ms;transition:300ms}html.light .gallery-masonry__brick--overlay>button{background-color:rgba(0,0,0,.7)}html.light .gallery-masonry__brick--overlay .mini-gallery__more{background:rgba(0,0,0,.7);padding:.51rem;position:relative;top:1px;border:1px solid;border-left:0}html.light .gallery-masonry__brick--overlay .mini-gallery__more:hover{border-color:#5dc09c;background:rgba(0,0,0,0);color:#5dc09c}html.light .gallery-masonry__brick--overlay .mini-gallery__more:hover:hover{background:#5dc09c;-webkit-box-shadow:0 0 0.25em rgba(0,0,0,.05);box-shadow:0 0 0.25em rgba(0,0,0,.05);color:#fff}html.light .gallery-masonry__brick--overlay .mini-gallery__more:hover:active{background:#5dc09c;-webkit-box-shadow:0 0 0.625em rgba(0,0,0,.05);box-shadow:0 0 0.625em rgba(0,0,0,.05);color:#fff}html.light .gallery-masonry__brick--overlay .media__top-right{position:absolute;right:.25em;top:.25em}html.light .gallery-masonry__brick--overlay .media__top-right .media__menu{padding:.25rem .25rem 0 .25rem;border-radius:0.25rem;background-color:rgba(0,0,0,.7)}html.light .gallery-masonry__brick--overlay .media__top-right .media__menu .media-menu-item{padding-bottom:.1rem;padding-top:.15rem}html.light .gallery-masonry__brick--overlay .media__top-right .media__menu i{font-size:1.5em}html.light .gallery-masonry__brick--overlay .media__top-right .media__menu a:hover{color:#fff}html.light .gallery-masonry__brick--selected img,html.light .gallery-masonry__brick--selected video{width:calc(100% - 2rem);margin-top:1rem}html.light .gallery-masonry__brick--selected .media__menu{right:1.4em;top:1.4em}html.light .gallery-masonry__brick--selected .gallery-masonry__brick-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .gallery-masonry__brick--selected .gallery-masonry__brick__smart-social{right:1.4em;bottom:.7em}html.light .gallery-masonry__brick:hover .gallery-masonry__brick--overlay,html.light .gallery-masonry__brick--selected:hover .gallery-masonry__brick--overlay{opacity:1}html.light .gallery-masonry__brick:hover .gallery-masonry__select-button,html.light .gallery-masonry__brick:hover .gallery-masonry__select-button--selected,html.light .gallery-masonry__brick--selected:hover .gallery-masonry__select-button,html.light .gallery-masonry__brick--selected:hover .gallery-masonry__select-button--selected{opacity:1;z-index:1}html.light .gallery-masonry__brick--scheduled-date{position:absolute;bottom:0;background-color:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;margin:0;width:100%}html.light .gallery-masonry__brick__smart-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35px;height:35px;border-radius:50%;position:absolute;right:.25rem;bottom:.25rem;color:#fff;background-color:#ddc04c;z-index:1}html.light .gallery-masonry__brick__smart-social .icon--smart-social{font-size:1.7rem}html.light .gallery-masonry__brick-media{position:relative}html.light .gallery-masonry__brick-media.video{color:blue}html.light .gallery-masonry__brick-media.video::after{content:"";position:absolute;height:0;width:0;top:calc(50% - 20px);left:calc(50% - 18px);border-left:40px solid hsla(0,0%,100%,.8);border-top:20px solid rgba(0,0,0,0);border-bottom:20px solid rgba(0,0,0,0);border-right:40px solid rgba(0,0,0,0)}html.light .gallery-masonry__select-button,html.light .gallery-masonry__select-button--selected{font-size:2rem;opacity:36%;color:#fff;position:absolute;left:.25rem;top:.25rem;-webkit-transition:all 300ms;transition:all 300ms;opacity:0}html.light .gallery-masonry__select-button::after,html.light .gallery-masonry__select-button--selected::after{content:"";display:inline-block;width:1.8rem;height:1.8rem;left:2px;bottom:1px;z-index:-1;position:absolute;background:#7d8c9b;border-radius:50%}html.light .gallery-masonry__select-button:hover,html.light .gallery-masonry__select-button--selected:hover{opacity:80%}html.light .gallery-masonry__select-button--selected{position:absolute;left:.25rem;top:.25rem;opacity:100%;z-index:4;color:#fff}html.light .gallery-masonry__select-button--selected::before{position:relative;z-index:2}html.light .gallery-masonry__select-button--selected::after{z-index:1;position:absolute;background:#1f505b}html.light .gallery-masonry__download-button,html.light .gallery-masonry__fullscreen-button,html.light .gallery-masonry__crop-button{padding:.5em 1em}html.light .gallery-masonry__download-button:hover,html.light .gallery-masonry__fullscreen-button:hover,html.light .gallery-masonry__crop-button:hover{color:#fff;background:#0f1828}html.light .media-select-modal{max-height:100%;max-width:80%;width:100%;overflow-y:auto;font-size:0.8125rem;font-weight:bold;list-style:none;padding:0;margin:0;position:relative;z-index:1050;background:#fff;border:0.0625rem solid #7d8c9b;border-radius:4px;-webkit-box-shadow:0 4px 40px 0 rgba(0,0,0,.6);box-shadow:0 4px 40px 0 rgba(0,0,0,.6);padding:.5rem}html.light .media-select-modal__media{height:100px}html.light .media-select-modal__media img{height:100px}html.light .media-select-modal__media button{opacity:0}html.light .media-select-modal__media:hover button{opacity:1}html.light .invitation-view{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .invitation-view__form{-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;padding:60px}html.light .invitation-view__form .form-group{padding:20px 0}html.light .invitation-view__form input[type=submit]{width:70%}html.light .invitation-view .success-text{padding:0 0 25px 0;font-size:1.25rem;text-align:center}html.light .invitation-view__warning{border:1px solid #ffb924;border-radius:10px;color:#ffb924;padding:10px}html.light .landing-view-container{max-width:80rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}html.light .landing-view-container .product-section{background-color:#e6e7eb;border-radius:12px;background-repeat:no-repeat;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .landing-view-container .product-section.listen{background-image:url(/app/eef4eeda47dd6dd202f2.png);background-position:bottom}html.light .landing-view-container .product-section.engage{background-image:url(/app/32cf3bcbd161e13f0fe3.png);background-position:left top}html.light .landing-view-container .product-section.publish{background-image:url(/app/101c6721f717aa9fed5f.png);background-position:top}html.light .landing-view-container .product-section.reviews{background-image:url(/app/2275b844d180bee319ee.png);background-position:right top}html.light .landing-view-container .product-section .feature-description-container{max-width:20%;min-width:200px;background-color:rgba(249,249,249,.815);border-radius:12px}html.light .landing-view-container .product-section .feature-link{background-color:#1f505b;color:#fff;border:1px solid rgba(0,0,0,0);border-radius:4px}html.light .landing-view-container .product-section .feature-link:hover{background:rgba(0,0,0,0);color:#000;border:1px solid #1f505b;-webkit-transition:background-color 300ms,border 300ms;transition:background-color 300ms,border 300ms}@media screen and (max-width: 825px){html.light .landing-view-container .product-section.listen,html.light .landing-view-container .product-section.engage,html.light .landing-view-container .product-section.publish,html.light .landing-view-container .product-section.reviews{background-size:unset}}html.light .application-layout.landing_view .application-layout__content{margin-top:0;height:calc(100vh - 50px)}html.light .free-trial-progress-panel{max-width:80rem}html.light .free-trial-progress-panel .steps a{width:185px}html.light .free-trial-progress-panel .icon.task{font-size:5em;color:#6b7676}html.light .free-trial-progress-panel .icon.smtask{font-size:2.5em;color:#6b7676}html.light .free-trial-progress-panel .success{color:#5dc09c}html.light .free-trial-progress-panel .warning{color:#ffb924}html.light .labels-view{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-1.875em}html.light .labels-view__posts-container,html.light .labels-view__manager{height:calc(100vh - 50px - 3.75em - 2rem - 62px);overflow-x:hidden;overflow-y:auto}html.light .labels-view__posts-container::-webkit-scrollbar,html.light .labels-view__manager::-webkit-scrollbar{background-color:#ccc;width:8px;border-radius:3px;border:1px solid rgba(0,0,0,0);background-clip:padding-box}html.light .labels-view__posts-container::-webkit-scrollbar-thumb,html.light .labels-view__manager::-webkit-scrollbar-thumb{border-radius:4px;background-color:#888;border:2px solid rgba(0,0,0,0);background-clip:padding-box}html.light .labels-view__posts-container{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .labels-view__posts-container .masonry__columns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .labels-view__manager{max-width:400px;min-width:400px}html.light .labels-view__manager::-webkit-scrollbar{display:none}html.light .labels-view__manager::-webkit-scrollbar-thumb{display:none}html.light .labels-view__manager::-webkit-scrollbar-track{display:none}html.light .labels-view__zero-state-box,html.light .campaign-detail-view__zero-state-box{border:2px dashed #e6e7eb}html.light .labels-view__zero-state-box__link:hover{color:#1f505b;text-decoration:underline}html.light .labels-view__dropdown__options{border:0.0625rem solid #7d8c9b;background:#fff;top:calc(100% + 1px);left:-13px;min-width:100px;margin-top:10px;z-index:11101}html.light .labels-view__dropdown__tooltip .rc-tooltip{padding:0;border:none}html.light .labels-view__dropdown__tooltip .rc-tooltip-arrow{display:none}html.light .labels-view__dropdown__tooltip .rc-tooltip-inner{background:none;max-width:none;padding:0;border:none;-webkit-box-shadow:0 0 #000;box-shadow:0 0 #000}html.light .location-competitor-view .comparison-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .location-competitor-view .label-column{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:1.5em}html.light .location-competitor-view .comparison-column{-webkit-box-flex:0;-ms-flex:0 0 320px;flex:0 0 320px;border:1px solid #e6e7eb;margin-right:1em}html.light .location-competitor-view .comparison-column__body{position:relative}html.light .location-competitor-view .comparison-column__body .loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(244,244,246,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .location-competitor-view .comparison-column__body .loading>div{text-align:center}html.light .location-competitor-view .heading{height:2.4em;overflow:hidden;padding:.5em;text-align:center;border-bottom:1px solid #e6e7eb}html.light .location-competitor-view .heading .ranking{background-color:rgba(0,0,0,.2);display:inline-block;width:1.75em;height:1.75em;border-radius:50%;overflow:hidden;padding:0;vertical-align:middle;margin-top:-2px;margin-right:3px}html.light .location-competitor-view .heading>div{font-size:1em}html.light .location-competitor-view .label-cell,html.light .location-competitor-view .score-cell{border-bottom:1px solid #e6e7eb;padding:.5em;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .location-competitor-view .label-cell{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html.light .location-competitor-view .label-cell>div{font-weight:400;font-size:1em}html.light .location-competitor-view .score-cell{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .location-competitor-view .score-cell .score{font-weight:normal;font-size:1.25em}html.light .location-competitor-view .medium-cell{height:90px}html.light .location-competitor-view .large-cell{height:120px}html.light .location-competitor-view .xlarge-cell{height:160px}html.light .location-competitor-view .mine .heading{background-color:#1f505b;color:#fff}html.light .location-competitor-view .mine .score-cell{background-color:#f5fbfc}html.light .location-competitor-view .competitor .heading{background-color:none}html.light .location-competitor-view .rep-score{border-left-width:4px;border-left-style:solid;padding:.3em .5em;font-size:1.25em;font-weight:normal}html.light .location-competitor-view .percent-bar{display:inline-block;width:40%;height:8px;background-color:#ededef;position:relative}html.light .location-competitor-view .percent-bar__filled{display:inline-block;height:100%;background-color:#1f505b;position:absolute;top:0;left:0}html.light .location-competitor-view .change{padding-top:.2em;font-size:.8em;color:#6b7676}html.light .location-competitor-view .change .positive{color:#5dc09c}html.light .location-competitor-view .change .negative{color:#db4a2b}html.light .location-competitor-view .change .neutral{color:#ffb924}html.light .location-competitor-view .icon--trophy{color:#e9b941;font-size:1.5em;vertical-align:middle;margin-right:3px;margin-top:-2px}html.light .location-competitor-view .sentiment-container .sentiment-container__labels{font-weight:bold}html.light .location-competitor-view .sentiment-container .sentiment-container__labels .positive{color:#5dc09c}html.light .location-competitor-view .sentiment-container .sentiment-container__labels .negative{color:#db4a2b}html.light .location-competitor-view .sentiment-container .sentiment-container__labels .neutral{color:#ffb924}html.light .location-competitor-view .sentiment-container .sentiment-container__bar{display:inline-block;height:8px;width:40%;background-color:#ededef;position:relative}html.light .location-competitor-view .sentiment-container .sentiment-container__bar__positive,html.light .location-competitor-view .sentiment-container .sentiment-container__bar__negative,html.light .location-competitor-view .sentiment-container .sentiment-container__bar__neutral{display:inline-block;height:100%;position:absolute;top:0;left:0}html.light .location-competitor-view .sentiment-container .sentiment-container__bar__positive{background-color:#5dc09c}html.light .location-competitor-view .sentiment-container .sentiment-container__bar__negative{background-color:#db4a2b}html.light .location-competitor-view .sentiment-container .sentiment-container__bar__neutral{background-color:#ffb924}html.light .location-competitor-view .sentiment-bar{margin-top:2.3em;display:inline-block;width:40%;height:8px;background:-webkit-gradient(linear, left top, right top, from(#db4a2b), color-stop(50%, #FFB924), to(#5dc09c));background:linear-gradient(to right, #db4a2b 0%, #FFB924 50%, #5dc09c 100%);position:relative}html.light .location-competitor-view .sentiment-bar__tooltip{position:absolute;top:-2.1em;width:1.75em;height:1.75em;padding:1px;color:#fff;margin-left:-0.875em;font-weight:bold}html.light .location-competitor-view .sentiment-bar__tooltip-notch{width:0;height:0;position:absolute;top:-0.4em;padding:0;margin-left:-4px;border-top-width:6px;border-top-style:solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);border-bottom:none}html.light .location-competitor-view .tag{border-radius:0 0 0 0;padding:.2em .4em .2em .4em;font-weight:bold;text-transform:none;height:auto;font-size:.9em;color:#000}html.light .notifications-view__actions{height:40px}html.light .notifications-view__notification{position:relative}html.light .notifications-view__notification:hover{background-color:rgba(230,231,235,.2);cursor:pointer}html.light .notifications-view__notification--selected{border-color:#1f505b}html.light .notifications-view__notification__status{position:absolute;left:-25px}html.light .notifications-view__notification__status:after{content:"";display:block;width:8px;height:8px;margin-top:-4px;border-radius:50%;background-color:#1f505b}html.light .notifications-view__notification__content{width:90%}html.light .notifications-view__notification__content blockquote{border-left:4px solid #e6e7eb;color:rgb(110.5,110.5,110.5);font-size:1.1em}html.light .notifications-view__notification__time{font-size:1.2em}html.light .notifications-view__notification .notification-avatar{width:3rem}html.light .collapsed .posts-view .product-nav{margin-left:40px !important}html.light .posts-view{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-1.875em}html.light .posts-view .product-nav{margin-left:240px}html.light .posts-view__posts-container{height:calc(100vh - 50px - 3.75em - 2rem - 85px);overflow-x:hidden;overflow-y:auto}html.light .posts-view__posts-container::-webkit-scrollbar{background-color:#ccc;width:8px;border-radius:3px;border:1px solid rgba(0,0,0,0);background-clip:padding-box}html.light .posts-view__posts-container::-webkit-scrollbar-thumb{border-radius:4px;background-color:#888;border:2px solid rgba(0,0,0,0);background-clip:padding-box}html.light .posts-view__posts-container{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .posts-view__posts-container .masonry-container{overflow-y:visible}html.light .posts-view__posts-container .masonry__columns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .posts-view__zero-state-box{border:2px dashed #e6e7eb}html.light .posts-view__zero-state-box__link:hover{color:#1f505b;text-decoration:underline}html.light .posts-view__heading-filter{overflow:visible;-webkit-transition:300ms;transition:300ms}html.light .posts-view__heading-filter .dropdown{position:relative;padding-left:55px;margin-right:-55px;right:55px}html.light .posts-view__heading-filter .dropdown__options{margin-top:10px}html.light .posts-view__heading-filter .dropdown__selected-text{font-weight:400}html.light .posts-view__heading-filter .dropdown:hover:not(.dropdown--disabled) .dropdown__selected-text,html.light .posts-view__heading-filter .dropdown:hover:not(.dropdown--disabled) i{opacity:1;color:#0f1828}html.light .posts-view__heading-filter .text--brand{-webkit-transition:300ms;transition:300ms}html.light .posts-view__heading-filter:hover .text--brand{color:#0f1828}html.light .printable-feed-view{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}html.light .printable-feed-view a,html.light .printable-feed-view .a{color:#1f505b}html.light .printable-feed-view a:hover,html.light .printable-feed-view a:active,html.light .printable-feed-view .a:hover,html.light .printable-feed-view .a:active{color:#1f505b}html.light .printable-feed-view a.text--quiet,html.light .printable-feed-view .a.text--quiet{color:#6b7676}html.light .printable-feed-view a.text--quiet:hover,html.light .printable-feed-view a.text--quiet:active,html.light .printable-feed-view .a.text--quiet:hover,html.light .printable-feed-view .a.text--quiet:active{color:#6b7676}html.light .printable-feed-view .cover-page{padding:.5in;background:#fff;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}html.light .printable-feed-view .cover-page__logo{position:absolute;right:36px;top:36px;width:130px;height:auto}html.light .printable-feed-view .cover-page__title{height:250px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}html.light .printable-feed-view .cover-page__title__background{font-size:12rem;margin:0;opacity:.1;position:absolute;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .printable-feed-view .cover-page__title__foreground{text-transform:uppercase;letter-spacing:2px;-webkit-text-stroke:2px}html.light .printable-feed-view .cover-page__stats-container{padding:1.5rem;position:relative}html.light .printable-feed-view .cover-page__stats-container__background{background:#000;opacity:.1;position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}html.light .printable-feed-view .cover-page__stats-container h3{margin:0 .5rem 0 0;text-transform:uppercase;display:inline-block;font-weight:500}html.light .printable-feed-view .cover-page__stat{font-size:1.25rem;margin-bottom:1rem}html.light .printable-feed-view .cover-page__stat:nth-last-of-type(1){margin-bottom:0}html.light .printable-feed-view .cover-page__processing-date{position:absolute;bottom:.5in;right:.5in;padding:.7rem 1rem .7rem 2.2rem}html.light .printable-feed-view .cover-page__processing-date__background{position:absolute;right:0;bottom:0;opacity:.1}html.light .printable-feed-view .mention-page{padding:1in .5in;background:#fff;color:#000;-webkit-column-break-after:always;page-break-after:always;break-after:always;position:relative;overflow:hidden}html.light .printable-feed-view .mention-page__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:0;margin-bottom:3rem}html.light .printable-feed-view .mention-page__header-content{text-align:center;position:relative;min-width:110px}html.light .printable-feed-view .mention-page__page-number{font-size:8rem;opacity:.1;position:absolute;right:0;top:0;line-height:1rem}html.light .printable-feed-view .mention-page__monitor-name{font-weight:500}html.light .printable-feed-view .mention-page .hr{-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;background:#000;max-width:590px;margin-right:2rem}html.light .printable-feed-view .mention-page .masonry-printable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-8px;width:100%}html.light .printable-feed-view .mention-page .masonry-container{overflow:hidden}html.light .printable-feed-view .mention-page .masonry-container::-webkit-scrollbar{display:none}html.light .printable-feed-view .render_finished{position:absolute;visibility:hidden}html.light .report-divider--left svg{position:absolute}html.light .report-divider--left svg polygon{fill:#000;opacity:.675}html.light .report-divider--left div{margin-left:380px;-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .mention-page__footer__light-block{background-color:#000;opacity:.18}html.light .mention-page__footer__dark-block{background-color:#000;opacity:.675}html.light .mention-page__footer--0{position:absolute;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:8rem}html.light .mention-page__footer--0 .mention-page__footer__light-block,html.light .mention-page__footer--0 .mention-page__footer__dark-block{height:100%}html.light .mention-page__footer--0 .mention-page__footer__light-block{width:36.5%;position:absolute;left:0;-webkit-clip-path:polygon(0% 0%, 100% 0%, 82% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 0%, 82% 100%, 0% 100%)}html.light .mention-page__footer--0 .mention-page__footer__dark-block{width:67.5%;position:absolute;right:0;-webkit-clip-path:polygon(9.5% 0%, 100% 0%, 100% 100%, 0% 100%);clip-path:polygon(9.5% 0%, 100% 0%, 100% 100%, 0% 100%)}html.light .mention-page__footer--1{position:absolute;bottom:0;left:0;width:100%;min-height:5rem;max-height:8rem}html.light .mention-page__footer--1 .mention-page__footer__light-block{height:100%;position:absolute;bottom:0;width:100%;left:0}html.light .mention-page__footer--1 .mention-page__footer__dark-block{min-height:5rem;max-height:8rem;position:absolute;top:-2.5rem;right:0;width:480px;bottom:2rem;-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%)}html.light .mention-page__footer--2{position:absolute;bottom:0;left:0;width:100%;min-height:5rem;max-height:8rem}html.light .mention-page__footer--2 .mention-page__footer__light-block{height:100%;position:absolute;bottom:0;width:100%;left:0}html.light .mention-page__footer--2 .mention-page__footer__dark-block{min-height:5rem;max-height:8rem;position:absolute;top:-2.5rem;left:0;width:480px;bottom:2rem;-webkit-clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%)}html.light .mention-page__footer--3 .mention-page__footer__light-block{position:absolute;bottom:-157px;left:-2px;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);width:108%;height:17rem}html.light .mention-page__footer--3 .mention-page__footer__dark-block{position:absolute;bottom:-157px;right:-2px;-webkit-transform:rotate(15deg);transform:rotate(15deg);width:108%;height:17rem}html.light .mention-page__footer--4 .mention-page__footer__light-block{position:absolute;bottom:-198px;right:73px;-webkit-transform:rotate(23deg);transform:rotate(23deg);width:108%;height:17rem}html.light .mention-page__footer--4 .mention-page__footer__dark-block{position:absolute;bottom:-132px;left:-2px;-webkit-transform:rotate(-22deg);transform:rotate(-22deg);width:121%;height:20rem}html.light .dashboard-report-view .cover-page,html.light .dashboard-report-view .dashboard-page{-webkit-box-shadow:0 10px 20px rgba(0,0,0,.2);box-shadow:0 10px 20px rgba(0,0,0,.2);margin-bottom:2rem}html.light .printable-dashboard-view,html.light .dashboard-report-view{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}html.light .printable-dashboard-view a,html.light .printable-dashboard-view .a,html.light .dashboard-report-view a,html.light .dashboard-report-view .a{color:#1f505b}html.light .printable-dashboard-view a:hover,html.light .printable-dashboard-view a:active,html.light .printable-dashboard-view .a:hover,html.light .printable-dashboard-view .a:active,html.light .dashboard-report-view a:hover,html.light .dashboard-report-view a:active,html.light .dashboard-report-view .a:hover,html.light .dashboard-report-view .a:active{color:#1f505b}html.light .printable-dashboard-view a.text--quiet,html.light .printable-dashboard-view .a.text--quiet,html.light .dashboard-report-view a.text--quiet,html.light .dashboard-report-view .a.text--quiet{color:#6b7676}html.light .printable-dashboard-view a.text--quiet:hover,html.light .printable-dashboard-view a.text--quiet:active,html.light .printable-dashboard-view .a.text--quiet:hover,html.light .printable-dashboard-view .a.text--quiet:active,html.light .dashboard-report-view a.text--quiet:hover,html.light .dashboard-report-view a.text--quiet:active,html.light .dashboard-report-view .a.text--quiet:hover,html.light .dashboard-report-view .a.text--quiet:active{color:#6b7676}html.light .printable-dashboard-view .panel,html.light .printable-dashboard-view .panel__heading,html.light .printable-dashboard-view .panel__body,html.light .dashboard-report-view .panel,html.light .dashboard-report-view .panel__heading,html.light .dashboard-report-view .panel__body{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#000;height:100%}html.light .printable-dashboard-view .cover-page,html.light .printable-dashboard-view .dashboard-page,html.light .dashboard-report-view .cover-page,html.light .dashboard-report-view .dashboard-page{padding:.5in .5in;background:#fff;color:#000;position:relative}html.light .printable-dashboard-view .cover-page__dashboard-name,html.light .printable-dashboard-view .dashboard-page__dashboard-name,html.light .dashboard-report-view .cover-page__dashboard-name,html.light .dashboard-report-view .dashboard-page__dashboard-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.light .printable-dashboard-view .cover-page,html.light .dashboard-report-view .cover-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .printable-dashboard-view .cover-page__logo,html.light .dashboard-report-view .cover-page__logo{position:absolute;right:36px;top:36px;width:130px;height:auto}html.light .printable-dashboard-view .cover-page__title,html.light .dashboard-report-view .cover-page__title{height:250px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}html.light .printable-dashboard-view .cover-page__title__background,html.light .dashboard-report-view .cover-page__title__background{font-size:12.2rem;font-weight:600;-webkit-transform:translate(-7px, 0);transform:translate(-7px, 0);margin:0;opacity:.1;position:absolute;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .printable-dashboard-view .cover-page__title__foreground,html.light .dashboard-report-view .cover-page__title__foreground{font-size:1.8rem;text-transform:uppercase;letter-spacing:2px;-webkit-text-stroke:2px}html.light .printable-dashboard-view .cover-page__stats-container,html.light .dashboard-report-view .cover-page__stats-container{padding:1.5rem;position:relative}html.light .printable-dashboard-view .cover-page__stats-container__background,html.light .dashboard-report-view .cover-page__stats-container__background{background:#000;opacity:.1;position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}html.light .printable-dashboard-view .cover-page__stats-container h3,html.light .dashboard-report-view .cover-page__stats-container h3{margin:0 .5rem 0 0;text-transform:uppercase;display:inline-block;font-weight:500}html.light .printable-dashboard-view .cover-page__stat,html.light .dashboard-report-view .cover-page__stat{font-size:1.25rem;margin-bottom:1rem}html.light .printable-dashboard-view .cover-page__stat:nth-last-of-type(1),html.light .dashboard-report-view .cover-page__stat:nth-last-of-type(1){margin-bottom:0}html.light .printable-dashboard-view .dashboard-page,html.light .dashboard-report-view .dashboard-page{-webkit-column-break-after:always;page-break-after:always;break-after:always;position:relative;overflow:hidden}html.light .printable-dashboard-view .dashboard-page .widget--report-mode,html.light .dashboard-report-view .dashboard-page .widget--report-mode{margin-bottom:1rem;overflow:hidden;position:relative;z-index:1}html.light .printable-dashboard-view .dashboard-page .widget--report-mode h2,html.light .dashboard-report-view .dashboard-page .widget--report-mode h2{margin-top:0}html.light .printable-dashboard-view .dashboard-page .widget--report-mode .icon.circle,html.light .dashboard-report-view .dashboard-page .widget--report-mode .icon.circle{background-color:#f1b72d;padding:.3rem;color:#fff}html.light .printable-dashboard-view .dashboard-page .widget-body,html.light .printable-dashboard-view .dashboard-page .widget-description,html.light .dashboard-report-view .dashboard-page .widget-body,html.light .dashboard-report-view .dashboard-page .widget-description{-webkit-box-flex:1;-ms-flex:1;flex:1}html.light .printable-dashboard-view .dashboard-page__header,html.light .dashboard-report-view .dashboard-page__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:0;margin-bottom:2.5rem}html.light .printable-dashboard-view .dashboard-page__header-content,html.light .dashboard-report-view .dashboard-page__header-content{text-align:center;position:relative;min-width:110px}html.light .printable-dashboard-view .dashboard-page__page-number,html.light .dashboard-report-view .dashboard-page__page-number{font-size:7rem;font-weight:600;opacity:.1;position:absolute;right:0;top:0;line-height:1rem}html.light .printable-dashboard-view .dashboard-page__widget .widget-description p,html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-description p,html.light .printable-dashboard-view .dashboard-page__widget--large .widget-description p,html.light .printable-dashboard-view .dashboard-page__widget--small .widget-description p,html.light .dashboard-report-view .dashboard-page__widget .widget-description p,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-description p,html.light .dashboard-report-view .dashboard-page__widget--large .widget-description p,html.light .dashboard-report-view .dashboard-page__widget--small .widget-description p{font-size:.9rem}html.light .printable-dashboard-view .dashboard-page__widget .smart-widget-description,html.light .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description,html.light .printable-dashboard-view .dashboard-page__widget--large .smart-widget-description,html.light .printable-dashboard-view .dashboard-page__widget--small .smart-widget-description,html.light .dashboard-report-view .dashboard-page__widget .smart-widget-description,html.light .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description,html.light .dashboard-report-view .dashboard-page__widget--large .smart-widget-description,html.light .dashboard-report-view .dashboard-page__widget--small .smart-widget-description{font-size:.8rem}html.light .printable-dashboard-view .dashboard-page__widget .smart-widget-description h3,html.light .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description h3,html.light .printable-dashboard-view .dashboard-page__widget--large .smart-widget-description h3,html.light .printable-dashboard-view .dashboard-page__widget--small .smart-widget-description h3,html.light .dashboard-report-view .dashboard-page__widget .smart-widget-description h3,html.light .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description h3,html.light .dashboard-report-view .dashboard-page__widget--large .smart-widget-description h3,html.light .dashboard-report-view .dashboard-page__widget--small .smart-widget-description h3{margin:0 0 .3rem;font-size:1rem}html.light .printable-dashboard-view .dashboard-page__widget .smart-widget-description div,html.light .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description div,html.light .printable-dashboard-view .dashboard-page__widget--large .smart-widget-description div,html.light .printable-dashboard-view .dashboard-page__widget--small .smart-widget-description div,html.light .dashboard-report-view .dashboard-page__widget .smart-widget-description div,html.light .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description div,html.light .dashboard-report-view .dashboard-page__widget--large .smart-widget-description div,html.light .dashboard-report-view .dashboard-page__widget--small .smart-widget-description div{margin-bottom:.6rem}html.light .printable-dashboard-view .dashboard-page__widget .widget-type--image,html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-type--image,html.light .printable-dashboard-view .dashboard-page__widget--large .widget-type--image,html.light .printable-dashboard-view .dashboard-page__widget--small .widget-type--image,html.light .dashboard-report-view .dashboard-page__widget .widget-type--image,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-type--image,html.light .dashboard-report-view .dashboard-page__widget--large .widget-type--image,html.light .dashboard-report-view .dashboard-page__widget--small .widget-type--image{background-size:contain;background-repeat:no-repeat;background-position:top}html.light .printable-dashboard-view .dashboard-page__widget h2,html.light .printable-dashboard-view .dashboard-page__widget--xlarge h2,html.light .printable-dashboard-view .dashboard-page__widget--large h2,html.light .printable-dashboard-view .dashboard-page__widget--small h2,html.light .dashboard-report-view .dashboard-page__widget h2,html.light .dashboard-report-view .dashboard-page__widget--xlarge h2,html.light .dashboard-report-view .dashboard-page__widget--large h2,html.light .dashboard-report-view .dashboard-page__widget--small h2{margin-top:1.5rem;margin-bottom:0}html.light .printable-dashboard-view .dashboard-page__widget--small,html.light .dashboard-report-view .dashboard-page__widget--small{max-height:310px;overflow:hidden}html.light .printable-dashboard-view .dashboard-page__widget--small .widget-type--image,html.light .dashboard-report-view .dashboard-page__widget--small .widget-type--image{height:280px;margin-bottom:1rem}html.light .printable-dashboard-view .dashboard-page__widget--small .widget-body,html.light .dashboard-report-view .dashboard-page__widget--small .widget-body{position:relative;display:inline-block;height:220px;width:50%;min-width:50%}html.light .printable-dashboard-view .dashboard-page__widget--small .widget-body:only-child,html.light .dashboard-report-view .dashboard-page__widget--small .widget-body:only-child{width:100%;min-width:100%}html.light .printable-dashboard-view .dashboard-page__widget--small .widget-description,html.light .dashboard-report-view .dashboard-page__widget--small .widget-description{display:inline-block;padding-left:2rem;width:50%}html.light .printable-dashboard-view .dashboard-page__widget--small .widget-description p,html.light .dashboard-report-view .dashboard-page__widget--small .widget-description p{width:100%;overflow-wrap:break-word}html.light .printable-dashboard-view .dashboard-page__widget--large,html.light .dashboard-report-view .dashboard-page__widget--large{margin-bottom:3rem;max-height:490px}html.light .printable-dashboard-view .dashboard-page__widget--large .widget-type--image,html.light .dashboard-report-view .dashboard-page__widget--large .widget-type--image{height:420px}html.light .printable-dashboard-view .dashboard-page__widget--large .widget-body,html.light .dashboard-report-view .dashboard-page__widget--large .widget-body{height:280px;-webkit-box-flex:1;-ms-flex:1 1 280px;flex:1 1 280px}html.light .printable-dashboard-view .dashboard-page__widget--large .widget-body:only-child,html.light .dashboard-report-view .dashboard-page__widget--large .widget-body:only-child{min-width:100%}html.light .printable-dashboard-view .dashboard-page__widget--large .widget-description,html.light .dashboard-report-view .dashboard-page__widget--large .widget-description{margin-top:1rem}html.light .printable-dashboard-view .dashboard-page__widget--large .widget-description p,html.light .dashboard-report-view .dashboard-page__widget--large .widget-description p{margin-top:0;width:100%;overflow-wrap:break-word}html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-type--image,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-type--image{height:720px}html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-body,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-body{height:740px;-webkit-box-flex:1;-ms-flex:1 1 450px;flex:1 1 450px}html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-body:only-child,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-body:only-child{min-width:720px}html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-body.widget-type-smart,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-body.widget-type-smart{height:380px;-webkit-box-flex:1;-ms-flex:1 1 380px;flex:1 1 380px}html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-description,html.light .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-description,html.light .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description{margin-top:1rem}html.light .printable-dashboard-view .dashboard-page__widget--xlarge .widget-description p,html.light .printable-dashboard-view .dashboard-page__widget--xlarge .smart-widget-description p,html.light .dashboard-report-view .dashboard-page__widget--xlarge .widget-description p,html.light .dashboard-report-view .dashboard-page__widget--xlarge .smart-widget-description p{margin-top:0;background-color:hsla(0,0%,100%,.3)}html.light .printable-dashboard-view .dashboard-page__footer__light-block,html.light .dashboard-report-view .dashboard-page__footer__light-block{background-color:#000;opacity:.08}html.light .printable-dashboard-view .dashboard-page__footer__dark-block,html.light .dashboard-report-view .dashboard-page__footer__dark-block{background-color:#000;opacity:.675}html.light .printable-dashboard-view .dashboard-page__footer--1 .dashboard-page__footer__light-block,html.light .dashboard-report-view .dashboard-page__footer--1 .dashboard-page__footer__light-block{position:absolute;bottom:-130px;left:19px;-webkit-transform:rotate(-18deg);transform:rotate(-18deg);width:108%;height:17rem}html.light .printable-dashboard-view .dashboard-page__footer--1 .dashboard-page__footer__dark-block,html.light .dashboard-report-view .dashboard-page__footer--1 .dashboard-page__footer__dark-block{position:absolute;bottom:-74px;right:0px;-webkit-transform:rotate(9deg);transform:rotate(9deg);height:9rem;width:108%}html.light .printable-dashboard-view .dashboard-page__footer--2 .dashboard-page__footer__light-block,html.light .dashboard-report-view .dashboard-page__footer--2 .dashboard-page__footer__light-block{position:absolute;bottom:0;right:0;height:89%;width:50%;-webkit-clip-path:polygon(0 0, 100% 5%, 100% 100%, 0 100%);clip-path:polygon(0 0, 100% 5%, 100% 100%, 0 100%)}html.light .printable-dashboard-view .dashboard-page__footer--3 .dashboard-page__footer__light-block,html.light .dashboard-report-view .dashboard-page__footer--3 .dashboard-page__footer__light-block{position:absolute;bottom:0;right:0;height:90%;width:100%;-webkit-clip-path:polygon(0 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 100% 100%, 0 100%)}html.light .printable-dashboard-view .dashboard-page__footer--4 .dashboard-page__footer__light-block,html.light .dashboard-report-view .dashboard-page__footer--4 .dashboard-page__footer__light-block{position:absolute;bottom:0;right:0;height:90%;width:100%;-webkit-clip-path:polygon(0 100%, 100% 0, 100% 100%);clip-path:polygon(0 100%, 100% 0, 100% 100%)}html.light .printable-dashboard-view .dashboard-page__footer--5,html.light .dashboard-report-view .dashboard-page__footer--5{position:absolute;bottom:0;left:0;width:100%;min-height:5rem;max-height:8rem}html.light .printable-dashboard-view .dashboard-page__footer--5 .dashboard-page__footer__light-block,html.light .dashboard-report-view .dashboard-page__footer--5 .dashboard-page__footer__light-block{height:100%;position:absolute;bottom:0;width:100%;left:0}html.light .printable-dashboard-view .dashboard-page__footer--5 .dashboard-page__footer__dark-block,html.light .dashboard-report-view .dashboard-page__footer--5 .dashboard-page__footer__dark-block{min-height:5rem;max-height:8rem;position:absolute;top:-2.5rem;left:0;width:480px;bottom:2rem;-webkit-clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%)}html.light .printable-dashboard-view .dashboard-page .hr,html.light .dashboard-report-view .dashboard-page .hr{-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;background:#000;max-width:590px;margin-right:2rem}html.light .publish-preferences-view .settings-container{height:calc(100vh - 3.75em - 50px - 30px)}html.light .publish-preferences-view .settings-container .settings-nav{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.light .publish-preferences-view .settings-container .settings-nav ul{list-style:none;padding:0}html.light .publish-preferences-view .settings-container .settings-nav ul li:hover{color:#000;text-decoration:underline}html.light .publish-preferences-view .settings-container .settings-tools{overflow-y:auto}html.light .queues-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1.875em -2.8125em}html.light .queues-view .queues-list{-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0 45px}html.light .queues-view .queues-list .queues-list-content .queues-list-headers{padding-right:20px}html.light .queues-view .queue-details{-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-color:#f4f4f6;min-height:calc(100vh - 50px - 3.75em);padding:0 45px}html.light .queues-view .queue-details .queue-details-inputs{background-color:#fff;display:block}html.light .queues-view .queue-details .queue-details-inputs::-webkit-input-placeholder{color:#888}html.light .queues-view .queue-details .queue-details-inputs::-moz-placeholder{color:#888}html.light .queues-view .queue-details .queue-details-inputs::-ms-input-placeholder{color:#888}html.light .queues-view .queue-details .queue-details-inputs::placeholder{color:#888}html.light .queues-view .queue-details .queue-details-inputs::-ms-input-placeholder{color:#888}html.light .queues-view .queue-details .queue-details-inputs:hover{background:#fff;-webkit-box-shadow:0 0 0.3125em #e6e7eb;box-shadow:0 0 0.3125em #e6e7eb}html.light .queues-view .queue-details .width-85{width:85%}html.light .queues-view .queue-list-info-left{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0;text-align:left}html.light .queues-view .queue-list-info-other{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 125px;text-align:center}html.light .queues-view .queue-list-info-right{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;text-align:right}html.light .social-content-strategy-view__content__locations{overflow-y:scroll;height:calc(100vh - 50px - 3.75em - 9.5625rem)}html.light .smart-social-form h4{margin-top:0;margin-bottom:2px}html.light .smart-social-form__part{margin-top:30px}html.light .smart-social-form__part:first-child{margin-top:0}html.light .smart-social-form__form{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .sub-account-settings-view .settings-container{height:calc(100vh - 3.75em - 50px - 30px)}html.light .sub-account-settings-view .settings-container .settings-nav{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}html.light .sub-account-settings-view .settings-container .settings-nav ul{list-style:none;padding:0}html.light .sub-account-settings-view .settings-container .settings-nav ul li:hover{color:#000;text-decoration:underline}html.light .sub-account-settings-view .settings-container .settings-tools{overflow-y:auto}html.light .company-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .company-tags .dropdown{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .company-tags__autotags{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(max-width: 980px){html.light .company-tags__autotags{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}html.light .company-tags__tags{max-width:450px;-webkit-box-flex:0;-ms-flex:0 0 450px;flex:0 0 450px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4em}@media(max-width: 980px){html.light .company-tags__tags{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0}}html.light .unsubscribe-view{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}html.light .unsubscribe-view__box{-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;border-radius:10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.6);box-shadow:-1px 0 10px 3px rgba(0,0,0,.6);padding:60px;min-height:520px}html.light .unsubscribe-view__box .box-group{padding:20px 0}html.light .unsubscribe-view__box input[type=submit]{width:70%}html.light .unsubscribe-view .success-text{padding:0 0 25px 0;font-size:1.25rem;text-align:center}html.light .unsubscribe-view .logo{width:300px;padding:0 0 40px 0}html.light .workflow-index{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:scroll;overflow-y:hidden;height:calc(100vh - 50px - 3.75em - 3.75rem);margin:0}html.light .workflow-index::-webkit-scrollbar{display:none}html.light .workflow-index::-webkit-scrollbar-thumb{display:none}html.light .workflow-index::-webkit-scrollbar-track{display:none}html.light .workflow-index__setup{border-radius:50%;background:#f4f4f6;padding:2rem;width:min(50vw,70vh);height:min(50vw,70vh);min-width:320px;min-height:320px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}html.light .workflow-index__swimlanes{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}html.light .SignInView{all:initial;background-color:#fcfdfd;font-family:sans-serif;font-size:14px;margin:0;padding:0;min-height:100%}html.light .SignInView *{-webkit-box-sizing:border-box;box-sizing:border-box}html.light .SignInView .text-center{text-align:center}html.light .SignInView .text-right{text-align:right}html.light .SignInView .subtle{color:#888}html.light .SignInView .warning{color:#e30001}html.light .SignInView .a{color:#0183e3;cursor:pointer}html.light .SignInView .a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.light .SignInView .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .SignInView .flex-row.vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .SignInView .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .SignInView .flex-row>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .SignInView .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .SignInView .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .SignInView .flex-column>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .SignInView .gap{margin-top:30px}html.light .SignInView a{color:#0183e3;text-decoration:none}html.light .SignInView a:visited{color:#0183e3}html.light .SignInView a:active{color:#0183e3}html.light .SignInView a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.light .SignInView a.subtle{color:#000}html.light .SignInView a.subtle:visited{color:#000}html.light .SignInView a.subtle:active{color:#000}html.light .SignInView a.subtle:hover{color:#666}html.light .SignInView .modal__scrim{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75)}html.light .SignInView .modal__box{position:fixed;z-index:110;top:20px;bottom:20px;left:50%;width:700px;margin-left:-350px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .SignInView .modal__box--padded{padding:30px}html.light .SignInView .modal__box__title{margin-bottom:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.light .SignInView .modal__box__title__close{position:absolute;top:10px;right:0;width:24px;height:24px;cursor:pointer}html.light .SignInView .modal__box__title__close img{width:100%}html.light .SignInView .modal__box__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding-right:20px;overflow-y:scroll}html.light .SignInView .modal__box h1{font-size:2.5em;font-weight:300;margin:0}html.light .SignInView .modal__box h3{font-size:1.1em;font-weight:700;margin-bottom:1px}html.light .SignInView input[type=text],html.light .SignInView input[type=search],html.light .SignInView input[type=number],html.light .SignInView input[type=email],html.light .SignInView input[type=password],html.light .SignInView input[type=tel]{all:initial}html.light .SignInView label.block,html.light .SignInView label.image-uploader__dropzone__image{font-size:1.2em;font-weight:400;display:block;padding-bottom:10px}html.light .SignInView button,html.light .SignInView input[type=button],html.light .SignInView input[type=submit],html.light .SignInView a.button,html.light .SignInView .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .SignInView a,html.graphite .image-uploader__dropzone__buttons html.light .SignInView a{font-size:1.2em;height:3em;font-weight:400;outline:none;border:none;background-color:#ccbe02;color:#fff;padding:10px 30px;display:inline-block;cursor:pointer;font-weight:bold}html.light .SignInView button.inverted,html.light .SignInView input[type=button].inverted,html.light .SignInView input[type=submit].inverted,html.light .SignInView a.button.inverted,html.light .SignInView .image-uploader__dropzone__buttons a.inverted,html.light .image-uploader__dropzone__buttons .SignInView a.inverted,html.graphite .image-uploader__dropzone__buttons html.light .SignInView a.inverted{background-color:#fff;color:#222}html.light .SignInView button.large,html.light .SignInView input[type=button].large,html.light .SignInView input[type=submit].large,html.light .SignInView a.button.large,html.light .SignInView .image-uploader__dropzone__buttons a.large,html.light .image-uploader__dropzone__buttons .SignInView a.large,html.graphite .image-uploader__dropzone__buttons html.light .SignInView a.large{font-size:1.5em;padding:12px 40px;font-weight:400}html.light .SignInView input[type=checkbox]{display:none}html.light .SignInView input[type=checkbox]+label{display:inline-block}html.light .SignInView input[type=checkbox]+label:before{content:" ";font-family:"nuvi_icons_bold" !important;font-size:.75em;color:#fff;display:inline-block;vertical-align:middle;width:1.3em;height:1.3em;padding:0;margin:0 5px 0 0;border:2px solid #1f505b;background-color:rgba(0,0,0,0);overflow:hidden}html.light .SignInView input[type=checkbox]:checked+label:before{content:"";background-color:#1f505b}html.light .SignInView .mt-large{margin-top:18px}html.light .SignInView .carousel{position:relative;height:100%}html.light .SignInView .carousel .carousel__main{height:100%}html.light .SignInView .carousel .carousel__nav{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:30px}html.light .SignInView .carousel .carousel__nav .carousel__nav-dot{display:inline-block;width:20px;height:20px;border:2px solid hsla(0,0%,100%,.8);border-radius:10px;background-color:hsla(0,0%,100%,.8);cursor:pointer;margin:0 9px}html.light .SignInView .carousel .carousel__nav .carousel__nav-dot.active{border-color:hsla(0,0%,100%,.8);background-color:rgba(0,0,0,0);cursor:default}html.light .SignInView .carousel .carousel__nav .carousel__prev-arrow,html.light .SignInView .carousel .carousel__nav .carousel__next-arrow{display:inline-block;height:0;width:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);cursor:pointer}html.light .SignInView .carousel .carousel__nav .carousel__prev-arrow{border-right:20px solid hsla(0,0%,100%,.8);border-left:20px solid rgba(0,0,0,0);margin-right:30px}html.light .SignInView .carousel .carousel__nav .carousel__next-arrow{border-right:20px solid rgba(0,0,0,0);border-left:20px solid hsla(0,0%,100%,.8);margin-left:30px}html.light .SignInView .CustomerExperience{background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.light .SignInView .SocialAnalytics{background-image:url(/app/eb43bebdc8ed9f76fad7.jpg)}html.light .SignInView .CustomerExperience,html.light .SignInView .SocialAnalytics{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;height:100%;padding:40px}html.light .SignInView .CustomerExperience>div,html.light .SignInView .SocialAnalytics>div{position:absolute;left:40px;bottom:190px;width:calc(100% - 80px);color:#fff}html.light .SignInView .CustomerExperience h3,html.light .SignInView .SocialAnalytics h3{padding:0 30px 5px 30px;color:#fff;font-size:45px;font-weight:300;margin:0 0 5px 0;font-family:NoeDisplay-Medium,serif;letter-spacing:2px}html.light .SignInView .CustomerExperience p,html.light .SignInView .SocialAnalytics p{color:#fff;font-size:26px;font-weight:400;margin:0 0 5px 0;padding:0 30px 0 30px;font-family:sans-serif;letter-spacing:1px;line-height:1.4}html.light .SignInView .input-wrapper{position:relative;padding:0 0 4px 0;display:inline-block}html.light .SignInView .input-wrapper>input{font-family:sans-serif;outline:none;border:none;display:inline-block;padding:10px 2px;font-weight:600;font-size:1em}html.light .SignInView .input-wrapper>input+.input-wrapper__highlight{width:100%;height:0;position:absolute;left:0;bottom:4px;border-bottom:1px solid #ccc;-webkit-transition:.15s;transition:.15s}html.light .SignInView .input-wrapper>input::-webkit-input-placeholder{color:#ccc;font-weight:400}html.light .SignInView .input-wrapper>input::-moz-placeholder{color:#ccc;font-weight:400}html.light .SignInView .input-wrapper>input::-ms-input-placeholder{color:#ccc;font-weight:400}html.light .SignInView .input-wrapper>input::placeholder{color:#ccc;font-weight:400}html.light .SignInView .input-wrapper>input:active+.input-wrapper__highlight,html.light .SignInView .input-wrapper>input:focus+.input-wrapper__highlight{height:4px;border:none;background:-webkit-gradient(linear, left top, right top, from(#00DCFF), to(#0184E4));background:linear-gradient(90deg, #00DCFF, #0184E4);border-radius:2px}html.light .SignInView .input-wrapper.full-width{width:100%}html.light .SignInView .input-wrapper.full-width input{font-family:sans-serif;width:100%}html.light .SignInView .zero-state-loader{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}html.light .SignInView .zero-state-loader .zero-state-loader-item{position:relative;float:left;height:1.5em;width:2px;margin:0 1.5px;background-color:#0991dd}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(1){-webkit-animation:loader-item-1 2s linear infinite;animation:loader-item-1 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(2){-webkit-animation:loader-item-2 2s linear infinite;animation:loader-item-2 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(3){-webkit-animation:loader-item-3 2s linear infinite;animation:loader-item-3 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(4){-webkit-animation:loader-item-4 2s linear infinite;animation:loader-item-4 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(5){-webkit-animation:loader-item-5 2s linear infinite;animation:loader-item-5 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(6){-webkit-animation:loader-item-6 2s linear infinite;animation:loader-item-6 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(7){-webkit-animation:loader-item-7 2s linear infinite;animation:loader-item-7 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(8){-webkit-animation:loader-item-8 2s linear infinite;animation:loader-item-8 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(9){-webkit-animation:loader-item-9 2s linear infinite;animation:loader-item-9 2s linear infinite}html.light .SignInView .zero-state-loader .zero-state-loader-item:nth-child(10){-webkit-animation:loader-item-10 2s linear infinite;animation:loader-item-10 2s linear infinite}@-webkit-keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}html.light .SignInView .signin-view{background-color:#fcfdfd;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .SignInView .signin-view__carousel-container{padding:0;width:calc(100% - 540px);min-height:100%}html.light .SignInView .signin-view__carousel-container .whitelabel-image{background-position:center;background-size:cover;background-repeat:no-repeat;height:100%;background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.light .SignInView .signin-view__form{background-color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px;margin-left:-10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);padding:60px;right:0;top:0;min-height:100%;width:550px;z-index:1}html.light .SignInView .signin-view__form .form-group{padding:20px 0}html.light .SignInView .signin-view__form input[type=submit]{width:70%}html.light .SignInView .signin-view .logo{max-width:300px;max-height:300px;padding:50px 0}html.light .SignInView .signin-view h2{font-size:2em;font-weight:300;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;display:block;font-family:sans-serif;-webkit-margin-after:23.24px;margin-block-end:23.24px;-webkit-margin-before:23.24px;margin-block-start:23.24px;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-margin-start:0px;margin-inline-start:0px;text-align:center}html.light .ForgotPasswordView{all:initial;background-color:#fcfdfd;font-family:sans-serif;font-size:14px;margin:0;padding:0;height:100%}html.light .ForgotPasswordView *{-webkit-box-sizing:border-box;box-sizing:border-box}html.light .ForgotPasswordView .text-center{text-align:center}html.light .ForgotPasswordView .text-right{text-align:right}html.light .ForgotPasswordView .subtle{color:#888}html.light .ForgotPasswordView .warning{color:#e30001}html.light .ForgotPasswordView .a{color:#0183e3;cursor:pointer}html.light .ForgotPasswordView .a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.light .ForgotPasswordView .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .ForgotPasswordView .flex-row.vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .ForgotPasswordView .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .ForgotPasswordView .flex-row>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .ForgotPasswordView .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .ForgotPasswordView .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .ForgotPasswordView .flex-column>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .ForgotPasswordView .gap{margin-top:30px}html.light .ForgotPasswordView a{color:#0183e3;text-decoration:none}html.light .ForgotPasswordView a:visited{color:#0183e3}html.light .ForgotPasswordView a:active{color:#0183e3}html.light .ForgotPasswordView a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.light .ForgotPasswordView a.subtle{color:#000}html.light .ForgotPasswordView a.subtle:visited{color:#000}html.light .ForgotPasswordView a.subtle:active{color:#000}html.light .ForgotPasswordView a.subtle:hover{color:#666}html.light .ForgotPasswordView .modal__scrim{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75)}html.light .ForgotPasswordView .modal__box{position:fixed;z-index:110;top:20px;bottom:20px;left:50%;width:700px;margin-left:-350px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .ForgotPasswordView .modal__box--padded{padding:30px}html.light .ForgotPasswordView .modal__box__title{margin-bottom:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.light .ForgotPasswordView .modal__box__title__close{position:absolute;top:10px;right:0;width:24px;height:24px;cursor:pointer}html.light .ForgotPasswordView .modal__box__title__close img{width:100%}html.light .ForgotPasswordView .modal__box__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding-right:20px;overflow-y:scroll}html.light .ForgotPasswordView .modal__box h1{font-size:2.5em;font-weight:300;margin:0}html.light .ForgotPasswordView .modal__box h3{font-size:1.1em;font-weight:700;margin-bottom:1px}html.light .ForgotPasswordView input[type=text],html.light .ForgotPasswordView input[type=search],html.light .ForgotPasswordView input[type=number],html.light .ForgotPasswordView input[type=email],html.light .ForgotPasswordView input[type=password],html.light .ForgotPasswordView input[type=tel]{all:initial}html.light .ForgotPasswordView label.block,html.light .ForgotPasswordView label.image-uploader__dropzone__image{font-size:1.2em;font-weight:400;display:block;padding-bottom:10px}html.light .ForgotPasswordView button,html.light .ForgotPasswordView input[type=button],html.light .ForgotPasswordView input[type=submit],html.light .ForgotPasswordView a.button,html.light .ForgotPasswordView .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .ForgotPasswordView a,html.graphite .image-uploader__dropzone__buttons html.light .ForgotPasswordView a{font-size:1.2em;height:3em;font-weight:400;outline:none;border:none;background-color:#ccbe02;color:#fff;padding:10px 30px;display:inline-block;cursor:pointer;font-weight:bold}html.light .ForgotPasswordView button.inverted,html.light .ForgotPasswordView input[type=button].inverted,html.light .ForgotPasswordView input[type=submit].inverted,html.light .ForgotPasswordView a.button.inverted,html.light .ForgotPasswordView .image-uploader__dropzone__buttons a.inverted,html.light .image-uploader__dropzone__buttons .ForgotPasswordView a.inverted,html.graphite .image-uploader__dropzone__buttons html.light .ForgotPasswordView a.inverted{background-color:#fff;color:#222}html.light .ForgotPasswordView button.large,html.light .ForgotPasswordView input[type=button].large,html.light .ForgotPasswordView input[type=submit].large,html.light .ForgotPasswordView a.button.large,html.light .ForgotPasswordView .image-uploader__dropzone__buttons a.large,html.light .image-uploader__dropzone__buttons .ForgotPasswordView a.large,html.graphite .image-uploader__dropzone__buttons html.light .ForgotPasswordView a.large{font-size:1.5em;padding:12px 40px;font-weight:400}html.light .ForgotPasswordView input[type=checkbox]{display:none}html.light .ForgotPasswordView input[type=checkbox]+label{display:inline-block}html.light .ForgotPasswordView input[type=checkbox]+label:before{content:" ";font-family:"nuvi_icons_bold" !important;font-size:.75em;color:#fff;display:inline-block;vertical-align:middle;width:1.3em;height:1.3em;padding:0;margin:0 5px 0 0;border:2px solid #1f505b;background-color:rgba(0,0,0,0);overflow:hidden}html.light .ForgotPasswordView input[type=checkbox]:checked+label:before{content:"";background-color:#1f505b}html.light .ForgotPasswordView .mt-large{margin-top:18px}html.light .ForgotPasswordView .carousel{position:relative;height:100%}html.light .ForgotPasswordView .carousel .carousel__main{height:100%}html.light .ForgotPasswordView .carousel .carousel__nav{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:30px}html.light .ForgotPasswordView .carousel .carousel__nav .carousel__nav-dot{display:inline-block;width:20px;height:20px;border:2px solid hsla(0,0%,100%,.8);border-radius:10px;background-color:hsla(0,0%,100%,.8);cursor:pointer;margin:0 9px}html.light .ForgotPasswordView .carousel .carousel__nav .carousel__nav-dot.active{border-color:hsla(0,0%,100%,.8);background-color:rgba(0,0,0,0);cursor:default}html.light .ForgotPasswordView .carousel .carousel__nav .carousel__prev-arrow,html.light .ForgotPasswordView .carousel .carousel__nav .carousel__next-arrow{display:inline-block;height:0;width:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);cursor:pointer}html.light .ForgotPasswordView .carousel .carousel__nav .carousel__prev-arrow{border-right:20px solid hsla(0,0%,100%,.8);border-left:20px solid rgba(0,0,0,0);margin-right:30px}html.light .ForgotPasswordView .carousel .carousel__nav .carousel__next-arrow{border-right:20px solid rgba(0,0,0,0);border-left:20px solid hsla(0,0%,100%,.8);margin-left:30px}html.light .ForgotPasswordView .CustomerExperience{background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.light .ForgotPasswordView .SocialAnalytics{background-image:url(/app/eb43bebdc8ed9f76fad7.jpg)}html.light .ForgotPasswordView .CustomerExperience,html.light .ForgotPasswordView .SocialAnalytics{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;height:100%;padding:40px}html.light .ForgotPasswordView .CustomerExperience>div,html.light .ForgotPasswordView .SocialAnalytics>div{position:absolute;left:40px;bottom:190px;width:calc(100% - 80px);color:#fff}html.light .ForgotPasswordView .CustomerExperience h3,html.light .ForgotPasswordView .SocialAnalytics h3{padding:0 30px 5px 30px;color:#fff;font-size:45px;font-weight:300;margin:0 0 5px 0;font-family:NoeDisplay-Medium,serif;letter-spacing:2px}html.light .ForgotPasswordView .CustomerExperience p,html.light .ForgotPasswordView .SocialAnalytics p{color:#fff;font-size:26px;font-weight:400;margin:0 0 5px 0;padding:0 30px 0 30px;font-family:sans-serif;letter-spacing:1px;line-height:1.4}html.light .ForgotPasswordView .input-wrapper{position:relative;padding:0 0 4px 0;display:inline-block}html.light .ForgotPasswordView .input-wrapper>input{font-family:sans-serif;outline:none;border:none;display:inline-block;padding:10px 2px;font-weight:600;font-size:1em}html.light .ForgotPasswordView .input-wrapper>input+.input-wrapper__highlight{width:100%;height:0;position:absolute;left:0;bottom:4px;border-bottom:1px solid #ccc;-webkit-transition:.15s;transition:.15s}html.light .ForgotPasswordView .input-wrapper>input::-webkit-input-placeholder{color:#ccc;font-weight:400}html.light .ForgotPasswordView .input-wrapper>input::-moz-placeholder{color:#ccc;font-weight:400}html.light .ForgotPasswordView .input-wrapper>input::-ms-input-placeholder{color:#ccc;font-weight:400}html.light .ForgotPasswordView .input-wrapper>input::placeholder{color:#ccc;font-weight:400}html.light .ForgotPasswordView .input-wrapper>input:active+.input-wrapper__highlight,html.light .ForgotPasswordView .input-wrapper>input:focus+.input-wrapper__highlight{height:4px;border:none;background:-webkit-gradient(linear, left top, right top, from(#00DCFF), to(#0184E4));background:linear-gradient(90deg, #00DCFF, #0184E4);border-radius:2px}html.light .ForgotPasswordView .input-wrapper.full-width{width:100%}html.light .ForgotPasswordView .input-wrapper.full-width input{font-family:sans-serif;width:100%}html.light .ForgotPasswordView .zero-state-loader{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item{position:relative;float:left;height:1.5em;width:2px;margin:0 1.5px;background-color:#0991dd}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(1){-webkit-animation:loader-item-1 2s linear infinite;animation:loader-item-1 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(2){-webkit-animation:loader-item-2 2s linear infinite;animation:loader-item-2 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(3){-webkit-animation:loader-item-3 2s linear infinite;animation:loader-item-3 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(4){-webkit-animation:loader-item-4 2s linear infinite;animation:loader-item-4 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(5){-webkit-animation:loader-item-5 2s linear infinite;animation:loader-item-5 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(6){-webkit-animation:loader-item-6 2s linear infinite;animation:loader-item-6 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(7){-webkit-animation:loader-item-7 2s linear infinite;animation:loader-item-7 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(8){-webkit-animation:loader-item-8 2s linear infinite;animation:loader-item-8 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(9){-webkit-animation:loader-item-9 2s linear infinite;animation:loader-item-9 2s linear infinite}html.light .ForgotPasswordView .zero-state-loader .zero-state-loader-item:nth-child(10){-webkit-animation:loader-item-10 2s linear infinite;animation:loader-item-10 2s linear infinite}@-webkit-keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}html.light .ForgotPasswordView .forgotpassword-view{background-color:#fcfdfd;height:100%;position:relative}html.light .ForgotPasswordView .forgotpassword-view__image-container{background-image:url(/app/3d0b52be0bdc9fea1cd2.png);background-position:center;background-repeat:no-repeat;background-size:cover;padding:0;width:calc(100% - 540px);height:100%}html.light .ForgotPasswordView .forgotpassword-view__form{background-color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);padding:60px;position:absolute;right:0;top:0;height:100%;width:550px}html.light .ForgotPasswordView .forgotpassword-view__form .form-group{padding:20px 0}html.light .ForgotPasswordView .forgotpassword-view__form input[type=submit]{width:70%}html.light .ForgotPasswordView .forgotpassword-view .success-text{padding:0 0 25px 0;font-size:1.25rem}html.light .ForgotPasswordView .forgotpassword-view .logo{max-width:300px;max-height:300px;padding:50px 0}html.light .ForgotPasswordView .forgotpassword-view .header-text-holder{margin:50px 0}html.light .ForgotPasswordView .forgotpassword-view h2{font-size:2em;font-weight:300;margin-bottom:10px}html.light .ForgotPasswordView .forgotpassword-view h3{margin:0;font-weight:300;font-size:1.3em}html.light .ForgotPasswordView .forgotpassword-view .terms-footer{bottom:20px;text-align:center}html.light .FreeTrialView{color:#004f5d}html.light .FreeTrialView .header{border-bottom:1px solid #ccc;height:80px}html.light .FreeTrialView .header .logo{height:70px;padding:10px 0 0 20px}html.light .FreeTrialView .header .button,html.light .FreeTrialView .header .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .FreeTrialView .header a,html.graphite .image-uploader__dropzone__buttons html.light .FreeTrialView .header a{margin:0;padding:30px 40px;background-color:#eaff59;color:#004f5d;border:none;border-radius:0;display:block;height:79px;font-weight:600}html.light .FreeTrialView .product-descriptions{font-size:15px}html.light .FreeTrialView .product-descriptions h1{margin-top:50px;font-size:30px;font-weight:600}html.light .FreeTrialView .form-container{background-image:url(/app/f1045acae4ad34ff8ec1.png);background-position:left top;background-repeat:no-repeat}html.light .FreeTrialView .form-container h2{font-size:24px;font-weight:600}html.light .FreeTrialView .form-container input[type=text],html.light .FreeTrialView .form-container input[type=email],html.light .FreeTrialView .form-container input[type=password]{border-radius:0;background-color:#fff;border:1px solid #e8e8e8;font-size:15px;padding:10px 15px}html.light .FreeTrialView .form-container button{background-color:#004f5d;color:#fff;border:none;padding:10px 15px;font-size:15px;font-weight:600;border-radius:0}html.light .FreeTrialView .form-container .warning{color:#e30001}html.light .ResetPasswordView{all:initial;background-color:#fcfdfd;font-family:sans-serif;font-size:14px;margin:0;padding:0;height:100%}html.light .ResetPasswordView *{-webkit-box-sizing:border-box;box-sizing:border-box}html.light .ResetPasswordView .text-center{text-align:center}html.light .ResetPasswordView .text-right{text-align:right}html.light .ResetPasswordView .subtle{color:#888}html.light .ResetPasswordView .warning{color:#e30001}html.light .ResetPasswordView .a{color:#0183e3;cursor:pointer}html.light .ResetPasswordView .a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.light .ResetPasswordView .flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}html.light .ResetPasswordView .flex-row.vertical-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html.light .ResetPasswordView .flex-row>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .ResetPasswordView .flex-row>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .ResetPasswordView .flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .ResetPasswordView .flex-column>.flex-cell{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .ResetPasswordView .flex-column>.flex-cell.fixed{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}html.light .ResetPasswordView .gap{margin-top:30px}html.light .ResetPasswordView a{color:#0183e3;text-decoration:none}html.light .ResetPasswordView a:visited{color:#0183e3}html.light .ResetPasswordView a:active{color:#0183e3}html.light .ResetPasswordView a:hover{color:rgb(126.5657894737,200.1184210526,254.4342105263)}html.light .ResetPasswordView a.subtle{color:#000}html.light .ResetPasswordView a.subtle:visited{color:#000}html.light .ResetPasswordView a.subtle:active{color:#000}html.light .ResetPasswordView a.subtle:hover{color:#666}html.light .ResetPasswordView .modal__scrim{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75)}html.light .ResetPasswordView .modal__box{position:fixed;z-index:110;top:20px;bottom:20px;left:50%;width:700px;margin-left:-350px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .ResetPasswordView .modal__box--padded{padding:30px}html.light .ResetPasswordView .modal__box__title{margin-bottom:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}html.light .ResetPasswordView .modal__box__title__close{position:absolute;top:10px;right:0;width:24px;height:24px;cursor:pointer}html.light .ResetPasswordView .modal__box__title__close img{width:100%}html.light .ResetPasswordView .modal__box__content{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;padding-right:20px;overflow-y:scroll}html.light .ResetPasswordView .modal__box h1{font-size:2.5em;font-weight:300;margin:0}html.light .ResetPasswordView .modal__box h3{font-size:1.1em;font-weight:700;margin-bottom:1px}html.light .ResetPasswordView input[type=text],html.light .ResetPasswordView input[type=search],html.light .ResetPasswordView input[type=number],html.light .ResetPasswordView input[type=email],html.light .ResetPasswordView input[type=password],html.light .ResetPasswordView input[type=tel]{all:initial}html.light .ResetPasswordView label.block,html.light .ResetPasswordView label.image-uploader__dropzone__image{font-size:1.2em;font-weight:400;display:block;padding-bottom:10px}html.light .ResetPasswordView button,html.light .ResetPasswordView input[type=button],html.light .ResetPasswordView input[type=submit],html.light .ResetPasswordView a.button,html.light .ResetPasswordView .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .ResetPasswordView a,html.graphite .image-uploader__dropzone__buttons html.light .ResetPasswordView a{font-size:1.2em;height:3em;font-weight:400;outline:none;border:none;background-color:#ccbe02;color:#fff;padding:10px 30px;display:inline-block;cursor:pointer;font-weight:bold}html.light .ResetPasswordView button.inverted,html.light .ResetPasswordView input[type=button].inverted,html.light .ResetPasswordView input[type=submit].inverted,html.light .ResetPasswordView a.button.inverted,html.light .ResetPasswordView .image-uploader__dropzone__buttons a.inverted,html.light .image-uploader__dropzone__buttons .ResetPasswordView a.inverted,html.graphite .image-uploader__dropzone__buttons html.light .ResetPasswordView a.inverted{background-color:#fff;color:#222}html.light .ResetPasswordView button.large,html.light .ResetPasswordView input[type=button].large,html.light .ResetPasswordView input[type=submit].large,html.light .ResetPasswordView a.button.large,html.light .ResetPasswordView .image-uploader__dropzone__buttons a.large,html.light .image-uploader__dropzone__buttons .ResetPasswordView a.large,html.graphite .image-uploader__dropzone__buttons html.light .ResetPasswordView a.large{font-size:1.5em;padding:12px 40px;font-weight:400}html.light .ResetPasswordView input[type=checkbox]{display:none}html.light .ResetPasswordView input[type=checkbox]+label{display:inline-block}html.light .ResetPasswordView input[type=checkbox]+label:before{content:" ";font-family:"nuvi_icons_bold" !important;font-size:.75em;color:#fff;display:inline-block;vertical-align:middle;width:1.3em;height:1.3em;padding:0;margin:0 5px 0 0;border:2px solid #1f505b;background-color:rgba(0,0,0,0);overflow:hidden}html.light .ResetPasswordView input[type=checkbox]:checked+label:before{content:"";background-color:#1f505b}html.light .ResetPasswordView .mt-large{margin-top:18px}html.light .ResetPasswordView .carousel{position:relative;height:100%}html.light .ResetPasswordView .carousel .carousel__main{height:100%}html.light .ResetPasswordView .carousel .carousel__nav{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:30px}html.light .ResetPasswordView .carousel .carousel__nav .carousel__nav-dot{display:inline-block;width:20px;height:20px;border:2px solid hsla(0,0%,100%,.8);border-radius:10px;background-color:hsla(0,0%,100%,.8);cursor:pointer;margin:0 9px}html.light .ResetPasswordView .carousel .carousel__nav .carousel__nav-dot.active{border-color:hsla(0,0%,100%,.8);background-color:rgba(0,0,0,0);cursor:default}html.light .ResetPasswordView .carousel .carousel__nav .carousel__prev-arrow,html.light .ResetPasswordView .carousel .carousel__nav .carousel__next-arrow{display:inline-block;height:0;width:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);cursor:pointer}html.light .ResetPasswordView .carousel .carousel__nav .carousel__prev-arrow{border-right:20px solid hsla(0,0%,100%,.8);border-left:20px solid rgba(0,0,0,0);margin-right:30px}html.light .ResetPasswordView .carousel .carousel__nav .carousel__next-arrow{border-right:20px solid rgba(0,0,0,0);border-left:20px solid hsla(0,0%,100%,.8);margin-left:30px}html.light .ResetPasswordView .CustomerExperience{background-image:url(/app/3d0b52be0bdc9fea1cd2.png)}html.light .ResetPasswordView .SocialAnalytics{background-image:url(/app/eb43bebdc8ed9f76fad7.jpg)}html.light .ResetPasswordView .CustomerExperience,html.light .ResetPasswordView .SocialAnalytics{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;height:100%;padding:40px}html.light .ResetPasswordView .CustomerExperience>div,html.light .ResetPasswordView .SocialAnalytics>div{position:absolute;left:40px;bottom:190px;width:calc(100% - 80px);color:#fff}html.light .ResetPasswordView .CustomerExperience h3,html.light .ResetPasswordView .SocialAnalytics h3{padding:0 30px 5px 30px;color:#fff;font-size:45px;font-weight:300;margin:0 0 5px 0;font-family:NoeDisplay-Medium,serif;letter-spacing:2px}html.light .ResetPasswordView .CustomerExperience p,html.light .ResetPasswordView .SocialAnalytics p{color:#fff;font-size:26px;font-weight:400;margin:0 0 5px 0;padding:0 30px 0 30px;font-family:sans-serif;letter-spacing:1px;line-height:1.4}html.light .ResetPasswordView .input-wrapper{position:relative;padding:0 0 4px 0;display:inline-block}html.light .ResetPasswordView .input-wrapper>input{font-family:sans-serif;outline:none;border:none;display:inline-block;padding:10px 2px;font-weight:600;font-size:1em}html.light .ResetPasswordView .input-wrapper>input+.input-wrapper__highlight{width:100%;height:0;position:absolute;left:0;bottom:4px;border-bottom:1px solid #ccc;-webkit-transition:.15s;transition:.15s}html.light .ResetPasswordView .input-wrapper>input::-webkit-input-placeholder{color:#ccc;font-weight:400}html.light .ResetPasswordView .input-wrapper>input::-moz-placeholder{color:#ccc;font-weight:400}html.light .ResetPasswordView .input-wrapper>input::-ms-input-placeholder{color:#ccc;font-weight:400}html.light .ResetPasswordView .input-wrapper>input::placeholder{color:#ccc;font-weight:400}html.light .ResetPasswordView .input-wrapper>input:active+.input-wrapper__highlight,html.light .ResetPasswordView .input-wrapper>input:focus+.input-wrapper__highlight{height:4px;border:none;background:-webkit-gradient(linear, left top, right top, from(#00DCFF), to(#0184E4));background:linear-gradient(90deg, #00DCFF, #0184E4);border-radius:2px}html.light .ResetPasswordView .input-wrapper.full-width{width:100%}html.light .ResetPasswordView .input-wrapper.full-width input{font-family:sans-serif;width:100%}html.light .ResetPasswordView .zero-state-loader{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item{position:relative;float:left;height:1.5em;width:2px;margin:0 1.5px;background-color:#0991dd}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(1){-webkit-animation:loader-item-1 2s linear infinite;animation:loader-item-1 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(2){-webkit-animation:loader-item-2 2s linear infinite;animation:loader-item-2 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(3){-webkit-animation:loader-item-3 2s linear infinite;animation:loader-item-3 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(4){-webkit-animation:loader-item-4 2s linear infinite;animation:loader-item-4 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(5){-webkit-animation:loader-item-5 2s linear infinite;animation:loader-item-5 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(6){-webkit-animation:loader-item-6 2s linear infinite;animation:loader-item-6 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(7){-webkit-animation:loader-item-7 2s linear infinite;animation:loader-item-7 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(8){-webkit-animation:loader-item-8 2s linear infinite;animation:loader-item-8 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(9){-webkit-animation:loader-item-9 2s linear infinite;animation:loader-item-9 2s linear infinite}html.light .ResetPasswordView .zero-state-loader .zero-state-loader-item:nth-child(10){-webkit-animation:loader-item-10 2s linear infinite;animation:loader-item-10 2s linear infinite}@-webkit-keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-1{1%{-webkit-transform:scaleY(1);transform:scaleY(1)}11%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}21%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-2{7%{-webkit-transform:scaleY(1);transform:scaleY(1)}17%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}27%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-3{13%{-webkit-transform:scaleY(1);transform:scaleY(1)}23%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}33%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-4{19%{-webkit-transform:scaleY(1);transform:scaleY(1)}29%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}39%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-5{25%{-webkit-transform:scaleY(1);transform:scaleY(1)}35%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}45%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-6{31%{-webkit-transform:scaleY(1);transform:scaleY(1)}41%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}51%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-7{37%{-webkit-transform:scaleY(1);transform:scaleY(1)}47%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}57%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-8{43%{-webkit-transform:scaleY(1);transform:scaleY(1)}53%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}63%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-9{49%{-webkit-transform:scaleY(1);transform:scaleY(1)}59%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}69%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes loader-item-10{55%{-webkit-transform:scaleY(1);transform:scaleY(1)}65%{-webkit-transform:scaleY(1.4);transform:scaleY(1.4)}75%{-webkit-transform:scaleY(1);transform:scaleY(1)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}html.light .ResetPasswordView .resetpassword-view{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fcfdfd;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .ResetPasswordView .resetpassword-view__form{-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;background-color:#fff;border-radius:10px;-webkit-box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);box-shadow:-1px 0 10px 3px rgba(0,0,0,.3);padding:60px}html.light .ResetPasswordView .resetpassword-view__form .form-group{padding:20px 0}html.light .ResetPasswordView .resetpassword-view__form input[type=submit]{width:70%}html.light .ResetPasswordView .resetpassword-view .success-text{padding:0 0 25px 0;font-size:1.25rem;text-align:center}html.light .ResetPasswordView .resetpassword-view .logo{width:300px;padding:0 0 40px 0}html.light .ResetPasswordView__tooltip .rc-tooltip-inner{background:#fcfdfd;color:#000}html.light .bubble-stream-chart .bubble-stream__bubble{cursor:pointer}html.light .bubble-stream-chart .bubble-stream__bubble:hover{fill-opacity:1}html.light .bubble-stream-chart .bubble-stream__bubble{stroke:#fff;stroke-width:1px}html.light .bubble-stream-chart .bubble-stream__link,html.light .bubble-stream-chart .bubble-stream__highlight-bubble{stroke:#0f1828;stroke-opacity:.66}html.light .bubble-stream-chart image{pointer-events:none}html.light .word-burst{position:relative}html.light .word-burst svg{min-height:80vh}html.light .word-burst__back{position:absolute;top:0px;left:0px;font-size:14px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";color:#e6e7eb}html.light .word-burst__path{stroke:#fff;stroke-width:1px;fill:rgba(0,0,0,0);cursor:pointer}html.light .word-burst__path:hover{stroke-width:2.5px}html.light .word-burst__root{fill:rgba(0,0,0,0)}html.light .word-burst__tooltip{border-radius:2px;background:#3b5998;text-align:left;padding:8px 16px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative}html.light .word-burst__tooltip__value{font-size:28px;color:#1f505b}html.light .word-burst__tooltip__label{font-size:1.125rem}html.light .word-burst__tooltip:before{content:" ";position:absolute;top:100%;left:50%;height:0px;width:0px;margin-left:-15px;border-top:12px solid #3b5998;border-bottom:none;border-right:12px solid rgba(0,0,0,0);border-left:12px solid rgba(0,0,0,0)}html.light .word-cloud svg{min-height:300px}html.light .word-cloud__group text.hover{cursor:pointer;opacity:.6}html.light .word-cloud__group__text{cursor:pointer}html.light .word-cloud__group__text:hover{opacity:.5}html.light .word-cloud__tooltip{border-radius:2px;background:#3b5998;text-align:left;padding:8px 16px;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";position:relative}html.light .word-cloud__tooltip__value{font-size:28px;color:#1f505b}html.light .word-cloud__tooltip__label{font-size:1.125rem}html.light .word-cloud__tooltip:before{content:" ";position:absolute;top:100%;left:50%;height:0px;width:0px;margin-left:-15px;border-top:12px solid #3b5998;border-bottom:none;border-right:12px solid rgba(0,0,0,0);border-left:12px solid rgba(0,0,0,0)}html.light .settings-breadcrumbs{position:absolute;top:16px;left:35px;font-size:0.8125rem}html.light .settings-breadcrumbs__separator{color:#888}html.light .icon--bitly{background:url(/app/f90b9554313fa50811f4.png) no-repeat;display:inline-block;width:11px;height:11px;background-size:contain;position:relative;top:1px}html.light .limits-editor input{margin-bottom:0}html.light .social-media-pages__wait-indicator{top:0;left:0;right:0;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.3)}html.light .company_usage__count-bar{width:5rem}html.light .table-users .button,html.light .table-users .image-uploader__dropzone__buttons a,html.light .image-uploader__dropzone__buttons .table-users a,html.graphite .image-uploader__dropzone__buttons html.light .table-users a{margin:0 1em 0 0}html.light .draggable-list__target{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin:0 8px;min-width:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .draggable-list__target__title{font-size:1.125rem;margin-bottom:8px;color:#f4f4f6;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}html.light .draggable-list__target__list-container{overflow-y:auto;overflow-x:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html.light .draggable-list__target__list-container__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px}html.light .draggable-list__preview{max-width:325px}html.light .draggable-list__preview--multiple{border:0;padding:0}html.light .draggable-list__preview .user-item{border:0}html.light .draggable-list__preview .stacked-cards__container{position:relative}html.light .draggable-list__preview .stacked-cards__card{font-family:"Open Sans",sans-serif,"nuvi_icons_bold";width:200px;height:30px;position:absolute;background-color:#f4f4f6;border:1px solid hsl(191,49.1803278689%,3.9215686275%)}html.light .draggable-list__preview .stacked-cards__card__number{border-radius:12px;min-width:16px;background-color:hsl(191,49.1803278689%,3.9215686275%);display:inline-block;font-weight:bold;line-height:16px}html.light .draggable-list__preview .stacked-cards__card__item-names{margin-left:5px}html.light .draggable-list__preview .stacked-cards__card--top{font-size:0.9375rem;line-height:30px;text-align:center;z-index:130}html.light .draggable-list__preview .stacked-cards__card--middle{z-index:120;top:4px;left:4px;background-color:hsl(240,10%,91.0784313725%);border:1px solid hsl(191,49.1803278689%,3.9215686275%)}html.light .draggable-list__preview .stacked-cards__card--bottom{z-index:110;top:8px;left:8px;background-color:rgb(215.95,215.95,223.05);border:1px solid hsl(191,49.1803278689%,-6.0784313725%)}html.light .features{border-bottom:.0625rem solid #142541;padding-bottom:.5em}html.light .features-list__add-new-form .column--form__input{margin-bottom:0}html.light .image-uploader{padding:2em;border:1px dashed #7d8c9b;text-align:center;font-size:0.8125rem;background-color:#fff;margin-bottom:5em;position:relative;line-height:1}html.light .image-uploader__dropzone__edit{display:inline-block;cursor:pointer}html.light .image-uploader__dropzone__image{max-height:150px;max-width:100%}html.light .image-uploader__dropzone__input{display:none}html.light .image-uploader__dropzone__buttons{position:absolute;bottom:-30px;left:0}html.light .image-uploader__error{margin-bottom:25px}html.light .image-uploader__wait-indicator{position:absolute;top:0.625em;right:0;left:0;bottom:0}html.light .image-uploader__drop-message{position:absolute;top:0;left:0;right:0;bottom:0;min-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.6);pointer-events:none;background:rgba(93,192,156,.3);-webkit-box-shadow:0 0 0.25em #5dc09c;box-shadow:0 0 0.25em #5dc09c}html.light .user-avatar{position:relative}html.light .popover{border:0.0625rem solid #7d8c9b;overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;background-color:#fff;border-radius:2px;position:absolute;-webkit-box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6);box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6);width:25em}html.light .popover--top-center{-webkit-transform:translate(-75%, -100%);transform:translate(-75%, -100%);top:-0.9375em}html.light .popover__header{border-bottom:0.0625rem solid #7d8c9b}html.light .sentiment-rule__buttons{width:10%}html.light .sentiment-rule__primary-button{width:100%}html.light .sentiment-rule__secondary-button{top:calc(50% + 1.5em);left:calc(100% - 5em)}html.light .sentiment-rule__slider{width:10%}html.light .social-profile-row__delete{opacity:0;-webkit-transition:opacity 100ms;transition:opacity 100ms}html.light .social-profile-row:hover .social-profile-row__delete{opacity:1}html.light .row.social-profile-tab-container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html.light .row.social-profile-tab-container>.column{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .social-profile-fill-height{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .social-profile-fill-height>*{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px}html.light .user-permissions-modal .modal__content{padding:0}html.light .user-permissions-modal__header{border-bottom:1px solid #7d8c9b;padding:0.625em 1.5625em}html.light .user-permissions-modal__header h1,html.light .user-permissions-modal__header h2,html.light .user-permissions-modal__header p{margin:0.3125em 0}html.light .user-permissions-modal__content__user-selection{border-bottom:1px solid #7d8c9b;padding:0.625em 1.5625em 0}html.light .user-permissions-modal__content__user-selection input,html.light .user-permissions-modal__content__user-selection .dropdown{margin-bottom:1em}html.light .user-permissions-modal__content__company-selection{height:calc(100vh - 270px);overflow-y:scroll}html.light .user-permissions-modal__content__permission-selection{height:calc(100vh - 270px);overflow-y:scroll}html.light .user-permissions-modal__content__row{background-color:hsl(0,0%,98%);padding:0 1.5625em}html.light .user-permissions-modal__content__row--footer{background-color:#fff;border-top:1px solid #7d8c9b}html.light .user-permissions-modal__content__column .dropdown .dropdown__container{font-weight:400}html.light .user-permissions-modal__content__column .dropdown .dropdown__container::after{content:none}html.light .user-permissions__feature-title{background-color:hsl(0,0%,98%);padding:0 0.9375em}html.light .user-permissions__feature-child{background-color:hsl(0,0%,98%);padding:0 1.5625em}html.light .user-permissions__custom-permissions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #7d8c9b;border-top:1px solid #7d8c9b;background-color:hsl(0,0%,97%);padding:0.625em 1.5625em}html.light .user-permissions__custom-permissions .checkbox{font-size:0.875em}html.light .user-permissions__feature-name{line-height:2.25em}html.light .landing-page-logo{max-width:50%;max-height:100%}html.light .wizard__progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px}html.light .wizard__progress-bar .step{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}html.light .wizard__progress-bar .step__indicator{position:relative}html.light .wizard__progress-bar .step__indicator__symbol{background-color:#e6e7eb;border-radius:25px;height:25px;margin:auto;position:relative;width:25px}html.light .wizard__progress-bar .step__indicator__symbol--complete{background-color:#1f505b}html.light .wizard__progress-bar .step__indicator__label{margin-top:5px;padding:0 5px}html.light .wizard__progress-bar .step__track{position:relative;text-align:center;width:100%}html.light .wizard__progress-bar .step__track--complete{color:#1f505b}html.light .wizard__progress-bar .step__inbetween{height:5px;position:absolute;top:40%;width:100%}html.light .wizard__progress-bar .step__bar{background-color:#e6e7eb;height:100%;position:absolute;width:50%}html.light .wizard__progress-bar .step__bar--after{right:0}html.light .wizard__progress-bar .step__bar--before{left:0}html.light .wizard__progress-bar .step__bar--complete{background-color:#1f505b}html.light .wizard__progress-bar .step .inner-circle{background-color:hsla(191,49.1803278689%,8.9215686275%,.7);border-radius:50%;height:16px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px}html.light .wizard-step-animation--forward-enter{-webkit-transform:translateX(100%);transform:translateX(100%)}html.light .wizard-step-animation--forward-enter.wizard-step-animation--forward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.light .wizard-step-animation--backward-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%)}html.light .wizard-step-animation--backward-enter.wizard-step-animation--backward-enter-active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html.light .wizard-step-animation--fade-enter{opacity:.01}html.light .wizard-step-animation--fade-enter.wizard-step-animation--fade-enter-active{opacity:1;-webkit-transition:opacity 200ms ease-in;transition:opacity 200ms ease-in}html.light .user-item{background-color:#e6e7eb;border-bottom:solid #7d8c9b 1px}html.light .user-item.selected{background-color:#caced2}html.light .user-item__positions{width:100%}html.light .draggable-list__target__list-container{min-height:400px}html.light .draggable-list__target__list-container .portfolio-item>div{background-color:#e6e7eb}html.light .draggable-list__target__list-container .profile-item{background-color:#e6e7eb;cursor:-webkit-grab;cursor:grab;overflow:auto}html.light .draggable-list__target__list-container .profile-item:active{cursor:-webkit-grabbing;cursor:grabbing}html.light .list-container--destination{background-color:#e6e7eb}html.light .list-container--destination .draggable-list__target__drop-zone-container__drop-zone{text-align:center}html.light .assigned-users{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-webkit-columns:2;-moz-columns:2;columns:2;max-height:240px;overflow-y:auto}html.light .assigned-user{background-color:#e6e7eb;border:solid #fff .5em;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}html.light .assigned-user__item{margin-left:1em}html.light .assigned-user__item+html.light .assigned-user__item{margin-left:1em;overflow:hidden}html.light .global-svg{left:0;pointer-events:none;position:absolute;top:0}html.light body[has-modal]{overflow:hidden}html.light .wait-indicator--centered{height:100%;position:absolute;width:100%}html.light .legend__marker{display:inline-block;width:0.875rem;height:0.375rem;position:relative;top:-0.0625em;vertical-align:middle;border-radius:40px;background:#1f505b}html.light .coordinate-field-input{display:-webkit-box;display:-ms-flexbox;display:flex}html.light .coordinate-field-input__map{width:66%;display:inline-block}html.light .coordinate-field-input__values{overflow:auto;-ms-flex-item-align:end;align-self:flex-end;display:inline-block;background-color:#fff;width:32%;height:30vh;border:1px solid #caced2;margin-left:10px;padding:10px}html.light .coordinate-field-input__selected-region{padding:5px;border:1px solid #7d8c9b;display:inline-block;margin-bottom:2px}html.light .coordinate-field-input .close{display:inline-block;vertical-align:middle;cursor:pointer;margin-left:5px}html.light .coordinate-field-input .close__icon{height:17px;width:17px}html.light .data-select{position:fixed;top:0;right:0;bottom:0;left:50%;z-index:1050;overflow:auto;width:350px;margin-left:-175px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html.light .data-select__content{width:100%;text-align:left;border:0.0625rem solid #7d8c9b;overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;background-color:#fff;border-radius:2px;position:relative;margin:0 auto;-webkit-box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6);box-shadow:0px 4px 2.5em 0px rgba(0,0,0,.6)}html.light .data-select__options{max-height:255px;overflow-y:auto;background-color:#fff;border-top:0.0625rem solid #7d8c9b;border-bottom:0.0625rem solid #7d8c9b}html.light .mid-point-slider__label__text::after{content:"|";position:absolute;left:calc(50% - 1px);top:95%}html.light .mid-point-slider__label--mid{-ms-flex-item-align:center;align-self:center}html.light .mid-point-slider__label--end{-ms-flex-item-align:end;align-self:end}html.light .mid-point-slider__track{border:0.0625rem solid #7d8c9b;height:15px;background-color:#e6e7eb}html.light .mid-point-slider__indicator{height:calc(15px - 0.0625rem*2);background-color:#db4a2b;z-index:1;border-right:0.0625rem solid #7d8c9b}html.light .mid-point-slider__indicator--upper{background-color:#5dc09c;border-left:0.0625rem solid #7d8c9b;border-right:none}html.light .mid-point-slider__scrubber{color:rgba(0,0,0,.6);background-color:#f2f2f2;border-radius:15px;width:35px;height:calc(15px + 7px);top:-5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:1px;z-index:2;cursor:default}html.light .mid-point-slider:focus{outline:1px dotted #1f505b}html.light .rule-input{background-color:#fff}html.light .rule-input .dropdown{display:inline-block;border:0;margin-right:0.9375em;background-color:rgba(0,0,0,0)}html.light .rule-input .dropdown__container{padding:0}html.light .rule-input .panel-form__input textarea{vertical-align:top;margin:0;border:0}html.light .rule-input .panel-form__input .free-field-input textarea{border:0.0625rem solid #7d8c9b;margin-bottom:1em}html.light .rule-input .profile-field-input-box{width:100%}html.light .rule-input .coordinate-field-input,html.light .rule-input .places-field-input{padding:1em;padding-bottom:2em}html.light .rule-input .free-field-input textarea{vertical-align:top;margin:0}html.light .rule-input .free-field-input__options{position:absolute;top:-2.4375em;right:2.5em}html.light .rule-input .rule-template-toggle{background-color:#fff}html.light .rule-input .checkboxes-group ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}html.light .rule-input .checkboxes-group ul li{margin-top:5px;padding:0;-ms-flex:0 0 50%;-moz-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%}html.light .rule-input .social-users-input .select{border-radius:3px 0 0 3px;border-right:0}html.light .rule-input .social-users-input input[type]{border-radius:0 3px 3px 0;padding-top:7px}html.light .rule-input .location-map-rules{height:30vh}html.light .rule-input .location-map-rules input{width:calc(100% - 55px);background:rgba(0,0,0,.4);color:#fff;border-radius:0}html.light .rule-input .location-map-rules__circles-left-message{text-transform:uppercase;font-size:14px;margin:5px 0;color:#1f505b;font-family:"Open Sans",sans-serif,"nuvi_icons_bold"}html.light .rule-input .location-map-rules__circles-left-message--low{color:#ffb924}html.light .rule-input .location-map-rules__circles-left-message--none{color:#db4a2b}html.light .rule-input__checkbox-group{overflow-y:auto;max-height:30vh;background:#fff;border:0.0625rem solid #e6e7eb;padding:0.625em 0}html.light .rule-input__checkbox-group .checkbox{padding:0.3125em 0}html.light .rule-input__checkbox-group .checkboxes-input__zero-state{padding:5px 10px}html.light .rule-input__checkbox-all{width:100%;padding-left:.9rem}html.light .area-chart__area{-webkit-mask:url(#global-vertical-mask);mask:url(#global-vertical-mask)}html.light .axis-bottom,html.light .axis-left,html.light .axis-right,html.light .axis-top{font-size:0.6875rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:400;color:rgba(136,136,136,.75)}html.light .axis-bottom .tick line,html.light .axis-left .tick line,html.light .axis-right .tick line,html.light .axis-top .tick line{fill:rgba(0,0,0,0);stroke:rgba(0,0,0,0)}html.light .axis-bottom .tick text,html.light .axis-left .tick text,html.light .axis-right .tick text,html.light .axis-top .tick text{fill:rgba(136,136,136,.75);font-size:0.6875rem;font-family:"Open Sans",sans-serif,"nuvi_icons_bold";font-weight:400}html.light .axis-bottom .domain,html.light .axis-left .domain,html.light .axis-right .domain,html.light .axis-top .domain{stroke:rgba(136,136,136,.75)}html.light .bar-chart__group__bar{opacity:.75;-webkit-mask:url(#global-vertical-mask);mask:url(#global-vertical-mask)}html.light .bar-chart__group__bar:hover,html.light .bar-chart__group__bar.hovered{opacity:1}html.light .bar-line__group{-webkit-filter:url(#global-blur);filter:url(#global-blur);stroke:none}html.light .line-chart__line-chart path,html.light .interactive-line-chart__line-chart path{stroke-width:2px;-webkit-filter:url(#global-blur);filter:url(#global-blur)}html.light .scatterplot__dots__dot{r:2.5}html.light .scatterplot__dots__dot.noevents{pointer-events:none}html.light .scatterplot__dots__dot.bigger,html.light .scatterplot__dots__dot:hover{r:5}html.light .scatterplot__dots__dot-highlight{r:6;stroke:#0f1828;fill:none}html.light svg.sparkline{overflow:visible}html.light .sparkline .line-chart path{-webkit-filter:url(#global-blur);filter:url(#global-blur)}@keyframes lightPulse{1%{fill:hsl(207,82%,39%);stroke:hsl(207,82%,45%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,39%);box-shadow:0 0 5px 5px hsl(207,82%,39%)}50%{fill:hsl(207,82%,59%);stroke:hsl(207,82%,65%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,55%);box-shadow:0 0 5px 5px hsl(207,82%,55%)}100%{fill:hsl(207,82%,39%);stroke:hsl(207,82%,45%);-webkit-box-shadow:0 0 5px 5px hsl(207,82%,39%);box-shadow:0 0 5px 5px hsl(207,82%,39%)}}html.light svg .pulse{-webkit-animation:lightPulse 4s infinite;animation:lightPulse 4s infinite}html.light svg .pulse:hover{-webkit-animation:none;animation:none}html.light svg .color-white{color:#fff}html.light svg .font-small{font-size:0.625rem}html.light svg .stop1{stop-opacity:10}html.light svg .stop2{stop-opacity:50}html.light svg .stop3{stop-opacity:100}html.light .tooltip{position:absolute;z-index:11101}html.light .tooltip__container{border:1px solid #1f505b;border-radius:4px;padding:1.125rem;max-height:350px;max-width:450px;min-width:135px;background:#fff;-webkit-box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6);box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.6)}html.light .tooltip__name{color:#0f1828;font-size:0.8125rem;line-height:1.125rem;margin-bottom:0.3125rem}html.light .tooltip__stat{font-size:1.25rem;color:#0f1828;line-height:1.125rem;margin-bottom:0.5rem}html.light .tooltip__metric{text-transform:uppercase;color:#1f505b;font-size:0.8125rem;line-height:1.125rem}html{height:100%;font-size:100%;-webkit-box-sizing:border-box;box-sizing:border-box}@media print{html{-webkit-print-color-adjust:exact}}
