body {
    background-color: white;
    font-family: "San Francisco Text", sans-serif;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.noscroll {
    overflow: hidden;
}

.link--transition {
    transition: color .25s ease-in-out,
        background-color .25s ease-in-out,
        background-image .25s ease-in-out,
        opacity .25s ease-in-out;
}

.subscribe-form__input::-webkit-input-placeholder {
    color: #005EF4;
}
.subscribe-form__input::-moz-placeholder {
    color: #005EF4;
}
.subscribe-form__input:-ms-input-placeholder {
    color: #005EF4;
}

.clearfix {
    clear: both;
}

.public-DraftEditorPlaceholder-root {
  opacity: .5;
  position: absolute;
  pointer-events: none;
  width: 100%;
  color: #D002CD;
}

/** San Francisco Compact Text */
/** Light */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 100;
  src: url("fonts/SF-Compact-Text-Light.woff2") format('woff2'),
       url("fonts/SF-Compact-Text-Light.woff") format('woff'),
       url("fonts/SF-Compact-Text-Light.otf") format('otf'); }

/** Regular */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 300;
  src: url("fonts/SF-Compact-Text-Regular.woff2") format('woff2'),
       url("fonts/SF-Compact-Text-Regular.woff") format('woff'),
       url("fonts/SF-Compact-Text-Regular.otf") format('otf'); }

/** Normal */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 400;
  src: url("fonts/SF-Compact-Text-Medium.woff2") format('woff2'),
       url("fonts/SF-Compact-Text-Medium.woff") format('woff'),
       url("fonts/SF-Compact-Text-Medium.otf") format('otf'); }

/** Semi Bold */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 500;
  src: url("fonts/SF-Compact-Text-Semibold.woff2") format('woff2'),
       url("fonts/SF-Compact-Text-Semibold.woff") format('woff'),
       url("fonts/SF-Compact-Text-Semibold.otf") format('otf'); }

/** Bold */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 600;
  src: url("fonts/SF-Compact-Text-Bold.woff2") format('woff2'),
       url("fonts/SF-Compact-Text-Bold.woff") format('woff'),
       url("fonts/SF-Compact-Text-Bold.otf") format('otf'); }

/** Bold */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 700;
  src: url("fonts/SF-Compact-Text-Heavy.woff2") format('woff2'),
       url("fonts/SF-Compact-Text-Heavy.woff") format('woff'),
       url("fonts/SF-Compact-Text-Heavy.otf") format('otf'); }

/** Light Italic */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 100;
  font-style: italic;
  src: url("fonts/sf-compact-text-light-italic.woff2") format('woff2'),
       url("fonts/sf-compact-text-light-italic.woff") format('woff'),
       url("fonts/sf-compact-text-light-italic.otf") format('otf'); }

/** Regular Italic */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 300;
  font-style: italic;
  src: url("fonts/sf-compact-text-italic.woff2") format('woff2'),
       url("fonts/sf-compact-text-italic.woff") format('woff'),
       url("fonts/sf-compact-text-italic.otf") format('otf'); }

/** Normal Italic */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/sf-compact-text-medium-italic.woff2") format('woff2'),
       url("fonts/sf-compact-text-medium-italic.woff") format('woff'),
       url("fonts/sf-compact-text-medium-italic.otf") format('otf'); }

/** Semi Bold Italic */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/sf-compact-text-semibold-italic.woff2") format('woff2'),
       url("fonts/sf-compact-text-semibold-italic.woff") format('woff'),
       url("fonts/sf-compact-text-semibold-italic.otf") format('otf'); }

/** Bold Italic */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 600;
  font-style: italic;
  src: url("fonts/sf-compact-text-bold-italic.woff2") format('woff2'),
       url("fonts/sf-compact-text-bold-italic.woff") format('woff'),
       url("fonts/sf-compact-text-bold-italic.otf") format('otf'); }

/** Bold Italic */
@font-face {
  font-family: "San Francisco Text";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/sf-compact-text-heavy-italic.woff2") format('woff2'),
       url("fonts/sf-compact-text-heavy-italic.woff") format('woff'),
       url("fonts/sf-compact-text-heavy-italic.otf") format('otf'); }









/** San Francisco Compact Display */
/** Light */
@font-face {
  font-family: "San Francisco Display";
  font-weight: 100;
  src: local("SF UI Display"), local(".SFNSDisplay-Light"), url("fonts/SF-Compact-Display-Light.otf"); }

/** Regular */
@font-face {
  font-family: "San Francisco Display";
  font-weight: 300;
  src: local("SF UI Display"), local(".SFNSDisplay-Regular"), url("fonts/SF-Compact-Display-Regular.otf"); }

/** Normal */
@font-face {
  font-family: "San Francisco Display";
  font-weight: 400;
  src: local("SF UI Display"), local(".SFNSDisplay-Medium"), url("fonts/SF-Compact-Display-Medium.otf"); }

/** Semi Bold */
@font-face {
  font-family: "San Francisco Display";
  font-weight: 500;
  src: local("SF UI Display"), local(".SFNSDisplay-Semibold"), url("fonts/SF-Compact-Display-Semibold.otf"); }

/** Bold */
@font-face {
  font-family: "San Francisco Display";
  font-weight: 600;
  src: local("SF UI Display"), local(".SFNSDisplay-Bold"), url("fonts/SF-Compact-Display-Bold.otf"); }

/** Bold */
@font-face {
  font-family: "San Francisco Display";
  font-weight: 700;
  src: local("SF UI Display"), local(".SFNSDisplay-Bold"), url("fonts/SF-Compact-Display-Bold.otf"); }

/** Minion Pro */
/** Regular */
@font-face {
  font-family: "Minion Pro Regular";
  font-weight: 400;
  src: url("fonts/Minion_Pro_Regular.ttf"); }

/*
By default, Mapbox logo has z-index 1000. We need to override it to make it compatible with our current UI.
*/
.cr-page-location-section .leaflet-bottom.leaflet-left {
  z-index: 0;
}

@page {
    margin: 0 25px 40px 25px;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact;
    }

    div, span, p {
        color: #231F20 !important;
    }

    .no-print {
        display: none !important;
    }
}

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-effect-exit {
  opacity: 0; }
  .modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }
.fade-motion__fade-motion-enter--1PznY {
  opacity: 0; }

.fade-motion__fade-motion-enter-active--2zZKJ {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }

.fade-motion__fade-motion-exit--394Ma {
  opacity: 1; }

.fade-motion__fade-motion-exit-active--3oIOb {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.generic-modal__generic-modal--TQ1xA {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.8); }
  .generic-modal__generic-modal--TQ1xA .generic-modal-content {
    background-color: white;
    border: 1px solid #DBDBDB;
    margin: auto;
    width: 500px; }
  .generic-modal__generic-modal--TQ1xA.large-modal .generic-modal-content {
    max-height: calc(100vh - 120px);
    width: calc(100% - 120px);
    max-width: 1024px;
    margin-top: 60px; }

.request-document-modal-content__request-document-modal-content--219qa .request-document-content .request-document-instruction {
  color: #767676;
  font-weight: 300;
  padding-top: 38px;
  font-size: 14px;
  margin-bottom: 15px; }

.request-document-modal-content__generic-modal--IuYSZ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.8); }
  .request-document-modal-content__generic-modal--IuYSZ .generic-modal-content {
    background-color: white;
    border: 1px solid #DBDBDB;
    margin: auto;
    width: 500px; }
  .request-document-modal-content__generic-modal--IuYSZ.large-modal .generic-modal-content {
    max-height: calc(100vh - 120px);
    width: calc(100% - 120px);
    max-width: 1024px;
    margin-top: 60px; }

.request-document-modal-content__request-document-modal-content--219qa .request-document-link-button, .request-document-modal-content__request-document-modal-content--219qa .request-document-submit-button {
  text-decoration: none;
  width: 54px;
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #767676;
  cursor: pointer;
  display: inline-block; }

.request-document-modal-content__request-document-modal-content--219qa .request-document-content {
  padding: 0 16px 8px 16px; }
  .request-document-modal-content__request-document-modal-content--219qa .request-document-content .request-document-input {
    width: 100%;
    padding: 6px 12px 7px 12px;
    box-sizing: border-box;
    background-color: #F5F4F4;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #767676;
    border: none; }
    .request-document-modal-content__request-document-modal-content--219qa .request-document-content .request-document-input.emphasis {
      background-color: rgba(255, 96, 0, 0.1); }

.request-document-modal-content__request-document-modal-content--219qa .request-document-submit-button {
  color: #231F20;
  margin: 11px 16px 27px 16px;
  background: none;
  border: none;
  padding: 0; }

.request-document-modal-content__request-document-modal-content--219qa .request-document-message-box {
  background-color: #F5F4F4;
  height: 32px;
  border-top: 1px solid #DBDBDB;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #767676;
  font-weight: 400;
  padding-top: 6px; }

.hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh- {
  position: relative; }
  .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh-.hoverable:hover {
    border: 1px solid #D002CD;
    box-sizing: border-box; }
    .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh-.hoverable:hover .bottom-button-wrapper {
      display: block;
      position: absolute;
      z-index: 1;
      right: calc(50% - 120px / 2);
      bottom: -26px;
      min-width: 120px;
      text-align: center; }
    .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh-.hoverable:hover .top-button-wrapper {
      position: absolute;
      z-index: 1;
      display: block;
      top: 0;
      right: 0; }
  .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh- .bottom-button-wrapper {
    display: none; }
  .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh- .top-button-wrapper {
    display: none; }
  .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh- .hoverable-edit-wrapper-button {
    background-color: #F9D2E9;
    pointer-events: auto;
    padding: 5px 7px;
    border: 1px solid #D002CD;
    border-top: none;
    color: white;
    font-family: "San Francisco Text", sans-serif;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    font-weight: 300;
    display: inline-block;
    margin-right: 1px; }
    .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh- .hoverable-edit-wrapper-button:hover {
      background-color: #F5BAD1; }
    .hoverable-edit-wrapper__hoverable-edit-wrapper--2EAh- .hoverable-edit-wrapper-button.edit-button {
      border-right: none;
      margin-right: 0; }

.rich-text-editor__rich-text-editor--2Ue-o {
  position: relative; }

.outbound-link__outbound-link--1Toeq {
  cursor: pointer;
  display: inline-block; }

.legal-disclaimer-modal-content__legal-disclaimer-modal-content--3bhdW .legal-disclaimer-instruction {
  color: #767676;
  font-weight: 300;
  padding-top: 38px;
  font-size: 14px;
  margin-bottom: 15px; }

.legal-disclaimer-modal-content__generic-modal--xxpGT {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.8); }
  .legal-disclaimer-modal-content__generic-modal--xxpGT .generic-modal-content {
    background-color: white;
    border: 1px solid #DBDBDB;
    margin: auto;
    width: 500px; }
  .legal-disclaimer-modal-content__generic-modal--xxpGT.large-modal .generic-modal-content {
    max-height: calc(100vh - 120px);
    width: calc(100% - 120px);
    max-width: 1024px;
    margin-top: 60px; }

.legal-disclaimer-modal-content__legal-disclaimer-modal-content--3bhdW .legal-disclaimer-body .legal-disclaimer-body-link, .legal-disclaimer-modal-content__legal-disclaimer-modal-content--3bhdW .i-understand-link {
  color: #231F20;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px; }

.legal-disclaimer-modal-content__legal-disclaimer-modal-content--3bhdW {
  padding: 0 16px 8px 16px; }
  .legal-disclaimer-modal-content__legal-disclaimer-modal-content--3bhdW .legal-disclaimer-body {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #767676; }
  .legal-disclaimer-modal-content__legal-disclaimer-modal-content--3bhdW .i-understand-link {
    display: inline-block;
    margin: 11px 0; }

.log-file-modal-content__log-file-modal--3FyEU {
  padding: 16px;
  position: relative; }
  .log-file-modal-content__log-file-modal--3FyEU .modal-title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 32px; }
  .log-file-modal-content__log-file-modal--3FyEU .embed-content {
    width: 100%;
    height: 50vh; }
  .log-file-modal-content__log-file-modal--3FyEU .log-file-close-button {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/img/ic-grey-close.svg") no-repeat scroll center transparent;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 4px;
    padding: 10px; }

.route-transition__route-transition-enter--2H6A1 {
  opacity: 0; }

.route-transition__route-transition-enter-active--y8f3j {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }

.route-transition__route-transition-exit--1eW3Q {
  opacity: 1; }

.route-transition__route-transition-exit-active--1hEdD {
  opacity: 0;
  transition: opacity 0.2s ease-out; }

.route-transition__overlay-style--3MC8p {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FBFAFA;
  z-index: 1600; }

.app__app--1cZxk.pinboard-disabled .pinboard-feature {
  display: none !important; }

.complaint-summary-card__complaint-summary-card--20MC4 {
  display: block;
  border-radius: 2px;
  box-sizing: border-box;
  border: solid 1px #DBDBDB;
  font-weight: 300; }
  .complaint-summary-card__complaint-summary-card--20MC4:hover {
    border: solid 1px #005EF4; }
  .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-title {
    height: 70px;
    padding: 11px 12px;
    box-sizing: border-box; }
    .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-title .complaint-summary-card-title-date {
      line-height: 14px;
      font-size: 12px;
      text-align: left;
      color: #767676; }
      .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-title .complaint-summary-card-title-date:hover {
        color: #005EF4; }
    .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-title .complaint-summary-card-title-category {
      font-size: 14px;
      text-align: left;
      margin-top: 2px;
      color: #231F20;
      height: 33px;
      overflow: hidden; }
      .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-title .complaint-summary-card-title-category:hover {
        color: #005EF4; }
  .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-summary {
    box-sizing: border-box;
    padding: 11px 12px;
    border-top: solid 1px #DBDBDB;
    font-size: 14px;
    color: #767676;
    font-weight: 200;
    position: relative;
    height: 196px;
    overflow: hidden; }
    .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-summary:hover {
      border-top: solid 1px #005EF4;
      color: #005EF4; }
    .complaint-summary-card__complaint-summary-card--20MC4 .complaint-summary-card-summary .complaint-summary-card-summary-gradient {
      height: 44px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.with-pinnable__with-pinnable--3SF_T {
  display: inline; }

.item-pin-button__item-pin-button--2bwwg .pin-button {
  border-radius: 2px;
  border: solid 1px #DBDBDB;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/ic-plus-bold.svg");
  background-size: 12px 12px;
  background-color: #FBFAFA;
  box-sizing: border-box; }
  .item-pin-button__item-pin-button--2bwwg .pin-button:hover {
    background-color: #E2EDDB;
    background-image: url("/img/ic-plus-green.svg");
    border: none; }

.item-pin-button__item-pin-button--2bwwg .pin-action-hint {
  display: none;
  position: absolute;
  right: 16px;
  top: 9px; }

.item-pin-button__item-pin-button--2bwwg.is-pinned .pin-button {
  background-image: url("/img/ic-minus.svg");
  background-color: #FBFAFA; }
  .item-pin-button__item-pin-button--2bwwg.is-pinned .pin-button:hover {
    background-image: url("/img/ic-minus-dark-grey.svg");
    border: solid 1px #DBDBDB; }
    .item-pin-button__item-pin-button--2bwwg.is-pinned .pin-button:hover ~ .pin-action-hint {
      display: unset;
      content: unset;
      color: #767676;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.17;
      width: auto; }

.item-pin-button__item-pin-button--2bwwg.is-pinned .pin-action-hint {
  display: unset;
  content: url("/img/ic-pin.svg");
  padding: 5px;
  height: 26px;
  width: 22px;
  box-sizing: border-box; }

.item-pin-button__item-pin-button--2bwwg.show-introduction .pin-button {
  border: 2px solid rgba(35, 31, 32, 0.5); }

.item-pin-button__card-pinned-button--2wWMI {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 1; }

.item-pin-button__header-pin-button--ebpws .pin-button {
  width: 48px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/ic-large-plus.svg");
  background-size: 13px 14px;
  background-color: #F5F4F4;
  cursor: pointer; }
  .item-pin-button__header-pin-button--ebpws .pin-button:hover {
    background-image: url("/img/ic-large-plus-green.svg"); }

.item-pin-button__header-pin-button--ebpws.is-pinned .pin-button {
  background-size: 16px 3px;
  background-image: url("/img/ic-large-minus.svg");
  background-color: white; }

.arrow__arrow--23Ni4 {
  width: 40px;
  background-image: url("/img/disclosure-indicator.svg");
  transform: none;
  left: auto;
  right: auto;
  height: 100%;
  position: absolute;
  top: 0;
  margin-top: 0;
  border: 0;
  outline: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 24px; }
  .arrow__arrow--23Ni4:hover {
    background-image: url("/img/disclosure-indicator-blue.svg"); }
  .arrow__arrow--23Ni4.left {
    transform: scaleX(-1);
    left: 0; }
  .arrow__arrow--23Ni4.right {
    right: 0; }

.carousel__carousel--2rxKN {
  position: relative;
  overflow: hidden; }

.inline-header-section__header--3PR80 {
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  color: #231F20;
  padding: 0 16px;
  margin-top: 0;
  margin-bottom: 16px; }

.inline-header-section__header-text--2fZYb {
  padding: 16px;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  color: #767676; }

.header-links__header-links--2U25A {
  margin-right: 17px; }
  .header-links__header-links--2U25A .header-link {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
    margin-left: 50px;
    color: #005EF4; }
  .header-links__header-links--2U25A.middle .header-link {
    color: #767676; }

.pinboard-button__pinboard-button--3g7bF {
  position: relative;
  display: inline-block;
  margin-right: -9px; }
  .pinboard-button__pinboard-button--3g7bF .header-link {
    border-radius: 4px;
    border: 2px solid transparent;
    padding: 5px 7px 5px 9px;
    margin-left: 39px; }
    .pinboard-button__pinboard-button--3g7bF .header-link.show-introduction {
      border: 2px solid rgba(35, 31, 32, 0.5); }
  .pinboard-button__pinboard-button--3g7bF .pinboard-button-introduction {
    position: absolute;
    top: 36px;
    right: 0;
    width: 200px;
    border-radius: 6px;
    background: white;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.19);
    overflow: hidden; }
    .pinboard-button__pinboard-button--3g7bF .pinboard-button-introduction .pinboard-button-introduction-title {
      font-weight: 500;
      line-height: 17px;
      padding: 37px 16px 10px 16px;
      background-color: #E2EDDB;
      color: #187110; }
    .pinboard-button__pinboard-button--3g7bF .pinboard-button-introduction .pinboard-button-introduction-content {
      padding: 10px 14px 21px 14px;
      font-weight: 300;
      line-height: 17px;
      color: #231F20; }
    .pinboard-button__pinboard-button--3g7bF .pinboard-button-introduction .pinboard-button-introduction-btns {
      padding: 0 16px 18px 16px; }
      .pinboard-button__pinboard-button--3g7bF .pinboard-button-introduction .pinboard-button-introduction-btns .try-it-btn {
        color: #005EF4;
        line-height: 17px; }
    .pinboard-button__pinboard-button--3g7bF .pinboard-button-introduction .pinboard-button-introduction-close-btn {
      background: url("/img/ic-clear-green.svg") no-repeat center;
      position: absolute;
      width: 24px;
      height: 24px;
      top: 5px;
      right: 4px; }
      .pinboard-button__pinboard-button--3g7bF .pinboard-button-introduction .pinboard-button-introduction-close-btn:hover {
        cursor: pointer; }

.logo__logo--11qnT {
  max-width: 288px; }
  .logo__logo--11qnT .header-logo-title {
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #231F20; }
  .logo__logo--11qnT .header-logo-subtitle {
    font-size: 14px;
    font-weight: 300;
    width: 288px;
    color: #767676; }

.magnifying-glass__magnifying-glass--3jjOX {
  overflow: visible;
  color: red; }

.search-box__search-box--3qFaC, .search-box__search-box--3qFaC .search-box-magnifying-glass {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.search-box__search-box--3qFaC {
  z-index: 1;
  width: 512px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: text;
  text-decoration: none;
  text-align: right;
  border: solid 1px #DBDBDB;
  padding: 0 23px 0 14px;
  background-color: #F5F4F4;
  height: 40px;
  line-height: 38px;
  margin-left: 16px; }
  .search-box__search-box--3qFaC .search-box-term {
    cursor: pointer;
    font-weight: 300;
    color: #767676; }
  .search-box__search-box--3qFaC .search-box-magnifying-glass {
    float: left;
    margin-right: 11px; }
  .search-box__search-box--3qFaC .search-box-search-text {
    float: left;
    font-weight: 300;
    color: #005EF4; }
  .search-box__search-box--3qFaC.middle .search-box-search-text {
    color: #767676; }

.slim-header-content__slim-header--3ZP-n .header-content .vertically-aligned-header-item {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.slim-header-content__slim-header--3ZP-n {
  height: 136px;
  width: 100%; }
  .slim-header-content__slim-header--3ZP-n .header-content {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    background-color: white; }
    .slim-header-content__slim-header--3ZP-n .header-content .top-bar-wrapper {
      position: relative;
      z-index: 2; }
    .slim-header-content__slim-header--3ZP-n .header-content .top-bar {
      height: 80px;
      padding: 0 8px 0 16px;
      margin: 0 auto;
      box-sizing: border-box; }
    .slim-header-content__slim-header--3ZP-n .header-content .navbar-wrapper {
      position: relative;
      z-index: 1;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
    .slim-header-content__slim-header--3ZP-n .header-content .navbar {
      height: 56px;
      margin: 0 auto; }
    .slim-header-content__slim-header--3ZP-n .header-content .vertically-aligned-header-item {
      float: right; }
    .slim-header-content__slim-header--3ZP-n .header-content .logo {
      padding-top: 20px;
      display: inline-block;
      line-height: 16px; }
    .slim-header-content__slim-header--3ZP-n .header-content.middle, .slim-header-content__slim-header--3ZP-n .header-content.bottom {
      position: fixed;
      top: -80px;
      left: 0;
      right: 0;
      z-index: 20;
      transition: top 0.5s;
      background-color: white; }
    .slim-header-content__slim-header--3ZP-n .header-content.bottom {
      cursor: pointer; }

.demo-video__demo-video--QKTay .demo-video-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.demo-video__demo-video--QKTay {
  float: right;
  font-weight: 300;
  padding-top: 8px;
  height: 100%;
  box-sizing: border-box; }
  .demo-video__demo-video--QKTay .demo-video-text {
    text-align: right;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top; }
    .demo-video__demo-video--QKTay .demo-video-text .demo-video-text-input {
      color: #767676;
      padding: 8px 0;
      min-width: 100px; }
  .demo-video__demo-video--QKTay .demo-video-button {
    display: inline-block;
    position: relative; }
    .demo-video__demo-video--QKTay .demo-video-button .demo-video-thumbnail {
      width: 117px;
      height: 72px;
      display: inline-block;
      cursor: pointer;
      border: solid 1px #DBDBDB;
      box-sizing: border-box;
      background-color: #C9CED0; }

.foot-nav-link__footer-nav-link--3affu {
  display: inline-block;
  margin-right: 24px;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  color: #767676;
  font-family: "San Francisco Text", sans-serif;
  font-size: 14px; }
  .foot-nav-link__footer-nav-link--3affu:hover {
    color: #005EF4; }

.footer__footer--2Jmq4 {
  background: #F5F4F4;
  box-sizing: border-box;
  width: 100%; }
  .footer__footer--2Jmq4 .nav-links-wrapper {
    padding: 140px 16px 12px 16px;
    font-size: 14px; }
  .footer__footer--2Jmq4 .invist-wrapper {
    background-color: #DBDBDB;
    padding: 10px 16px 94px 16px; }
    .footer__footer--2Jmq4 .invist-wrapper .invist-logo {
      display: inline-block;
      height: 20px;
      width: 155px;
      margin-left: -9px;
      background: url("/img/invist-logo.svg") no-repeat center/cover; }
      .footer__footer--2Jmq4 .invist-wrapper .invist-logo:hover {
        background: url("/img/invist-logo-black.svg") no-repeat center/cover; }

.responsive-container__responsive-container--3M6CH {
  min-width: 768px;
  max-width: 1440px;
  margin: 0 auto; }

.community-dropdown__dropdown-transition-enter--1uTFF {
  opacity: 0; }

.community-dropdown__dropdown-transition-enter-active--3PJai {
  opacity: 1;
  transition: opacity 0.3s ease-in; }

.community-dropdown__dropdown-transition-exit--1uP9U {
  opacity: 1; }

.community-dropdown__dropdown-transition-exit-active--2XzxT {
  opacity: 0;
  transition: opacity 0.2s ease-out; }

.community-dropdown__dropdown-wrapper--1DWai {
  margin-top: 8px;
  position: relative; }
  .community-dropdown__dropdown-wrapper--1DWai .community-dropdown__dropdown-child--1r3Zv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.summary-panel__summary-panel--3H5dl {
  position: relative;
  width: 320px;
  min-height: 112px;
  background: transparent;
  font-family: "San Francisco Text", sans-serif;
  top: 0; }

.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){-moz-box-shadow:0 0 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{-webkit-animation:mapboxgl-spin 2s linear infinite;-moz-animation:mapboxgl-spin 2s infinite linear;-o-animation:mapboxgl-spin 2s infinite linear;-ms-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-moz-keyframes mapboxgl-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-o-keyframes mapboxgl-spin{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(1turn)}}@-ms-keyframes mapboxgl-spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:0;margin:10px;position:relative;background-color:#fff;border-radius:3px 12px 12px 3px}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible;margin-top:6px}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 4px 2px 24px;border-radius:12px 3px 3px 12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:"";cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;-moz-animation:mapboxgl-user-location-dot-pulse 2s infinite;-ms-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@-ms-keyframes mapboxgl-user-location-dot-pulse{0%{-ms-transform:scale(1);opacity:1}70%{-ms-transform:scale(3);opacity:0}to{-ms-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}
.radar-legend__radar-legend--2hlTg {
  fill: #8F8F8F;
  font-weight: bold; }

.radar-legend__radar-legend-transition-exit--TaIXn {
  opacity: 1; }

.radar-legend__radar-legend-transition-exit-active--2PGoe {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.officer-card__officer-card--1m5YY {
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  vertical-align: top;
  border: solid 1px #DBDBDB;
  border-radius: 2px;
  width: 232px;
  position: relative; }
  @media print {
    .officer-card__officer-card--1m5YY {
      page-break-inside: avoid;
      display: block;
      width: 100%;
      border: none;
      border-bottom: solid 1px #DBDBDB;
      padding: 4px 0; } }
  @media print {
    .officer-card__officer-card--1m5YY .officer-card-info {
      display: inline-block;
      width: 40%; } }
  .officer-card__officer-card--1m5YY .radar-chart-wrapper {
    width: 230px;
    height: 100px; }
  .officer-card__officer-card--1m5YY .officer-card-section {
    margin: 0 12px;
    padding: 10px 0;
    border-bottom: solid 1px #DBDBDB;
    height: 54px;
    box-sizing: border-box; }
    .officer-card__officer-card--1m5YY .officer-card-section.officer-card-demographic {
      height: 58px; }
    @media print {
      .officer-card__officer-card--1m5YY .officer-card-section {
        border-bottom: none;
        margin: 0;
        padding: 0;
        height: auto; } }
    .officer-card__officer-card--1m5YY .officer-card-section:last-child {
      border-bottom: none; }
    .officer-card__officer-card--1m5YY .officer-card-section .light-text {
      font-size: 12px;
      line-height: 1.17;
      font-weight: 300;
      color: #767676;
      margin-top: 0;
      margin-bottom: 0;
      height: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .officer-card__officer-card--1m5YY .officer-card-section .bold-text {
      line-height: 18px;
      font-size: 14px;
      font-weight: 300;
      color: #231F20;
      margin-top: 0;
      margin-bottom: 0; }
    .officer-card__officer-card--1m5YY .officer-card-section .extra-info {
      font-size: 14px;
      line-height: 18px;
      margin: 0;
      color: #767676;
      font-weight: 300; }
    .officer-card__officer-card--1m5YY .officer-card-section .officer-card-sustained {
      color: #767676;
      white-space: nowrap; }
    @media print {
      .officer-card__officer-card--1m5YY .officer-card-section .extra-info, .officer-card__officer-card--1m5YY .officer-card-section .officer-card-sustained, .officer-card__officer-card--1m5YY .officer-card-section .officer-card-allegation {
        font-size: 10px; } }
    @media print {
      .officer-card__officer-card--1m5YY .officer-card-section .officer-card-rank, .officer-card__officer-card--1m5YY .officer-card-section .officer-card-name {
        display: inline;
        font-size: 12px;
        font-weight: 500;
        padding-right: 5px; } }
  .officer-card__officer-card--1m5YY:hover {
    border: solid 1px #005EF4; }
    .officer-card__officer-card--1m5YY:hover .officer-card-section .light-text, .officer-card__officer-card--1m5YY:hover .officer-card-section .extra-info {
      color: #4382F6; }
    .officer-card__officer-card--1m5YY:hover .officer-card-section .bold-text {
      color: #005EF4; }
    .officer-card__officer-card--1m5YY:hover .officer-card-section .officer-card-sustained {
      color: inherit; }

.venn-diagram__venn-diagram--3NGbc {
  text-align: center;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0; }

.pairing-chart__pairing-chart--Rk0r2 {
  height: 154px;
  background-color: #F5F4F4;
  position: relative; }
  .pairing-chart__pairing-chart--Rk0r2 .pairing-chart-coaccused-text {
    font-size: 14px;
    font-weight: 300;
    color: #231F20;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center; }

.pairing-card__pairing-card--MBfnf {
  width: 464px; }
  .pairing-card__pairing-card--MBfnf .pairing-card-content {
    width: 100%;
    border-radius: 2px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: solid 1px #DBDBDB;
    pointer-events: none; }
  .pairing-card__pairing-card--MBfnf .half-pane {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
    .pairing-card__pairing-card--MBfnf .half-pane.officer-info-right-hover-sibling {
      left: auto;
      right: 0; }
  .pairing-card__pairing-card--MBfnf .officer-info-left-hover-sibling:hover ~ .pairing-card-content {
    border: solid 1px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #005EF4, #DBDBDB); }
  .pairing-card__pairing-card--MBfnf .officer-info-right-hover-sibling:hover ~ .pairing-card-content {
    border: solid 1px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to left, #005EF4, #DBDBDB); }
  .pairing-card__pairing-card--MBfnf .second-section {
    height: 100%;
    background-color: white;
    box-sizing: border-box; }

.officer-info__officer-info--2qmQR {
  display: inline-block;
  cursor: pointer;
  width: 50%; }
  .officer-info__officer-info--2qmQR.left-officer {
    text-align: left; }
  .officer-info__officer-info--2qmQR.right-officer {
    text-align: right;
    float: right; }
  .officer-info__officer-info--2qmQR .officer-info-upper {
    height: 53px;
    padding: 11px 12px 13px 12px;
    box-sizing: border-box; }
    .officer-info__officer-info--2qmQR .officer-info-upper .officer-info-text {
      font-weight: 300;
      font-size: 12px;
      color: #767676;
      height: 14px;
      box-sizing: border-box; }
    .officer-info__officer-info--2qmQR .officer-info-upper .officer-info-name {
      font-weight: 300;
      font-size: 14px;
      color: #231F20;
      height: 18px;
      box-sizing: border-box; }
  .officer-info__officer-info--2qmQR .officer-info-personal-info {
    font-weight: 300;
    font-size: 14px;
    color: #767676;
    height: 58px;
    padding: 11px 12px 13px 12px;
    box-sizing: border-box; }
  .officer-info__officer-info--2qmQR .officer-info-row-divider {
    margin: 0 12px;
    border-bottom: solid 1px #DBDBDB; }

.officer-info-left-hover-sibling:hover ~ .pairing-card-content .left-officer .officer-info-name {
  color: #005EF4; }

.officer-info-left-hover-sibling:hover ~ .pairing-card-content .left-officer .officer-info-text {
  color: #005EF4; }

.officer-info-right-hover-sibling:hover ~ .pairing-card-content .right-officer .officer-info-name {
  color: #005EF4; }

.officer-info-right-hover-sibling:hover ~ .pairing-card-content .right-officer .officer-info-text {
  color: #005EF4; }

.document-card__document-card--14hcM {
  display: block;
  width: 232px;
  border-radius: 2px;
  border: solid 1px #DBDBDB;
  box-sizing: border-box; }
  .document-card__document-card--14hcM:hover {
    border: solid 1px #005EF4; }
  .document-card__document-card--14hcM .document-card-thumbnail {
    height: 196px;
    border-radius: 2px;
    background-color: #F5F4F4;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15); }
    .document-card__document-card--14hcM .document-card-thumbnail .document-card-thumbnail-img {
      width: 133px;
      height: 176px;
      margin-left: 49px;
      margin-top: 8px;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .document-card__document-card--14hcM .document-card-description {
    width: 200px;
    height: 70px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding: 14px 12px 0 12px;
    color: #767676;
    box-sizing: border-box; }
    .document-card__document-card--14hcM .document-card-description:hover {
      color: #005EF4; }
    .document-card__document-card--14hcM .document-card-description .document-card-description-incident-date {
      font-size: 12px;
      line-height: 14px;
      color: #767676; }
    .document-card__document-card--14hcM .document-card-description .document-card-description-category {
      font-size: 14px;
      line-height: 16px;
      color: #231F20; }

.landing-page__landing-page--2SkG9.hide {
  display: none; }

.landing-page__landing-page--2SkG9.animation-in {
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards; }

.landing-page__landing-page--2SkG9 .landing-page-carousel-wrapper {
  background-color: #F5F4F4;
  padding: 16px 0 0 16px; }
  .landing-page__landing-page--2SkG9 .landing-page-carousel-wrapper .landing-page-carousel {
    background-color: white;
    border: solid 1px #DBDBDB;
    margin-bottom: 16px;
    padding: 48px 0 32px 0; }
    .landing-page__landing-page--2SkG9 .landing-page-carousel-wrapper .landing-page-carousel:last-child {
      margin-bottom: 0; }

.search-box__search-box--2LoNC {
  position: relative;
  width: calc(100% - 58px);
  display: inline-block;
  margin-right: 16px;
  box-sizing: border-box;
  background-color: #F5F4F4; }
  .search-box__search-box--2LoNC .magnifying-glass {
    position: absolute;
    top: 14px;
    left: 14px; }
  .search-box__search-box--2LoNC .search-box-text-input + div {
    color: #005EF4; }
  .search-box__search-box--2LoNC.animation-in {
    animation-duration: 0.5s;
    animation-name: changeWidth;
    animation-fill-mode: forwards; }
    .search-box__search-box--2LoNC.animation-in.middle .magnifying-glass path {
      animation-duration: 0.5s;
      animation-name: changeGlassColor;
      animation-fill-mode: forwards; }
    .search-box__search-box--2LoNC.animation-in.middle .search-box-text-input + div {
      animation-duration: 0.5s;
      animation-name: changeTextInputColor;
      animation-fill-mode: forwards; }

@keyframes changeWidth {
  from {
    width: 512px; }
  to {
    width: calc(100% - 58px); } }

@keyframes changeGlassColor {
  from {
    fill: #767676; }
  to {
    fill: #005EF4; } }

@keyframes changeTextInputColor {
  from {
    color: #767676; }
  to {
    color: #005EF4; } }

.with-pinnable-item__suggestion-item--36te7 {
  display: block;
  text-decoration: none;
  background-color: transparent;
  font-family: "San Francisco Text", sans-serif;
  height: 54px;
  box-sizing: border-box;
  padding: 0 16px; }
  .with-pinnable-item__suggestion-item--36te7.active {
    background-color: #FFF8E3; }
    .with-pinnable-item__suggestion-item--36te7.active:hover {
      background-color: #FFF8E3; }
  .with-pinnable-item__suggestion-item--36te7:hover {
    background-color: white; }
    .with-pinnable-item__suggestion-item--36te7:hover .with-pinnable-item__black-text--5HuQ3 {
      color: #005EF4; }

.with-pinnable-item__inner-wrapper--3Ju8Y {
  height: 100%;
  padding: 11px 0;
  box-sizing: border-box; }
  .with-pinnable-item__inner-wrapper--3Ju8Y em {
    font-weight: 600;
    font-style: normal; }
  .with-pinnable-item__inner-wrapper--3Ju8Y .empty-pin-button-area {
    display: inline-block;
    width: 32px; }
  .with-pinnable-item__inner-wrapper--3Ju8Y .pin-button-introduction {
    position: absolute;
    top: -10px;
    left: 34px;
    width: 150px;
    color: #187110;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    background-color: #E2EDDB;
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.19);
    padding: 8px 10px 9px 11px;
    white-space: normal; }

.with-pinnable-item__two-rows-wrapper--zOY4Q {
  display: inline-block;
  min-height: 34px;
  padding: 1px 0;
  width: calc(100% - 100px); }

.with-pinnable-item__alias-link--1QZqV {
  color: #D518d2;
  text-decoration: none;
  margin-left: 14px; }

.with-pinnable-item__item-pin-button--11mlX {
  display: inline-block;
  float: left;
  margin-top: 3px;
  margin-right: 8px; }

.with-pinnable-item__black-text--5HuQ3 {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.with-pinnable-item__gray-text--2oyzj {
  color: #767676;
  font-size: 12px; }

.with-pinnable-item__black-text--5HuQ3 {
  color: #231F20;
  font-size: 14px; }

.without-summary {
  padding-top: 7px; }

.slide-motion__slide-transition-enter--10W4a {
  transform: translateX(100%); }

.slide-motion__slide-transition-enter-active--3CZ2S {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out; }

.slide-motion__slide-transition-exit--1KdhF {
  transform: translateX(0); }

.slide-motion__slide-transition-exit-active--1Rd4P {
  transform: translateX(100%);
  transition: all 0.3s ease-in-out; }

.new-call-to-action-widget__new-call-to-action-widget--4Wpsz {
  border-radius: 2px;
  background-color: #CCDFFD;
  color: #005EF4;
  padding: 0 16px;
  height: 40px;
  text-align: center; }
  .new-call-to-action-widget__new-call-to-action-widget--4Wpsz .new-call-to-action-widget-text {
    line-height: 40px;
    font-size: 14px; }
  .new-call-to-action-widget__new-call-to-action-widget--4Wpsz .new-call-to-action-widget-button {
    border-radius: 2px;
    height: 26px;
    width: 8px;
    display: inline-block;
    float: right;
    margin-top: 6px;
    background: url("/img/disclosure-indicator-blue.svg") no-repeat scroll center transparent; }

.rc-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.rc-collapse-anim-active {
  transition: height 0.2s ease-out;
}
.rc-collapse > .rc-collapse-item {
  border-top: 1px solid #d9d9d9;
}
.rc-collapse > .rc-collapse-item:first-child {
  border-top: none;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 22px;
  padding: 10px 16px;
  color: #666;
  cursor: pointer;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #666;
  vertical-align: middle;
  margin-right: 8px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .rc-collapse-extra {
  margin: 0 16px 0 auto;
}
.rc-collapse > .rc-collapse-item-disabled > .rc-collapse-header {
  cursor: not-allowed;
  color: #999;
  background-color: #f3f3f3;
}
.rc-collapse-content {
  overflow: hidden;
  color: #666;
  padding: 0 16px;
  background-color: #fff;
}
.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 16px;
  margin-bottom: 16px;
}
.rc-collapse-content-inactive {
  display: none;
}
.rc-collapse-item:last-child > .rc-collapse-content {
  border-radius: 0 0 3px 3px;
}
.rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
  position: relative;
  top: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #666;
  margin-right: 6px;
}

.list-widget-item__list-widget-item-link--GMWF3 {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%; }
  .list-widget-item__list-widget-item-link--GMWF3:hover {
    color: #005EF4; }
  .list-widget-item__list-widget-item-link--GMWF3:last-child .list-widget-item__list-widget-item--3lGH6 {
    border-bottom: none; }
  .list-widget-item__list-widget-item-link--GMWF3 .list-widget-list-item-chart-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 2px; }
  .list-widget-item__list-widget-item-link--GMWF3 .list-widget-list-item-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 7px); }
    .list-widget-item__list-widget-item-link--GMWF3 .list-widget-list-item-info.show-avatar {
      width: calc(100% - 7px - 50px); }
    .list-widget-item__list-widget-item-link--GMWF3 .list-widget-list-item-info .list-widget-list-item-name {
      margin: 0; }
    .list-widget-item__list-widget-item-link--GMWF3 .list-widget-list-item-info .list-widget-list-item-count {
      color: #767676;
      margin: 1px 0 0; }
  .list-widget-item__list-widget-item-link--GMWF3 .list-widget-list-item-arrow {
    display: inline-block;
    height: 13px;
    width: 7px;
    vertical-align: middle;
    background: url("/img/disclosure-indicator.svg") no-repeat scroll center transparent; }

.list-widget-first-items .list-widget-item__list-widget-item--3lGH6:last-child {
  border-bottom: none; }

.list-widget-item__list-widget-item--3lGH6 {
  padding: 12px 0;
  border-bottom: 1px solid #DBDBDB;
  list-style-type: none;
  box-sizing: border-box; }

.list-widget__list-widget-item-link--b2392 {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%; }
  .list-widget__list-widget-item-link--b2392:hover {
    color: #005EF4; }
  .list-widget__list-widget-item-link--b2392:last-child .list-widget__list-widget-item--2lAoS {
    border-bottom: none; }
  .list-widget__list-widget-item-link--b2392 .list-widget-list-item-chart-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 2px; }
  .list-widget__list-widget-item-link--b2392 .list-widget-list-item-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 7px); }
    .list-widget__list-widget-item-link--b2392 .list-widget-list-item-info.show-avatar {
      width: calc(100% - 7px - 50px); }
    .list-widget__list-widget-item-link--b2392 .list-widget-list-item-info .list-widget-list-item-name {
      margin: 0; }
    .list-widget__list-widget-item-link--b2392 .list-widget-list-item-info .list-widget-list-item-count {
      color: #767676;
      margin: 1px 0 0; }
  .list-widget__list-widget-item-link--b2392 .list-widget-list-item-arrow {
    display: inline-block;
    height: 13px;
    width: 7px;
    vertical-align: middle;
    background: url("/img/disclosure-indicator.svg") no-repeat scroll center transparent; }

.list-widget-first-items .list-widget__list-widget-item--2lAoS:last-child {
  border-bottom: none; }

.list-widget__list-widget-item--2lAoS {
  padding: 12px 0;
  border-bottom: 1px solid #DBDBDB;
  list-style-type: none;
  box-sizing: border-box; }

.list-widget__list-widget--2EExe {
  padding: 18px 16px 8px 16px;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  margin: 8px 0;
  box-sizing: border-box; }
  .list-widget__list-widget--2EExe .list-widget-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 6px;
    text-transform: uppercase; }
  .list-widget__list-widget--2EExe .list-widget-list {
    padding: 0;
    margin: 0; }
  .list-widget__list-widget--2EExe .collapsed-toggle {
    cursor: pointer;
    padding: 8px 0; }
    .list-widget__list-widget--2EExe .collapsed-toggle:hover {
      color: #005EF4; }
  .list-widget__list-widget--2EExe .list-widget-collapse {
    border: none; }
    .list-widget__list-widget--2EExe .list-widget-collapse .rc-collapse-header {
      background-color: white;
      padding: 8px 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .list-widget__list-widget--2EExe .list-widget-collapse .rc-collapse-header:focus {
        outline: 0; }
      .list-widget__list-widget--2EExe .list-widget-collapse .rc-collapse-header:hover {
        color: #005EF4; }
    .list-widget__list-widget--2EExe .list-widget-collapse .rc-collapse-content {
      padding: 0; }
    .list-widget__list-widget--2EExe .list-widget-collapse .rc-collapse-content-box {
      margin: 0; }

.ReactCollapse--collapse {
  transition: height 500ms;
}

.officer-info-widget__wrapper--30bPg {
  background-color: white;
  margin: 0 8px; }

.officer-info-widget__title--e0puF {
  color: #231F20;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 16px 8px;
  text-align: center; }

.officer-info-widget__list--jYV0Y {
  list-style: none;
  padding: 0 8px;
  margin: 0; }

.officer-info-widget__list-item--3KxmY {
  line-height: 18px;
  border-top: 1px solid #DBDBDB;
  padding: 10px 0;
  position: relative; }
  .officer-info-widget__list-item--3KxmY.has-link {
    cursor: pointer; }
    .officer-info-widget__list-item--3KxmY.has-link::after {
      position: absolute;
      pointer-events: none;
      right: 0;
      top: 11px;
      content: url("/img/disclosure-indicator-darker.svg");
      height: 16px;
      width: 12px; }

.officer-info-widget__item-key--2DXC3, .officer-info-widget__item-value--141oj {
  float: left;
  font-size: 14px;
  font-weight: 400; }

.officer-info-widget__item-key--2DXC3 {
  color: #767676;
  width: 64px; }

.officer-info-widget__item-value--141oj {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  color: #231F20; }
  .officer-info-widget__item-value--141oj.has-key {
    width: calc(100% - 83px);
    text-align: left; }

.new-visual-token-widget__wrapper--1MJLf {
  height: 120px;
  margin: 0 8px; }

.new-metric-widget-item__wrapper--CH3r6 {
  border-right: 0;
  float: left;
  height: 144px;
  padding: 0 5px;
  text-align: center;
  width: calc(50% - 11px); }
  .new-metric-widget-item__wrapper--CH3r6.is-first-item {
    border-right: 2px solid #DBDBDB; }

.new-metric-widget-item__value--2fGO2 {
  color: #767676;
  font-size: 26px;
  line-height: 32px;
  margin-top: 30px;
  text-align: center; }
  .new-metric-widget-item__value--2fGO2.active {
    color: #231F20; }
    .new-metric-widget-item__value--2fGO2.active.highlight {
      color: #FF5F00; }

.new-metric-widget-item__name--3V9Bl {
  line-height: 18px;
  font-size: 14px;
  color: #767676; }
  .new-metric-widget-item__name--3V9Bl.active {
    color: #231F20; }

.new-metric-widget-item__description--1l6ln {
  font-size: 12px;
  text-align: center;
  width: 100%;
  line-height: 14px;
  color: #767676;
  margin-top: 2px; }

.new-metric-widget__wrapper--sBiKw {
  border-radius: 2px;
  background-color: #F5F4F4;
  padding: 8px 0px; }

.new-metric-widget__chunk--exXO_ {
  border-bottom: 2px solid #DBDBDB; }
  .new-metric-widget__chunk--exXO_ .is-last-item {
    border-bottom: none; }

.new-metric-widget__nested-wrapper--1GLTS {
  margin: 0 8px;
  padding: 8px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #DBDBDB; }

.title-widget__title-widget--3QzqK {
  padding: 20px 0 22px 0;
  margin: 0 16px; }
  .title-widget__title-widget--3QzqK .title-widget-title {
    padding: 3px 0;
    font-size: 26px;
    font-weight: 500; }
  .title-widget__title-widget--3QzqK .title-widget-subtitle {
    padding: 3px 0;
    font-size: 18px;
    color: #767676;
    font-weight: 300; }

.one-line-list-widget__one-line-list-widget--3Fex8 {
  list-style: none;
  padding: 0 8px;
  margin: 0;
  border: 1px solid #D8D8D8;
  background-color: white; }
  .one-line-list-widget__one-line-list-widget--3Fex8 .list-item {
    border-top: 1px solid #DBDBDB;
    padding: 10px 0;
    position: relative; }
    .one-line-list-widget__one-line-list-widget--3Fex8 .list-item:first-child {
      border-top: none; }
    .one-line-list-widget__one-line-list-widget--3Fex8 .list-item .list-item-title, .one-line-list-widget__one-line-list-widget--3Fex8 .list-item .list-item-text {
      float: left;
      font-size: 14px;
      font-weight: 400; }
    .one-line-list-widget__one-line-list-widget--3Fex8 .list-item .list-item-title {
      color: #767676;
      width: 115px; }
    .one-line-list-widget__one-line-list-widget--3Fex8 .list-item .list-item-text {
      overflow: hidden;
      text-align: center;
      text-overflow: ellipsis;
      width: 100%;
      white-space: nowrap; }
      .one-line-list-widget__one-line-list-widget--3Fex8 .list-item .list-item-text.has-title {
        width: calc(100% - 115px);
        text-align: left; }

.new-widget-wrapper__new-widget-wrapper--11I-j {
  color: #231F20;
  background-color: #F5F4F4;
  font-size: 14px; }
  .new-widget-wrapper__new-widget-wrapper--11I-j .widget-wrapper-responsive-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    left: -8px;
    padding: 0 8px;
    max-height: calc(100% - 50px); }
  .new-widget-wrapper__new-widget-wrapper--11I-j .widget-wrapper-gradient {
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f4f4 90%); }
  .new-widget-wrapper__new-widget-wrapper--11I-j .new-call-to-action-widget-container {
    background-color: white;
    padding: 8px 8px 0 8px; }

.wrapper-link__wrapper-link--KoriA {
  cursor: pointer;
  display: inline;
  text-decoration: none; }

.widget-wrapper__wrapper--2eadS {
  background-color: #F5F4F4;
  color: #231F20;
  font-size: 14px;
  height: 100%;
  padding: 0 8px 0; }
  .widget-wrapper__wrapper--2eadS .gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f4f4 90%);
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    width: 100%; }

.officer-pane__wrapper--3LexC {
  background-color: #F5F4F4;
  padding-top: 8px; }

.officer-pane__officer-pane--3do4j {
  margin: 0 8px;
  border-radius: 2px;
  border: solid 1px #DBDBDB;
  background-color: white; }
  .officer-pane__officer-pane--3do4j .pin-button {
    background-color: #F5F4F4;
    border: solid 1px #DBDBDB;
    border-radius: 2px;
    color: #231F20;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    margin: 8px 8px 0 8px;
    position: relative;
    outline: inherit;
    width: calc(100% - 16px); }
    .officer-pane__officer-pane--3do4j .pin-button::after {
      background-image: url("/img/ic-plus-bold.svg");
      background-size: 12px 12px;
      content: '';
      position: absolute;
      pointer-events: none;
      left: 16px;
      top: 14px;
      height: 12px;
      width: 12px; }
    .officer-pane__officer-pane--3do4j .pin-button.is-pinned::after {
      background-image: url("/img/ic-minus.svg"); }
  .officer-pane__officer-pane--3do4j .view-officer-profile-button {
    background-color: #CCDFFD;
    border: none;
    border-radius: 2px;
    color: #005EF4;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    margin: 8px;
    position: relative;
    outline: inherit;
    width: calc(100% - 16px); }
    .officer-pane__officer-pane--3do4j .view-officer-profile-button::after {
      position: absolute;
      pointer-events: none;
      right: 7.6px;
      top: 14px;
      content: url("/img/disclosure-indicator-blue.svg");
      height: 16px;
      width: 12px; }
  .officer-pane__officer-pane--3do4j .gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f4f4 90%);
    bottom: 100px;
    height: 150px;
    left: 0;
    position: absolute;
    width: 100%; }

.rank-pane__rank-pane--2pxr9 .active-ranks {
  line-height: 18px;
  font-weight: 500;
  padding: 12px 16px;
  color: #231F20;
  background: white;
  margin: 0px -8px; }

.rank-pane__rank-pane--2pxr9 .rank-description {
  line-height: 18px;
  font-weight: 300;
  padding: 12px 16px;
  color: #767676;
  background: white;
  margin: 0px -8px; }

.markdown-link__markdown-link--1-WlF {
  text-decoration: none;
  color: #005EF4; }

.demographic__demographic--1QVQU {
  padding: 3px 5px;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  color: #231F20;
  font-family: "San Francisco Text", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin: 1px 1px 0 0; }
  @media print {
    .demographic__demographic--1QVQU {
      display: block;
      border: none;
      padding: 11px 0;
      border-bottom: 1px solid #DBDBDB;
      font-size: 12px;
      font-weight: 400; }
      .demographic__demographic--1QVQU:last-child {
        border-bottom: none; } }

.cr-pane__cr-pane--20EMX .cr-preview-pane-info-wrapper {
  padding: 0 8px;
  background-color: white; }
  .cr-pane__cr-pane--20EMX .cr-preview-pane-info-wrapper .cr-preview-pane-title {
    padding: 20px 0 22px 0;
    margin: 0 16px; }
    .cr-pane__cr-pane--20EMX .cr-preview-pane-info-wrapper .cr-preview-pane-title .cr-preview-pane-title-title {
      padding: 3px 0;
      font-size: 26px;
      font-weight: 500; }
    .cr-pane__cr-pane--20EMX .cr-preview-pane-info-wrapper .cr-preview-pane-title .cr-preview-pane-title-subtitle {
      padding: 3px 0;
      font-size: 18px;
      color: #767676;
      font-weight: 300; }
  .cr-pane__cr-pane--20EMX .cr-preview-pane-info-wrapper .cr-preview-pane-info-row {
    padding: 12px 0;
    margin: 0 16px;
    font-size: 14px;
    border-top: 1px solid #DBDBDB;
    font-weight: 500; }
  .cr-pane__cr-pane--20EMX .cr-preview-pane-info-wrapper .cr-preview-pane-victims-text {
    padding: 21px 0 7px 0;
    margin: 0 16px; }
  .cr-pane__cr-pane--20EMX .cr-preview-pane-info-wrapper .cr-preview-pane-victims {
    padding: 9px 0 8px 0;
    margin: 0 16px; }

.cr-pane__cr-pane--20EMX .cr-preview-pane-accused {
  border: solid 1px #D8D8D8;
  border-radius: 2px;
  margin: 11px 8px 0 8px;
  background-color: white; }
  .cr-pane__cr-pane--20EMX .cr-preview-pane-accused .list-widget-header {
    font-weight: 400; }

.trr-pane__trr-pane--1SJt3 .trr-preview-pane-info-wrapper {
  padding: 0 8px;
  background-color: white; }
  .trr-pane__trr-pane--1SJt3 .trr-preview-pane-info-wrapper .trr-preview-pane-title {
    padding: 20px 0 22px 0;
    margin: 0 16px; }
    .trr-pane__trr-pane--1SJt3 .trr-preview-pane-info-wrapper .trr-preview-pane-title .trr-preview-pane-title-title {
      padding: 3px 0;
      font-size: 26px;
      font-weight: 500; }
  .trr-pane__trr-pane--1SJt3 .trr-preview-pane-info-wrapper .trr-preview-pane-info-row {
    padding: 12px 0;
    margin: 0 16px;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #DBDBDB; }

.trr-pane__trr-pane--1SJt3 .trr-preview-pane-accused {
  border: solid 1px #D8D8D8;
  border-radius: 2px;
  margin: 11px 8px 0 8px;
  background-color: white; }
  .trr-pane__trr-pane--1SJt3 .trr-preview-pane-accused .list-widget-header {
    font-weight: 400; }

.pinboard-pane__pinboard-pane--2R-_8 {
  padding: 0 8px; }
  .pinboard-pane__pinboard-pane--2R-_8 .new-call-to-action-widget-container {
    background-color: inherit; }
  .pinboard-pane__pinboard-pane--2R-_8 .static-social-graph {
    background: white;
    border: 1px solid #D8D8D8;
    margin-top: 8px;
    box-sizing: border-box;
    width: 289px;
    height: 289px;
    position: relative; }
  .pinboard-pane__pinboard-pane--2R-_8 .social-graph {
    width: 100%;
    height: 100%; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.social-graph__socialGraph--3Jk3K {
  width: 100%;
  height: calc(100vh - 93px);
  position: relative; }
  .social-graph__socialGraph--3Jk3K circle.node {
    stroke: transparent;
    stroke-width: 10px; }
    .social-graph__socialGraph--3Jk3K circle.node.edge-hover {
      stroke: #ADADAD;
      stroke-width: 2px; }
  .social-graph__socialGraph--3Jk3K text.node-label {
    font-size: 13px;
    font-weight: 300;
    color: #3C3C3C; }
  .social-graph__socialGraph--3Jk3K text.selected-node-label, .social-graph__socialGraph--3Jk3K text.selected-edge-label {
    color: #231F20;
    font-size: 13px;
    line-height: 15px; }
  .social-graph__socialGraph--3Jk3K rect.selected-node-label-box, .social-graph__socialGraph--3Jk3K rect.selected-edge-label-box {
    fill: #FFF8E3;
    stroke: #DBDBDB;
    stroke-width: 1px; }
  .social-graph__socialGraph--3Jk3K line.link {
    stroke: #F5F4F4;
    stroke-width: 1px; }
    .social-graph__socialGraph--3Jk3K line.link.edge-hover {
      stroke-width: 2px; }
    .social-graph__socialGraph--3Jk3K line.link.link-group-color-1 {
      stroke: #F5F4F4; }
    .social-graph__socialGraph--3Jk3K line.link.link-group-color-2 {
      stroke: #DBDBDB; }
    .social-graph__socialGraph--3Jk3K line.link.link-group-color-3 {
      stroke: #ADADAD; }
    .social-graph__socialGraph--3Jk3K line.link.link-group-color-4 {
      stroke: #8F8F8F; }
    .social-graph__socialGraph--3Jk3K line.link.link-group-color-5 {
      stroke: #767676; }
    .social-graph__socialGraph--3Jk3K line.link.link-group-color-6 {
      stroke: #CC0000; }
    .social-graph__socialGraph--3Jk3K line.link.current-link {
      stroke: #1775F1;
      stroke-width: 2px; }

.social-graph__socialGraphTip--3yF4B {
  padding: 2px 4px;
  background-color: #F5F4F4;
  color: #231F20;
  border-radius: 2px;
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #DBDBDB; }

.pinboard-page .social-graph__socialGraph--3Jk3K {
  height: 342px;
  width: 342px; }

.social-graph__social-graph-loading--3iiO7 {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.common__animation--27aRC {
  animation-play-state: running;
  animation-delay: 0s; }

.preview-pane__preview-pane-wrapper--1be8I {
  width: 321px;
  border-left: 1px #DBDBDB solid;
  background-color: #F5F4F4;
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: fixed;
  right: 0; }
  .preview-pane__preview-pane-wrapper--1be8I .trr-pane-wrapper {
    border: 1px #DBDBDB solid;
    margin: 12px 8px;
    min-height: calc(100vh - 26px); }

.preview-pane__y-scrollable--1mHKc {
  overflow-y: auto; }
  .preview-pane__y-scrollable--1mHKc.dynamic-height {
    overflow-y: scroll; }

.with-overlay__with-overlay--1qqps .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ADADAD;
  cursor: pointer; }

.pinboard-button__pinboard-no-item--KKTac, .pinboard-button__pinboard-has-items--3puv1 {
  display: block;
  height: 40px;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 7px;
  border-radius: 2px;
  line-height: 40px;
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 1;
  cursor: pointer; }

.pinboard-button__pinboard-no-item--KKTac {
  width: 181px;
  color: #499C21;
  border: 1px solid #DBDBDB; }

.pinboard-button__pinboard-has-items--3puv1 {
  width: 109px;
  color: #236C00;
  background-color: #C7DFBB; }
  .pinboard-button__pinboard-has-items--3puv1:visited {
    color: #499C21; }
  .pinboard-button__pinboard-has-items--3puv1:hover {
    color: white;
    background-color: #499C21; }

.search-results__search-results--y3HHH {
  height: '100%'; }
  .search-results__search-results--y3HHH .result-wrapper {
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    height: calc(100% - 4px);
    width: calc(100% - 321px);
    display: inline-block; }
  .search-results__search-results--y3HHH .content-wrapper {
    overflow: hidden;
    height: 100%; }
  .search-results__search-results--y3HHH .plus-sign-wrapper {
    height: 74px;
    text-align: center;
    font-size: 36px;
    color: #D002CD;
    font-weight: 600;
    background-color: #FFE8FF;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 16px;
    margin-bottom: 20px;
    width: 40%;
    min-width: 480px;
    margin: auto; }
  .search-results__search-results--y3HHH .plus-sign {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%); }
  .search-results__search-results--y3HHH .suggestion-results {
    position: relative;
    padding-top: 57px;
    background-color: #FAF9F9; }
    .search-results__search-results--y3HHH .suggestion-results.edit-mode-on {
      background-color: #FFE8FF; }
  .search-results__search-results--y3HHH .action-bar {
    text-align: right;
    padding: 0 16px; }
  .search-results__search-results--y3HHH .cancel-alias-button {
    display: inline-block;
    margin-right: 24px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    background-color: #FAD7E9;
    color: inherit;
    margin: 11px 0;
    border: none; }
  .search-results__search-results--y3HHH .loading {
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    width: calc(100% - 321px);
    display: inline-block;
    background-color: #FAF9F9;
    padding-top: 38px;
    padding-left: 16px;
    font-size: 14px;
    min-height: 100vh; }
  .search-results__search-results--y3HHH .buttons-wrapper {
    background-color: white;
    height: 54px;
    padding: 0 16px;
    border-bottom: 2px solid #DBDBDB;
    position: fixed;
    left: 0;
    z-index: 1;
    width: calc(100% - 32px); }

.responsive-fluid-width-component-without-inline-style__fluid--Ov7Mv {
  width: 100%; }

.responsive-fluid-width-component-without-inline-style__minimum-fixed--3bn1m {
  width: 750px;
  margin: 0 auto; }

.responsive-fluid-width-component-without-inline-style__maximum-fixed--3twL2 {
  width: 1440px;
  margin: 0 auto; }

.recent-suggestions {
  border-bottom: 2px solid #EDEDEE;
  white-space: nowrap; }
  .recent-suggestions .recent-header {
    padding: 36px 16px 8px 16px;
    color: #231F20; }

.pinboard-bar__wrapper--zQJqw {
  background-color: #E2EDDB;
  padding: 0 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid #DFE4EA;
  position: fixed;
  width: calc(100% - 32px);
  z-index: 1;
  visibility: hidden;
  transform: translateY(-100%);
  height: 0;
  transition: transform 0.3s ease-in, visibility 0.3s, height 0ms linear 0.3s; }
  .pinboard-bar__wrapper--zQJqw.slide-in {
    height: 54px;
    visibility: visible;
    transform: translateY(0);
    transition: transform 0.3s ease-in; }
  .pinboard-bar__wrapper--zQJqw .pinboard-tip {
    font-size: 14px;
    line-height: 54px;
    color: #499C21;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 125px); }

.search-terms__wrapper--39O3j {
  box-sizing: border-box;
  width: calc(100vw - 16px);
  height: calc(100% - 94px); }
  .search-terms__wrapper--39O3j .content-wrapper {
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    width: calc(100% - 320px);
    display: inline-block; }
  .search-terms__wrapper--39O3j .search-term-title {
    font-size: 26px;
    padding: 48px 0 22px 0;
    margin: 0 16px;
    font-weight: 300;
    color: #231F20; }
  .search-terms__wrapper--39O3j .search-term-back-front-page-link {
    height: 18px;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 300;
    color: #005EF4;
    display: block;
    text-decoration: none; }
  .search-terms__wrapper--39O3j .bottom-link-wrapper {
    padding: 128px 16px 0 16px; }
  .search-terms__wrapper--39O3j .minimum {
    width: 100%; }
  .search-terms__wrapper--39O3j .medium {
    max-width: 699px; }
  .search-terms__wrapper--39O3j .maximum {
    max-width: 1440px; }
  .search-terms__wrapper--39O3j .search-term-wrapper {
    padding-top: 54px;
    margin-bottom: 128px;
    transition: padding-top 0.3s linear; }
    .search-terms__wrapper--39O3j .search-term-wrapper.edit-mode-on {
      background-color: #FFE8FF; }
  .search-terms__wrapper--39O3j.hide-pinboard-bar .search-term-wrapper {
    padding-top: 0; }

.pinboard-disabled .search-terms__wrapper--39O3j .search-term-wrapper {
  padding-top: 0; }

.pinboard-introduction__pinboard-introduction--32OOl {
  position: relative;
  width: 382px;
  margin: 16px 0 0 16px;
  padding: 22px 16px 25px 16px;
  font-size: 14px;
  line-height: 17px;
  color: #236C00;
  background-color: #E2EDDB;
  border-radius: 4px; }
  .pinboard-introduction__pinboard-introduction--32OOl .introduction-title {
    font-weight: 500;
    padding-bottom: 7px; }
  .pinboard-introduction__pinboard-introduction--32OOl .introduction-close-btn {
    background: url("/img/ic-clear-green.svg") no-repeat center;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 5px;
    right: 4px; }
    .pinboard-introduction__pinboard-introduction--32OOl .introduction-close-btn:hover {
      cursor: pointer; }
  .pinboard-introduction__pinboard-introduction--32OOl .pinboard-thumbnail {
    background: url("/img/pinboard-introduction-thumbnail.svg");
    height: 120px;
    width: 76px;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .pinboard-introduction__pinboard-introduction--32OOl .introduction-content {
    display: inline-block;
    width: calc(100% - 76px);
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
    white-space: normal; }
    .pinboard-introduction__pinboard-introduction--32OOl .introduction-content .introduction-text {
      padding: 8px 0 4px 0;
      font-weight: 300; }
    .pinboard-introduction__pinboard-introduction--32OOl .introduction-content .get-started-btn {
      text-align: center;
      display: block;
      padding: 11px 0 12px 0;
      background-color: rgba(73, 156, 33, 0.1);
      border-radius: 2px; }

.search-main-panel {
  height: calc(100vh - 56px);
  padding-top: 56px; }

.Toastify__toast-container--top-right {
  top: 8px;
  right: 8px; }

.Toastify__toast-container--top-right.search {
  top: 118px;
  right: 8px; }

.Toastify__toast-container--top-right.landing {
  top: 144px; }

.Toastify__toast-container--top-right.officer {
  top: 48px; }

.Toastify__toast-container--top-right.complaint {
  top: 48px; }

.Toastify__toast-container--top-right.pinboard {
  top: 98px; }

.Toastify__toast-container {
  min-width: 150px;
  max-width: 480px;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 1200;
  -webkit-transform: translate3d(0, 0, 0); }

.Toastify__toast-body {
  font-family: "San Francisco Text", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
  line-height: 16px;
  white-space: pre-line; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100vh, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

.toast-enter--top-right {
  animation-name: slideInDown; }

.toast-exit--top-right {
  animation-name: fadeOut; }

.search-page__search-page--20tK3 {
  min-height: 100vh;
  font-family: "San Francisco Text", sans-serif;
  background: white; }
  .search-page__search-page--20tK3.edit-mode-on {
    background: #FFEFFF; }
  .search-page__search-page--20tK3 .search-bar-wrapper {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
    .search-page__search-page--20tK3 .search-bar-wrapper.edit-mode-on {
      background-color: #FFE8FF; }
  .search-page__search-page--20tK3 .search-bar {
    padding: 8px 16px 8px 16px;
    width: calc(100% - 32px); }
    .search-page__search-page--20tK3 .search-bar.has-bottom-border {
      border-bottom: 1px solid #DBDBDB; }
  .search-page__search-page--20tK3 .close-button {
    display: inline-block;
    font-size: 13px;
    color: #005EF4;
    width: 42px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 16px; }
    .search-page__search-page--20tK3 .close-button.search-terms-hidden {
      color: #767676; }
    .search-page__search-page--20tK3 .close-button:hover {
      color: #231F20; }
  .search-page__search-page--20tK3.hide {
    display: none; }
  .search-page__search-page--20tK3.animation-in .search-main-panel-wrapper, .search-page__search-page--20tK3.animation-in .close-button {
    opacity: 0;
    animation-duration: 0.5s;
    animation-delay: calc(0.5s / 2);
    animation-name: fadeIn;
    animation-fill-mode: forwards; }
  .search-page__search-page--20tK3.animation-in.top {
    animation-duration: 0.5s;
    animation-name: goUp;
    animation-fill-mode: forwards; }

@keyframes goUp {
  from {
    color: #005EF4;
    transform: translateY(80px); }
  to {
    color: #767676; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.popup__popup--1bv9Q .tooltip-title {
  margin-bottom: 8px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #231F20;
  vertical-align: top; }

.popup__popup--1bv9Q .tooltip-text {
  font-size: 14px;
  font-weight: 300;
  color: #767676;
  line-height: 18px;
  white-space: pre-line; }

.popup-wrapper__popup-wrapper--3xO-- .popup.type-light {
  background-color: white;
  border-radius: 2px;
  border: solid 1px #D8D8D8;
  color: black;
  opacity: 1;
  width: 285px;
  text-align: left;
  padding: 20px 15px 18px 15px;
  pointer-events: unset;
  margin: 0; }
  .popup-wrapper__popup-wrapper--3xO-- .popup.type-light::after {
    border: none; }

.popup-wrapper__popup-wrapper--3xO-- .popup-close-button {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/img/ic-grey-close.svg") no-repeat scroll center transparent;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 11px; }

.popup-wrapper__popup-wrapper--3xO-- .popup-button {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("/img/ic-info.svg") no-repeat scroll center transparent;
  display: inline-block;
  position: relative;
  padding: 13px;
  margin: -13px -26px -13px -4px;
  vertical-align: middle; }

.popup-wrapper__popup-wrapper--3xO--.salary-popup .popup-button {
  padding: 8px;
  margin: 0 -7px 0 -2px; }

.popup-wrapper__popup-wrapper--3xO--.radar-chart-popup .popup-button {
  display: inline-block;
  vertical-align: middle;
  margin: -13px -13px -13px -8px;
  background: url("/img/ic-info-white.svg") no-repeat scroll center transparent; }

.triangle-explainer__triangle-explainer--3Kl4f {
  height: 305px; }
  .triangle-explainer__triangle-explainer--3Kl4f .radar-container {
    height: 100%;
    width: calc(224px + (100% - 480px) * 0.5);
    display: inline-block; }
  .triangle-explainer__triangle-explainer--3Kl4f .explainer-container {
    height: 305px;
    width: calc(256px + (100% - 480px) * 0.5);
    display: inline-block;
    background-color: white;
    color: #231F20;
    font-size: 14px;
    padding: 16px 16px 3px;
    box-sizing: border-box;
    font-weight: 400;
    vertical-align: top;
    line-height: 17px;
    overflow: auto;
    text-align: justify;
    text-justify: inter-word; }
    .triangle-explainer__triangle-explainer--3Kl4f .explainer-container .title-text {
      font-size: 14px;
      margin: 7px 0 10px;
      font-weight: 600; }

.triangle-explainer__triangle-explainer-text--TCRhH {
  font-weight: 300;
  margin: 0 0 18px; }

.triangle-explainer__triangle-explainer-subtext--up_h0 {
  color: #767676;
  font-weight: 200;
  margin: 0; }

.scale-explainer__scale-explainer--3OOZe {
  height: 305px; }
  .scale-explainer__scale-explainer--3OOZe .radar-container {
    height: 100%;
    width: calc(224px + (100% - 480px) * 0.5);
    display: inline-block; }
    .scale-explainer__scale-explainer--3OOZe .radar-container .scale-explainer-legend {
      position: relative;
      top: -34px;
      float: right;
      right: 18px;
      font-size: 14px;
      font-weight: 300;
      color: #231F20; }
  .scale-explainer__scale-explainer--3OOZe .explainer-container {
    height: 305px;
    width: calc(256px + (100% - 480px) * 0.5);
    display: inline-block;
    background-color: white;
    color: #231F20;
    font-size: 14px;
    padding: 16px 16px 3px;
    box-sizing: border-box;
    font-weight: 400;
    vertical-align: top;
    line-height: 17px;
    overflow: auto;
    text-align: justify;
    text-justify: inter-word; }
  .scale-explainer__scale-explainer--3OOZe .title-text {
    font-size: 14px;
    margin: 7px 0 10px;
    font-weight: 600; }

.scale-explainer__scale-explainer-text--isFqn {
  margin: 0 0 18px;
  font-weight: 300; }

.scale-explainer__scale-explainer-subtext--2efIi {
  color: #767676;
  margin: 0;
  font-weight: 200; }

.percentiles-by-year__percentiles-by-year--7pJ4c {
  height: 305px;
  padding: 26px 16px 6px;
  overflow: auto;
  box-sizing: border-box;
  background-color: white; }
  .percentiles-by-year__percentiles-by-year--7pJ4c .percentiles-by-year-header {
    font-size: 14px;
    font-weight: 600;
    color: #231F20;
    margin: 0;
    padding: 0;
    text-align: center; }
  .percentiles-by-year__percentiles-by-year--7pJ4c .table-header {
    font-size: 12px;
    color: #767676;
    font-weight: 500;
    padding: 14px 0 11px 110px;
    box-sizing: border-box;
    border-bottom: 1px solid #DBDBDB;
    line-height: 15px; }
    .percentiles-by-year__percentiles-by-year--7pJ4c .table-header .table-header-item {
      display: inline-block;
      padding-right: 10px;
      width: calc((100%) / 3);
      box-sizing: border-box;
      vertical-align: top; }
  .percentiles-by-year__percentiles-by-year--7pJ4c .table-content {
    list-type: none;
    margin: 0;
    padding: 0;
    font-weight: 400; }
    .percentiles-by-year__percentiles-by-year--7pJ4c .table-content .percentiles-by-year-text {
      display: inline-block;
      color: #767676;
      padding: 13px 0 11px;
      font-size: 13px;
      border-bottom: 1px solid #DBDBDB;
      width: 62px;
      margin-left: 16px;
      vertical-align: top;
      font-weight: 300; }
    .percentiles-by-year__percentiles-by-year--7pJ4c .table-content .percentiles-by-year-radar {
      display: inline-block;
      margin-top: 5px;
      width: 32px;
      height: 32px;
      border-radius: 3px;
      overflow: hidden; }
    .percentiles-by-year__percentiles-by-year--7pJ4c .table-content .percentiles-by-year-cell {
      display: inline-block;
      padding: 12px 0 11px;
      font-size: 14px;
      border-bottom: 1px solid #DBDBDB;
      width: calc((100% - 110px) / 3);
      vertical-align: top;
      height: 40px;
      box-sizing: border-box; }

.left-navigation__left-navigation--gHhcf {
  cursor: pointer;
  color: #005EF4; }
  .left-navigation__left-navigation--gHhcf .left-arrow {
    background: url("/img/disclosure-indicator-blue.svg") 10px 0 no-repeat scroll;
    width: 7px;
    height: 13px;
    padding-left: 26px;
    display: inline-block;
    transform: rotate(180deg); }
  .left-navigation__left-navigation--gHhcf:hover {
    color: #231F20; }
    .left-navigation__left-navigation--gHhcf:hover .left-arrow {
      background: url("/img/disclosure-indicator-black.svg") 10px 0 no-repeat scroll; }

.right-navigation__right-navigation--3tfsq {
  float: right;
  cursor: pointer;
  color: #005EF4; }
  .right-navigation__right-navigation--3tfsq .right-arrow {
    background: url("/img/disclosure-indicator-blue.svg") 10px 0 no-repeat scroll;
    width: 7px;
    height: 13px;
    padding-left: 26px;
    display: inline-block; }
  .right-navigation__right-navigation--3tfsq:hover {
    color: #231F20; }
    .right-navigation__right-navigation--3tfsq:hover .right-arrow {
      background: url("/img/disclosure-indicator-black.svg") 10px 0 no-repeat scroll; }

.explainer__explainer--3wAWn .radar-explainer-window {
  display: block;
  width: calc(100% - 32px);
  height: 361px;
  background-color: #F5F4F4;
  box-sizing: border-box;
  margin: 16px; }
  .explainer__explainer--3wAWn .radar-explainer-window .explainer-footer {
    border-top: solid 1px #DBDBDB;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    font-size: 14px; }

.explainer__explainer--3wAWn .radar-explainer-close-button {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer; }
  .explainer__explainer--3wAWn .radar-explainer-close-button .close-inner {
    vertical-align: middle;
    text-align: center;
    padding-top: 0;
    margin: 12px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    color: black;
    font-size: 24px;
    font-weight: 100; }

.radar-chart__radar-chart--2-jaB {
  width: 50%;
  height: 392px;
  display: inline-block;
  background-color: #FDFAF2;
  vertical-align: top;
  position: relative; }
  @media print {
    .radar-chart__radar-chart--2-jaB {
      height: 300px; } }
  .radar-chart__radar-chart--2-jaB .officer-radar-chart-placeholder {
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .radar-chart__radar-chart--2-jaB .officer-radar-chart-placeholder .open-explainer-button {
      width: 24px;
      height: 24px;
      background-color: white;
      opacity: 0.6;
      border-radius: 12px;
      position: absolute;
      right: 16px;
      top: 16px;
      box-sizing: border-box; }
      .radar-chart__radar-chart--2-jaB .officer-radar-chart-placeholder .open-explainer-button .radar-chart-question-mark {
        opacity: 1;
        display: inline-block;
        color: black;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        line-height: 1;
        font-weight: 500;
        padding-top: 2px; }
  .radar-chart__radar-chart--2-jaB .radar-chart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .radar-chart__radar-chart--2-jaB .no-data-radar-chart-text {
    background-color: transparent;
    color: #DBDBDB;
    position: absolute;
    padding: 0 16px;
    top: 300px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300; }
    @media print {
      .radar-chart__radar-chart--2-jaB .no-data-radar-chart-text {
        top: 250px; } }

.summary-field__summary-field--20djk {
  height: 36px;
  border-top: solid 1px #DBDBDB;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  font-weight: 300; }
  .summary-field__summary-field--20djk .summary-field-label {
    display: inline-block;
    color: #767676;
    font-size: 14px;
    font-family: "San Francisco Text", sans-serif;
    flex: 0 0 117px; }
    @media print {
      .summary-field__summary-field--20djk .summary-field-label {
        font-size: 12px;
        font-weight: 500; } }
  .summary-field__summary-field--20djk .summary-field-info {
    flex-grow: 1;
    display: flex;
    align-items: center; }
    @media print {
      .summary-field__summary-field--20djk .summary-field-info {
        display: block; } }
    .summary-field__summary-field--20djk .summary-field-info .summary-field-value {
      color: #1A1818;
      flex-grow: 1; }
      @media print {
        .summary-field__summary-field--20djk .summary-field-info .summary-field-value {
          font-size: 12px;
          font-weight: 500;
          line-height: 20px; } }
    @media print {
      .summary-field__summary-field--20djk .summary-field-info .summary-field-extra-info {
        display: block;
        line-height: 10px; } }

.view-unit-profile-button__view-unit-profile-button--Frbu9 {
  height: 28px;
  line-height: 28px;
  font-weight: 300;
  color: #767676;
  cursor: pointer;
  padding: 0 8px 0 9px;
  background-color: #F5F4F4;
  border-radius: 2px;
  display: block; }
  .view-unit-profile-button__view-unit-profile-button--Frbu9 .view-unit-profile-button-text {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px; }
  .view-unit-profile-button__view-unit-profile-button--Frbu9 .view-unit-profile-button-arrow {
    background: url("/img/disclosure-indicator.svg") 14px 0 no-repeat scroll;
    width: 8px;
    height: 13px;
    vertical-align: middle;
    padding-right: 14px;
    display: inline-block; }
  .view-unit-profile-button__view-unit-profile-button--Frbu9:hover {
    color: #005EF4; }
    .view-unit-profile-button__view-unit-profile-button--Frbu9:hover .view-unit-profile-button-arrow {
      background: url("/img/disclosure-indicator-hover.svg") 14px 0 no-repeat scroll; }

.salary__salary--1lbR1 {
  font-size: 14px;
  font-weight: 300; }
  @media print {
    .salary__salary--1lbR1 {
      font-size: 10px;
      font-weight: 500; } }
  .salary__salary--1lbR1 .base-salary {
    display: inline;
    color: #767676; }
  .salary__salary--1lbR1 .salary-amount {
    color: #499C21;
    display: inline; }

.salary__popup--3lCUN {
  padding: 10px;
  margin: 0 -9px 0 -2px; }

.year-old__year-old--mm_Cu {
  color: #767676;
  font-size: 14px;
  font-weight: 300; }
  @media print {
    .year-old__year-old--mm_Cu {
      font-size: 10px;
      font-weight: 500; } }

.summary-section__summary-section--LTxO7 {
  font-size: 14px;
  font-family: "San Francisco Text", sans-serif;
  vertical-align: top;
  width: 50%;
  display: inline-block;
  padding: 0 16px;
  box-sizing: border-box; }
  @media print {
    .summary-section__summary-section--LTxO7 {
      padding: 0 0 0 16px; } }
  .summary-section__summary-section--LTxO7 .summary-section-officer-name {
    height: 32px;
    font-size: 26px;
    font-weight: 500;
    margin: 48px 0 16px 0; }
    @media print {
      .summary-section__summary-section--LTxO7 .summary-section-officer-name {
        margin: 8px 0 8px 0;
        font-size: 24px; } }
  .summary-section__summary-section--LTxO7 .badges {
    color: #767676; }
    .summary-section__summary-section--LTxO7 .badges .current-badge {
      color: #1A1818; }

.metric-pane__metric-pane--3Vu0W {
  margin: 0 16px;
  padding: 28px 0 27px 0;
  border-top: none;
  position: relative; }
  .metric-pane__metric-pane--3Vu0W:last-child {
    border-top: 1px solid #ADADAD; }
    .metric-pane__metric-pane--3Vu0W:last-child.dashed-border {
      border-top: 1px dotted #DBDBDB; }
  @media print {
    .metric-pane__metric-pane--3Vu0W {
      padding: 19px 0 18px 0; } }
  .metric-pane__metric-pane--3Vu0W .metrics-pane-value {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #767676; }
    @media print {
      .metric-pane__metric-pane--3Vu0W .metrics-pane-value {
        font-size: 24px;
        font-weight: 500; } }
  .metric-pane__metric-pane--3Vu0W .metrics-pane-name {
    height: 18px;
    line-height: 18px;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    text-align: center; }
    @media print {
      .metric-pane__metric-pane--3Vu0W .metrics-pane-name {
        font-size: 12px;
        font-weight: 500; } }
  .metric-pane__metric-pane--3Vu0W .metrics-pane-description {
    height: 14px;
    line-height: 14px;
    padding-top: 2px;
    font-size: 12px;
    font-weight: 300;
    color: #767676;
    text-align: center; }
    @media print {
      .metric-pane__metric-pane--3Vu0W .metrics-pane-description {
        font-size: 10px;
        font-weight: 500; } }
  .metric-pane__metric-pane--3Vu0W.active .metrics-pane-value {
    color: #231F20; }
  .metric-pane__metric-pane--3Vu0W.active.highlight-value .metrics-pane-value {
    color: #FF6000; }
  .metric-pane__metric-pane--3Vu0W.active .metrics-pane-name {
    color: #231F20; }
  .metric-pane__metric-pane--3Vu0W .metric-pane-popup-button {
    position: absolute;
    margin: -13px;
    top: 16px;
    right: 0; }

.metrics-column__metrics-column--1tyqW {
  display: inline-block;
  width: calc(33.33% - 2px);
  vertical-align: top; }

.metrics-section__metrics-section--iwBeM {
  background-color: #F5F4F4;
  height: 280px;
  padding: 16px;
  box-sizing: border-box; }
  @media print {
    .metrics-section__metrics-section--iwBeM {
      background-color: unset;
      padding: 0;
      height: 212px; } }
  .metrics-section__metrics-section--iwBeM .metric-cells {
    background-color: white;
    border: 1px solid #D8D8D8; }
  .metrics-section__metrics-section--iwBeM .vertical-line {
    margin: 16px 0;
    height: 216px;
    width: 2px;
    box-sizing: border-box;
    border: 1px solid #ADADAD;
    display: inline-block;
    vertical-align: top; }
    @media print {
      .metrics-section__metrics-section--iwBeM .vertical-line {
        background-color: #DBDBDB;
        height: 180px; } }

.attachments__attachments--1aBWg {
  width: 51px;
  display: inline-block;
  margin: 0 8px 0 17px;
  vertical-align: middle; }
  .attachments__attachments--1aBWg .attachment-image {
    float: right;
    height: 32px;
    width: 24px;
    display: inline-block;
    border: solid 1px #DBDBDB;
    box-sizing: border-box;
    background: white no-repeat center center; }
    .attachments__attachments--1aBWg .attachment-image.document {
      background-size: cover; }
    .attachments__attachments--1aBWg .attachment-image.audio {
      background-size: auto; }
    .attachments__attachments--1aBWg .attachment-image.video {
      background-size: auto; }
  .attachments__attachments--1aBWg .more-attachment {
    float: right;
    width: 24px;
    margin-left: 3px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    border: solid 1px #DBDBDB;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px; }

.base-item__base-item--3mvi7 {
  display: inline-block;
  background-color: #FBFAFA;
  padding: 0 16px;
  flex-grow: 1; }
  @media print {
    .base-item__base-item--3mvi7 {
      background-color: unset;
      padding: 0; } }
  .base-item__base-item--3mvi7 .item-content {
    width: 100%;
    display: block;
    border-top: 1px solid #DBDBDB;
    box-sizing: border-box; }
    .base-item__base-item--3mvi7 .item-content .item-wrapper-kind {
      width: 85px;
      display: inline-block;
      margin-right: 16px; }
    .base-item__base-item--3mvi7 .item-content .item-kind {
      line-height: 24px;
      display: inline-block;
      text-align: center; }
      @media print {
        .base-item__base-item--3mvi7 .item-content .item-kind {
          font-size: 10px;
          font-weight: 500;
          line-height: 18px; } }
    .base-item__base-item--3mvi7 .item-content .item-category {
      line-height: 18px;
      color: #231F20; }
      @media print {
        .base-item__base-item--3mvi7 .item-content .item-category {
          font-size: 12px;
          font-weight: 500; } }
    .base-item__base-item--3mvi7 .item-content .item-date {
      float: right;
      width: 44px;
      display: inline-block;
      text-align: right; }

.timeline-special-item .base-item__base-item--3mvi7 .item-content {
  border-top: none; }

.timeline-special-item + .timeline-item .base-item__base-item--3mvi7 .item-content {
  border-top: none; }
  @media print {
    .timeline-special-item + .timeline-item .base-item__base-item--3mvi7 .item-content {
      border-top: 1px solid #DBDBDB; } }

.timeline-special-item + .timeline-special-item .base-item__base-item--3mvi7 .item-content {
  border-top: 1px solid #DBDBDB; }
  @media print {
    .timeline-special-item + .timeline-special-item .base-item__base-item--3mvi7 .item-content {
      border-top: none; } }

.timeline-item:first-child .base-item__base-item--3mvi7 .item-content {
  border-top: none; }

.cr__cr--1_lQ8 {
  cursor: pointer; }
  .cr__cr--1_lQ8 .cr-item-content {
    height: 58px;
    line-height: calc(58px - 1px); }
    .cr__cr--1_lQ8 .cr-item-content .cr-item-kind {
      width: 85px;
      border: solid 1px #FBE2D4;
      color: #FF6000;
      background-color: inherit; }
      @media print {
        .cr__cr--1_lQ8 .cr-item-content .cr-item-kind {
          border: solid 1px #DBDBDB; } }
      .cr__cr--1_lQ8 .cr-item-content .cr-item-kind.active {
        color: #FF1F00;
        background-color: #FBE2D4; }
        @media print {
          .cr__cr--1_lQ8 .cr-item-content .cr-item-kind.active {
            border: solid 1px #231F20;
            background-color: unset; } }
    .cr__cr--1_lQ8 .cr-item-content .cr-detail {
      display: inline-block;
      vertical-align: middle; }
      .cr__cr--1_lQ8 .cr-item-content .cr-detail .cr-item-category {
        color: #231F20; }
      .cr__cr--1_lQ8 .cr-item-content .cr-detail .cr-item-finding {
        font-weight: 300;
        line-height: 14px;
        font-size: 12px;
        color: #767676; }
        @media print {
          .cr__cr--1_lQ8 .cr-item-content .cr-detail .cr-item-finding {
            font-size: 10px;
            font-weight: 500; } }
    .cr__cr--1_lQ8 .cr-item-content .cr-right {
      display: inline-block;
      float: right; }
      .cr__cr--1_lQ8 .cr-item-content .cr-right .cr-item-coaccused {
        font-size: 14px;
        font-weight: 300;
        color: #767676;
        display: inline-block; }
      .cr__cr--1_lQ8 .cr-item-content .cr-right .cr-item-date {
        font-size: 12px;
        color: #231F20;
        font-weight: 300;
        float: none; }
        @media print {
          .cr__cr--1_lQ8 .cr-item-content .cr-right .cr-item-date {
            font-size: 10px;
            font-weight: 400; } }
  .cr__cr--1_lQ8:hover {
    background-color: white; }
    .cr__cr--1_lQ8:hover .cr-item-content .cr-detail {
      color: #005EF4; }

.trr__trr--Qgzgm .trr-item-content {
  height: 58px;
  line-height: calc(58px - 1px);
  display: inline-block; }
  .trr__trr--Qgzgm .trr-item-content .trr-item-kind {
    width: 57px;
    color: white;
    background-color: #8F8F8F;
    font-weight: 300; }
    @media print {
      .trr__trr--Qgzgm .trr-item-content .trr-item-kind {
        background-color: #DBDBDB;
        width: 85px; } }
  .trr__trr--Qgzgm .trr-item-content .trr-item-category {
    display: inline-block;
    vertical-align: middle;
    color: #231F20; }

.trr__trr--Qgzgm .trr-item-date {
  font-size: 12px;
  color: #231F20;
  font-weight: 300; }
  @media print {
    .trr__trr--Qgzgm .trr-item-date {
      font-size: 10px;
      font-weight: 400; } }

.trr__trr--Qgzgm:hover {
  background-color: white; }
  .trr__trr--Qgzgm:hover .trr-item-content .trr-item-category {
    color: #005EF4; }

.award__award--2IaaT {
  height: 58px;
  line-height: calc(58px - 1px);
  display: inline-block; }
  .award__award--2IaaT .award-item-kind {
    width: 61px;
    color: #767676;
    background-color: #F5F4F4;
    border: solid 1px #DBDBDB; }
    @media print {
      .award__award--2IaaT .award-item-kind {
        width: 85px; } }
  .award__award--2IaaT .award-item-category {
    display: inline-block;
    vertical-align: middle; }
  .award__award--2IaaT .award-item-date {
    font-size: 12px;
    color: #231F20;
    font-weight: 300; }
    @media print {
      .award__award--2IaaT .award-item-date {
        font-size: 10px;
        font-weight: 400; } }

.unit-change__unit-change--2e8to {
  background-color: inherit; }
  .unit-change__unit-change--2e8to .unit-change-item-content {
    height: 24px;
    line-height: calc(24px - 1px);
    display: inline-block; }
    .unit-change__unit-change--2e8to .unit-change-item-content .unit-change-info {
      display: inline-block;
      width: calc(100% - 44px);
      text-align: center;
      font-size: 12px; }
      @media print {
        .unit-change__unit-change--2e8to .unit-change-item-content .unit-change-info {
          font-size: 10px;
          font-weight: 500;
          text-align: left; } }
      .unit-change__unit-change--2e8to .unit-change-item-content .unit-change-info .old-unit {
        color: #767676; }
        .unit-change__unit-change--2e8to .unit-change-item-content .unit-change-info .old-unit.unassigned {
          font-style: italic; }
      .unit-change__unit-change--2e8to .unit-change-item-content .unit-change-info .new-unit {
        color: #231F20; }
    .unit-change__unit-change--2e8to .unit-change-item-content .unit-change-item-date {
      font-size: 12px;
      color: #231F20;
      font-weight: 300; }
      @media print {
        .unit-change__unit-change--2e8to .unit-change-item-content .unit-change-item-date {
          font-size: 10px;
          font-weight: 400; } }

.rank-change__rank-change--2H-F5 {
  background-color: inherit; }
  .rank-change__rank-change--2H-F5 .rank-change-item-content {
    height: 24px;
    line-height: calc(24px - 1px);
    display: inline-block; }
    .rank-change__rank-change--2H-F5 .rank-change-item-content .rank-change-info {
      display: inline-block;
      width: calc(100% - 44px);
      text-align: center;
      font-size: 12px; }
      @media print {
        .rank-change__rank-change--2H-F5 .rank-change-item-content .rank-change-info {
          font-size: 10px;
          font-weight: 500;
          text-align: left; } }
      .rank-change__rank-change--2H-F5 .rank-change-item-content .rank-change-info .old-rank {
        color: #767676; }
        .rank-change__rank-change--2H-F5 .rank-change-item-content .rank-change-info .old-rank.unassigned {
          font-style: italic; }
      .rank-change__rank-change--2H-F5 .rank-change-item-content .rank-change-info .new-rank {
        color: #231F20; }
    .rank-change__rank-change--2H-F5 .rank-change-item-content .rank-change-item-date {
      font-size: 12px;
      color: #231F20;
      font-weight: 300; }
      @media print {
        .rank-change__rank-change--2H-F5 .rank-change-item-content .rank-change-item-date {
          font-size: 10px;
          font-weight: 400; } }

.joined__joined--1I4qg {
  background-color: inherit; }
  .joined__joined--1I4qg .joined-item-content {
    height: 24px;
    line-height: calc(24px - 1px);
    display: inline-block; }
    .joined__joined--1I4qg .joined-item-content .joined-item-text {
      width: 85px;
      display: inline-block;
      font-size: 10px;
      font-weight: 500;
      text-align: left;
      margin-right: 16px; }
    .joined__joined--1I4qg .joined-item-content .joined-item-join {
      display: inline-block;
      width: calc(100% - 44px);
      text-align: center;
      font-size: 12px;
      color: #767676; }
      @media print {
        .joined__joined--1I4qg .joined-item-content .joined-item-join {
          font-size: 10px;
          font-weight: 500;
          width: calc(100% - 145px);
          text-align: left; } }
    .joined__joined--1I4qg .joined-item-content .joined-item-date {
      font-size: 12px;
      color: #231F20;
      font-weight: 300; }
      @media print {
        .joined__joined--1I4qg .joined-item-content .joined-item-date {
          font-size: 10px;
          font-weight: 400; } }

.year__year--6dFc7 .year-item-item-content {
  height: 32px;
  line-height: calc(32px - 1px); }
  .year__year--6dFc7 .year-item-item-content .year-item-date {
    font-size: 14px;
    color: #231F20;
    font-weight: 400;
    padding-top: 0; }
    @media print {
      .year__year--6dFc7 .year-item-item-content .year-item-date {
        font-size: 12px;
        font-weight: 500; } }

.year__year--6dFc7.has-data .year-item-item-content {
  height: 64px;
  line-height: calc(64px - 1px); }
  .year__year--6dFc7.has-data .year-item-item-content .year-item-date {
    font-size: 18px;
    padding-top: 13px; }
    @media print {
      .year__year--6dFc7.has-data .year-item-item-content .year-item-date {
        font-size: 14px;
        font-weight: 500; } }

.empty__empty--16tiB {
  height: 32px; }
  .empty__empty--16tiB .empty-showing {
    height: 32px;
    line-height: calc(32px - 1px); }

.item__item--gNbUx {
  display: flex;
  font-size: 14px; }
  @media print {
    .item__item--gNbUx {
      page-break-inside: avoid; } }
  .item__item--gNbUx .rank-change-content, .item__item--gNbUx .unit-change-content {
    flex: 0 0 104px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top; }
    @media print {
      .item__item--gNbUx .rank-change-content, .item__item--gNbUx .unit-change-content {
        display: none; } }
    .item__item--gNbUx .rank-change-content.changed-item, .item__item--gNbUx .unit-change-content.changed-item {
      color: #767676;
      font-size: 12px;
      background-color: inherit;
      background: none;
      line-height: 24px; }
      @media print {
        .item__item--gNbUx .rank-change-content.changed-item, .item__item--gNbUx .unit-change-content.changed-item {
          display: inline-block;
          text-align: left;
          width: 85px;
          margin-right: 16px;
          font-size: 10px;
          font-weight: 500; } }
    .item__item--gNbUx .rank-change-content.after-changed-item, .item__item--gNbUx .unit-change-content.after-changed-item {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
  .item__item--gNbUx .rank-change-content {
    border-right: solid 1px #F5F4F4;
    background-color: #DBDBDB; }
  .item__item--gNbUx .unit-change-content {
    background: url("/img/unit-background-pattern.png") center/100%; }
  .item__item--gNbUx:first-child .rank-change-content, .item__item--gNbUx:first-child .unit-change-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .item__item--gNbUx:last-child .rank-change-content, .item__item--gNbUx:last-child .unit-change-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .item__item--gNbUx:not(.timeline-rank-change-item) + .item__item--gNbUx .rank-change-content .item-text {
    color: transparent; }
  .item__item--gNbUx:not(.timeline-unit-change-item) + .item__item--gNbUx .unit-change-content .item-text {
    color: transparent; }
  .item__item--gNbUx.timeline-rank-change-item + .item__item--gNbUx .rank-change-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .item__item--gNbUx.timeline-unit-change-item + .item__item--gNbUx .unit-change-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .item__item--gNbUx .item-text {
    height: 32px;
    line-height: 32px;
    color: #767676; }
    .item__item--gNbUx .item-text.current {
      color: #231F20; }
  @media print {
    .item__item--gNbUx.timeline-special-item {
      border-top: 1px solid #DBDBDB; } }
  .item__item--gNbUx.timeline-special-item .item-text {
    height: 24px;
    line-height: 24px; }
  @media print {
    .item__item--gNbUx.timeline-year-item.has-data {
      padding-bottom: 58px;
      margin-bottom: -58px; } }
  @media print {
    .item__item--gNbUx.timeline-year-item.has-data.has-first-changed-item {
      padding-bottom: 24px;
      margin-bottom: -24px; } }

.menu__dropdown-menu--2U1Ss {
  position: absolute;
  width: 100%;
  border: solid 1px #DBDBDB;
  box-sizing: border-box;
  z-index: 10; }
  .menu__dropdown-menu--2U1Ss .dropdown-menu-item {
    font-size: 14px;
    color: #005EF4;
    background-color: white;
    height: 28px;
    line-height: 28px;
    cursor: pointer; }

.dropdown__dropdown---N5kl {
  display: inline-block;
  text-align: center;
  margin: 0 4px 0 6px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .dropdown__dropdown---N5kl:focus {
    outline: none; }
  .dropdown__dropdown---N5kl .dropdown-button {
    font-size: 14px;
    color: #005EF4;
    background-color: #CCDFFD;
    padding: 6px 8px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    width: 100%; }
    .dropdown__dropdown---N5kl .dropdown-button:hover {
      color: #231F20; }
    .dropdown__dropdown---N5kl .dropdown-button .dropdown-button-text {
      display: inline-block;
      width: calc(100% - 30px); }
  .dropdown__dropdown---N5kl .dropdown-arrow {
    background: url("/img/arrow-down-blue.svg") 0 0 no-repeat scroll;
    width: 14px;
    height: 9px;
    display: inline-block; }
    .dropdown__dropdown---N5kl .dropdown-arrow.open {
      background: url("/img/arrow-up-blue.svg") 0 0 no-repeat scroll; }

.timeline__timeline--1qpQf {
  background-color: #F5F4F4;
  margin: 0 16px;
  padding: 0 15px 128px 16px;
  border: solid 1px #D8D8D8;
  page-break-before: always; }
  @media print {
    .timeline__timeline--1qpQf {
      background-color: unset;
      border: none;
      margin: 0;
      padding: 0; } }
  .timeline__timeline--1qpQf .timeline-header {
    width: 100%;
    height: 64px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 300; }
    .timeline__timeline--1qpQf .timeline-header .rank-header {
      display: inline-block;
      padding-left: 7px;
      width: 97px;
      text-align: center;
      line-height: 64px;
      font-size: 14px;
      font-weight: 300;
      color: #767676; }
    .timeline__timeline--1qpQf .timeline-header .unit-header {
      display: inline-block;
      width: 104px;
      text-align: center;
      line-height: 64px;
      font-size: 14px;
      font-weight: 300;
      color: #767676; }
    .timeline__timeline--1qpQf .timeline-header .showing-content-header {
      display: inline-block;
      width: calc(100% - 284px);
      height: 64px;
      text-align: center;
      font-size: 14px;
      font-weight: 300;
      color: #767676; }
      .timeline__timeline--1qpQf .timeline-header .showing-content-header .showing-text {
        display: inline-block;
        line-height: 14px; }
    .timeline__timeline--1qpQf .timeline-header .date-header {
      float: right;
      display: inline-block;
      padding-right: 17px;
      width: 44px;
      text-align: right;
      line-height: 64px;
      font-size: 14px;
      font-weight: 300;
      color: #767676; }
  .timeline__timeline--1qpQf .timeline-filter {
    width: 176px; }

.officer-card-footer__officer-card-footer--1iLrL {
  color: #231F20;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  background-color: white;
  padding: 0 16px; }

.coaccusals__coaccusals--HJ4bo {
  background-color: #F5F4F4;
  margin: 0 16px;
  padding: 0 15px 120px 16px;
  border: 1px solid #D8D8D8; }
  .coaccusals__coaccusals--HJ4bo .coaccusal-group {
    color: #231F20;
    font-size: 14px;
    border-bottom: 1px solid #DBDBDB; }
    .coaccusals__coaccusals--HJ4bo .coaccusal-group .group-title-wrapper {
      position: relative;
      height: 64px; }
      .coaccusals__coaccusals--HJ4bo .coaccusal-group .group-title-wrapper .coaccusals-group-name {
        bottom: 8px;
        position: absolute; }
    .coaccusals__coaccusals--HJ4bo .coaccusal-group .coaccused-cards-wrapper {
      padding: 8px 0; }
    .coaccusals__coaccusals--HJ4bo .coaccusal-group:last-child {
      border-bottom: none; }
      .coaccusals__coaccusals--HJ4bo .coaccusal-group:last-child .coaccused-cards-wrapper {
        padding: 8px 0 0; }

.coaccusals__officer-card--2sxQh {
  display: inline-block;
  margin: 0 8px 8px 0; }

.attachment__attachment--16kAH {
  height: 132px;
  width: 120px;
  display: inline-block;
  text-align: center;
  padding-top: 14px;
  vertical-align: bottom;
  overflow: hidden; }
  .attachment__attachment--16kAH .attachment-preview-image {
    border: solid 1px #DBDBDB;
    height: 60px;
    width: 45px;
    box-sizing: border-box;
    display: block;
    margin: 0px auto 12px auto;
    background: #F5F4F4 no-repeat center center; }
    .attachment__attachment--16kAH .attachment-preview-image.audio {
      background-size: auto; }
    .attachment__attachment--16kAH .attachment-preview-image.video {
      background-size: auto; }
    .attachment__attachment--16kAH .attachment-preview-image.document {
      background-size: cover; }
  .attachment__attachment--16kAH .attachment-title {
    color: #767676;
    width: 104px;
    height: 36px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px; }
  .attachment__attachment--16kAH:hover {
    background-color: white; }
    .attachment__attachment--16kAH:hover .attachment-preview-image {
      border: solid 1px #005EF4; }
    .attachment__attachment--16kAH:hover .attachment-title {
      color: #005EF4; }

.heading__heading--3n4Hs {
  background-color: inherit;
  height: 58px;
  line-height: calc(58px - 1px);
  cursor: pointer;
  padding: 0 16px;
  box-sizing: border-box;
  display: block; }
  .heading__heading--3n4Hs .heading-box {
    border-bottom: solid 1px #DBDBDB; }
    .heading__heading--3n4Hs .heading-box .heading-kind-wrapper {
      width: 85px;
      display: inline-block;
      margin-right: 16px; }
      .heading__heading--3n4Hs .heading-box .heading-kind-wrapper .attachments-heading-kind {
        width: 85px;
        border: solid 1px #FBE2D4;
        color: #FF6000;
        background-color: inherit;
        line-height: 24px;
        display: inline-block;
        text-align: center; }
        .heading__heading--3n4Hs .heading-box .heading-kind-wrapper .attachments-heading-kind.active {
          color: #FF1F00;
          background-color: #FBE2D4; }
    .heading__heading--3n4Hs .heading-box .heading-detail {
      display: inline-block;
      vertical-align: middle; }
      .heading__heading--3n4Hs .heading-box .heading-detail .attachments-heading-category {
        color: #231F20;
        line-height: 18px; }
      .heading__heading--3n4Hs .heading-box .heading-detail .attachments-heading-finding {
        font-weight: 300;
        line-height: 14px;
        font-size: 12px;
        color: #767676; }
    .heading__heading--3n4Hs .heading-box .heading-right {
      display: inline-block;
      float: right; }
      .heading__heading--3n4Hs .heading-box .heading-right .attachments-heading-coaccused {
        font-size: 14px;
        font-weight: 300;
        color: #767676;
        display: inline-block; }
      .heading__heading--3n4Hs .heading-box .heading-right .attachments-heading-date {
        font-size: 12px;
        color: #231F20;
        font-weight: 300;
        float: right;
        width: 120px;
        display: inline-block;
        text-align: right; }
  .heading__heading--3n4Hs:hover {
    background-color: white; }
    .heading__heading--3n4Hs:hover .heading-box .heading-detail .attachments-heading-category {
      color: #005EF4; }

.complaint__complaint--eZ1DN {
  background-color: #FBFAFA;
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  border: solid 1px #DBDBDB;
  margin-top: 8px;
  font-size: 14px; }

.attachments-tab__attachments-tab--1IGsh {
  border-radius: 2px;
  background-color: #F5F4F4;
  border: solid 1px #D8D8D8;
  padding: 0 16px 128px 16px;
  margin: 0 16px; }
  .attachments-tab__attachments-tab--1IGsh .attachments-tab-title {
    height: 64px;
    position: relative; }
    .attachments-tab__attachments-tab--1IGsh .attachments-tab-title .title-text {
      bottom: 8px;
      position: absolute;
      font-weight: 500;
      font-size: 14px; }
      .attachments-tab__attachments-tab--1IGsh .attachments-tab-title .title-text .attachments-text {
        color: #231F20; }
      .attachments-tab__attachments-tab--1IGsh .attachments-tab-title .title-text .graphic-content-text {
        color: #767676; }

.row__row--ZwZVx {
  cursor: pointer;
  height: 32px;
  line-height: 32px; }
  .row__row--ZwZVx .legend-row-text {
    text-align: left;
    color: #767676; }
    .row__row--ZwZVx .legend-row-text:hover {
      color: #005EF4; }
  .row__row--ZwZVx .legend-row-number {
    color: #231F20;
    float: right; }
  .row__row--ZwZVx .row-spinner {
    float: right;
    width: 32px;
    height: 32px; }
  .row__row--ZwZVx .legend-row-oval {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    margin-bottom: 2px; }
    .row__row--ZwZVx .legend-row-oval.unsustained-complaint, .row__row--ZwZVx .legend-row-oval.complaint {
      background-color: white;
      border: solid 1px #FF6000; }
    .row__row--ZwZVx .legend-row-oval.sustained-complaint {
      background-color: #FBE2D4;
      border: solid 1px #FF6000; }
    .row__row--ZwZVx .legend-row-oval.use-of-force-report {
      background-color: #ADADAD;
      border: solid 1px #8F8F8F; }

.legend__legend--3gCO2 {
  width: 320px;
  border-radius: 2px;
  border: solid 1px #DBDBDB;
  background-color: white;
  padding: 0 16px 8px 16px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 14px;
  font-weight: 300; }

.mapboxgl-popup {
  z-index: 9; }

.mapboxgl-popup-content {
  background-color: transparent;
  box-shadow: none;
  padding: 0; }

.mapboxgl-popup-tip, .mapboxgl-popup-tip::after {
  content: '';
  position: absolute; }

.mapboxgl-popup-tip::after {
  z-index: 10; }

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    left: 50%;
    margin-left: -8px; }
  .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip::after {
    border-top: 8px solid white;
    margin-bottom: 1px; }

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-content {
  margin-bottom: 7px; }

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .mapboxgl-popup-anchor-top .mapboxgl-popup-tip::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0;
    left: 50%;
    margin-left: -8px; }
  .mapboxgl-popup-anchor-top .mapboxgl-popup-tip::after {
    border-bottom: 8px solid white;
    margin-top: 1px; }

.mapboxgl-popup-anchor-top .mapboxgl-popup-content {
  margin-top: 7px; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-left .mapboxgl-popup-tip, .mapboxgl-popup-anchor-left .mapboxgl-popup-tip::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: 0;
    margin-top: -8px; }
  .mapboxgl-popup-anchor-left .mapboxgl-popup-tip::after {
    border-right: 8px solid white;
    margin-left: 1px; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-content {
  margin-left: 7px; }

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-right .mapboxgl-popup-tip, .mapboxgl-popup-anchor-right .mapboxgl-popup-tip::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: 0;
    margin-top: -8px; }
  .mapboxgl-popup-anchor-right .mapboxgl-popup-tip::after {
    border-left: 8px solid white;
    margin-right: 1px; }

.mapboxgl-popup-anchor-right .mapboxgl-popup-content {
  margin-right: 7px; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  border-bottom: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip, .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip::after {
    border-right: 8px solid transparent;
    top: 0;
    left: 0; }
  .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip::after {
    border-bottom: 8px solid white;
    margin-top: 2px;
    margin-left: 1px; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  margin-top: 7px; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip, .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip::after {
    border-left: 8px solid transparent;
    top: 0;
    right: 0; }
  .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip::after {
    border-bottom: 8px solid white;
    margin-top: 2px;
    margin-right: 1px; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  margin-top: 7px; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  border-top: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip, .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip::after {
    border-right: 8px solid transparent;
    bottom: 0;
    left: 0; }
  .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip::after {
    border-top: 8px solid white;
    margin-bottom: 2px;
    margin-left: 1px; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  margin-bottom: 7px; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top: 8px solid #CCDFFD; }
  .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip, .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip::after {
    border-left: 8px solid transparent;
    bottom: 0;
    right: 0; }
  .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip::after {
    border-top: 8px solid white;
    margin-bottom: 2px;
    margin-right: 1px; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  margin-bottom: 7px; }

.marker-tooltip__marker-tooltip---rbbj {
  width: 188px;
  border-radius: 2px;
  border: solid 1px #CCDFFD;
  background-color: white;
  box-sizing: border-box;
  padding: 12px 16px 16px 16px;
  display: block; }
  .marker-tooltip__marker-tooltip---rbbj .marker-tooltip-date {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    text-align: left;
    color: #767676;
    margin-bottom: 2px; }
  .marker-tooltip__marker-tooltip---rbbj .marker-tooltip-category {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    color: #231F20; }

.allegations-map__map--XcB-r {
  width: 100%;
  position: relative;
  height: 625px; }
  .allegations-map__map--XcB-r .map-tab {
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .allegations-map__map--XcB-r .load-data-spinner {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 16px;
    right: 16px; }
  .allegations-map__map--XcB-r.officer-allegations-map .map-tab {
    width: calc(100% - 32px); }
  .allegations-map__map--XcB-r.pinboard-map {
    width: 342px;
    height: 342px; }
    .allegations-map__map--XcB-r.pinboard-map .data-loading-spinner {
      position: absolute;
      top: 6px;
      right: 6px;
      width: 40px;
      height: 40px; }
  .allegations-map__map--XcB-r.social-graph-map {
    height: 100vh; }
    .allegations-map__map--XcB-r.social-graph-map .load-data-spinner {
      width: 160px;
      height: 160px; }
  .allegations-map__map--XcB-r .map-marker:hover {
    z-index: 10; }
  .allegations-map__map--XcB-r .map-marker.cr-marker {
    z-index: 0; }
  .allegations-map__map--XcB-r .map-marker.force-marker {
    z-index: 1; }

.allegations-map__allegation-map-loading--104rI {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pinboard-page .allegations-map__allegation-map-loading--104rI {
  width: 100px;
  height: 100px; }

.tabbed-pane-section__tabbed-pane-section--2lAX6 {
  background-color: white; }
  .tabbed-pane-section__tabbed-pane-section--2lAX6 .tabbed-pane-section-menu {
    height: 64px;
    line-height: 64px;
    text-align: center; }
  .tabbed-pane-section__tabbed-pane-section--2lAX6 .tabbed-pane-tab-name {
    height: 36px;
    background-color: white;
    color: #005EF4;
    font-size: 14px;
    font-weight: 300;
    border-radius: 2px;
    padding: 8px 16px 10px 16px;
    cursor: pointer;
    margin: 0 8px; }
    .tabbed-pane-section__tabbed-pane-section--2lAX6 .tabbed-pane-tab-name:hover {
      background-color: #F5F4F4;
      color: #231F20; }
    .tabbed-pane-section__tabbed-pane-section--2lAX6 .tabbed-pane-tab-name.active {
      background-color: #005EF4;
      color: white; }

.shareable-header__shareable-header--1vSLo .shareable-header-header-placeholder {
  height: 40px;
  position: relative; }

.shareable-header__shareable-header--1vSLo .shareable-header-outer {
  background-color: #F5F4F4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  box-shadow: 0 1px 1px 0 #DEDEDE; }
  .shareable-header__shareable-header--1vSLo .shareable-header-outer .shareable-header-nav-bar {
    height: 40px;
    color: #767676;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400; }
  .shareable-header__shareable-header--1vSLo .shareable-header-outer .right-buttons {
    float: right;
    height: 32px;
    margin: 4px 0; }

.shareable-header__header-button--27oCp {
  display: inline-block;
  margin-left: 8px; }

.shareable-header__add-to-pinboard-btn--3-ViO {
  width: 48px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/ic-large-plus.svg");
  background-size: 13px 14px;
  background-color: #F5F4F4;
  border: solid 1px #DBDBDB;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer; }
  .shareable-header__add-to-pinboard-btn--3-ViO:hover {
    background-image: url("/img/ic-large-plus-green.svg");
    background-color: #E2EDDB; }
  .shareable-header__add-to-pinboard-btn--3-ViO.focus {
    background-image: url("/img/ic-plus-rotated.svg");
    background-color: #187110;
    background-size: 21px 20px; }

.breadcrumb__breadcrumb--2AWK3 .breadcrumb-item {
  display: inline-block;
  font-weight: 500;
  line-height: 40px;
  padding-right: 8px;
  color: #767676;
  text-decoration: none; }

.breadcrumb__breadcrumb--2AWK3 a.breadcrumb-item:hover {
  color: #005EF4; }

.breadcrumb__breadcrumb--2AWK3 .shareable-header-breadcrumb-separator {
  padding: 2px 8px 0 0;
  height: 12px;
  width: 7.4px;
  background: url("/img/disclosure-indicator.svg") no-repeat scroll;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  line-height: 40px; }

.download-menu__download-menu--3x7OW {
  position: absolute;
  right: 0;
  top: 27px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  z-index: 3;
  background-color: white;
  width: 200px; }
  .download-menu__download-menu--3x7OW .title {
    font-weight: 300;
    color: #767676;
    padding: 21px 12px 7px 12px; }

.download-menu-item__download-menu-item--1aPLE {
  margin: 0 12px;
  display: block;
  border-bottom: 1px solid #DBDBDB;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 15px 0 16px 0; }
  .download-menu-item__download-menu-item--1aPLE:last-child {
    border-bottom: none; }
  .download-menu-item__download-menu-item--1aPLE .download-requesting, .download-menu-item__download-menu-item--1aPLE .download-menu-item-img {
    float: right;
    width: 32px;
    height: 32px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    background-color: #F5F4F4; }
  .download-menu-item__download-menu-item--1aPLE .download-menu-item-img {
    background: #F5F4F4 url("/img/download.svg") 10px 10px no-repeat; }
  .download-menu-item__download-menu-item--1aPLE:hover .download-menu-item-img {
    background: #F5F4F4 url("/img/download-blue.svg") 10px 10px no-repeat; }
  .download-menu-item__download-menu-item--1aPLE .download-item-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300; }
    .download-menu-item__download-menu-item--1aPLE .download-item-text .item-title {
      display: block;
      color: #231F20;
      line-height: 17px; }
    .download-menu-item__download-menu-item--1aPLE .download-item-text .item-extension {
      font-size: 12px;
      line-height: 14px;
      color: #767676; }

.pinboards-menu__pinboards-menu--HUVg9 {
  position: absolute;
  right: 0;
  top: 27px;
  width: 225px;
  box-sizing: border-box;
  background: white;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  line-height: 17px; }
  .pinboards-menu__pinboards-menu--HUVg9 .title {
    font-weight: 300;
    color: #767676;
    padding: 15px 12px 16px 12px; }
  .pinboards-menu__pinboards-menu--HUVg9 .pinboards {
    max-height: 191px;
    overflow: auto; }
  .pinboards-menu__pinboards-menu--HUVg9 .add-to-new-pinboard {
    font-weight: 300;
    color: #187110;
    background-color: #E2EDDB;
    padding: 17px 12px 19px 12px;
    border-top: 1px solid #DBDBDB;
    cursor: pointer; }

.pinboard-menu-item__pinboard-menu-item--3A7dp {
  padding: 0 12px; }
  .pinboard-menu-item__pinboard-menu-item--3A7dp + .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item {
    border-top: 1px solid #DBDBDB; }
  .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item {
    padding: 15px 0 16px 0; }
    .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item .pinboard-info {
      width: calc(100% - 32px);
      float: left; }
      .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item .pinboard-info .pinboard-title {
        color: #231F20; }
      .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item .pinboard-info .pinboard-created-at {
        color: #767676;
        font-size: 12px;
        line-height: 14px; }
    .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item.untitled-pinboard .pinboard-created-at {
      color: #231F20;
      font-size: 14px;
      line-height: 32px; }
    .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item .pin-button {
      border-radius: 2px;
      border: solid 1px #DBDBDB;
      width: 32px;
      height: 32px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("/img/ic-plus-bold.svg");
      background-size: 12px 12px;
      background-color: #FBFAFA;
      box-sizing: border-box;
      float: left; }
    .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item:hover {
      cursor: pointer; }
      .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item:hover .pin-button {
        background-color: #E2EDDB;
        background-image: url("/img/ic-plus-green.svg");
        border: none; }
    .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item.is-pinned .pin-button {
      background-image: url("/img/ic-minus.svg");
      background-color: #FBFAFA; }
    .pinboard-menu-item__pinboard-menu-item--3A7dp .pinboard-item.is-pinned:hover .pin-button {
      background-image: url("/img/ic-minus-dark-grey.svg");
      border: solid 1px #DBDBDB; }

.header-button__header-button--1HD44 {
  position: relative;
  display: inline-block; }

.printable__printable--3D1KE {
  width: 100%; }
  .printable__printable--3D1KE .printable-header {
    font-weight: 500;
    padding-top: 25px;
    display: none; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .printable__printable--3D1KE .printable-header {
          padding-top: 0; } } }
    @media print {
      .printable__printable--3D1KE .printable-header {
        display: flex; } }
    .printable__printable--3D1KE .printable-header .right-header {
      flex-grow: 1;
      text-align: right;
      border-bottom: 1px solid #231F20; }
      .printable__printable--3D1KE .printable-header .right-header .printable-as-of {
        font-size: 10px; }
      .printable__printable--3D1KE .printable-header .right-header .printable-date {
        font-size: 12px; }
    .printable__printable--3D1KE .printable-header .left-header {
      flex-grow: 1;
      text-align: left;
      border-bottom: 1px solid #231F20;
      font-size: 12px;
      line-height: 38px; }
  .printable__printable--3D1KE .main-content {
    max-width: 100vh; }
  .printable__printable--3D1KE thead {
    display: table-header-group; }
  .printable__printable--3D1KE tbody {
    display: table-row-group; }

.print-notes__print-notes--36bXQ {
  display: none;
  font-size: 10px;
  font-weight: 500;
  page-break-inside: avoid; }
  .print-notes__print-notes--36bXQ .notes-title {
    padding-top: 16px; }
  .print-notes__print-notes--36bXQ .notes-column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    .print-notes__print-notes--36bXQ .notes-column:first-child {
      padding-right: 8px; }
    .print-notes__print-notes--36bXQ .notes-column + .notes-column {
      padding-left: 8px; }
    .print-notes__print-notes--36bXQ .notes-column .notes-content {
      padding-top: 11px; }
    .print-notes__print-notes--36bXQ .notes-column p {
      margin: 0; }
  @media print {
    .print-notes__print-notes--36bXQ {
      display: block; } }

.complaint-info .print-notes__print-notes--36bXQ {
  border-top: 1px solid #231F20; }

.print-preload-fonts__print-preload-fonts--2_ZMw {
  visibility: hidden;
  font-size: 10px;
  font-weight: bold; }

.officer-page__officer-page--2rY7a {
  -webkit-overflow-scrolling: touch; }
  @media print {
    .officer-page__officer-page--2rY7a {
      padding: 0; } }
  .officer-page__officer-page--2rY7a .page-wrapper {
    box-sizing: border-box; }
    @media print {
      .officer-page__officer-page--2rY7a .page-wrapper {
        padding: 0; } }

.officer-page__download-btn--1V1PZ {
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  margin-left: 8px;
  background: #F5F4F4 url("/img/ic-download.svg") no-repeat center;
  box-sizing: border-box; }
  .officer-page__download-btn--1V1PZ:hover {
    background-image: url("/img/ic-download-blue.svg"); }
  .officer-page__download-btn--1V1PZ.focus {
    background-color: #005EF4;
    background-image: url("/img/ic-download-white.svg"); }

.summary-row__summary-row--37mg7 {
  padding: 7px 0;
  margin: 0 16px;
  border-top: 1px solid #DBDBDB;
  box-sizing: border-box;
  position: relative;
  top: -1px; }
  @media print {
    .summary-row__summary-row--37mg7 {
      border-top: none;
      padding: 0;
      margin: 0; } }
  .summary-row__summary-row--37mg7 .summary-label {
    font-size: 14px;
    font-family: "San Francisco Text", sans-serif;
    color: #231F20;
    width: 170px;
    display: inline-block;
    font-weight: 400;
    vertical-align: top;
    padding-top: 4px; }
    @media print {
      .summary-row__summary-row--37mg7 .summary-label {
        width: auto;
        display: block;
        font-size: 10px;
        font-weight: bold;
        padding-top: 13px; } }
  .summary-row__summary-row--37mg7 .summary-content {
    display: inline-block;
    width: 520px;
    margin-left: 10px; }
    @media print {
      .summary-row__summary-row--37mg7 .summary-content {
        width: auto;
        display: block;
        margin-left: 0; } }

.timeline-text__timeline-text--w0ly8 {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin-left: 15px; }
  @media print {
    .timeline-text__timeline-text--w0ly8 {
      margin-left: 0;
      width: 100%; } }
  .timeline-text__timeline-text--w0ly8 .timeline-textblock {
    font-family: "San Francisco Text", sans-serif;
    font-size: 14px;
    color: #767676;
    height: 60px;
    font-weight: 300; }
    @media print {
      .timeline-text__timeline-text--w0ly8 .timeline-textblock {
        font-size: 12px;
        font-weight: 500;
        border-bottom: 1px solid #DBDBDB;
        height: auto;
        padding: 4px 0; }
        .timeline-text__timeline-text--w0ly8 .timeline-textblock:last-child {
          border-bottom: none; } }
    .timeline-text__timeline-text--w0ly8 .timeline-textblock .timeline-event {
      font-size: 12px;
      color: #231F20;
      font-weight: 400; }
      @media print {
        .timeline-text__timeline-text--w0ly8 .timeline-textblock .timeline-event {
          font-size: 10px; } }

.timeline__timeline--3PitK {
  font-family: "San Francisco Text", sans-serif;
  margin-top: 38px;
  margin-bottom: 20px;
  font-size: 14px; }
  @media print {
    .timeline__timeline--3PitK {
      margin: 0;
      page-break-inside: avoid; } }
  .timeline__timeline--3PitK .timeline-title {
    font-weight: 400;
    color: #231F20;
    font-size: 14px;
    margin-bottom: 20px; }
    @media print {
      .timeline__timeline--3PitK .timeline-title {
        font-size: 10px;
        font-weight: bold;
        margin: 13px 0 11px 0;
        page-break-after: avoid; } }

.view-map-button__view-map-button--2MPf9 {
  color: #767676;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  float: right;
  text-decoration: none;
  vertical-align: middle; }
  .view-map-button__view-map-button--2MPf9 .view-map-button-arrow {
    background: url("/img/disclosure-indicator.svg") 14px 0 no-repeat scroll;
    width: 8px;
    height: 13px;
    vertical-align: middle;
    padding-right: 14px;
    display: inline-block; }
  .view-map-button__view-map-button--2MPf9:hover {
    color: #005EF4; }
    .view-map-button__view-map-button--2MPf9:hover .view-map-button-arrow {
      background: url("/img/disclosure-indicator-blue.svg") 14px 0 no-repeat scroll; }

.location-map__location-map--1WNn8 {
  width: 100%;
  height: 100%; }
  .location-map__location-map--1WNn8 .default-marker {
    background-color: #F9001E;
    background-size: cover;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 0.5; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .cr-location-map__cr-location-map--or3GC {
    width: 100%;
    height: 239.87px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cr-location-map__cr-location-map--or3GC {
    width: 100%;
    height: 480.3px; } }

@media screen and (min-width: 1200px) {
  .cr-location-map__cr-location-map--or3GC {
    width: 100%;
    height: 364.5px; } }

.cr-location-map__cr-print-map--2Dbxt {
  width: 100%;
  height: 300px; }

.print-map__print-map--2MULe {
  display: none;
  position: relative; }
  @media print {
    .print-map__print-map--2MULe {
      display: block; } }
  .print-map__print-map--2MULe .map-attribution {
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 10px; }
    .print-map__print-map--2MULe .map-attribution .improve-this-map {
      font-weight: 500; }

.location__location--32h8Y {
  font-size: 14px;
  margin-top: 38px;
  font-family: "San Francisco Text", sans-serif; }
  @media print {
    .location__location--32h8Y {
      font-size: 12px;
      margin-top: 13px; } }
  .location__location--32h8Y .location-header {
    font-size: 14px;
    margin: 0 0 8px 16px;
    font-weight: 400;
    color: #231F20; }
    @media print {
      .location__location--32h8Y .location-header {
        font-size: 10px;
        font-weight: bold;
        margin: 0 0 8px 0; } }
  .location__location--32h8Y .location-row {
    padding: 11px 0;
    border-bottom: solid 1px #DBDBDB;
    margin: 0 16px;
    font-weight: 400;
    min-height: 18px; }
    @media print {
      .location__location--32h8Y .location-row {
        margin: 0;
        padding: 8px 0;
        min-height: auto; } }
    .location__location--32h8Y .location-row:last-child {
      border-bottom: none; }
    .location__location--32h8Y .location-row .label {
      display: inline-block;
      width: 108px;
      color: #767676;
      vertical-align: middle; }
      @media print {
        .location__location--32h8Y .location-row .label {
          width: auto;
          padding-right: 5px; } }
    .location__location--32h8Y .location-row .content {
      display: inline-block;
      color: #231F20;
      vertical-align: middle; }

.officer-row__officer-row--2qWHI {
  padding: 12px 0;
  font-family: "San Francisco Text", sans-serif;
  min-height: 54px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  border-bottom: solid 1px #DBDBDB; }
  @media print {
    .officer-row__officer-row--2qWHI {
      padding: 6px 0;
      min-height: auto;
      width: 25%; } }
  .officer-row__officer-row--2qWHI:last-child {
    border-bottom: none; }
    @media print {
      .officer-row__officer-row--2qWHI:last-child {
        border-bottom: solid 1px #DBDBDB; } }
  .officer-row__officer-row--2qWHI.hoverable {
    cursor: pointer; }
    .officer-row__officer-row--2qWHI.hoverable .officer-name:hover {
      color: #005EF4; }
  .officer-row__officer-row--2qWHI .chart-wrapper {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px;
    overflow: hidden;
    width: 32px;
    height: 32px; }
  .officer-row__officer-row--2qWHI .right-wrapper {
    display: inline-block;
    vertical-align: middle; }
    .officer-row__officer-row--2qWHI .right-wrapper .officer-name {
      font-size: 14px;
      font-weight: 400;
      color: #231F20; }
      @media print {
        .officer-row__officer-row--2qWHI .right-wrapper .officer-name {
          font-size: 12px;
          font-weight: 500; } }
    .officer-row__officer-row--2qWHI .right-wrapper .extra-info {
      font-size: 12px;
      font-weight: 300;
      color: #767676; }
      @media print {
        .officer-row__officer-row--2qWHI .right-wrapper .extra-info {
          font-size: 10px; } }
  .officer-row__officer-row--2qWHI .tag-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
    margin-top: 5px; }
    @media print {
      .officer-row__officer-row--2qWHI .tag-wrapper {
        width: auto;
        float: none;
        margin: 0 0 0 3px; } }
    .officer-row__officer-row--2qWHI .tag-wrapper .tag {
      color: #231F20;
      background-color: #F5F4F4;
      border-radius: 2px;
      font-size: 14px;
      font-weight: 400;
      padding: 2px 5px;
      overflow: hidden;
      display: inline-block;
      box-sizing: border-box; }

@media print {
  .columns-layout .officer-row__officer-row--2qWHI {
    float: left; } }

.involvement-item__involvement-item--ls0Kw {
  font-family: "San Francisco Text", sans-serif;
  margin-bottom: 38px; }
  .involvement-item__involvement-item--ls0Kw:last-child {
    margin-bottom: 0; }
  @media print {
    .involvement-item__involvement-item--ls0Kw {
      margin-bottom: 0; }
      .involvement-item__involvement-item--ls0Kw:last-child {
        border: none; } }
  .involvement-item__involvement-item--ls0Kw .involvement-type {
    font-size: 14px;
    font-weight: 400;
    color: #231F20;
    margin-bottom: 8px; }
    @media print {
      .involvement-item__involvement-item--ls0Kw .involvement-type {
        font-size: 10px;
        font-weight: bold;
        margin: 13px 0 11px 0; } }

.involvement__involvement--Uzn-N {
  font-family: "San Francisco Text", sans-serif;
  font-size: 14px; }

.request-document-button__request-document-button--1dktB {
  font-size: 14px;
  font-weight: 300;
  color: #005EF4;
  padding: 6px 14px;
  background-color: #CCDFFD;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer; }
  .request-document-button__request-document-button--1dktB:hover {
    background-color: #005EF4;
    color: white; }
  .request-document-button__request-document-button--1dktB.already-requested {
    cursor: default; }

.attachment-header__attachment-header--3CxNO {
  font-size: 14px;
  font-family: "San Francisco Text", sans-serif;
  padding-top: 6px; }
  .attachment-header__attachment-header--3CxNO .attachment-message {
    display: inline-block;
    margin-top: 6px; }
    .attachment-header__attachment-header--3CxNO .attachment-message .attachment-title {
      color: #231F20; }
      @media print {
        .attachment-header__attachment-header--3CxNO .attachment-message .attachment-title {
          font-size: 10px;
          font-weight: bold; } }
    .attachment-header__attachment-header--3CxNO .attachment-message .attachment-subtitle {
      color: #767676;
      margin-left: 8px; }
  .attachment-header__attachment-header--3CxNO .attachment-request-button {
    display: inline-block;
    float: right; }

.print-attachments__print-attachments-container--3sIwq .attachment-type {
  font-size: 12px;
  font-weight: 500;
  padding: 11px 0;
  border-bottom: 1px solid #DBDBDB; }
  .print-attachments__print-attachments-container--3sIwq .attachment-type:last-child {
    border-bottom: none; }

.no-attachment-header__no-header-message--1GPqP .message {
  text-align: center;
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 0; }

.no-attachment-header__no-header-message--1GPqP .request-button {
  height: 40px;
  text-align: center; }

.attachment-item__attachment-item--dyiOy {
  width: 104px;
  margin: 20px 16px 0 0;
  padding-bottom: 8px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top; }
  .attachment-item__attachment-item--dyiOy .attachment-card-thumbnail {
    width: 45px;
    height: 60px;
    border: 1px solid #DBDBDB;
    margin: 0 auto 8px;
    background: #F5F4F4 no-repeat center center; }
    .attachment-item__attachment-item--dyiOy .attachment-card-thumbnail.document {
      background-size: cover; }
  .attachment-item__attachment-item--dyiOy .attachment-card-title {
    color: #767676;
    text-align: center;
    font-size: 14px;
    font-weight: 400; }
  .attachment-item__attachment-item--dyiOy:hover .attachment-card-thumbnail {
    border: 1px solid #005EF4; }
  .attachment-item__attachment-item--dyiOy:hover .attachment-card-title {
    color: #005EF4; }

.attachments__attachments-container--1-chb {
  background-color: #F5F4F4;
  position: relative;
  top: -1px; }
  .attachments__attachments-container--1-chb .attachments-content {
    margin: 0 16px;
    position: relative; }
  .attachments__attachments-container--1-chb.has-data {
    background-color: white; }
    .attachments__attachments-container--1-chb.has-data .attachments-content {
      border-bottom: 1px solid #DBDBDB;
      border-top: 1px solid #DBDBDB; }
      .attachments__attachments-container--1-chb.has-data .attachments-content .attachments {
        padding-bottom: 8px; }

.coaccused-card__coaccused-card--v2mo5 {
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: solid 1px #DBDBDB;
  border-radius: 2px;
  width: 234px; }
  @media print {
    .coaccused-card__coaccused-card--v2mo5 {
      page-break-inside: avoid;
      display: block;
      width: 100%;
      border: none;
      border-bottom: solid 1px #DBDBDB;
      padding: 4px 0; } }
  .coaccused-card__coaccused-card--v2mo5 .coaccused-card-info {
    padding-bottom: 4px; }
    @media print {
      .coaccused-card__coaccused-card--v2mo5 .coaccused-card-info {
        display: inline-block;
        width: 40%; } }
  .coaccused-card__coaccused-card--v2mo5 .coaccused-card-header {
    padding: 8px 16px; }
    @media print {
      .coaccused-card__coaccused-card--v2mo5 .coaccused-card-header {
        width: 40%;
        height: auto;
        padding: 0; } }
    .coaccused-card__coaccused-card--v2mo5 .coaccused-card-header .radar-chart-wrapper {
      width: 38px;
      height: 38px;
      border-radius: 2px;
      overflow: hidden;
      float: left; }
    .coaccused-card__coaccused-card--v2mo5 .coaccused-card-header .coaccused-card-header-info {
      float: left;
      margin: 2px 0 0 8px;
      width: 154px; }
      @media print {
        .coaccused-card__coaccused-card--v2mo5 .coaccused-card-header .coaccused-card-header-info {
          margin: 0;
          width: auto; } }
      @media print {
        .coaccused-card__coaccused-card--v2mo5 .coaccused-card-header .coaccused-card-header-info .coaccused-card-rank, .coaccused-card__coaccused-card--v2mo5 .coaccused-card-header .coaccused-card-header-info .coaccused-card-name {
          display: inline;
          font-size: 12px;
          font-weight: 500;
          padding-right: 5px; } }
  .coaccused-card__coaccused-card--v2mo5 .coaccused-card-section {
    padding: 11px 0 11px 16px;
    border-bottom: solid 1px #DBDBDB;
    height: 54px;
    box-sizing: border-box; }
    @media print {
      .coaccused-card__coaccused-card--v2mo5 .coaccused-card-section {
        border-bottom: none;
        margin: 0;
        padding: 0;
        height: auto; } }
    .coaccused-card__coaccused-card--v2mo5 .coaccused-card-section:last-child {
      border-bottom: none; }
  .coaccused-card__coaccused-card--v2mo5 .light-text {
    font-size: 12px;
    line-height: 14px;
    color: #767676;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .coaccused-card__coaccused-card--v2mo5 .bold-text {
    line-height: 18px;
    font-size: 14px;
    color: #231F20;
    margin-top: 0;
    margin-bottom: 0; }
  .coaccused-card__coaccused-card--v2mo5 .extra-info {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #767676; }
  .coaccused-card__coaccused-card--v2mo5 .coaccused-card-sustained {
    color: #FF6000;
    white-space: nowrap; }
    .coaccused-card__coaccused-card--v2mo5 .coaccused-card-sustained.unsustained {
      color: #767676; }
  .coaccused-card__coaccused-card--v2mo5 .coaccused-card-allegation {
    font-size: 14px;
    color: #231F20; }
  @media print {
    .coaccused-card__coaccused-card--v2mo5 .extra-info, .coaccused-card__coaccused-card--v2mo5 .coaccused-card-sustained, .coaccused-card__coaccused-card--v2mo5 .coaccused-card-allegation {
      font-size: 10px; } }
  .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer {
    padding: 11px 16px 4px;
    background-color: white; }
    @media print {
      .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer {
        padding: 0;
        display: inline-block;
        width: 60%;
        vertical-align: top; } }
    .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-category {
      font-size: 14px;
      font-weight: 500;
      color: #231F20;
      border-bottom: 1px solid #DBDBDB;
      height: 47px;
      overflow: hidden; }
      @media print {
        .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-category {
          height: auto;
          overflow: auto;
          display: inline-block;
          border-bottom: none;
          width: 50%;
          font-size: 12px;
          font-weight: normal;
          vertical-align: top; } }
    .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome {
      background-color: transparent;
      display: inline-block;
      border: 1px solid #FBE2D4;
      overflow: hidden;
      height: 21px;
      margin-top: 8px;
      max-width: 100%;
      border-radius: 2px; }
      @media print {
        .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome {
          height: auto;
          border: none;
          overflow: auto;
          width: 50%;
          text-align: right;
          margin-top: 0; } }
      .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome.sustained {
        background-color: #FBE2D4; }
        @media print {
          .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome.sustained {
            background-color: transparent; } }
        .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome.sustained.disciplined {
          background-color: #F5CCCC;
          border: 1px solid #F5CCCC; }
          @media print {
            .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome.sustained.disciplined {
              background-color: transparent;
              border: none; } }
      .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome .finding-outcome-mix {
        height: 21px;
        font-size: 14px;
        color: #231F20;
        padding: 0 10px 16px;
        line-height: 21px;
        display: inline-block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        box-sizing: content-box;
        max-width: calc(100% - 20px); }
        @media print {
          .coaccused-card__coaccused-card--v2mo5 .coaccused-card-footer .accused-card-outcome .finding-outcome-mix {
            overflow-x: auto;
            overflow-y: auto;
            font-size: 12px;
            font-weight: normal;
            vertical-align: top; } }
  .coaccused-card__coaccused-card--v2mo5:hover {
    border: solid 1px #005EF4; }
    .coaccused-card__coaccused-card--v2mo5:hover .coaccused-card-header-info .coaccused-card-name {
      color: #005EF4; }
    .coaccused-card__coaccused-card--v2mo5:hover .coaccused-card-footer .accused-card-category {
      color: #005EF4; }

.accused-officers__accused-officers--gQWeJ {
  padding-top: 38px;
  overflow: hidden;
  position: relative;
  max-height: 739px; }
  .accused-officers__accused-officers--gQWeJ.expanded {
    max-height: none; }
  @media print {
    .accused-officers__accused-officers--gQWeJ {
      padding-top: 13px;
      max-height: none; } }
  .accused-officers__accused-officers--gQWeJ .accused-officer-title {
    font-family: "San Francisco Text", sans-serif;
    font-size: 14px;
    color: #231F20;
    margin-top: 0;
    margin-bottom: 16px; }
    @media print {
      .accused-officers__accused-officers--gQWeJ .accused-officer-title {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 11px; } }
  .accused-officers__accused-officers--gQWeJ .accused-officers-wrapper {
    box-sizing: border-box;
    margin-bottom: 16px; }
    @media print {
      .accused-officers__accused-officers--gQWeJ .accused-officers-wrapper {
        border-bottom: none;
        margin-bottom: 0; } }
  .accused-officers__accused-officers--gQWeJ .show-more-button-container {
    border-top: 1px solid #DBDBDB;
    position: absolute;
    box-sizing: border-box;
    top: 735px;
    width: 100%;
    height: 42px;
    background-color: #F5F4F4;
    text-align: center; }
    .accused-officers__accused-officers--gQWeJ .show-more-button-container .show-more-button {
      cursor: pointer;
      font-family: "San Francisco Text", sans-serif;
      font-size: 14px;
      line-height: 41px;
      color: #005EF4; }
      .accused-officers__accused-officers--gQWeJ .show-more-button-container .show-more-button:hover {
        color: #231F20; }
  .accused-officers__accused-officers--gQWeJ .accused-officer-card {
    margin: 0 8px 8px 0;
    display: inline-block;
    position: relative; }
    @media print {
      .accused-officers__accused-officers--gQWeJ .accused-officer-card {
        margin: 0;
        display: block; } }

.coaccused-popup__coaccused-popup--qjP9u {
  font-weight: 400;
  line-height: 16px; }
  .coaccused-popup__coaccused-popup--qjP9u .coaccused-popup-title {
    font-size: 14px;
    padding-bottom: 12px;
    color: #767676;
    text-align: center;
    width: 100%; }
  .coaccused-popup__coaccused-popup--qjP9u .coaccused-popup-row {
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #DBDBDB; }
    .coaccused-popup__coaccused-popup--qjP9u .coaccused-popup-row:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    .coaccused-popup__coaccused-popup--qjP9u .coaccused-popup-row .coaccused-popup-row-label {
      width: 104px;
      display: inline-block;
      color: #767676;
      vertical-align: top; }
    .coaccused-popup__coaccused-popup--qjP9u .coaccused-popup-row .coaccused-popup-row-value {
      padding-left: 8px;
      color: #231F20;
      display: inline-block;
      vertical-align: top;
      font-weight: 500; }
  .coaccused-popup__coaccused-popup--qjP9u .bottom-popup-button {
    position: absolute;
    margin: -13px -13px -13px -13px;
    bottom: 12px;
    right: 10px; }

.complaint-card__complaint-card--3Bd8z {
  box-sizing: border-box;
  border: 1px solid #8F8F8F;
  background-color: #464243;
  display: block;
  width: 232px;
  height: 298px;
  margin-right: 8px; }
  .complaint-card__complaint-card--3Bd8z:hover {
    border: 1px solid #005EF4;
    background-color: #454C59; }
  .complaint-card__complaint-card--3Bd8z .complaint-card-map {
    width: 230px;
    height: 100px; }
  .complaint-card__complaint-card--3Bd8z .content {
    padding: 0 16px;
    overflow: hidden;
    font-weight: 200; }
  .complaint-card__complaint-card--3Bd8z .section {
    border-bottom: 1px solid #8F8F8F;
    padding: 10px 0 12px; }
    .complaint-card__complaint-card--3Bd8z .section:last-child {
      border: none; }
    .complaint-card__complaint-card--3Bd8z .section .section-label {
      color: #DBDBDB;
      font-size: 12px; }
    .complaint-card__complaint-card--3Bd8z .section .section-sub-label {
      float: right; }
    .complaint-card__complaint-card--3Bd8z .section .section-content {
      color: white;
      font-size: 14px;
      overflow: hidden; }
      .complaint-card__complaint-card--3Bd8z .section .section-content.accused {
        color: #DBDBDB; }
      .complaint-card__complaint-card--3Bd8z .section .section-content.nowrap-text {
        text-overflow: ellipsis;
        white-space: nowrap; }

.carousel-wrapper__carousel-wrapper--35mLI {
  margin-top: 38px; }
  .carousel-wrapper__carousel-wrapper--35mLI .carousel-wrapper-header {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px; }
    .carousel-wrapper__carousel-wrapper--35mLI .carousel-wrapper-header .carousel-wrapper-count {
      color: white; }
    .carousel-wrapper__carousel-wrapper--35mLI .carousel-wrapper-header .carousel-wrapper-title {
      color: #767676; }

.carousel-wrapper__carousel-arrow--2gpaP {
  background-color: rgba(35, 31, 32, 0.9); }

.related-complaints__related-complaints--3SsII {
  padding-top: 48px;
  background-color: #231F20; }
  .related-complaints__related-complaints--3SsII .related-complaints-header {
    border-bottom: 1px solid #8F8F8F;
    margin: 0 16px; }
    .related-complaints__related-complaints--3SsII .related-complaints-header .related-complaints-title {
      color: white;
      font-size: 26px;
      font-weight: 300;
      display: inline-block;
      width: 288px; }
    .related-complaints__related-complaints--3SsII .related-complaints-header .related-complaints-filter {
      display: inline-block;
      color: #767676;
      width: calc(100% - 288px);
      text-align: right;
      font-size: 14px;
      font-weight: 300; }
  .related-complaints__related-complaints--3SsII .carousels-wrapper {
    padding-left: 16px; }
  .related-complaints__related-complaints--3SsII .distance-filter {
    width: 109px; }

.complaint-category__complaint-category--28IQz {
  padding: 16px 0;
  border-bottom: solid 1px #DBDBDB; }
  @media print {
    .complaint-category__complaint-category--28IQz {
      padding: 0 0 11px 0;
      border-bottom: solid 1px #231F20; } }
  .complaint-category__complaint-category--28IQz .cr-category {
    font-size: 26px;
    font-weight: 400;
    color: #231F20; }
    @media print {
      .complaint-category__complaint-category--28IQz .cr-category {
        font-size: 26px;
        font-weight: 500;
        padding: 30px 0 0 0; } }
  .complaint-category__complaint-category--28IQz .cr-subcategory {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #767676; }
    @media print {
      .complaint-category__complaint-category--28IQz .cr-subcategory {
        font-size: 12px;
        font-weight: 500; } }

.complaint-incident-date__complaint-incident-date--2J4K4 {
  padding: 11px 0;
  font-size: 14px;
  line-height: 18px;
  border-bottom: solid 1px #DBDBDB;
  display: flex; }
  @media print {
    .complaint-incident-date__complaint-incident-date--2J4K4 {
      padding: 9px 0;
      border-bottom: solid 1px #231F20; } }
  .complaint-incident-date__complaint-incident-date--2J4K4 .cr-incident-date-label {
    color: #231F20;
    flex-grow: 1; }
    @media print {
      .complaint-incident-date__complaint-incident-date--2J4K4 .cr-incident-date-label {
        font-size: 12px;
        font-weight: 500; } }
  .complaint-incident-date__complaint-incident-date--2J4K4 .cr-incident-date-value {
    color: #767676;
    flex-grow: 4; }
    @media print {
      .complaint-incident-date__complaint-incident-date--2J4K4 .cr-incident-date-value {
        font-size: 12px;
        font-weight: 500; } }

.cr-page__cr-page--1ZVXj {
  background-color: #F5F4F4; }
  @media print {
    .cr-page__cr-page--1ZVXj {
      background-color: white; } }
  .cr-page__cr-page--1ZVXj .top-content {
    box-sizing: border-box;
    padding: 0 16px; }
    @media print {
      .cr-page__cr-page--1ZVXj .top-content {
        padding: 0; } }
  .cr-page__cr-page--1ZVXj .complaint-info {
    background-color: white;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid #DBDBDB; }
    @media print {
      .cr-page__cr-page--1ZVXj .complaint-info {
        border: none;
        margin: 0; } }
  @media print {
    .cr-page__cr-page--1ZVXj .timeline-location-container {
      page-break-inside: avoid;
      display: -webkit-inline-flex;
      display: inline-flex;
      width: 100%; } }
  .cr-page__cr-page--1ZVXj .timeline-location-container .investigation-timeline {
    width: 320px;
    display: block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    float: left; }
    @media print {
      .cr-page__cr-page--1ZVXj .timeline-location-container .investigation-timeline {
        padding: 0 16px 0 0;
        width: 200px; } }
  .cr-page__cr-page--1ZVXj .timeline-location-container .cr-location {
    width: calc(100% - 320px);
    display: block;
    box-sizing: border-box;
    float: left; }
    @media print {
      .cr-page__cr-page--1ZVXj .timeline-location-container .cr-location {
        width: calc(100% - 200px);
        page-break-inside: avoid; } }
  .cr-page__cr-page--1ZVXj .cr-title {
    font-family: "San Francisco Text", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #231F20;
    padding: 16px 0;
    border-bottom: solid 1px #DBDBDB; }
  .cr-page__cr-page--1ZVXj .cr-summary {
    color: #767676;
    font-size: 14px;
    font-family: "San Francisco Text", sans-serif;
    font-weight: 300; }
    @media print {
      .cr-page__cr-page--1ZVXj .cr-summary {
        font-size: 12px;
        padding: 11px 0;
        width: 70%; } }

.cr-page__cr-page-footer--2ZGOy {
  background-color: #231F20; }
  .cr-page__cr-page-footer--2ZGOy .footer-nav-link {
    color: #767676; }
    .cr-page__cr-page-footer--2ZGOy .footer-nav-link:hover {
      color: white; }

.trr-page__trr-page--2mvmA {
  background-color: #F5F4F4;
  border-bottom: 1px solid #DBDBDB;
  min-height: 100vh; }
  @media print {
    .trr-page__trr-page--2mvmA {
      background-color: white;
      border-bottom: none;
      min-height: unset; } }
  .trr-page__trr-page--2mvmA .trr-content {
    min-height: calc(100vh - 136px); }
    @media print {
      .trr-page__trr-page--2mvmA .trr-content {
        min-height: unset;
        padding-bottom: 0;
        border-bottom: 1px solid #231F20; } }
    .trr-page__trr-page--2mvmA .trr-content .trr-title {
      font-size: 26px;
      font-weight: 400;
      color: #231F20;
      padding: 16px 0;
      margin: 0 16px; }
    .trr-page__trr-page--2mvmA .trr-content .trr-category-print {
      display: none;
      border-bottom: 1px solid #231F20;
      font-size: 24px;
      padding-bottom: 12px;
      color: #231F20; }
      @media print {
        .trr-page__trr-page--2mvmA .trr-content .trr-category-print {
          display: block;
          padding: 16px 0 12px 0; } }
    .trr-page__trr-page--2mvmA .trr-content .incident-date-print {
      display: none;
      border-bottom: 1px solid #231F20;
      color: #231F20; }
      @media print {
        .trr-page__trr-page--2mvmA .trr-content .incident-date-print {
          display: block; } }
      .trr-page__trr-page--2mvmA .trr-content .incident-date-print .incident-date-title-print {
        display: none;
        font-weight: 400;
        margin: 0;
        line-height: 37px;
        font-size: 12px; }
        @media print {
          .trr-page__trr-page--2mvmA .trr-content .incident-date-print .incident-date-title-print {
            display: inline-block; } }
      .trr-page__trr-page--2mvmA .trr-content .incident-date-print .incident-date-value-print {
        display: none;
        padding-left: 16px;
        line-height: 37px;
        font-size: 12px; }
        @media print {
          .trr-page__trr-page--2mvmA .trr-content .incident-date-print .incident-date-value-print {
            display: inline-block; } }

.officer-section-row:last-child .item__item--2dv_Y {
  border-bottom: none; }

.item__item--2dv_Y {
  display: inline-block;
  width: calc(50% - 16px);
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #DBDBDB; }
  @media print {
    .item__item--2dv_Y {
      font-size: 12px;
      font-weight: 400; } }
  .item__item--2dv_Y:first-child {
    margin: 0 16px 0 0; }
  .item__item--2dv_Y:last-child {
    margin: 0 0 0 16px; }
  .item__item--2dv_Y .item-title {
    width: 34%;
    display: inline-block;
    color: #767676;
    text-transform: uppercase; }
    @media print {
      .item__item--2dv_Y .item-title {
        font-size: 12px;
        vertical-align: middle;
        text-transform: capitalize; } }
  .item__item--2dv_Y .item-value {
    width: 66%;
    display: inline-block;
    color: #231F20;
    font-weight: 400; }
    @media print {
      .item__item--2dv_Y .item-value {
        vertical-align: middle; } }
    .item__item--2dv_Y .item-value .value {
      display: inline-block; }
      @media print {
        .item__item--2dv_Y .item-value .value {
          line-height: 15px;
          display: block; } }
    .item__item--2dv_Y .item-value .item-sub-value {
      display: inline-block;
      color: #767676;
      margin-left: 4px;
      font-weight: 300; }
      @media print {
        .item__item--2dv_Y .item-value .item-sub-value {
          display: block;
          font-size: 10px;
          line-height: 13px;
          margin-left: 0; } }

.officer-section-row:last-child .link-item__link-item--26iMa {
  border-bottom: none; }

.link-item__link-item--26iMa {
  display: inline-block;
  width: calc(50% - 16px);
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #DBDBDB; }
  @media print {
    .link-item__link-item--26iMa {
      font-size: 12px;
      font-weight: 400; } }
  .link-item__link-item--26iMa:first-child {
    margin: 0 16px 0 0; }
  .link-item__link-item--26iMa:last-child {
    margin: 0 0 0 16px; }
  .link-item__link-item--26iMa .link-item-title {
    width: 34%;
    display: inline-block;
    vertical-align: middle;
    color: #767676;
    text-transform: uppercase; }
    @media print {
      .link-item__link-item--26iMa .link-item-title {
        color: #231F20;
        text-transform: capitalize; } }
  .link-item__link-item--26iMa .link-item-value {
    width: 66%;
    display: inline-block;
    vertical-align: middle;
    color: #231F20;
    font-weight: 400; }
  .link-item__link-item--26iMa:hover .link-item-value {
    color: #005EF4; }

.navigation-button__navigation-button--3tOv1 {
  height: 28px;
  line-height: 28px;
  font-weight: 300;
  color: #767676;
  cursor: pointer;
  margin-top: 6px;
  padding: 0 8px 0 9px;
  background-color: #F5F4F4;
  border-radius: 2px;
  display: inline-block;
  float: right;
  border: 1px solid #F5F4F4;
  box-sizing: border-box; }
  .navigation-button__navigation-button--3tOv1 .navigation-button-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px; }
  .navigation-button__navigation-button--3tOv1 .navigation-button-arrow {
    background: url("/img/disclosure-indicator.svg") 8px 0 no-repeat scroll;
    width: 8px;
    height: 13px;
    padding-right: 14px;
    display: inline-block;
    position: relative;
    top: 1px; }

.navigation-button-container:hover .navigation-button__navigation-button--3tOv1 {
  border: 1px solid #005EF4; }

.navigation-button-container:hover .navigation-button-text {
  color: #005EF4; }

.navigation-button-container:hover .navigation-button-arrow {
  background: url("/img/disclosure-indicator-hover.svg") 8px 0 no-repeat scroll; }

.officer-section__officer-section--3auy_ {
  border-radius: 2px;
  border: solid 1px #DBDBDB;
  min-height: 200px;
  padding: 0 16px;
  background-color: white;
  box-sizing: border-box;
  margin: 0 16px; }
  @media print {
    .officer-section__officer-section--3auy_ {
      margin: 0;
      border: none;
      border-radius: unset;
      border-bottom: 1px solid #231F20;
      padding: 0; } }
  .officer-section__officer-section--3auy_ .officer-section-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }

.officer-row__trr-officer-row--3DOuR {
  padding: 7px 0;
  border-bottom: 1px solid #DBDBDB;
  display: block; }
  @media print {
    .officer-row__trr-officer-row--3DOuR {
      padding: 0; } }
  .officer-row__trr-officer-row--3DOuR:hover .trr-officer-row-name {
    color: #005EF4; }
  .officer-row__trr-officer-row--3DOuR .trr-officer-row-name {
    display: inline-block;
    font-size: 14px;
    color: #231F20;
    margin-left: 8px;
    vertical-align: middle; }
    @media print {
      .officer-row__trr-officer-row--3DOuR .trr-officer-row-name {
        margin-left: 0; } }
    .officer-row__trr-officer-row--3DOuR .trr-officer-row-name .trr-officer-row-rank {
      font-size: 12px;
      color: #767676;
      line-height: 1.17;
      font-weight: 300; }
      @media print {
        .officer-row__trr-officer-row--3DOuR .trr-officer-row-name .trr-officer-row-rank {
          font-size: 10px;
          font-weight: 600;
          line-height: 13px;
          text-transform: uppercase;
          padding: 13px 0 11px 0; } }
    @media print {
      .officer-row__trr-officer-row--3DOuR .trr-officer-row-name .trr-officer-full-name {
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 11px; } }
  .officer-row__trr-officer-row--3DOuR .trr-officer-row-visual-token {
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    overflow: hidden;
    padding: 1px 0; }

.trr-info-section__trr-info-section--1gSjs {
  border-radius: 2px;
  border: solid 1px #DBDBDB;
  padding-top: 11px;
  background-color: white;
  margin: 13px 16px 16px; }
  @media print {
    .trr-info-section__trr-info-section--1gSjs {
      border: none;
      border-radius: unset;
      margin: 0;
      padding-top: 0; } }

.trr-detail__trr-detail--2hPJ- {
  padding-top: 11px;
  background-color: white;
  font-size: 14px; }
  @media print {
    .trr-detail__trr-detail--2hPJ- {
      border-bottom: 1px solid #231F20;
      padding-top: 0; } }

.row__trr-detail-row--zXA6v {
  margin: 0 16px;
  color: #231F20;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #DBDBDB; }
  @media print {
    .row__trr-detail-row--zXA6v {
      margin: 0; } }
  .row__trr-detail-row--zXA6v:last-child {
    border-bottom: none; }
  .row__trr-detail-row--zXA6v .trr-detail-row-title {
    vertical-align: top;
    width: calc((50% - 16px) * 0.34);
    display: inline-block;
    padding: 12px 0;
    text-transform: uppercase; }
    @media print {
      .row__trr-detail-row--zXA6v .trr-detail-row-title {
        font-size: 12px;
        text-transform: capitalize; } }
    @media print {
      .row__trr-detail-row--zXA6v .trr-detail-row-title.inline-print {
        display: block;
        color: black;
        font-size: 10px;
        font-weight: 600;
        padding: 13px 0 0 0;
        text-transform: uppercase; } }
  .row__trr-detail-row--zXA6v .trr-detail-row-value {
    width: calc(83% + 16px * 0.34);
    display: inline-block;
    padding: 12px 0; }
    @media print {
      .row__trr-detail-row--zXA6v .trr-detail-row-value {
        font-size: 12px; } }
    .row__trr-detail-row--zXA6v .trr-detail-row-value.box {
      padding: 8px 0; }
    @media print {
      .row__trr-detail-row--zXA6v .trr-detail-row-value.inline-print {
        display: block;
        font-size: 12px;
        padding: 0; } }

.trr-document__trr-document--x1KAP {
  font-weight: 300;
  background-color: #F5F4F4; }
  .trr-document__trr-document--x1KAP .trr-document-text {
    text-align: center;
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 0; }
  .trr-document__trr-document--x1KAP .trr-request-document-button {
    height: 40px;
    text-align: center; }

.trr-location__trr-location--2jzAO {
  background-color: white;
  font-size: 14px; }
  .trr-location__trr-location--2jzAO .trr-location-info {
    vertical-align: top;
    min-width: calc(40% - 32px);
    display: inline-block;
    width: calc(100% - 704px);
    margin: 16px; }
  .trr-location__trr-location--2jzAO .info-block {
    padding: 16px 0; }
    @media print {
      .trr-location__trr-location--2jzAO .info-block {
        padding: 0;
        page-break-inside: avoid; } }
    .trr-location__trr-location--2jzAO .info-block .info-block-title {
      color: #231F20;
      font-weight: 500;
      font-size: 14px;
      height: 32px;
      line-height: 32px;
      margin: 0; }
    .trr-location__trr-location--2jzAO .info-block .info-block-date {
      color: #767676;
      height: 40px;
      line-height: 40px; }
  .trr-location__trr-location--2jzAO .trr-location-map-wrapper {
    display: inline-block;
    width: 60%;
    max-width: 672px;
    vertical-align: top; }
    @media print {
      .trr-location__trr-location--2jzAO .trr-location-map-wrapper {
        max-width: 100%;
        display: block;
        width: 100%;
        page-break-inside: avoid; } }
    .trr-location__trr-location--2jzAO .trr-location-map-wrapper .location-title-print {
      display: none;
      font-size: 10px;
      font-weight: 500;
      padding: 13px 0 11px 0;
      margin: 0; }
      @media print {
        .trr-location__trr-location--2jzAO .trr-location-map-wrapper .location-title-print {
          display: block; } }
    .trr-location__trr-location--2jzAO .trr-location-map-wrapper .trr-location-map {
      background-color: #AFAFAF; }

.row__trr-location-row--uAOBK {
  display: inline-block;
  margin: 0 16px 0 0;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #DBDBDB; }
  @media print {
    .row__trr-location-row--uAOBK {
      margin: 0; } }
  .row__trr-location-row--uAOBK:last-child {
    border-bottom: none; }
  .row__trr-location-row--uAOBK .trr-location-row-title {
    padding: 12px 0;
    display: inline-block;
    width: 34%;
    color: #767676;
    text-transform: uppercase; }
    @media print {
      .row__trr-location-row--uAOBK .trr-location-row-title {
        font-size: 12px;
        width: 80px;
        text-transform: capitalize;
        padding-right: 8px;
        font-weight: 400; } }
  .row__trr-location-row--uAOBK .trr-location-row-value {
    vertical-align: top;
    padding: 12px 0;
    display: inline-block;
    width: 66%;
    color: #231F20;
    font-weight: 400; }
    @media print {
      .row__trr-location-row--uAOBK .trr-location-row-value {
        font-size: 12px;
        width: calc(100% - 88px); } }

.trr-map__trr-map--dXODq {
  width: 100%;
  height: 394px; }

.trr-map__trr-print-map--3sex9 {
  width: 100%;
  display: block; }

.trr-map__trr-map-marker--3vi0_ {
  background-color: #8F8F8F;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(143, 143, 143, 0.4); }

.document-page__document-page--1cAJz .document-wrapper .document-side-bar .document-thumbnail .document-thumbnail-img, .document-page__document-page--1cAJz .document-wrapper .document-side-bar .linked-documents .linked-documents-thumbnail img {
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.document-page__document-page--1cAJz .document-wrapper {
  padding: 36px 0 64px 0; }
  .document-page__document-page--1cAJz .document-wrapper .document-side-bar {
    width: 285px;
    padding: 0 17px;
    display: inline-block;
    vertical-align: top; }
    .document-page__document-page--1cAJz .document-wrapper .document-side-bar .document-thumbnail {
      display: block;
      width: 285px;
      height: 375px;
      margin-bottom: 24px;
      position: relative;
      border: 1px solid #DBDBDB; }
      .document-page__document-page--1cAJz .document-wrapper .document-side-bar .document-thumbnail .document-thumbnail-page-count {
        display: inline-block;
        position: absolute;
        height: 22px;
        line-height: 22px;
        color: white;
        font-size: 12px;
        background-color: #8F8F8F;
        opacity: 0.8;
        border-radius: 2px;
        padding: 0 8px;
        bottom: 11px;
        left: 10px; }
    .document-page__document-page--1cAJz .document-wrapper .document-side-bar .document-info {
      padding-bottom: 42px; }
    .document-page__document-page--1cAJz .document-wrapper .document-side-bar .linked-documents {
      margin-left: -9px; }
      .document-page__document-page--1cAJz .document-wrapper .document-side-bar .linked-documents .linked-documents-title {
        color: #767676;
        margin-bottom: 1px;
        font-size: 14px;
        margin-left: 8px; }
      .document-page__document-page--1cAJz .document-wrapper .document-side-bar .linked-documents .linked-documents-content {
        display: block; }
      .document-page__document-page--1cAJz .document-wrapper .document-side-bar .linked-documents .linked-documents-thumbnail {
        margin: 10px 0 0 9px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 40px;
        height: 58px;
        border: 1px solid #DBDBDB;
        box-sizing: border-box; }
        .document-page__document-page--1cAJz .document-wrapper .document-side-bar .linked-documents .linked-documents-thumbnail.linked-documents-more {
          width: 40px;
          height: 58px;
          line-height: 58px;
          border: 1px solid #DBDBDB;
          text-align: center;
          box-sizing: border-box;
          font-size: 14px;
          color: #767676; }
  .document-page__document-page--1cAJz .document-wrapper .main-section {
    display: inline-block;
    position: relative;
    width: calc(100% - 353px);
    background-color: #F5F4F4;
    padding: 20px 21px 24px 23px;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 2px;
    border: 1px solid #DBDBDB; }
    .document-page__document-page--1cAJz .document-wrapper .main-section .main-section-full-text {
      margin-bottom: 40px; }
      .document-page__document-page--1cAJz .document-wrapper .main-section .main-section-full-text .full-text-wrapper {
        height: 669px; }
      .document-page__document-page--1cAJz .document-wrapper .main-section .main-section-full-text .full-text-scroll-bar {
        background-color: white; }
      .document-page__document-page--1cAJz .document-wrapper .main-section .main-section-full-text .full-text-title {
        color: #767676;
        margin-bottom: 7px;
        line-height: 18px;
        box-sizing: border-box;
        font-size: 14px; }
      .document-page__document-page--1cAJz .document-wrapper .main-section .main-section-full-text .full-text-content {
        color: #767676;
        white-space: pre-line;
        padding: 11px 13px;
        font-size: 14px;
        font-weight: 300;
        box-sizing: border-box;
        border-radius: 2px;
        background-color: white; }
    .document-page__document-page--1cAJz .document-wrapper .main-section .main-section-last-edited {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #CCDFFD;
      color: #231F20;
      padding: 12px 23px 13px 23px;
      font-size: 12px;
      height: 40px;
      line-height: 15px;
      border-radius: 2px;
      box-sizing: border-box;
      font-weight: 300; }
      .document-page__document-page--1cAJz .document-wrapper .main-section .main-section-last-edited .last-edited-highlight {
        color: #005EF4;
        font-weight: 500; }

.simple-list-widget__simple-list-widget--1pNjG .list-item {
  display: block;
  padding: 11px 0 12px 0;
  line-height: 18px;
  font-size: 14px;
  border-bottom: 1px solid #DBDBDB; }
  .simple-list-widget__simple-list-widget--1pNjG .list-item .list-item-name {
    display: inline-block;
    width: 115px;
    color: #767676;
    padding-right: 11px; }
  .simple-list-widget__simple-list-widget--1pNjG .list-item .list-item-value {
    display: inline-block;
    width: calc(100% - 126px);
    color: #231F20;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom; }

.simple-popup__simple-popup--2zdcH.popup.type-light {
  background-color: white;
  border-radius: 2px;
  border: solid 1px #D8D8D8;
  color: black;
  opacity: 1;
  width: 285px;
  text-align: left;
  padding: 20px 15px 18px 15px;
  pointer-events: unset;
  margin: 0;
  overflow-wrap: break-word; }
  .simple-popup__simple-popup--2zdcH.popup.type-light::after {
    border: none; }

.editable-text-box__editable-text-box--8r1CK {
  margin-bottom: 40px;
  font-size: 14px; }
  .editable-text-box__editable-text-box--8r1CK .editable-text-box-title {
    color: #767676;
    margin-bottom: 7px;
    line-height: 18px;
    box-sizing: border-box; }
  .editable-text-box__editable-text-box--8r1CK .editable-text-box-text {
    color: #231F20;
    background-color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    padding: 9px 13px;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 2px; }
  .editable-text-box__editable-text-box--8r1CK .editable-text-box-text-multiline {
    color: #767676;
    white-space: pre-line;
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    border-radius: 2px; }
  .editable-text-box__editable-text-box--8r1CK .editable-text-box-scroll-container {
    height: 669px; }
  .editable-text-box__editable-text-box--8r1CK .editable-text-box-scroll-view {
    background-color: white; }

.simple-text-editable__simple-text-editable-editor--30RWW {
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  resize: none; }

.editable-tags-input__editable-tags-input--3rVcY {
  margin-bottom: 40px;
  font-size: 14px; }
  .editable-tags-input__editable-tags-input--3rVcY .editable-tags-title {
    color: #767676;
    margin-bottom: 7px;
    line-height: 18px;
    box-sizing: border-box; }
  .editable-tags-input__editable-tags-input--3rVcY .next-untagged-document-button {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 8px;
    border: solid 1px #DBDBDB;
    color: #005EF4;
    background-color: #CCDFFD; }
    .editable-tags-input__editable-tags-input--3rVcY .next-untagged-document-button:hover {
      color: white;
      background-color: #005EF4; }
  .editable-tags-input__editable-tags-input--3rVcY .error-messages {
    color: red;
    font-weight: 300;
    font-size: 13px;
    padding-top: 10px; }

.editable-tags-input__has-next-untagged-document--31ffG {
  display: inline-block;
  width: calc(100% - 199px); }

.simple-tag-editable__editable-tagsinput-input--3OL8e {
  background-color: white;
  padding: 8px 13px;
  font-size: 12px;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box; }
  .simple-tag-editable__editable-tagsinput-input--3OL8e .react-autosuggest__container {
    position: relative;
    display: inline-block; }
  .simple-tag-editable__editable-tagsinput-input--3OL8e .react-autosuggest__suggestions-container {
    display: none; }
  .simple-tag-editable__editable-tagsinput-input--3OL8e .react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    width: 240px;
    border: 1px solid #E0E0E0;
    background-color: white;
    border-radius: 0 0 4px 4px;
    z-index: 9; }
  .simple-tag-editable__editable-tagsinput-input--3OL8e .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .simple-tag-editable__editable-tagsinput-input--3OL8e .react-autosuggest__suggestion {
    color: #767676;
    cursor: pointer;
    padding: 8px 16px; }
  .simple-tag-editable__editable-tagsinput-input--3OL8e .react-autosuggest__suggestion--highlighted {
    background-color: #D0D2D3;
    color: #231F20;
    font-weight: 400; }

.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: " \D7";
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}

.react-tagsinput {
  border: 1px solid #D002CD;
  background-color: white;
  padding: 5px 5px 0px 5px;
  font-size: 12px;
  border-radius: 2px;
  width: 300px;
}

.react-tagsinput-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: #FFE8FF;
  color: #E25AE1;
  padding: 2px 5px;
  line-height: 12px;
  border-radius: 1px;
}

.crawler-row__crawlerRow--3G96B {
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 3px;
  padding-left: 22px;
  background-color: #F5F4F4;
  color: #767676; }
  .crawler-row__crawlerRow--3G96B.has-log-file {
    cursor: pointer; }
  .crawler-row__crawlerRow--3G96B .crawler-col {
    display: inline-block;
    width: 20%;
    line-height: 18px;
    padding: 15px 0 16px 0;
    font-weight: 300;
    text-align: center; }
    .crawler-row__crawlerRow--3G96B .crawler-col.crawler-name {
      color: #231F20;
      text-align: left; }
    .crawler-row__crawlerRow--3G96B .crawler-col.recent-run.failed {
      color: #CC0000; }

.crawlers-table__table--3tAWb {
  min-width: 989px;
  margin: 0 18px;
  font-size: 14px;
  color: #767676;
  height: calc(100vh - 39px); }

.crawlers-table__headerRow--lPtCy {
  background-color: white;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 18px;
  padding: 31px 0 22px 22px; }
  .crawlers-table__headerRow--lPtCy .header-col {
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center; }
    .crawlers-table__headerRow--lPtCy .header-col.crawler-header {
      text-align: left; }

.link-header-button__link-header-button--aHrSZ {
  position: relative; }
  .link-header-button__link-header-button--aHrSZ .button {
    float: right;
    cursor: pointer;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 8px;
    border: solid 1px #DBDBDB;
    margin-left: 8px;
    color: #005EF4;
    background-color: #CCDFFD; }
    .link-header-button__link-header-button--aHrSZ .button:hover {
      color: white;
      background-color: #005EF4; }

.community-dropdown__dropdown-transition-enter--3kWN5 {
  opacity: 0; }

.community-dropdown__dropdown-transition-enter-active--2H28K {
  opacity: 1;
  transition: opacity 0.3s ease-in; }

.community-dropdown__dropdown-transition-exit--2OGDo {
  opacity: 1; }

.community-dropdown__dropdown-transition-exit-active--3vEHv {
  opacity: 0;
  transition: opacity 0.2s ease-out; }

.community-dropdown__dropdown-wrapper--3VOn7 {
  position: relative; }
  .community-dropdown__dropdown-wrapper--3VOn7 .community-dropdown__dropdown-child--2yzyZ {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%; }

.summary-panel__summary-panel--5wtYU {
  position: relative;
  width: 100%;
  min-height: 112px;
  background: transparent;
  font-family: "San Francisco Text", sans-serif; }

.counter__wrapper--3-TuC .view-icon, .counter__wrapper--3-TuC .download-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: inline-block; }

.counter__wrapper--3-TuC {
  font-weight: 300; }
  .counter__wrapper--3-TuC .count-group {
    display: inline-block; }
  .counter__wrapper--3-TuC .view-icon {
    background-image: url("/img/views@2x.png");
    width: 14px;
    height: 14px; }
  .counter__wrapper--3-TuC .download-icon {
    background-image: url("/img/download@2x.png");
    width: 14px;
    height: 14px; }
  .counter__wrapper--3-TuC .view-icon, .counter__wrapper--3-TuC .download-icon {
    margin-right: 4.7px; }
  .counter__wrapper--3-TuC .view-count, .counter__wrapper--3-TuC .download-count {
    display: inline-block;
    width: calc(50% - 29.7px); }
  .counter__wrapper--3-TuC .view-icon, .counter__wrapper--3-TuC .download-icon, .counter__wrapper--3-TuC .view-count, .counter__wrapper--3-TuC .download-count {
    vertical-align: middle; }
  .counter__wrapper--3-TuC .view-count {
    margin-right: 11px; }

.toggle__wrapper--TwRO9 {
  display: inline-block;
  width: 52px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-color: #E0E0E0;
  border-radius: 23px;
  vertical-align: text-bottom; }
  .toggle__wrapper--TwRO9 .toggle-icon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 11px;
    transition: all 0.2s ease-in-out; }
  .toggle__wrapper--TwRO9 .toggle-text {
    color: white;
    font-family: "San Francisco Text", sans-serif;
    font-size: 8px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 23px;
    margin-top: 6px; }
  .toggle__wrapper--TwRO9.toggle-on {
    background-color: #CCDFFD; }
    .toggle__wrapper--TwRO9.toggle-on .toggle-icon {
      left: 34px; }
    .toggle__wrapper--TwRO9.toggle-on .toggle-text {
      color: #005EF4;
      margin-left: 8px;
      margin-top: 6px; }

.document-row__row--2HkP6 .document-thumbnail, .document-row__row--2HkP6 .document-title, .document-row__row--2HkP6 .document-source, .document-row__row--2HkP6 .document-counts, .document-row__row--2HkP6 .document-date, .document-row__row--2HkP6 .document-toggle {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out; }

.document-row__row--2HkP6 {
  background-color: #F5F4F4;
  height: 80px;
  width: 100%;
  min-width: 992px;
  text-align: left;
  margin-bottom: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-weight: 200; }
  .document-row__row--2HkP6.document-faded {
    background-color: #FBFAFA; }
  .document-row__row--2HkP6 .document-thumbnail {
    width: 39px;
    margin-top: 14px;
    margin-left: 19px;
    margin-right: 26px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .document-row__row--2HkP6 .document-title {
    min-width: 245px;
    width: calc((100% - 84px) * (245 / (992 - 84)));
    color: #231F20;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
    font-weight: 400;
    color: #231F20; }
    .document-row__row--2HkP6 .document-title.document-faded {
      color: #D0D2D3; }
  .document-row__row--2HkP6 .document-source {
    min-width: 260px;
    width: calc((100% - 84px) * (260 / (992 - 84)));
    margin-top: 31px;
    padding-right: 50px; }
    .document-row__row--2HkP6 .document-source.document-faded {
      color: #D0D2D3; }
  .document-row__row--2HkP6 .document-counts {
    min-width: 196px;
    width: calc((100% - 84px) * (196 / (992 - 84)));
    margin-top: 31px;
    padding-right: 50px; }
    .document-row__row--2HkP6 .document-counts.document-faded {
      color: #D0D2D3; }
  .document-row__row--2HkP6 .document-date {
    min-width: 130px;
    width: calc((100% - 84px) * (130 / (992 - 84)));
    margin-top: 31px;
    padding-right: 50px; }
    .document-row__row--2HkP6 .document-date.document-faded {
      color: #D0D2D3; }
  .document-row__row--2HkP6 .document-toggle {
    min-width: 77px;
    width: calc((100% - 84px) * (77 / (992 - 84)));
    margin-top: 31px; }

.documents-table__table--2QIoE {
  width: calc(100% - 32px);
  min-width: 992px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 14px;
  color: #767676;
  margin-bottom: 19px; }

.documents-table__headerRow--1_DpF .header-thumbnail, .documents-table__headerRow--1_DpF .header-title, .documents-table__headerRow--1_DpF .header-source, .documents-table__headerRow--1_DpF .header-counts, .documents-table__headerRow--1_DpF .header-date, .documents-table__headerRow--1_DpF .header-toggle {
  font-weight: 300;
  text-align: left;
  display: inline-block;
  height: 100%;
  vertical-align: top; }

.documents-table__headerRow--1_DpF {
  background-color: white;
  text-transform: uppercase;
  height: 69px;
  box-sizing: border-box;
  padding-top: 26px; }
  .documents-table__headerRow--1_DpF .header-thumbnail {
    width: 84px; }
  .documents-table__headerRow--1_DpF .header-title {
    min-width: 245px;
    width: calc((100% - 84px) * (245 / (992 - 84))); }
  .documents-table__headerRow--1_DpF .header-source {
    min-width: 260px;
    width: calc((100% - 84px) * (260 / (992 - 84))); }
  .documents-table__headerRow--1_DpF .header-counts {
    min-width: 196px;
    width: calc((100% - 84px) * (196 / (992 - 84))); }
  .documents-table__headerRow--1_DpF .header-date {
    min-width: 130px;
    width: calc((100% - 84px) * (130 / (992 - 84))); }
  .documents-table__headerRow--1_DpF .header-toggle {
    min-width: 77px;
    width: calc((100% - 84px) * (77 / (992 - 84))); }

.counter__wrapper--1SO08 .view-icon, .counter__wrapper--1SO08 .download-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: inline-block; }

.counter__wrapper--1SO08 {
  font-weight: 300; }
  .counter__wrapper--1SO08 .count-group {
    display: inline-block; }
  .counter__wrapper--1SO08 .view-icon {
    background-image: url("/img/views@2x.png");
    width: 14px;
    height: 14px; }
  .counter__wrapper--1SO08 .download-icon {
    background-image: url("/img/download@2x.png");
    width: 14px;
    height: 14px; }
  .counter__wrapper--1SO08 .view-icon, .counter__wrapper--1SO08 .download-icon {
    margin-right: 4.7px; }
  .counter__wrapper--1SO08 .view-count, .counter__wrapper--1SO08 .download-count {
    display: inline-block;
    width: calc(50% - 29.7px); }
  .counter__wrapper--1SO08 .view-icon, .counter__wrapper--1SO08 .download-icon, .counter__wrapper--1SO08 .view-count, .counter__wrapper--1SO08 .download-count {
    vertical-align: middle; }
  .counter__wrapper--1SO08 .view-count {
    margin-right: 11px; }

.cr-link__wrapper--3DLBC .document-count-wrapper {
  display: block; }

.cr-link__wrapper--3DLBC .documents-count {
  font-size: 12px; }

.cr-link__wrapper--3DLBC .link-icon {
  background-image: url("/img/link_icon_2x.png");
  width: 10px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
  vertical-align: middle; }

.document-row__row--J0EMF .document-thumbnail, .document-row__row--J0EMF .document-title, .document-row__row--J0EMF .document-crid-uid, .document-row__row--J0EMF .document-source, .document-row__row--J0EMF .document-counts, .document-row__row--J0EMF .document-date {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out; }

.document-row__row--J0EMF {
  background-color: #FBFAFA;
  height: 80px;
  margin-left: 16px;
  margin-right: 16px;
  min-width: 960px;
  text-align: left;
  margin-bottom: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-weight: 200; }
  .document-row__row--J0EMF .document-thumbnail {
    width: 39px;
    margin-top: 14px;
    margin-left: 16px;
    margin-right: 26px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .document-row__row--J0EMF .document-title {
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
    font-weight: 400;
    color: #231F20;
    min-width: 306px;
    width: calc((100% - 81px) * (306 / (960 - 81))); }
  .document-row__row--J0EMF .document-crid-uid {
    margin-top: 25px;
    padding-right: 50px;
    min-width: 188px;
    width: calc((100% - 81px) * (188 / (960 - 81))); }
  .document-row__row--J0EMF .document-source {
    margin-top: 31px;
    padding-right: 50px;
    min-width: 309px;
    width: calc((100% - 81px) * (309 / (960 - 81))); }
  .document-row__row--J0EMF .document-counts {
    margin-top: 31px;
    padding-right: 50px;
    display: none; }
  .document-row__row--J0EMF .document-date {
    margin-top: 31px;
    text-align: right;
    min-width: 76px;
    width: calc((100% - 81px) * (76 / (960 - 81)));
    padding-right: 15px; }
  .document-row__row--J0EMF.edit-mode .document-title {
    min-width: 242px;
    width: calc((100% - 81px) * (242 / (960 - 81))); }
  .document-row__row--J0EMF.edit-mode .document-crid-uid {
    min-width: 149px;
    width: calc((100% - 81px) * (149 / (960 - 81))); }
  .document-row__row--J0EMF.edit-mode .document-source {
    min-width: 245px;
    width: calc((100% - 81px) * (245 / (960 - 81))); }
  .document-row__row--J0EMF.edit-mode .document-counts {
    display: inline-block;
    min-width: 183px;
    width: calc((100% - 81px) * (183 / (960 - 81))); }
  .document-row__row--J0EMF.edit-mode .document-date {
    min-width: 60px;
    width: calc((100% - 81px) * (60 / (960 - 81))); }

.month-separator__wrapper--1p2sr {
  height: 103px;
  padding-top: 58px;
  padding-right: 31px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: right;
  font-size: 18px;
  font-family: "San Francisco Text", sans-serif;
  font-weight: 400;
  color: #231F20;
  background-color: #F5F4F4; }
  .month-separator__wrapper--1p2sr:first-child {
    height: 64px;
    padding-top: 23px;
    background-color: transparent; }

.documents-table__table--30VsE {
  min-width: calc(960px + 32px);
  margin-left: calc(32px / 2);
  margin-right: calc(32px / 2);
  font-size: 14px;
  color: #767676; }

.documents-table__headerRow--1vmQE .header-thumbnail, .documents-table__headerRow--1vmQE .header-title, .documents-table__headerRow--1vmQE .header-crid-uid, .documents-table__headerRow--1vmQE .header-source, .documents-table__headerRow--1vmQE .header-counts, .documents-table__headerRow--1vmQE .header-date {
  font-weight: 300;
  text-align: left;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  box-sizing: border-box; }

.documents-table__headerRow--1vmQE {
  background-color: white;
  text-transform: uppercase;
  height: 69px;
  box-sizing: border-box;
  padding-top: 26px;
  position: relative;
  padding-left: 16px;
  padding-right: 16px; }
  .documents-table__headerRow--1vmQE .header-thumbnail {
    width: 81px; }
  .documents-table__headerRow--1vmQE .header-title {
    min-width: 306px;
    width: calc((100% - 81px) * (306 / (960 - 81))); }
  .documents-table__headerRow--1vmQE .header-crid-uid {
    min-width: 188px;
    width: calc((100% - 81px) * (188 / (960 - 81))); }
  .documents-table__headerRow--1vmQE .header-source {
    min-width: 309px;
    width: calc((100% - 81px) * (309 / (960 - 81))); }
  .documents-table__headerRow--1vmQE .header-counts {
    display: none; }
  .documents-table__headerRow--1vmQE .header-date {
    text-align: right;
    padding-right: 15px;
    min-width: 76px;
    width: calc((100% - 81px) * (76 / (960 - 81))); }
  .documents-table__headerRow--1vmQE.edit-mode .header-title {
    min-width: 242px;
    width: calc((100% - 81px) * (242 / (960 - 81))); }
  .documents-table__headerRow--1vmQE.edit-mode .header-crid-uid {
    min-width: 149px;
    width: calc((100% - 81px) * (149 / (960 - 81))); }
  .documents-table__headerRow--1vmQE.edit-mode .header-source {
    min-width: 245px;
    width: calc((100% - 81px) * (245 / (960 - 81))); }
  .documents-table__headerRow--1vmQE.edit-mode .header-counts {
    display: inline-block;
    min-width: 183px;
    width: calc((100% - 81px) * (183 / (960 - 81))); }
  .documents-table__headerRow--1vmQE.edit-mode .header-date {
    min-width: 60px;
    width: calc((100% - 81px) * (60 / (960 - 81))); }

.documents-table__rowsWrapper--2kZX3 {
  background-color: #F5F4F4;
  border: 1.25px solid #DBDBDB;
  border-radius: 3px;
  margin-top: 1.25px;
  margin-bottom: 20px;
  padding-bottom: 33px; }
  .documents-table__rowsWrapper--2kZX3 .documents-loading-spinner {
    margin: 0 auto;
    display: block;
    width: 176px; }

.search-bar__wrapper--YMGv0 {
  border-bottom: 1.25px solid #DBDBDB;
  font-size: 14px; }

.search-bar__innerWrapper--1v0UI {
  height: 63px;
  padding: 18px;
  box-sizing: border-box; }
  .search-bar__innerWrapper--1v0UI .search-box-parent {
    position: relative; }
  .search-bar__innerWrapper--1v0UI .search-icon {
    position: absolute;
    box-sizing: border-box;
    background-image: url("/img/magnifying-glass.svg");
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5.5px;
    left: 10px; }

.search-bar__search-box--3vFza {
  display: inline-block;
  width: 274px;
  height: 28px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1.25px solid #DBDBDB;
  text-align: right;
  padding-right: 16px;
  padding-left: 37px;
  font-weight: 300; }

.social-graph-page__socialGraphPage--rCZOx .back-to-pinboard-link {
  color: #231F20;
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.network__networkGraph--3uGti {
  background-color: #F5F4F4; }
  .network__networkGraph--3uGti .left-section {
    width: 244px;
    height: 100vh;
    padding: 12px 28px 39px 12px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    color: #767676;
    font-weight: 300;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    overflow-y: auto; }
    .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-label {
      color: #767676;
      margin-bottom: 15px; }
    .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container {
      color: #005EF4;
      line-height: 24px;
      margin-bottom: 16px;
      margin-left: 14px;
      position: relative; }
      .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container .complaint-origin-option {
        display: inline-block;
        padding-left: 16px;
        position: relative; }
        .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container .complaint-origin-option::before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 8px;
          height: 8px;
          left: 0;
          top: 8px;
          border-radius: 4px;
          background-color: #ADADAD; }
        .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container .complaint-origin-option.selected {
          padding: 0 22px;
          color: white;
          background-color: #005EF4;
          border-radius: 12px;
          text-transform: uppercase;
          margin-left: -18px;
          z-index: 1; }
          .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container .complaint-origin-option.selected::before {
            display: none; }
      .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container::after {
        content: '';
        position: absolute;
        display: inline-block;
        box-sizing: border-box;
        width: 14px;
        height: 21px;
        border: solid #DBDBDB;
        left: -14px; }
      .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container.complaint-origin-all::after {
        border-top-left-radius: 8px;
        border-width: 1.5px 0 0 1.5px;
        top: 11px; }
      .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container.complaint-origin-civilian::after, .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container.complaint-origin-officer::after {
        border-bottom-left-radius: 8px;
        border-width: 0 0 1.5px 1.5px;
        bottom: 11px; }
      .network__networkGraph--3uGti .left-section .complaint-origin .complaint-origin-option-container.complaint-origin-officer::after {
        height: 50px; }
    .network__networkGraph--3uGti .left-section .social-graph-title {
      color: #231F20;
      font-weight: normal;
      margin-bottom: 9px; }
    .network__networkGraph--3uGti .left-section .coaccusals-threshold-slider-container {
      margin-bottom: 30px; }
      .network__networkGraph--3uGti .left-section .coaccusals-threshold-slider-container .coaccusals-threshold-slider {
        margin: 8px 0; }
        .network__networkGraph--3uGti .left-section .coaccusals-threshold-slider-container .coaccusals-threshold-slider .rc-slider-handle {
          width: 48px;
          height: 24px;
          margin-top: -12px;
          margin-left: -20px;
          background-color: #005EF4;
          border-radius: 12px;
          text-align: center; }
          .network__networkGraph--3uGti .left-section .coaccusals-threshold-slider-container .coaccusals-threshold-slider .rc-slider-handle::after {
            content: attr(aria-valuenow);
            line-height: 24px;
            font-size: 14px;
            color: white; }
  .network__networkGraph--3uGti .right-section {
    width: 320px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    color: #767676;
    font-weight: 300;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .network__networkGraph--3uGti .graph-container {
    width: calc(100% - 564px);
    height: 100vh;
    float: left;
    background-color: white; }
    .network__networkGraph--3uGti .graph-container .toggle-sidebars-btn {
      width: 32px;
      height: 26px; }
    .network__networkGraph--3uGti .graph-container .show-right-sidebar-icon {
      background-image: url("/img/ic-sidebar-right.svg"); }
    .network__networkGraph--3uGti .graph-container .hide-both-sidebars-icon {
      background-image: url("/img/ic-sidebar-full.svg"); }
    .network__networkGraph--3uGti .graph-container .show-left-sidebar-icon {
      background-image: url("/img/ic-sidebar-left.svg"); }
    .network__networkGraph--3uGti .graph-container .show-both-sidebars-icon {
      background-image: url("/img/ic-sidebar-both.svg"); }
  .network__networkGraph--3uGti.show-right-sidebar .graph-container {
    width: calc(100% - 320px); }
  .network__networkGraph--3uGti.show-left-sidebar .graph-container {
    width: calc(100% - 244px); }
  .network__networkGraph--3uGti.hide-both-sidebars .graph-container {
    width: 100%; }

.officers__officers-section--2lDCF {
  height: calc(100vh - 64px);
  overflow-y: auto;
  padding: 0 12px;
  background-color: white; }

.officers__officers-loading--qiI6- {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0); }

.officer-row__officer-row--2-fpF {
  padding: 11px 0;
  border-bottom: 1px solid #DBDBDB;
  cursor: pointer; }
  .officer-row__officer-row--2-fpF .radar-chart-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    float: left; }
  .officer-row__officer-row--2-fpF .officer-name {
    float: left;
    font-size: 14px;
    color: #231F20;
    font-weight: 300;
    line-height: 32px;
    margin-left: 8px; }

.timeline__timeline--3aPeh {
  background-color: white;
  height: calc(100vh - 64px);
  overflow-y: auto;
  box-sizing: border-box; }
  .timeline__timeline--3aPeh .header-wrapper {
    width: 100%;
    height: 64px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 300; }
  .timeline__timeline--3aPeh .timeline-label {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #231F20;
    background-color: white;
    border-radius: 2px;
    height: 64px;
    line-height: 64px; }
  .timeline__timeline--3aPeh .summary-widget-wrapper {
    height: calc(100vh - 122px);
    padding: 8px 9px 8px 7px;
    box-sizing: border-box; }
    .timeline__timeline--3aPeh .summary-widget-wrapper .summary-widget {
      border: 1px solid #DBDBDB;
      width: 100%;
      height: auto;
      max-height: calc(100vh - 138px);
      overflow: hidden; }
      .timeline__timeline--3aPeh .summary-widget-wrapper .summary-widget .summary-items-wrapper {
        height: auto;
        max-height: calc(100vh - 228px); }

.timeline__timeline-loading--2Gef5 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0); }

.attachments__wrapper--3ZLP5 {
  width: 24px;
  display: inline-block;
  vertical-align: middle; }
  .attachments__wrapper--3ZLP5 .image {
    float: right;
    height: 32px;
    width: 24px;
    display: inline-block;
    border: solid 1px #DBDBDB;
    box-sizing: border-box;
    background: white no-repeat center;
    background-size: auto; }
    .attachments__wrapper--3ZLP5 .image.document {
      background-size: cover; }

.cr__wrapper--3hDeU {
  display: inline-block;
  width: 100%;
  padding: 0 16px 0 8px;
  box-sizing: border-box;
  height: 58px;
  line-height: 57px; }
  .cr__wrapper--3hDeU .content .kind {
    width: 24px;
    border: 1px solid #FBE2D4;
    border-radius: 2px;
    color: #FF6000;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    margin: 0 8px 3px 0;
    box-sizing: border-box; }
  .cr__wrapper--3hDeU .content .detail {
    line-height: 18px;
    color: #231F20;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px); }
    .cr__wrapper--3hDeU .content .detail .category {
      color: #231F20; }
    .cr__wrapper--3hDeU .content .detail .subcategory {
      font-weight: 300;
      line-height: 14px;
      font-size: 12px;
      color: #767676;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .cr__wrapper--3hDeU .content .right {
    float: right;
    display: inline-block;
    text-align: right; }
    .cr__wrapper--3hDeU .content .right .date {
      width: 44px;
      display: inline-block;
      text-align: right;
      font-size: 12px;
      color: #767676;
      font-weight: 300; }

.year__wrapper--2uhu2 {
  display: inline-block;
  width: 100%;
  padding: 0 16px 0 8px;
  box-sizing: border-box;
  vertical-align: top; }
  .year__wrapper--2uhu2 .content {
    height: 64px;
    line-height: 63px; }
    .year__wrapper--2uhu2 .content .date {
      text-align: right;
      font-size: 18px;
      color: #231F20;
      font-weight: 400;
      padding-top: 10px; }
    .year__wrapper--2uhu2 .content.no-data {
      height: 32px;
      line-height: 31px; }
      .year__wrapper--2uhu2 .content.no-data .date {
        font-size: 14px;
        padding-top: 1px; }

.item__item--GEsWW {
  background-color: white; }
  .item__item--GEsWW + .item__item--GEsWW .content {
    border-top: solid 1px #DBDBDB; }
  .item__item--GEsWW.active {
    background-color: #FFF8E3; }

.summary-widget__summary-widget--3-z7L .summary-header {
  display: flex;
  padding: 6px 16px 3px 12px;
  color: #231F20; }
  .summary-widget__summary-widget--3-z7L .summary-header .header-title {
    flex-grow: 1; }

.summary-widget__summary-widget--3-z7L .summary-items-wrapper {
  overflow: auto;
  height: 233px; }
  .summary-widget__summary-widget--3-z7L .summary-items-wrapper .summary-item {
    display: flex;
    padding: 11px 16px 12px 12px; }
    .summary-widget__summary-widget--3-z7L .summary-items-wrapper .summary-item .item-title {
      flex-grow: 1; }
    .summary-widget__summary-widget--3-z7L .summary-items-wrapper .summary-item .item-count {
      color: #231F20; }

.widget__widget--2tVDt {
  position: relative;
  width: 344px;
  height: 344px;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  color: #767676;
  margin-right: 8px; }
  .widget__widget--2tVDt .widget-title {
    padding: 39px 0 8px 12px; }
    .widget__widget--2tVDt .widget-title.visualization-title {
      position: absolute;
      top: 0;
      z-index: 3; }
  .widget__widget--2tVDt .expanded-mode-btn {
    position: absolute;
    color: #767676;
    font-weight: 300;
    bottom: 8px;
    right: 8px;
    box-sizing: border-box;
    height: 44px;
    line-height: 16px;
    padding: 14px 39px 14px 16px;
    outline: none;
    background-size: 16px;
    z-index: 9;
    background: rgba(245, 244, 244, 0.8) url("/img/ic-expand.svg") no-repeat center right 16px;
    border: 1px solid #DBDBDB; }
    .widget__widget--2tVDt .expanded-mode-btn:hover {
      background-image: url("/img/ic-expand-hover.svg"); }

.widget__widget-spinner--11UHA {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.right-pane-section__right-pane-section--1NOwV {
  height: 100vh;
  position: relative; }
  .right-pane-section__right-pane-section--1NOwV .right-pane-section-menu {
    text-align: center; }
  .right-pane-section__right-pane-section--1NOwV .right-pane-tab-name {
    font-size: 14px;
    color: #005EF4;
    padding: 39px 12px 7px 12px;
    line-height: 16px;
    cursor: pointer;
    float: left; }
    .right-pane-section__right-pane-section--1NOwV .right-pane-tab-name.active {
      color: #231F20;
      border-bottom: 2px solid #231F20; }

.slider__slider--2wyTg .rc-slider-rail {
  background-color: #DBDBDB;
  height: 1px; }

.slider__slider--2wyTg::before {
  position: absolute;
  top: 4px;
  left: -3px;
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #005EF4;
  z-index: 1; }

.slider__slider--2wyTg::after {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #ADADAD;
  z-index: 1; }

.slider__slider--2wyTg .rc-slider-handle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #005EF4;
  border: none;
  margin-top: -3px;
  z-index: 9; }
  .slider__slider--2wyTg .rc-slider-handle:hover {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-top: -5px; }

.slider__slider--2wyTg .rc-slider-track {
  background-color: #005EF4;
  height: 1px; }

.edge-coaccusals-pane__edge-coaccusals-pane--1qJgr {
  background-color: #F5F4F4;
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box; }
  .edge-coaccusals-pane__edge-coaccusals-pane--1qJgr .edge-coaccusals-pane-header {
    color: #3C3C3C;
    background-color: #F5F4F4;
    border-bottom: solid 2px #DBDBDB;
    text-align: center;
    margin: 0 8px 0 8px;
    padding: 39px 0 9px 0;
    line-height: 16px; }
  .edge-coaccusals-pane__edge-coaccusals-pane--1qJgr .loading-img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 60px auto; }

.preview-pane__preview-pane--1BwKE {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }

.animated-social-graph__animatedSocialGraph--297zv {
  position: relative; }
  .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel {
    padding: 8px 20px;
    box-sizing: border-box; }
    .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .date-labels {
      font-size: 12px;
      color: #767676;
      margin-bottom: 3px; }
      .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .date-labels .start-date-label {
        float: left; }
      .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .date-labels .end-date-label {
        float: right; }
    .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions {
      padding: 10px 0; }
      .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .toggle-timeline-btn {
        float: left;
        box-sizing: border-box;
        width: 24px;
        height: 24px;
        padding: 7px 0;
        border: 1px solid #DBDBDB;
        border-radius: 12px;
        outline: none;
        background-size: 7px 8px;
        background: no-repeat center; }
        .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .toggle-timeline-btn:hover {
          background-color: #DBDBDB; }
        .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .toggle-timeline-btn.pause-icon {
          background-image: url("/img/ic-pause.svg"); }
          .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .toggle-timeline-btn.pause-icon:hover {
            background-image: url("/img/ic-pause-hover.svg"); }
        .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .toggle-timeline-btn.play-icon {
          background-image: url("/img/ic-play.svg"); }
          .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .toggle-timeline-btn.play-icon:hover {
            background-image: url("/img/ic-play-hover.svg"); }
      .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .current-date-label {
        float: left;
        font-size: 14px;
        line-height: 24px;
        color: #231F20;
        margin-left: 6px; }
      .animated-social-graph__animatedSocialGraph--297zv .graph-control-panel .graph-actions .custom-right-control-buttons-container {
        float: right; }

.animated-social-graph__social-graph-loading--36THc {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pinboard-page .animated-social-graph__social-graph-loading--36THc {
  width: 100px;
  height: 100px; }

.geographic__geographic-map--vTAK7 {
  background-color: #F5F4F4; }
  .geographic__geographic-map--vTAK7 .left-section {
    width: 244px;
    height: 100vh;
    padding: 12px 28px 39px 12px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    color: #767676;
    font-weight: 300;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .geographic__geographic-map--vTAK7 .main-content {
    width: calc(100% - 244px);
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #DBDBDB; }
  .geographic__geographic-map--vTAK7 .right-section {
    width: 320px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    color: #767676;
    font-weight: 300;
    display: inline-block; }
  .geographic__geographic-map--vTAK7 .show-right-pane {
    width: calc(100% - 244px - 320px); }

.preview-pane__preview-pane--3EzyT {
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }

.main-tabs__mainTabs--3luC4 .social-graph-btn, .main-tabs__mainTabs--3luC4 .geographic-btn {
  width: 102px;
  height: 102px;
  display: inline-block;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }
  .main-tabs__mainTabs--3luC4 .social-graph-btn.active, .main-tabs__mainTabs--3luC4 .geographic-btn.active {
    border: 4px solid rgba(255, 255, 255, 0.2);
    background-color: #005EF4; }

.main-tabs__mainTabs--3luC4 .social-graph-btn {
  background-image: url("/img/ic-social-graph.svg"); }
  .main-tabs__mainTabs--3luC4 .social-graph-btn.active {
    background-image: url("/img/ic-social-graph-active.svg"); }

.main-tabs__mainTabs--3luC4 .geographic-btn {
  background-image: url("/img/ic-geographic.svg"); }
  .main-tabs__mainTabs--3luC4 .geographic-btn.active {
    background-image: url("/img/ic-geographic-active.svg"); }

.search-bar__wrapper--38p7P {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1.75px solid #DBDBDB;
  font-size: 14px;
  line-height: 16px;
  color: #005EF4; }
  .search-bar__wrapper--38p7P .search-box-parent {
    min-width: unset;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 14px;
    cursor: pointer;
    min-width: 305px;
    background-color: white;
    box-sizing: border-box; }
    .search-bar__wrapper--38p7P .search-box-parent:hover .search-term {
      color: #767676; }
    .search-bar__wrapper--38p7P .search-box-parent .search-input {
      height: 42px;
      line-height: 42px;
      flex-grow: 1;
      background: url("/img/ic-search.svg") no-repeat center left;
      background-size: 12px;
      padding-left: 23px;
      font-weight: 100;
      height: 100%; }
  .search-bar__wrapper--38p7P .right-buttons .share-button {
    width: 48px;
    height: 32px;
    display: inline-block;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    position: relative;
    background: url("/img/ic-share.svg") no-repeat center; }
  .search-bar__wrapper--38p7P .share-menu {
    position: absolute;
    list-style-type: none;
    width: 112px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    top: 30px;
    right: 0; }
    .search-bar__wrapper--38p7P .share-menu .share-menu-item {
      width: 100%;
      height: 40px;
      line-height: 40px;
      display: flex;
      align-items: center;
      color: #005EF4;
      padding: 0;
      background-color: #F5F4F4;
      border: none; }
    .search-bar__wrapper--38p7P .share-menu .copy-link-icon {
      background: url("/img/link_icon_2x.png") no-repeat center;
      background-size: contain;
      width: 16px;
      height: 16px;
      display: inline-block;
      margin: 0 7px 0 9px; }

.header__wrapper--28vj7 {
  height: 48px;
  background-color: #3C3C3C;
  color: #767676;
  font-size: 14px; }
  .header__wrapper--28vj7 .header-title {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    line-height: 40px;
    text-decoration: none;
    background-color: #F5F4F4;
    color: #767676;
    border-radius: 2px 2px 0 0;
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1); }
    .header__wrapper--28vj7 .header-title:visited, .header__wrapper--28vj7 .header-title:link {
      color: inherit; }
    .header__wrapper--28vj7 .header-title:hover {
      background-color: #DBDBDB;
      color: #231F20; }
  .header__wrapper--28vj7 .inner-wrapper {
    position: relative;
    height: 100%;
    min-width: unset; }
  .header__wrapper--28vj7 .header-parent {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: calc(100% - 28px);
    margin: 0 14px;
    min-width: 305px;
    cursor: pointer; }
  .header__wrapper--28vj7 .right-menu {
    float: right;
    height: 100%;
    width: 100%;
    text-align: right;
    position: relative;
    top: -40px;
    z-index: 1;
    pointer-events: none; }
    .header__wrapper--28vj7 .right-menu .menu-item {
      display: inline-block;
      height: 100%;
      line-height: 40px;
      margin-right: 5.38%;
      color: #767676;
      pointer-events: auto; }
      .header__wrapper--28vj7 .right-menu .menu-item:hover {
        color: #231F20; }
      .header__wrapper--28vj7 .right-menu .menu-item:last-child {
        margin-right: 16px; }
      .header__wrapper--28vj7 .right-menu .menu-item.highlight {
        color: #231F20;
        position: relative;
        cursor: default; }
        .header__wrapper--28vj7 .right-menu .menu-item.highlight::after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #3C3C3C;
          display: inline-block;
          bottom: -3px;
          left: calc(50% - 4px); }

.body-fixed-viewport {
  width: calc(100vw - 17px); }

.body-scrollable {
  overflow-y: scroll;
  height: 100%; }

.body-not-scrollable {
  overflow: hidden;
  height: 100vh; }

.pinboard-page__pinboardPage--1yChw .overlay[aria-hidden="true"] {
  opacity: 0;
  transition: opacity 0.25s, z-index 0s 0.25s;
  z-index: -1; }

.pinboard-page__pinboardPage--1yChw .overlay[aria-hidden="false"] {
  display: block;
  opacity: 0.8;
  transition: opacity 0.8s;
  z-index: 1600; }

.pinboard-page__pinboardPage--1yChw .preview-pane {
  background-color: #F5F4F4;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1601; }

.pinboard-page__pinboardPage--1yChw.empty {
  background-color: #F5F4F4; }

.pinboard-page__pinboardPage--1yChw .pinned-section {
  margin: 16px 16px 0 16px;
  overflow: hidden auto; }

.pinboard-page__pinboardPage--1yChw .footer {
  background-color: #231F20; }
  .pinboard-page__pinboardPage--1yChw .footer .nav-links-wrapper {
    background-color: #231F20; }

.pinboard-page__pinboard-page-toast--1eJJH {
  background-color: #C7DFBB;
  border-radius: 2px;
  color: #236C00;
  font-size: 14px;
  padding: 12px 8px;
  min-height: 40px;
  text-align: left;
  width: 340px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.pinboard-page__pinboard-loading---SQA8 {
  margin: 0 auto;
  display: block;
  width: 176px;
  height: 518px; }

.pinboard-info__pinboardInfo--3T7Lj {
  margin: 0 16px; }
  .pinboard-info__pinboardInfo--3T7Lj .pinboard-title, .pinboard-info__pinboardInfo--3T7Lj .pinboard-description {
    display: block;
    color: #231F20;
    border: none;
    outline: none;
    width: 50%;
    padding: 0; }
  .pinboard-info__pinboardInfo--3T7Lj .pinboard-title {
    resize: none;
    font-size: 26px;
    line-height: 31px;
    margin: 48px 0 25px 0; }
  .pinboard-info__pinboardInfo--3T7Lj .pinboard-description {
    resize: none;
    font-size: 14px;
    margin-bottom: 16px;
    height: auto;
    min-height: 64px;
    line-height: 16px;
    overflow: auto;
    word-wrap: break-word;
    white-space: pre-line; }
    .pinboard-info__pinboardInfo--3T7Lj .pinboard-description p {
      margin: 0; }
  .pinboard-info__pinboardInfo--3T7Lj .pinboard-description-placeholder::after {
    position: absolute;
    top: 0;
    font-size: 14px;
    font-weight: 300;
    color: #767676;
    content: attr(data-placeholder);
    z-index: -1; }

.autosave-markdown-textarea-input__autosave-markdown-textarea-input-wrapper--geKPE {
  background: transparent;
  position: relative; }
  .autosave-markdown-textarea-input__autosave-markdown-textarea-input-wrapper--geKPE .autosave-markdown-textarea-input {
    background: transparent; }

.relevant-section__relevant-section--3Vw3D {
  margin-top: 120px; }
  .relevant-section__relevant-section--3Vw3D .relevant-title {
    padding: 48px 16px 17px 24px;
    color: white;
    font-size: 26px;
    background-color: #231F20; }

.relevant-document-card__document-card-thumbnail--I2C6W {
  width: 130px;
  height: 100%;
  display: block;
  padding: 8px 0 8px 9px;
  box-sizing: border-box; }
  .relevant-document-card__document-card-thumbnail--I2C6W .document-card-thumbnail-img {
    width: 100%;
    height: 100%; }

.base-complaint-card__base-complaint-card--1Agjh {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #3C3C3C;
  border-radius: 2px;
  width: 306px;
  height: 176px;
  font-weight: 300; }
  .base-complaint-card__base-complaint-card--1Agjh:last-of-type {
    margin-right: 0; }
  .base-complaint-card__base-complaint-card--1Agjh:hover {
    border: solid 1px rgba(16, 94, 217, 0.5); }
  .base-complaint-card__base-complaint-card--1Agjh .left-half {
    display: inline-block;
    height: 176px; }
  .base-complaint-card__base-complaint-card--1Agjh .right-half {
    display: inline-block;
    position: relative;
    width: calc(100% - 130px);
    height: 176px;
    vertical-align: top;
    color: white;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 8px 8px 10px;
    box-sizing: border-box; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .incident-date {
      font-size: 12px;
      color: #767676;
      line-height: 14px; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .category {
      height: 32px;
      word-wrap: break-word;
      margin-top: 2px; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .top-officers {
      margin-top: 5px;
      height: 64px; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .top-officer-row {
      height: 32px;
      padding-top: 5px;
      box-sizing: border-box; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .top-officer-row-token {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .top-officer-row-officer-name {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: calc(100% - 28px);
      vertical-align: top; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .remaining-officers {
      height: 44px;
      box-sizing: border-box;
      padding: 9px 0;
      border-top: 1px solid #3C3C3C; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .remaining-officer {
      margin-right: 2px; }
    .base-complaint-card__base-complaint-card--1Agjh .right-half .not-showing-officer-count {
      display: inline-block;
      width: 36px;
      height: 22px;
      border-radius: 2px;
      background-color: #3C3C3C;
      font-size: 12px;
      vertical-align: top;
      text-align: center;
      line-height: 22px; }

.mini-officer-visual-token__mini-officer-visual-token--2vNTJ {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  overflow: hidden; }

.plus-button__plus-button--2ULsO {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .plus-button__plus-button--2ULsO:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 2px;
    border: solid 1px #DBDBDB;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/ic-plus-bold.svg");
    background-size: 12px 12px;
    background-color: #FBFAFA;
    box-sizing: border-box; }
  .plus-button__plus-button--2ULsO:hover:after {
    background-color: #E2EDDB;
    background-image: url("/img/ic-plus-green.svg");
    border: none; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Firefox < 16 */
@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Internet Explorer */
@-ms-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Opera < 12.1 */
@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.with-undo-card__undo-card-light--364Q4, .with-undo-card__undo-card-dark--2MuVH {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
  height: 176px;
  position: relative;
  width: 148px;
  margin: 0 8px 8px 0; }

.with-undo-card__undo-card-light--364Q4 .text, .with-undo-card__undo-card-dark--2MuVH .text {
  display: block;
  margin: 40px 8px 32px 8px;
  padding: 0 20px;
  min-height: 48px;
  text-align: center; }

.with-undo-card__undo-card-light--364Q4 .undo-button, .with-undo-card__undo-card-dark--2MuVH .undo-button {
  border-radius: 2px;
  font-family: "San Francisco Text", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 28px 16px 28px;
  outline: none;
  padding: 0;
  text-align: center;
  width: calc(100% - 56px);
  height: 40px; }

.with-undo-card__undo-card-light--364Q4 {
  background-color: #F5F4F4;
  border-color: #DBDBDB;
  animation: fadeOut 2s ease-in-out 2s forwards; }
  .with-undo-card__undo-card-light--364Q4 .text {
    color: #3C3C3C; }
  .with-undo-card__undo-card-light--364Q4 .undo-button {
    background-color: transparent;
    border: solid 1px #D8D8D8;
    color: #231F20; }
    .with-undo-card__undo-card-light--364Q4 .undo-button:hover {
      background-color: white;
      color: #499C21; }

.with-undo-card__undo-card-dark--2MuVH {
  animation: fadeOut 2s ease-in-out 2s forwards;
  background-color: #231F20;
  border-color: #3C3C3C; }
  .with-undo-card__undo-card-dark--2MuVH .text {
    color: #DBDBDB; }
  .with-undo-card__undo-card-dark--2MuVH .undo-button {
    background-color: #3C3C3C;
    border: none;
    color: #DBDBDB; }
    .with-undo-card__undo-card-dark--2MuVH .undo-button:hover {
      background-color: #767676;
      color: white; }

.with-undo-card__wrapper--3104k {
  width: 306px; }

.relevant-infinite-carousel__relevant-infinite-carousel--32car {
  background-color: #231F20;
  padding-left: 16px;
  min-height: 248px;
  font-weight: 300; }
  .relevant-infinite-carousel__relevant-infinite-carousel--32car .relevant-infinite-carousel-title {
    padding: 31px 0 17px 0;
    color: white;
    font-size: 14px;
    line-height: 16px; }
  .relevant-infinite-carousel__relevant-infinite-carousel--32car .relevant-carousel-arrow {
    background-image: url("/img/disclosure-indicator-boulder.svg");
    background-color: rgba(35, 31, 32, 0.9); }
    .relevant-infinite-carousel__relevant-infinite-carousel--32car .relevant-carousel-arrow:hover {
      background-image: url("/img/disclosure-indicator-blue.svg"); }
  .relevant-infinite-carousel__relevant-infinite-carousel--32car .relevant-carousel-loading {
    margin: 0 auto;
    display: block;
    width: 176px;
    height: 176px; }

.relevant-coaccusal-card__relevant-coaccusal-card--5lupO {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: solid 1px #3C3C3C;
  border-radius: 2px;
  width: 146px;
  margin-right: 8px;
  font-weight: 300; }
  .relevant-coaccusal-card__relevant-coaccusal-card--5lupO:last-of-type {
    margin-right: 0; }
  .relevant-coaccusal-card__relevant-coaccusal-card--5lupO .radar-chart-wrapper {
    height: 60px; }
  .relevant-coaccusal-card__relevant-coaccusal-card--5lupO .officer-name-wrapper {
    padding: 12px 8px;
    background-color: #231F20;
    height: 48px; }
    .relevant-coaccusal-card__relevant-coaccusal-card--5lupO .officer-name-wrapper .light-text {
      margin: 0;
      font-size: 12px;
      line-height: 1.17;
      font-weight: 300;
      color: #767676;
      height: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .relevant-coaccusal-card__relevant-coaccusal-card--5lupO .officer-name-wrapper .bold-text {
      margin: 0;
      line-height: 16px;
      font-size: 14px;
      font-weight: 300;
      color: white; }
  .relevant-coaccusal-card__relevant-coaccusal-card--5lupO .coaccusal-count {
    padding: 12px 8px 16px 8px;
    color: white;
    font-size: 14px;
    background-color: #3C3C3C; }
  .relevant-coaccusal-card__relevant-coaccusal-card--5lupO:hover {
    border: solid 1px rgba(16, 94, 217, 0.5); }

.relevant-complaint-card__relevant-complaint-map--2g8hm {
  width: 130px;
  height: 174px; }

.pinned-type__pinned-type--2wZs- {
  width: 100%;
  margin-top: 39px; }
  .pinned-type__pinned-type--2wZs- .type-title {
    font-size: 14px;
    color: #231F20; }
  .pinned-type__pinned-type--2wZs- .pinned-type-loading {
    margin: 0 auto;
    display: block;
    width: 176px;
    height: 176px; }

.short-press__wrapper--ueBqp {
  cursor: pointer; }

.item-unpin-button__item-unpin-button--3uJqf {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url("/img/ic-clear.svg") no-repeat center;
  background-size: 20px 20px;
  top: 0;
  right: 0;
  cursor: pointer; }
  .item-unpin-button__item-unpin-button--3uJqf:hover {
    background-image: url("/img/ic-clear-hover.svg"); }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Firefox < 16 */
@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Internet Explorer */
@-ms-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Opera < 12.1 */
@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.officer-card__undo-card-light--_-P8i, .officer-card__undo-card-dark--l167F, .officer-card__officer-card--1Ks5c {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
  height: 176px;
  position: relative;
  width: 148px;
  margin: 0 8px 8px 0; }

.officer-card__undo-card-light--_-P8i .text, .officer-card__undo-card-dark--l167F .text {
  display: block;
  margin: 40px 8px 32px 8px;
  padding: 0 20px;
  min-height: 48px;
  text-align: center; }

.officer-card__undo-card-light--_-P8i .undo-button, .officer-card__undo-card-dark--l167F .undo-button {
  border-radius: 2px;
  font-family: "San Francisco Text", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 28px 16px 28px;
  outline: none;
  padding: 0;
  text-align: center;
  width: calc(100% - 56px);
  height: 40px; }

.officer-card__undo-card-light--_-P8i {
  background-color: #F5F4F4;
  border-color: #DBDBDB;
  animation: fadeOut 2s ease-in-out 2s forwards; }
  .officer-card__undo-card-light--_-P8i .text {
    color: #3C3C3C; }
  .officer-card__undo-card-light--_-P8i .undo-button {
    background-color: transparent;
    border: solid 1px #D8D8D8;
    color: #231F20; }
    .officer-card__undo-card-light--_-P8i .undo-button:hover {
      background-color: white;
      color: #499C21; }

.officer-card__undo-card-dark--l167F {
  animation: fadeOut 2s ease-in-out 2s forwards;
  background-color: #231F20;
  border-color: #3C3C3C; }
  .officer-card__undo-card-dark--l167F .text {
    color: #DBDBDB; }
  .officer-card__undo-card-dark--l167F .undo-button {
    background-color: #3C3C3C;
    border: none;
    color: #DBDBDB; }
    .officer-card__undo-card-dark--l167F .undo-button:hover {
      background-color: #767676;
      color: white; }

.officer-card__wrapper--BSVhu {
  width: 306px; }

.officer-card__officer-card--1Ks5c {
  border-color: #DBDBDB;
  color: #231F20;
  margin: 0 8px 8px 0; }
  .officer-card__officer-card--1Ks5c .radar-chart-wrapper {
    height: 60px; }
  .officer-card__officer-card--1Ks5c .officer-info {
    height: 72px;
    background-color: #F5F4F4;
    box-sizing: border-box;
    padding: 8px 8px 10px 8px; }
    .officer-card__officer-card--1Ks5c .officer-info .officer-rank {
      font-size: 12px;
      color: #767676;
      overflow: hidden;
      white-space: nowrap; }
    .officer-card__officer-card--1Ks5c .officer-info .officer-name {
      overflow-wrap: break-word;
      overflow: hidden;
      line-height: 16px;
      max-height: 32px;
      margin-top: 4px; }
  .officer-card__officer-card--1Ks5c .officer-complaints-count {
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding-left: 8px;
    background-color: white; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Firefox < 16 */
@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Internet Explorer */
@-ms-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Opera < 12.1 */
@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.location-card__undo-card-light--1Lae2, .location-card__undo-card-dark--IZknA, .location-card__location-card--1JaeU {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
  height: 176px;
  position: relative;
  width: 148px;
  margin: 0 8px 8px 0; }

.location-card__undo-card-light--1Lae2 .text, .location-card__undo-card-dark--IZknA .text {
  display: block;
  margin: 40px 8px 32px 8px;
  padding: 0 20px;
  min-height: 48px;
  text-align: center; }

.location-card__undo-card-light--1Lae2 .undo-button, .location-card__undo-card-dark--IZknA .undo-button {
  border-radius: 2px;
  font-family: "San Francisco Text", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 28px 16px 28px;
  outline: none;
  padding: 0;
  text-align: center;
  width: calc(100% - 56px);
  height: 40px; }

.location-card__undo-card-light--1Lae2 {
  background-color: #F5F4F4;
  border-color: #DBDBDB;
  animation: fadeOut 2s ease-in-out 2s forwards; }
  .location-card__undo-card-light--1Lae2 .text {
    color: #3C3C3C; }
  .location-card__undo-card-light--1Lae2 .undo-button {
    background-color: transparent;
    border: solid 1px #D8D8D8;
    color: #231F20; }
    .location-card__undo-card-light--1Lae2 .undo-button:hover {
      background-color: white;
      color: #499C21; }

.location-card__undo-card-dark--IZknA {
  animation: fadeOut 2s ease-in-out 2s forwards;
  background-color: #231F20;
  border-color: #3C3C3C; }
  .location-card__undo-card-dark--IZknA .text {
    color: #DBDBDB; }
  .location-card__undo-card-dark--IZknA .undo-button {
    background-color: #3C3C3C;
    border: none;
    color: #DBDBDB; }
    .location-card__undo-card-dark--IZknA .undo-button:hover {
      background-color: #767676;
      color: white; }

.location-card__wrapper--3iNo2 {
  width: 306px; }

.location-card__location-card--1JaeU {
  border-color: #DBDBDB;
  color: #231F20;
  margin: 0 8px 8px 0; }
  .location-card__location-card--1JaeU .location-card-map {
    width: 100%;
    height: 88px; }
  .location-card__location-card--1JaeU .location-card-body {
    width: 100%;
    height: 86px;
    padding: 8px 8px 10px 8px;
    box-sizing: border-box;
    background-color: #F5F4F4; }
  .location-card__location-card--1JaeU .location-card-date {
    display: block;
    color: #767676;
    font-size: 12px; }
  .location-card__location-card--1JaeU .location-card-category {
    display: block;
    overflow-wrap: break-word;
    overflow: hidden;
    line-height: 16px;
    max-height: 48px;
    margin-top: 4px; }
  .location-card__location-card--1JaeU .empty-map {
    background-image: url("/img/grid-empty-map.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E6E1DA; }

.pinned-grid__pinned-grid--fstZ3 {
  margin-top: 9px;
  overflow: hidden;
  position: relative; }
  .pinned-grid__pinned-grid--fstZ3 .pinned-grid-item {
    display: block;
    position: absolute;
    z-index: 1; }
    .pinned-grid__pinned-grid--fstZ3 .pinned-grid-item.muuri-item-dragging {
      z-index: 3; }
    .pinned-grid__pinned-grid--fstZ3 .pinned-grid-item.muuri-item-releasing {
      z-index: 2; }
    .pinned-grid__pinned-grid--fstZ3 .pinned-grid-item.muuri-item-hidden {
      z-index: 0; }
  .pinned-grid__pinned-grid--fstZ3 .item-content {
    position: relative; }

.pinboards__pinboards--eWVeH {
  z-index: 1601;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  overflow: auto;
  background-color: #F5F4F4; }
  .pinboards__pinboards--eWVeH .pinboards-title {
    background-color: white;
    padding: 48px 8px 17px 8px;
    line-height: 31px;
    font-size: 26px; }
    .pinboards__pinboards--eWVeH .pinboards-title .new-pinboard-btn {
      width: 48px;
      height: 32px;
      display: inline-block;
      border: 1px solid #DBDBDB;
      box-sizing: border-box;
      background: url("/img/ic-plus.svg") no-repeat center;
      float: right; }
  .pinboards__pinboards--eWVeH .spinner {
    display: inline-block;
    vertical-align: top;
    margin: 24px 7px 0 8px;
    width: 17px;
    height: 17px; }
  .pinboards__pinboards--eWVeH .pinboard-item {
    display: block;
    height: 64px;
    box-sizing: border-box;
    background-color: white;
    cursor: pointer; }
    .pinboards__pinboards--eWVeH .pinboard-item .pinboard-info {
      width: calc(100% - 66px);
      padding: 16px 0 16px 8px;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top; }
      .pinboards__pinboards--eWVeH .pinboard-item .pinboard-info .pinboard-title {
        color: #005EF4;
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        margin-bottom: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .pinboards__pinboards--eWVeH .pinboard-item .pinboard-info .pinboard-viewed-at {
        color: #767676;
        font-size: 12px;
        font-weight: 300;
        line-height: 14px; }
      .pinboards__pinboards--eWVeH .pinboard-item .pinboard-info.has-loading-spinner {
        width: calc(100% - 98px);
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
        padding: 24px 0 23px 0; }
    .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container {
      padding: 16px 8px;
      display: inline-block;
      position: relative;
      vertical-align: top; }
      .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-btn {
        width: 48px;
        height: 32px;
        background: url("/img/ic-ellipsis-black.svg") no-repeat center;
        border: 1px solid #DBDBDB;
        border-radius: 2px; }
        .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-btn.focused {
          background: #005EF4 url("/img/ic-ellipsis-white.svg") no-repeat center;
          border: none; }
      .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-menu {
        position: absolute;
        top: 44px;
        right: 12px;
        width: 200px;
        line-height: 40px;
        border-radius: 4px;
        background: white;
        font-weight: 300;
        z-index: 2;
        border: 1px solid #DBDBDB; }
        .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-menu .duplicate-pinboard-btn {
          color: #005EF4; }
        .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-menu .remove-pinboard-btn {
          color: #F52524; }
        .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-menu .duplicate-pinboard-btn, .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-menu .remove-pinboard-btn {
          padding: 0 16px; }
        .pinboards__pinboards--eWVeH .pinboard-item .pinboard-item-actions-container .pinboard-item-actions-menu.top {
          top: -62px; }
    .pinboards__pinboards--eWVeH .pinboard-item:hover {
      background-color: #FFF8E3; }
      .pinboards__pinboards--eWVeH .pinboard-item:hover .pinboard-title {
        color: #231F20; }
    .pinboards__pinboards--eWVeH .pinboard-item.is-current {
      background: #FFF8E3; }
      .pinboards__pinboards--eWVeH .pinboard-item.is-current .pinboard-title {
        color: #231F20; }

.empty-pinboard__empty-pinboard--1c9aO {
  width: 288px;
  padding: 26px 0 12px 0;
  font-size: 14px;
  border: 1px solid #DBDBDB;
  background-color: white;
  font-weight: 300;
  box-sizing: border-box;
  margin: 54px 0 376px 16px;
  position: relative; }
  .empty-pinboard__empty-pinboard--1c9aO .empty-pinboard-title {
    font-size: 20px;
    line-height: 24px;
    color: #3C3C3C;
    margin: 0 0 8px 16px; }
  .empty-pinboard__empty-pinboard--1c9aO .empty-pinboard-description {
    margin: 0 32px 32px 16px;
    color: #3C3C3C; }
  .empty-pinboard__empty-pinboard--1c9aO .arrow-shaft {
    position: absolute;
    left: 21px;
    top: -41px;
    width: 2px;
    height: 25px;
    background-color: #979797; }
  .empty-pinboard__empty-pinboard--1c9aO .arrow-head {
    position: absolute;
    left: 17px;
    top: -43px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #979797; }

.example-pinboard-link__example-pinboard-link--3j7JV {
  margin: 0 8px 4px 8px;
  padding: 16px 0 16px 12px;
  border: 1px solid #DBDBDB;
  display: block;
  text-decoration: none; }
  .example-pinboard-link__example-pinboard-link--3j7JV:hover .header {
    color: #231F20;
    transition: color 0.5s ease-in-out; }
  .example-pinboard-link__example-pinboard-link--3j7JV .wrapper {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 25px); }
    .example-pinboard-link__example-pinboard-link--3j7JV .wrapper .title {
      color: #005EF4;
      line-height: 16px;
      margin-bottom: 2px; }
    .example-pinboard-link__example-pinboard-link--3j7JV .wrapper .description {
      color: #767676;
      font-size: 12px; }
  .example-pinboard-link__example-pinboard-link--3j7JV .arrow {
    background: url("/img/disclosure-indicator.svg") 0 0 no-repeat scroll;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    margin: 0 8px 0 9px; }

.manage-pinboards-buttons__manage-pinboards-buttons--3VgdG {
  display: inline-block; }
  .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-menu-btn, .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .pinboards-list-btn {
    width: 48px;
    height: 32px;
    display: inline-block;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    margin-left: 8px;
    border-radius: 2px; }
  .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .pinboards-list-btn {
    background: url("/img/ic-list.svg") no-repeat center; }
  .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-menu-btn {
    background: url("/img/ic-plus.svg") no-repeat center; }
    .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-menu-btn.close-btn {
      border: none;
      background: #005EF4 url("/img/ic-x-alt.svg") no-repeat center; }
  .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-btn-container {
    position: relative;
    display: inline-block; }
    .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-btn-container .new-pinboard-menu {
      background-color: white;
      width: 320px;
      padding: 0 16px;
      border-radius: 4px;
      border: solid 1px #DBDBDB;
      box-sizing: border-box;
      position: absolute;
      right: 0;
      top: 34px; }
      .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-btn-container .new-pinboard-menu .menu-item {
        padding: 19px 0 19px 24px;
        line-height: 16px;
        font-weight: 300;
        color: #005EF4;
        display: block; }
        .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-btn-container .new-pinboard-menu .menu-item.new-pinboard-link {
          background: url("/img/ic-file.svg") no-repeat center left; }
        .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-btn-container .new-pinboard-menu .menu-item.duplicate-current-pinboard-link {
          background: url("/img/ic-copy.svg") no-repeat center left; }
      .manage-pinboards-buttons__manage-pinboards-buttons--3VgdG .new-pinboard-btn-container .new-pinboard-menu .menu-item + .menu-item {
        border-top: solid 1px #DBDBDB; }

.demographic-chart__demographic-chart--1M1JE {
  padding: 0 8px 0 12px; }
  .demographic-chart__demographic-chart--1M1JE .bar-chart-background {
    fill: #F5F4F4; }
  .demographic-chart__demographic-chart--1M1JE .bar-chart {
    fill: rgba(0, 94, 244, 0.5);
    transform: translateY(3px); }
  .demographic-chart__demographic-chart--1M1JE .bar-chart-precentage {
    font-size: 13px;
    font-weight: 300; }
    .demographic-chart__demographic-chart--1M1JE .bar-chart-precentage.short-bar {
      text-anchor: start; }
  .demographic-chart__demographic-chart--1M1JE .bar-chart-label {
    fill: #767676;
    line-height: 17px; }

.demographic-widget__demographic-widget--3B9fe {
  height: 259px;
  overflow: auto; }
  .demographic-widget__demographic-widget--3B9fe .demographic-header {
    padding: 6px 16px 3px 12px;
    color: #231F20; }
  .demographic-widget__demographic-widget--3B9fe .demographic-item {
    padding: 11px 16px 12px 12px; }

.pinboard-data-visualization__pinboard-data-visualization--2RlTT {
  margin: 0 16px; }
  .pinboard-data-visualization__pinboard-data-visualization--2RlTT .carousel-arrow {
    background-color: rgba(0, 94, 244, 0.5);
    background-image: url("/img/disclosure-indicator-blue.svg"); }

.pinboard-row__row--2b7rl {
  background-color: #FBFAFA;
  height: 80px;
  margin-left: 16px;
  margin-right: 16px;
  min-width: 960px;
  text-align: left;
  margin-bottom: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-weight: 200; }
  .pinboard-row__row--2b7rl:hover.header .cell {
    color: unset; }
  .pinboard-row__row--2b7rl:hover .cell {
    color: #005EF4; }
  .pinboard-row__row--2b7rl.header {
    background-color: white;
    text-transform: uppercase;
    height: 69px;
    position: relative;
    cursor: default; }
    .pinboard-row__row--2b7rl.header .cell {
      font-weight: 300; }
    .pinboard-row__row--2b7rl.header .pinboard-title {
      font-weight: 300;
      color: inherit; }
  .pinboard-row__row--2b7rl .cell {
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: top;
    box-sizing: border-box;
    transition: color 0.2s ease-in-out;
    height: calc(100% - 16px);
    margin: 8px 0; }
  .pinboard-row__row--2b7rl .pinboard-id {
    min-width: 120px;
    width: calc(100% * (120 / 960));
    padding-left: 16px; }
  .pinboard-row__row--2b7rl .pinboard-title {
    min-width: 400px;
    width: calc(100% * (400 / 960));
    font-weight: 400;
    color: #231F20; }
  .pinboard-row__row--2b7rl .pinboard-pinned {
    min-width: 280px;
    width: calc(100% * (280 / 960)); }
  .pinboard-row__row--2b7rl .pinboard-children {
    min-width: 80px;
    width: calc(100% * (80 / 960)); }
  .pinboard-row__row--2b7rl .pinboard-date {
    min-width: 80px;
    width: calc(100% * (80 / 960));
    text-align: right;
    padding-right: 15px; }

.pinboards-table__table---m_IJ {
  min-width: calc(960px + 32px);
  margin-left: calc(32px / 2);
  margin-right: calc(32px / 2);
  font-size: 14px;
  color: #767676; }

.pinboards-table__rowsWrapper--257xs {
  background-color: #F5F4F4;
  border: 1.25px solid #DBDBDB;
  border-radius: 3px;
  margin-top: 1.25px;
  margin-bottom: 20px;
  padding-bottom: 33px; }

.pinboard-admin-page__pinboard-admin-page--1gysZ .preview-pane {
  background-color: #F5F4F4;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1601; }

.pinboard-admin-page__pinboard-admin-page--1gysZ .overlay[aria-hidden="true"] {
  opacity: 0;
  transition: opacity 0.25s, z-index 0s 0.25s;
  z-index: -1; }

.pinboard-admin-page__pinboard-admin-page--1gysZ .overlay[aria-hidden="false"] {
  display: block;
  opacity: 0.8;
  transition: opacity 0.8s;
  z-index: 1600; }

.toast__pinboard-page-toast--2NVtv, .toast__alert-toast--2ubV8 {
  background-color: #C7DFBB;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #236C00;
  line-height: 40px;
  min-height: 40px;
  font-size: 14px;
  padding: 0;
  text-align: left;
  width: auto; }

.toast__pinboard-page-toast--2NVtv {
  padding: 12px 8px;
  width: 340px; }

.toast__alert-toast--2ubV8 {
  background-color: #FBE2D4;
  color: #FF1F00;
  padding: 12px 8px;
  width: 340px; }

.pinboard-toast__pinboard-page-toast--2Y468, .pinboard-toast__alert-toast--TfQHo, .pinboard-toast__pinboard-toast--2U5Z8 {
  background-color: #C7DFBB;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #236C00;
  line-height: 40px;
  min-height: 40px;
  font-size: 14px;
  padding: 0;
  text-align: left;
  width: auto; }

.pinboard-toast__pinboard-page-toast--2Y468 {
  padding: 12px 8px;
  width: 340px; }

.pinboard-toast__alert-toast--TfQHo {
  background-color: #FBE2D4;
  color: #FF1F00;
  padding: 12px 8px;
  width: 340px; }

.pinboard-toast__pinboard-toast--2U5Z8 {
  width: 200px; }
  @media (min-width: 768px) {
    .pinboard-toast__pinboard-toast--2U5Z8 {
      width: 225px; } }
  .pinboard-toast__pinboard-toast--2U5Z8 .toast-message {
    padding: 12px 17px 12px 15px;
    background-color: #E2EDDB; }
    .pinboard-toast__pinboard-toast--2U5Z8 .toast-message p {
      margin: 0; }
  .pinboard-toast__pinboard-toast--2U5Z8 .go-to-pinboard-btn {
    text-align: right;
    font-size: 14px;
    background: #CEE4C8 url("/img/ic-right-arrow.svg") no-repeat right 8px center;
    padding: 12px 30px; }
  .pinboard-toast__pinboard-toast--2U5Z8.removed .toast-message {
    background-color: #F5F4F4;
    color: #231F20; }
  .pinboard-toast__pinboard-toast--2U5Z8.removed .go-to-pinboard-btn {
    background: #DBDBDB url("/img/ic-right-arrow-black.svg") no-repeat right 8px center;
    color: #231F20; }

