/** San Francisco Compact Text */
/** Light */
@font-face {
  font-family: "San Francisco Text Web";
  font-weight: 300;
  src: local("SF UI Text"), local(".SFNSText-Light"), url("/static/fonts/SF-Compact-Text-Light.otf"); }

/** Regular */
@font-face {
  font-family: "San Francisco Text Web";
  font-weight: 400;
  src: local("SF UI Text"), local(".SFNSText-Regular"), url("/static/fonts/SF-Compact-Text-Regular.otf"); }

/** Normal */
@font-face {
  font-family: "San Francisco Text Web";
  font-weight: normal;
  src: local("SF UI Text"), local(".SFNSText-Medium"), url("/static/fonts/SF-Compact-Text-Medium.otf"); }

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

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

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

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

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

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

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

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

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

input {
  padding: 0; }

.extend_1, h1, h2, h3, .h1, .h2, .h3 {
  font-family: "San Francisco Text Web", sans-serif; }

.extend_2, .navbar, .navbar-default.navbar {
  background: white;
  color: #000000; }

.extend_3, .navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: condensed;
  padding: 0; }

.extend_4, #summary-container .count, .total {
  text-align: right;
  font-weight: 500; }

.extend_5, #summary .category:hover, #summary .category.active {
  font-weight: 700; }

.extend_6, .officer.selected a.officer-link, .officer.active a.officer-link {
  color: #333333;
  text-decoration: none;
  box-shadow: none; }

.extend_7, .complaint-list .filters > span.active, .complaint-list .filters > span:hover {
  border-bottom: 2px solid #000000; }

.extend_8, .cursor, .pointer {
  cursor: pointer; }

.extend_9, .vis-line, .vis-dot {
  border-color: #013270; }

.extend_10, .vis-line.end, .vis-dot.end {
  border-color: #c0272d; }

.extend_11, .fa.not-sustained {
  color: #013270; }

.extend_12, .fa.other, .fa.no-affidavit {
  color: #989898; }

.extend_13, .leaflet-control-layers-base label input:checked + span, .leaflet-control-layers-base label:hover input + span {
  background-color: #013270;
  color: white; }

.extend_14, .leaflet-control-layers, .leaflet-bar {
  border-radius: 0; }

.extend_15, .ui-state-focus, .ui-widget-content .ui-state-focus {
  font-weight: 300;
  background: none;
  border: none;
  border-left: 4px solid #107ac0;
  color: #107ac0;
  margin: 0; }

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

#autocomplete {
  line-height: normal;
  height: 50px;
  display: block;
  width: 100%;
  padding: 15px 18px;
  background-color: white;
  background-image: none;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "San Francisco Display Web", sans-serif;
  font-size: 14px;
  color: #013270; }
  #autocomplete:focus {
    border-color: #1385b5; }

#btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  padding: 6px 12px;
  height: 50px;
  width: 48px;
  background-color: #013270; }
  #btn-search i {
    font-size: 17px;
    color: white; }

#autocomplete-container {
  position: absolute; }

.search-row {
  margin-bottom: 24px; }

.navbar {
  min-height: 72px;
  margin-bottom: 0;
  border-bottom: 1px solid #989898;
  border-top: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .navbar .navbar-brand {
      margin-left: -10px; }
      .navbar .navbar-brand img {
        width: 68px;
        height: 55px; } }
  @media (min-width: 768px) {
    .navbar .navbar-brand img {
      width: 89px;
      height: 72px; } }
  .navbar .navbar-nav > li.site-title > a {
    color: #333333; }
  .navbar .navbar-form {
    margin-top: 16px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .navbar {
      min-height: inherit;
      height: 55px; }
      .navbar .navbar-header {
        display: inline-block; }
      .navbar #navbar-main {
        display: inline-block;
        border-top: none;
        margin: 10px 0 0 10px;
        padding: 0;
        width: 73%;
        vertical-align: top; }
        .navbar #navbar-main ul.nav.navbar-nav {
          margin: 0;
          width: 100%; }
          .navbar #navbar-main ul.nav.navbar-nav .site-title {
            margin: 0; }
      .navbar .navbar-form {
        border: none; }
        .navbar .navbar-form #search-wrapper {
          margin-top: 2px;
          border: none;
          width: 100%;
          position: relative; }
          .navbar .navbar-form #search-wrapper input {
            width: 89%; }
          .navbar .navbar-form #search-wrapper i {
            position: absolute;
            right: 0; } }

.page-header {
  margin-top: 20px; }

.form-group .alert {
  margin-bottom: 0; }

.form-group ul.errorlist {
  margin: 0;
  padding: 0;
  list-style: none; }

.margin-top-0 {
  margin-top: 0; }

footer .row {
  background-color: #2f2f2f;
  padding: 0; }

footer ul li {
  display: inline-block; }

#map {
  border: 1px solid #cbcbcb;
  width: 100%;
  height: 576px; }

.mobile #map {
  height: 500px; }

#officer-complaint-map {
  width: 100%;
  height: 200px; }

.site-title {
  font-size: 21px;
  font-family: "San Francisco Display Web", sans-serif;
  margin: 8px 10px;
  font-weight: 300; }
  .site-title input {
    border: none;
    width: 100%;
    background: transparent; }
  .site-title .after-title-input {
    border-bottom: 2px dashed #a5b4be;
    margin-top: -2px; }

#map-arrow-down {
  position: absolute;
  bottom: 20px;
  right: 3%;
  z-index: 1000;
  color: white;
  width: 32px;
  height: 32px; }

#summary-container {
  overflow: hidden;
  margin-left: 30px;
  padding-left: 0;
  padding-top: 44px; }
  #summary-container .category-anlytics {
    text-align: right;
    font-size: 14px; }
  #summary-container .count {
    color: #013270;
    font-weight: 300; }
  #summary-container .total {
    color: #989898;
    font-weight: 300; }
  #summary-container #summary.selected {
    margin-left: 0; }
  #summary-container .rows {
    max-height: 325px;
    overflow-y: auto;
    overflow-x: hidden; }

.fa-28px {
  font-size: 28px; }

#summary {
  width: 150%;
  font-family: "San Francisco Text Web", sans-serif;
  font-size: 12px;
  padding-top: 10px;
  transition: left 1s;
  position: relative;
  left: 0; }
  #summary .child-row-wrapper {
    padding-left: 0; }
  #summary.selected {
    left: -50%; }
    #summary.selected .extra-information {
      display: none; }
    #summary.selected .main-category-name-wrapper.active {
      background-color: #013270;
      color: white; }
      #summary.selected .main-category-name-wrapper.active .category-name {
        color: white;
        font-weight: 300; }
  #summary .child-rows {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: left 1s;
    left: 100%;
    position: absolute;
    width: calc(100% - 23px);
    visibility: hidden; }
    #summary .child-rows.active {
      left: calc(1em - 5px);
      visibility: visible; }
    #summary .child-rows .row + .row {
      margin-top: 7px; }
  #summary .child-row-container {
    overflow: hidden;
    border-left: 1px solid #989898;
    min-height: 300px; }
  #summary .progress {
    height: 17px;
    margin-bottom: 7px; }
  #summary .category-name {
    color: #1464f1;
    font-size: 14px;
    font-weight: 300; }
    #summary .category-name:hover {
      text-decoration: none; }
    #summary .category-name.active {
      font-weight: 700; }
      #summary .category-name.active:focus {
        text-decoration: none; }
  #summary .child-active {
    background-color: #bed4df; }
  #summary .main-count {
    line-height: 25px; }
  #summary .discipline {
    background: #013270; }
  #summary .complaint {
    background: #a5b4be; }
  #summary .type {
    font-weight: 300;
    line-height: 26px; }
  #summary .discipline-text {
    color: #709dc0; }
  #summary .complaint-text {
    color: #a5b4be; }
  #summary a.back {
    color: #666; }

.extra-information {
  margin-top: 15px;
  margin-left: 45px; }
  .extra-information .summary-legend {
    float: left;
    display: inline-block;
    margin-right: 20px; }

.box {
  height: 10px;
  width: 10px;
  float: left;
  margin: 5px 5px 0 0; }
  .box.discipline {
    background: #013270; }
  .box.complaint {
    background: #a5b4be; }

.extra-information-text {
  font-size: 14px;
  font-weight: 500; }

.arrow-container {
  position: absolute;
  right: -3px;
  color: #f6f6ec;
  top: -4px;
  border-right: solid #f6f6ec 1px;
  z-index: 1; }

.summary-child-row .count {
  text-align: right; }

.summary-child-row .category-name-wrapper {
  margin-left: -15px;
  width: calc(83.33333333% + 15px); }

#officer_list .officers .col-sm-2 {
  padding-right: 5px; }

.officer-count, .complaint-count {
  font-family: "San Francisco Display Web", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #333333; }

.officer-vertical-scroll {
  width: 100%;
  overflow: hidden; }

.officer-control {
  background-color: #d8e1ef !important;
  color: #1f6bec;
  width: 30px;
  height: 50px;
  position: absolute;
  font-size: 37px;
  text-align: center;
  line-height: 0;
  top: 80px;
  cursor: pointer; }
  .officer-control .fa {
    margin-top: 5px; }
  .officer-control.off {
    display: none !important; }
  .officer-control:hover {
    opacity: .6; }

.officer-control-left {
  left: -30px; }

.officer-control-right {
  right: -30px; }

.officer-horizontal-scroll-control {
  display: none; }
  .officer-horizontal-scroll-control.off {
    display: none !important; }
  .officer-horizontal-scroll-control .btn-officer-horizontal-scroll {
    width: 40px;
    height: 32px;
    padding: 0;
    text-transform: none;
    background-color: #e5e5e5 !important;
    color: #1f6bec !important;
    vertical-align: middle; }
    .officer-horizontal-scroll-control .btn-officer-horizontal-scroll .fa {
      font-size: 28px;
      color: #1f6bec;
      line-height: 0;
      padding-top: 12px; }
      .officer-horizontal-scroll-control .btn-officer-horizontal-scroll .fa.fa-angle-left {
        padding-left: -1px; }
      .officer-horizontal-scroll-control .btn-officer-horizontal-scroll .fa.fa-angle-right {
        padding-left: 3px; }

@media screen and (max-width: 1330px) {
  .officer-control {
    display: none; }
  .officer-horizontal-scroll-control {
    display: block; } }

.overview-box {
  padding: 3px 0;
  opacity: .4; }

.overview {
  height: 24px;
  background: green;
  float: left;
  transition: 1s width; }

#overview-slider {
  width: calc(100% - 8px);
  margin: auto;
  height: 24px;
  position: relative;
  top: -26px;
  border: none;
  background: none;
  cursor: pointer; }
  #overview-slider.ui-slider .ui-slider-handle {
    border: 2px solid #212121;
    height: 28px;
    min-width: 16px;
    margin-left: -8px;
    top: -3px;
    background: none;
    border-radius: 0;
    font-size: 1em;
    box-shadow: 0 0 3px #cbcbcb;
    transition: 0.5s left;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    #overview-slider.ui-slider .ui-slider-handle.ui-state-active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing; }

.overview-container {
  height: 32px;
  margin-bottom: 20px; }
  .overview-container.filtered .ui-slider-handle {
    min-width: 24px;
    margin-left: -12px; }

.overview-0 {
  background-color: #dc3747; }

.overview-1 {
  background-color: #f46937; }

.overview-2 {
  background-color: #f69833; }

.overview-3 {
  background-color: #f0c41b; }

.overview-4 {
  background-color: #5d924e; }

.officers-container {
  width: 6000px;
  transition: 0.5s left ease;
  left: 0;
  position: relative; }
  .officers-container.off {
    transition: none;
    left: 0; }
  .officers-container > div:first-child {
    margin-left: 0; }

.officer-block {
  width: 169px;
  float: left;
  margin-left: 25px; }
  .officer-block .larger {
    font-size: 1.2em; }

.officer {
  background-color: #faf6f3;
  border: none;
  border-radius: 0;
  border-top: 5px solid red;
  font-size: 12px;
  position: relative;
  color: #989898;
  margin-bottom: 24px;
  font-family: "San Francisco Text Web", sans-serif;
  margin-bottom: 24px;
  box-shadow: 3px 3px 3px #cbcbcb;
  max-height: 110px; }
  .officer.has-intersection:hover, .officer.has-intersection.selected {
    background-color: #013270;
    color: white; }
    .officer.has-intersection:hover .officer_name, .officer.has-intersection.selected .officer_name {
      color: white; }
    .officer.has-intersection:hover .intersection, .officer.has-intersection.selected .intersection {
      display: block;
      padding: 2px 10px 32px 15px;
      color: white;
      font-size: 14px;
      font-weight: 400;
      height: 74px; }
    .officer.has-intersection:hover .non-intersection, .officer.has-intersection.selected .non-intersection {
      visibility: hidden;
      height: 44px;
      overflow: hidden;
      display: none; }
  .officer .intersection {
    display: none; }
  .officer:hover {
    box-shadow: 7px 7px 7px #cbcbcb;
    cursor: pointer; }
  .officer > .checkmark {
    position: absolute;
    padding: 4px 6px 3px;
    right: 0;
    bottom: 0;
    background-color: #cbcbcb;
    color: white; }
    .officer > .checkmark.justChange, .officer > .checkmark.justChange:hover {
      background: #26527f; }
    .officer > .checkmark:hover {
      background-color: #26527f; }
  .officer.selected > .checkmark, .officer.selected .checkmark.justChange:hover {
    background-color: #26527f; }
  .officer.avg-0 {
    border-top-color: #dc3747; }
  .officer.avg-1 {
    border-top-color: #f46937; }
  .officer.avg-2 {
    border-top-color: #f69833; }
  .officer.avg-3 {
    border-top-color: #f0c41b; }
  .officer.avg-4 {
    border-top-color: #5d924e; }
  .officer .complaint-discipline-row {
    padding: 2px 10px 10px 15px;
    margin-bottom: 10px; }
  .officer .complaint-discipline-row.filter-on {
    padding-bottom: 19px; }
    .officer .complaint-discipline-row.filter-on .officer-complaints-disciplines {
      font-size: 18px; }
    .officer .complaint-discipline-row.filter-on .col-xs-7, .officer .complaint-discipline-row.filter-on .col-xs-3 {
      display: inline-block;
      vertical-align: bottom;
      float: none; }
      .officer .complaint-discipline-row.filter-on .col-xs-7 > div:first-child, .officer .complaint-discipline-row.filter-on .col-xs-3 > div:first-child {
        display: none; }
  .officer a.officer-link {
    color: #989898; }
  .officer .officer_name + .row {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px; }

.no-box-shadow {
  box-shadow: none !important; }

.officer_name {
  text-transform: capitalize;
  font-size: 14px;
  font-family: "San Francisco Text Web", sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  padding: 10px 10px 0 15px; }

@media only screen and (max-width: 320px) {
  .officers-container {
    width: 600%; }
  .officer-block {
    width: 16.666666%;
    margin: 0; }
  .officer {
    padding: 2px;
    padding-bottom: 11px; } }

.complaint-list {
  margin-top: 2em; }
  .complaint-list .filters {
    margin-left: -5px;
    color: #989898; }
    .complaint-list .filters > span {
      display: inline-block;
      padding: 5px 0;
      border-bottom: 2px solid transparent;
      margin: 0 5px;
      cursor: pointer; }
      .complaint-list .filters > span i {
        margin-right: 5px;
        display: inline-block;
        font-size: 0.7em; }

.complaint-list-enter {
  opacity: 0.01;
  z-index: 2; }

.complaint-list-enter.complaint-list-enter-active {
  opacity: 1;
  transition: opacity .5s linear; }

.complaint-row-outcome {
  font-size: 2em;
  margin-top: 0.3em; }

.complaint-row {
  border-bottom: 1px solid #cbcbcb;
  font-family: "San Francisco Text Web", sans-serif;
  font-size: 16px;
  color: #333333;
  clear: both; }
  .complaint-row.disciplined {
    background: #ffe3e7; }
    .complaint-row.disciplined:hover {
      background-color: #f2ced3; }
    .complaint-row.disciplined .fa.fa-chevron-right {
      color: #c0272d; }
    .complaint-row.disciplined .fa.fa-chevron-down {
      color: #c0272d; }
  .complaint-row:hover {
    background-color: #e2f6ff; }
  .complaint-row .cursor {
    padding: 11px 0;
    height: 73px; }
  .complaint-row .title {
    color: #989898;
    font-size: 14px;
    font-family: "San Francisco Text Web";
    line-height: 16px;
    margin-bottom: 6px; }
  .complaint-row .show_more {
    font-size: 34px; }
  .complaint-row > .row:first-child {
    font-size: 16px; }
  .complaint-row .btn:hover {
    opacity: 0.6; }
  .complaint-row .progress.complaint {
    margin-top: 12px; }
  .complaint-row .section-title {
    font-size: 14px;
    margin-bottom: 12px; }

.allegation-info > div {
  margin-bottom: 14px; }
  .allegation-info > div:first-child {
    margin-bottom: 20px;
    font-size: 14px; }
  .allegation-info > div > div {
    margin-bottom: 2px; }

.allegation-info ul {
  padding: 0; }

.allegation-info .main-category {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px; }

.allegation-function .btn {
  width: 100% !important;
  margin: 0 0 12px !important;
  max-width: 100% !important;
  padding: 5px 10px !important;
  font-size: 14px !important; }

.has-ellipsis {
  overflow: hidden; }
  .has-ellipsis:after {
    display: inline-block;
    content: '...'; }

.allegation-details > .row {
  margin-bottom: 12px; }

.allegation-details .section-title .fa-question-circle {
  color: #1464f1;
  font-size: 16px; }

.allegation-details .complaint-map {
  margin-bottom: 2px; }

.allegation-details .section-summary {
  margin-bottom: 24px;
  line-height: 24px; }
  .allegation-details .section-summary a {
    color: #1464f1; }

.allegation-details .address-info {
  padding-left: 5px;
  margin-bottom: 12px; }
  .allegation-details .address-info .title {
    font-size: 16px; }
  .allegation-details .address-info .address-item {
    display: block; }
    @media (max-width: 768px) {
      .allegation-details .address-info .address-item {
        display: inline-block;
        padding-right: 10px; } }

.allegation-details .row.police-witness {
  padding-left: 15px; }
  .allegation-details .row.police-witness > .col-xs-6 {
    padding-left: 0; }

.allegation-details .row.legend {
  padding-left: 5px;
  margin-bottom: 20px; }

.allegation-details .text-bold {
  font-weight: 700; }

.allegation-details .timeline {
  margin-bottom: 24px; }

.timeline {
  background-color: #faf6f3; }

.timeline-title {
  color: #989898;
  font-size: 14px; }

.timeline-date {
  color: #333333;
  font-size: 16px; }
  .timeline-date.start {
    color: #709dc0; }
  .timeline-date.end {
    color: #c0272d;
    font-size: 17px; }

.witness {
  margin-bottom: 12px;
  font-size: 13px; }
  .witness .legend {
    margin-bottom: 12px; }

.results {
  background-color: #faf6f3;
  padding: 20px; }

.investigation {
  color: #000000;
  font-family: "San Francisco Text Web", sans-serif; }
  .investigation .results {
    width: 100%;
    float: left;
    padding: 0;
    background-color: transparent; }
  .investigation .legend {
    float: left;
    width: 40%;
    padding-left: 10px; }

.investigator-name {
  color: #1464f1;
  font-family: "San Francisco Text Web", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px; }

.legend {
  font-size: 14px;
  color: #989898; }

.line {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 5px; }
  .line.blue {
    background-color: #a5b4be; }
  .line.red {
    background-color: #dc3747; }

.complaint_detail {
  background-color: white;
  box-shadow: inset 0px 5px 3px -2px rgba(0, 0, 0, 0.1), inset 0px -4px 3px -2px rgba(0, 0, 0, 0.1); }
  .complaint_detail.closed {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .complaint_detail .summary {
    border-bottom: 1px solid #333333;
    padding: 20px 0; }
    .complaint_detail .summary .col {
      float: left;
      padding: 0 15px; }
      .complaint_detail .summary .col + .col {
        border-left: 1px solid #333333; }
  .complaint_detail .uppercase {
    font-weight: bold;
    font-size: 18px;
    font-family: "San Francisco Text Web", sans-serif; }
  .complaint_detail .allegation-name {
    color: #989898;
    font-style: italic; }
  .complaint_detail > div > .row {
    margin-bottom: 10px; }
    .complaint_detail > div > .row + .row {
      margin-top: 36px; }
  .complaint_detail .row.margin-top {
    margin-top: 20px; }

.address {
  background-color: white;
  padding: 15px; }

.section-title {
  font-family: "San Francisco Text Web", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 700; }

.btn {
  text-transform: none; }
  .btn.btn-view:not(.btn-link):not(.btn-flat) {
    background-color: #013270;
    color: white;
    font-family: "San Francisco Text Web";
    text-transform: none;
    width: 151px;
    font-size: 14px;
    font-weight: 400; }
  .btn.btn-view:hover:not(.btn-link):not(.btn-flat) {
    background-color: #0a90cb;
    color: white; }
  .btn.btn-request:not(.btn-link):not(.btn-flat) {
    background-color: #d8e1ef;
    color: #1464f1;
    font-family: "San Francisco Text Web";
    text-transform: none;
    width: 151px;
    max-width: 151px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px; }

@media screen and (max-width: 1024px) {
  .btn.btn-request:not(.btn-link):not(.btn-flat) {
    width: 90%;
    max-width: 100%; } }

#filter-row {
  min-height: 50px; }

.margin-top {
  margin-top: 1em; }

.vis-item {
  background-color: transparent;
  border-width: 0; }
  .vis-item.vis-box {
    border: none; }

.leaflet-container {
  font-family: "San Francisco Text Web", sans-serif; }
  .leaflet-container .marker-cluster-large {
    border-radius: 30px; }
  .leaflet-container .marker-cluster-small {
    border-radius: 10px; }
  .leaflet-container .leaflet-control-attribution {
    display: none; }
  .leaflet-container .leaflet-control-command-interior {
    font-family: "San Francisco Text Web", sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 500; }

.fa.open-investigation {
  color: #d8b421; }

.fa.sustained {
  color: #f0c41b; }

.fa.unfounded {
  color: #333333; }

.fa.disciplined {
  color: #dc3747; }

.fa.exonerated {
  color: #5d924e; }

.btn-download {
  width: 151px;
  padding: 8px 0; }

.btn-full-width {
  display: inline-block;
  width: 100%; }

.padding-left {
  padding-left: 5px; }

.leaflet-control-layers label {
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer; }
  .leaflet-control-layers label.active {
    color: blue; }
  .leaflet-control-layers label input {
    display: none; }
  .leaflet-control-layers label:not(:last-child) {
    border-right: 1px solid #989898; }

.leaflet-control-layers.leaflet-control-layers-expanded {
  clear: none;
  float: left; }

.leaflet-control-layers-expanded {
  border: 0;
  padding: 0; }

.leaflet-control-layers-base {
  float: left; }
  .leaflet-control-layers-base label {
    display: block;
    width: 150px;
    padding: 5px;
    margin: 0;
    font-weight: 400; }
    .leaflet-control-layers-base label span {
      display: block;
      padding: 2px;
      padding-left: 15px;
      color: #1464f1; }

.leaflet-control-layers-separator {
  display: none; }

.leaflet-control-layers-overlays {
  float: right; }

.tright {
  text-align: right; }

.fourty {
  width: 40%;
  float: left; }

.sixty {
  width: 60%;
  float: left; }

.thirty-five {
  width: 35%;
  float: left; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.top-left {
  top: 0;
  left: 0; }

.leaflet-control-command {
  border-top: 2px solid #000000;
  clear: none; }
  .leaflet-control-command.leaflet-control {
    float: left; }

.leaflet-control-command-interior {
  padding: 10px;
  width: 150px;
  min-height: 40px;
  background-color: white;
  display: none;
  font-size: 18px;
  font-family: "San Francisco Text Web";
  border-top: 3px solid #333333; }
  .leaflet-control-command-interior:hover {
    background-color: #f4f4f4; }

.leaflet-control {
  font-size: 14px;
  border: 1px solid #b2b2b2;
  box-shadow: 1px; }

.uppercase {
  text-transform: uppercase; }

.tcenter {
  text-align: center; }

.fade {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }

.slide-down {
  overflow-y: hidden;
  width: 100%;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  max-height: 10000px;
  opacity: 1; }
  .slide-down.closed {
    max-height: 0;
    opacity: 0; }

#disclaimer {
  font-family: Helvetica, sans-serif;
  transition: all ease-in-out 1s;
  opacity: 1; }
  #disclaimer .modal-backdrop {
    background: rgba(0, 0, 0, 0.7); }
    #disclaimer .modal-backdrop.in {
      opacity: .9; }
  #disclaimer .modal-content {
    padding: 10px 0 30px 30px; }
  #disclaimer .modal-footer {
    text-align: left; }
  #disclaimer p {
    font-size: 16px; }

.back-to-top {
  margin-top: 10px; }

.rackspace-logo {
  height: 20px;
  width: 90px; }

.btn-close:not(.btn-link):not(.btn-flat) {
  background-color: #cbcbcb;
  text-transform: none;
  color: white;
  font-size: 16px;
  font-family: "San Francisco Text Web", sans-serif;
  padding: 8px 20px; }

.btn-close:hover:not(.btn-link):not(.btn-flat) {
  color: #333333; }

.button-list {
  border-top: 1px solid #333333;
  margin-top: 36px; }
  .button-list .btn {
    margin-left: 0; }
    .button-list .btn + .btn {
      margin-left: 20px; }

.loading-animation {
  background-color: #709dc0;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  transition: all 1s; }

.race-gender {
  font-family: "San Francisco Text Web", sans-serif;
  font-size: 12px;
  color: #989898;
  padding: 2px 15px 0;
  line-height: 1.1em;
  min-height: 15px; }

.percentage-rectangle-chart .inactive {
  opacity: 0.3; }

.border-top-row {
  border-top: 1px solid #989898;
  width: 85%;
  margin: 6px 11px; }

.officer-complaints-disciplines {
  text-align: right; }

.vertical-line {
  border-left: solid 1px #989898;
  height: 25px;
  float: left;
  margin-left: -6px;
  margin-top: 5px; }

.download-wrapper .progress {
  width: 151px;
  height: 20px;
  margin: 0; }

.download-wrapper .progress-bar {
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  font-family: "San Francisco Text Web", sans-serif; }

#data-tool {
  background-color: #faf6f3;
  color: #333333; }
  #data-tool #overlay.active {
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000; }

.white-background {
  background-color: white; }
  .white-background .container-fluid.content {
    background-color: white; }

.chart-row {
  background-color: white;
  border: 1px solid #cbcbcb; }
  .chart-row .tab-content {
    min-height: 456px; }
  .chart-row .nav-tabs {
    background-color: #eae7e5 !important;
    border: 0; }
    .chart-row .nav-tabs > li {
      padding-top: 4px;
      border-top: 0 solid #f1f1f1;
      border-right: 1px solid #cbcbcb;
      border-bottom: 1px solid #cbcbcb;
      width: 25%;
      text-align: center; }
      .chart-row .nav-tabs > li:last-child {
        border-right: 0 !important; }
      .chart-row .nav-tabs > li.active {
        padding-top: 0;
        border-top: 4px solid #013270 !important;
        border-bottom: 0 !important; }
        .chart-row .nav-tabs > li.active > a, .chart-row .nav-tabs > li.active > a:hover {
          opacity: 1;
          background-color: white !important;
          color: #333333 !important; }
      .chart-row .nav-tabs > li > a {
        border-radius: 0;
        background-color: #eae7e5 !important;
        color: #1464f1 !important;
        font-weight: 400; }

#loading {
  margin-top: 20px; }

.center {
  text-align: center; }

a:hover {
  opacity: 0.3; }

button a:hover {
  text-decoration: none; }

.progress-bar.not-discipline {
  background-color: #dc3747; }

.progress.complaint {
  background-color: #a5b4be;
  width: 100%; }

strong.red {
  color: #c0272d; }

.complaint-map {
  overflow-x: hidden; }
  .complaint-map img {
    height: 180px; }

.filter_links a {
  margin-right: 1.5em;
  color: #9a9a9a; }
  .filter_links a.active {
    color: #000000;
    border-bottom: 2px solid #000000; }

.vis-panel.vis-center {
  border-color: #013270; }

canvas.leaflet-heatmap-layer {
  z-index: -1; }

.leaflet-control-zoom > a:hover {
  opacity: .3; }

form.navbar-form.navbar-right {
  width: 50%; }

.bootstrap-tagsinput > .tag {
  opacity: 0;
  transition: all ease-in-out 0.5s; }
  .bootstrap-tagsinput > .tag.fadeIn {
    transition: all ease-in-out 0.5s;
    opacity: 1; }

#request_modal .modal-dialog {
  width: 700px; }

#request_modal .success-icon {
  color: #70BA98;
  text-align: center;
  font-size: 56px; }
  #request_modal .success-icon .fa {
    font-weight: 700; }

#request_modal .error {
  font-weight: 300;
  color: red;
  padding-top: 5px; }

#request_modal .btn-request-submit {
  background-color: #013270; }

#request_modal .form-control.email-input:focus {
  background-image: linear-gradient(#013270, #013270), linear-gradient(#d2d2d2, #d2d2d2); }

@media (max-width: 1024px) {
  .container.content {
    width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1230px; } }

.container-fluid.content {
  background-color: #faf6f3;
  padding-bottom: 20px;
  margin-top: 28px;
  max-width: 1230px; }

.disclaimer-btn {
  color: white !important;
  text-transform: none !important;
  background-color: #000000 !important;
  margin-top: 0;
  margin-bottom: 0; }

.stick-footer-bottom #data-tool {
  padding-bottom: 60px; }

.stick-footer-bottom .sticky-footer {
  width: calc(100% - 30px);
  position: fixed;
  bottom: 0; }

.bootstrap-tagsinput .tag {
  margin-left: 5px;
  margin-right: 5px; }
  .bootstrap-tagsinput .tag .pin {
    cursor: pointer;
    margin-left: 5px; }

#donut-chart + #addText {
  width: 146px;
  margin: -174px auto 0;
  padding-bottom: 100px;
  text-align: center; }

.bootstrap-tagsinput {
  padding: 4px 0; }

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

#navbar-main {
  margin-top: 21px; }

#complaint-list .modal-backdrop.in {
  z-index: 0; }

.complaint_detail {
  padding-top: 24px;
  padding-bottom: 24px; }
  .complaint_detail > div {
    overflow: hidden; }
    .complaint_detail > div > .col-xs-3 {
      padding-top: 12px; }
      .complaint_detail > div > .col-xs-3:after {
        content: " ";
        display: block;
        border-right: 1px solid #cbcbcb;
        right: 6px;
        position: absolute;
        height: 100%; }
    .complaint_detail > div > .col-xs-9 {
      padding-top: 12px; }
      .complaint_detail > div > .col-xs-9:before {
        content: " ";
        display: block;
        border-left: 1px solid #cbcbcb;
        left: -7px;
        position: absolute;
        height: 100%; }

@media (min-width: 320px) and (max-width: 991px) {
  [class*=col-xs-], [class*=col-sm-] {
    padding-left: 10px;
    padding-right: 10px; } }

.page-wrapper {
  position: relative; }

.page {
  position: absolute;
  width: 100%; }

.page-enter {
  opacity: 0.01;
  z-index: 2; }

.page-enter.page-enter-active {
  opacity: 1;
  transition: opacity .5s linear; }

.page-leave {
  opacity: 1; }

.page-leave.page-leave-active {
  opacity: 0;
  transition: opacity .5s linear; }

.documents-list {
  margin-bottom: 40px; }
  .documents-list ul {
    padding-left: 0;
    margin-bottom: 0; }
  .documents-list .document-title {
    font-weight: 500; }
    .documents-list .document-title.not-available {
      color: #9a9a9a;
      font-weight: normal; }
  .documents-list .document-status {
    display: inline-block;
    font-size: small;
    color: #989898;
    width: 65px; }
  .documents-list .document-action {
    font-size: small;
    color: #1464f1;
    text-decoration: none; }

.site-links-wrapper .site-links {
  background: transparent;
  border-bottom: none;
  color: #333;
  padding: 15px; }
  .site-links-wrapper .site-links li > a {
    color: #0079ae !important; }
    .site-links-wrapper .site-links li > a:hover {
      color: #0079ae !important; }

#overlay.active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: black;
  z-index: 1000; }

#sunburst-legend {
  color: #333333;
  padding-top: 44px;
  padding-left: 15px; }
  #sunburst-legend table {
    width: 100%; }
    #sunburst-legend table td {
      padding-right: 10px;
      padding-bottom: 5px;
      vertical-align: top; }
      #sunburst-legend table td.size {
        text-align: right;
        width: 50px; }
      #sunburst-legend table td.color {
        width: 20px; }
  #sunburst-legend .percent {
    min-height: 3em; }
  #sunburst-legend .root {
    font-family: "San Francisco Text Web", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }

.sunburst-breadcrumb {
  list-style: none;
  margin: 0px 30px 0 0;
  padding: 10px 0px 10px 30px;
  border-bottom: 1px solid #cbcbcb; }
  .sunburst-breadcrumb > li {
    display: inline-block;
    margin-right: 17px; }
    .sunburst-breadcrumb > li:after {
      content: "\25B6";
      position: relative;
      bottom: 13px;
      font-family: sans-serif;
      font-size: 12px;
      color: #989898;
      right: -8px; }
    .sunburst-breadcrumb > li:last-child:after {
      display: none; }

.sunburst-legend {
  cursor: pointer; }
  .sunburst-legend.active {
    font-weight: 700; }
  .sunburst-legend .name {
    color: #0079ae; }
  .sunburst-legend .list {
    margin-top: 30px; }

.sunburst-chart-legend {
  width: 800px; }

#sunburst-chart {
  overflow: hidden; }
  #sunburst-chart svg {
    position: relative; }
  #sunburst-chart path {
    stroke: #f6f6ec;
    fill-rule: evenodd;
    cursor: pointer; }

.back-button {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #1464f1;
  padding-left: 15px; }
  .back-button .fa {
    padding-right: 5px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .back-button {
      margin-top: 8px; } }

.related-officers-enter {
  opacity: 0.01;
  z-index: 3; }

.related-officers-enter.related-officers-enter-active {
  opacity: 1;
  transition: opacity .5s linear; }

.complaint-list-placeholder {
  min-height: 601px; }

.document-thumbnail {
  border: solid 1px #1464f1; }

.story > .title > a {
  color: #333333; }

#officer-profile {
  background-color: #faf6f3; }
  #officer-profile .sticky-footer {
    padding-top: 36px; }

.complaint-0 {
  fill: #7bb4ff; }

.complaint-1 {
  fill: #66aad7; }

.complaint-2 {
  fill: #4a6c96; }

.disciplined {
  fill: #0f70a8; }

.undisciplined {
  fill: #9faeb9; }

.complaint-rate-label {
  color: #62b28c;
  font-weight: 400;
  font-style: italic;
  padding-top: 1.5em;
  font-family: "San Francisco Text Web"; }

.avg-0 .complaint-rate-label {
  color: #dc3747; }

.avg-0 .star {
  border-top-color: #dc3747; }

.avg-1 .complaint-rate-label {
  color: #f46937; }

.avg-1 .star {
  border-top-color: #f46937; }

.avg-2 .complaint-rate-label {
  color: #f69833; }

.avg-2 .star {
  border-top-color: #f69833; }

.avg-3 .complaint-rate-label {
  color: #f0c41b; }

.avg-3 .star {
  border-top-color: #f0c41b; }

.avg-4 .complaint-rate-label {
  color: #5d924e; }

.avg-4 .star {
  border-top-color: #5d924e; }

.star {
  border-top: 3px solid #62b28c;
  margin-right: 1em; }

.information > div {
  padding: 15px 35px;
  border-top: solid 1px #333333; }

.information-placeholder {
  min-height: 57px; }

.information-enter {
  opacity: 0.01;
  z-index: 2; }

.information-enter.information-enter-active {
  opacity: 1;
  transition: opacity .5s linear; }

.information-entry {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 5px;
  font-weight: 500; }
  .information-entry .desc {
    color: #989898;
    font-weight: 400; }
  .information-entry .val {
    color: #333333;
    font-weight: 400; }
  .information-entry span + span {
    padding: 0 4px; }

.splitter {
  border-right: solid 1px #cbcbcb;
  height: 20px;
  margin-top: 5px; }

.visualization-information {
  padding-top: 20px;
  min-height: 290px; }

.vis-timeline {
  border: none; }

.vis-current-time {
  display: none; }

.donut-chart {
  position: relative; }
  .donut-chart #donut-chart {
    height: 260px; }

.donut-chart-enter {
  opacity: 0.01;
  z-index: 2; }

.donut-chart-enter.donut-chart-enter-active {
  opacity: 1;
  transition: opacity .5s linear; }

.donut-summary {
  margin-bottom: 10px;
  margin-top: 25px;
  padding: 0 10px; }

.vis-item.missing-data {
  color: #989898;
  font-size: 12px;
  background: transparent; }
  .vis-item.missing-data .vis-item-overflow {
    background: #e5e5e5;
    margin-top: 50px;
    height: calc(100% - 50px); }

.vis-item.vis-background .vis-item-content {
  word-wrap: break-word;
  position: initial;
  width: 100%;
  white-space: initial; }

#story_list h3 {
  text-transform: capitalize; }

.story {
  border-bottom: 1px solid #cbcbcb;
  padding: 20px; }
  .story .title {
    font-size: 16px;
    font-family: "San Francisco Text Web", sans-serif; }
    .story .title .fa {
      color: #1464f1;
      margin-left: 10px; }
  .story .date {
    font-size: 14px;
    color: #989898;
    font-family: "San Francisco Text Web", sans-serif;
    font-style: italic;
    min-height: 20px; }
  .story .short-description {
    height: 5em;
    font-family: "San Francisco Text Web", sans-serif;
    font-style: 16px; }

.timeline-enter {
  opacity: 0.01;
  z-index: 2; }

.timeline-enter.timeline-enter-active {
  opacity: 1;
  transition: opacity .5s linear; }

#search-wrapper {
  width: 96%;
  max-width: 487px;
  padding: 0;
  margin-top: 10px;
  font-family: "San Francisco Text Web", sans-serif;
  border-bottom: solid 1px #66aad7; }
  #search-wrapper input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 94%;
    padding-right: 6px; }
  #search-wrapper .search-icon-link {
    cursor: default; }
    #search-wrapper .search-icon-link:hover {
      opacity: 1; }

input::-webkit-input-placeholder {
  color: #989898; }

input:-moz-placeholder {
  color: #989898; }

input::-moz-placeholder {
  color: #989898; }

input:-ms-input-placeholder {
  color: #989898; }

.ui-autocomplete {
  z-index: 100000;
  padding: 1em 0; }
  .ui-autocomplete > li {
    padding: 0 1em;
    border-left: 4px solid transparent; }

.ui-autocomplete-category {
  font-size: 0.9em;
  padding: 0.5em 0;
  color: #989898; }

.ui-widget {
  font-family: "San Francisco Text Web", sans-serif; }

#filter-tags {
  border: none;
  box-shadow: none;
  margin: 16px 0 24px;
  background-color: transparent;
  height: 40px; }
  #filter-tags .tag {
    font-weight: 400;
    display: inline-block;
    background: #d8e1ef;
    color: #333333;
    margin-right: 10px;
    height: 36px; }
    #filter-tags .tag.pinned {
      background: #013270; }
      #filter-tags .tag.pinned .filter-name {
        color: white; }
      #filter-tags .tag.pinned .pin {
        color: white; }
    #filter-tags .tag .action {
      color: #a5b4be;
      padding: 0 5px;
      line-height: 30px; }
      #filter-tags .tag .action.remove {
        margin-right: 3px; }
    #filter-tags .tag .filter {
      font-size: 12px;
      text-align: left; }
    #filter-tags .tag > span {
      display: inline-block;
      line-height: 15px;
      vertical-align: top;
      font-size: 18px; }
    #filter-tags .tag .filter-name {
      display: block;
      color: #333333; }
    #filter-tags .tag .filter-category-name {
      color: #989898;
      display: block;
      text-transform: uppercase;
      font-size: 11px; }
    #filter-tags .tag.fadeIn {
      opacity: 1; }
  #filter-tags input {
    font-weight: 300; }

.label-info-autocomplete {
  background-color: #0079ae; }

.ui-menu .ui-menu-item {
  padding: 0 1em;
  border-left: 4px solid transparent;
  padding: 0.2em 1.76em; }
  .ui-menu .ui-menu-item.capitalize {
    text-transform: capitalize; }
  .ui-menu .ui-menu-item.uppercase {
    text-transform: uppercase; }

span.term {
  font-weight: 400; }

.mobile .chart-row .nav-tabs > li {
  width: 25%; }

.mobile #summary-container {
  margin: 0; }

#gender-race-tab {
  padding: 20px 0; }
  #gender-race-tab .chart-title {
    font-size: 14px; }
  #gender-race-tab .vertical-chart-title {
    top: 80px; }
    #gender-race-tab .vertical-chart-title span {
      transform: rotate(-90deg);
      float: left; }
  #gender-race-tab .row {
    padding-top: 7x;
    padding-bottom: 7px; }
  #gender-race-tab .relative {
    postition: relative; }
    #gender-race-tab .relative .vertical-title {
      float: left;
      position: absolute;
      bottom: -15px;
      display: inline-block;
      left: -15px;
      transform: rotate(-90deg);
      transform-origin: 0 0 0; }

body.embedding {
  background-color: #a5b4be; }
  body.embedding .search-row {
    display: none; }
  body.embedding #map {
    height: 502px; }
  body.embedding #data-tool {
    background-color: #A5B4BF; }
  body.embedding .white-background {
    background-color: #A5B4BF; }

#EmbedBar {
  color: white; }
  #EmbedBar a {
    color: white; }

.embed-code {
  background-color: white;
  padding: 10px;
  border-bottom: 1px solid #a5b4be; }
  .embed-code .fa {
    color: #0079ae;
    font-size: 25px; }
  .embed-code input {
    width: calc(100% - 35px);
    border: none;
    padding: 0;
    margin-left: 5px; }

#embed-lists {
  list-style: none;
  margin-right: -10px;
  margin-bottom: 5px; }

.embed-button {
  padding: 16px 10px;
  margin-top: 0px; }
  .embed-button.active {
    background-color: #A5B4BF; }
  .embed-button a {
    color: white; }

.hide-embed-button .embed-button {
  display: none; }

.embed .tooltip {
  left: -47px;
  width: 115px;
  position: absolute;
  top: 17px;
  display: none; }
  .embed .tooltip.bottom .tooltip-arrow {
    display: block; }

.embed.zeroclipboard-is-hover .tooltip {
  display: block; }

.checkmark.embed {
  background-color: #709dc0;
  color: white; }
  .checkmark.embed:hover {
    background-color: #0a90cb; }

.share-button > button {
  color: #a5b4be;
  padding: 0 10px;
  height: 45px;
  border: 0;
  background: white;
  font-weight: 500; }

.share-button.active > button {
  background-color: #d8e1ef;
  color: #003366; }

.share-bar {
  background-color: #d8e1ef;
  color: #003366;
  position: absolute;
  height: 55px;
  width: 100%;
  top: 45px;
  left: 0;
  z-index: 1; }
  .share-bar .share-bar-content-wrapper {
    margin: 12px auto;
    width: 500px; }
  .share-bar i.fa {
    font-size: xx-large;
    margin: 0 9px;
    cursor: pointer;
    color: #003366; }
  .share-bar input {
    width: 386px;
    height: 30px;
    border: 0;
    background-color: white;
    margin: 0 9px;
    vertical-align: top;
    color: #003366;
    padding: 0 5px;
    font-size: 12px; }
    .share-bar input::selection {
      background: #003366;
      color: white; }
    .share-bar input::-moz-selection {
      background: #003366;
      color: white; }

.horizontal-percentage-chart {
  height: 120px; }
  .horizontal-percentage-chart .chart-label {
    color: #A5B4BD;
    font-weight: lighter;
    margin-bottom: 3px; }
  .horizontal-percentage-chart .label-bar {
    position: relative;
    height: 63px; }
  .horizontal-percentage-chart .segment-label {
    position: absolute;
    transform-origin: 0 100%;
    transform: translateX(13px) rotate(-40deg);
    top: 46px;
    font-weight: 200; }
    .horizontal-percentage-chart .segment-label.active {
      font-weight: 600; }
    .horizontal-percentage-chart .segment-label.hover {
      opacity: 0.5; }
  .horizontal-percentage-chart .segment-name {
    color: #1464f1;
    margin-bottom: -5px;
    padding-left: 5px; }
  .horizontal-percentage-chart svg rect {
    cursor: pointer;
    opacity: 0.5; }
    .horizontal-percentage-chart svg rect.active {
      opacity: 1; }

.race-gender-age-tab {
  padding: 30px;
  padding-right: 60px; }
  .race-gender-age-tab .title {
    font-size: 16.75px;
    font-weight: bold;
    margin-bottom: 10px; }

@media (min-width: 992px) {
  .race-gender-age-tab {
    max-width: 612px; } }

#landing-page {
  position: absolute;
  top: 343px;
  transition: top 1s cubic-bezier(0, 0, 0.16, 1.08);
  -webkit-transition: top 1s cubic-bezier(0, 0, 0.16, 1.08);
  -moz-transition: top 1s cubic-bezier(0, 0, 0.16, 1.08);
  width: 100%;
  color: #013270;
  font-family: 'San Francisco Text Web';
  font-weight: 400; }
  #landing-page.scroll-to-top {
    top: 0; }
    #landing-page.scroll-to-top .welcome {
      height: 0; }
    #landing-page.scroll-to-top nav.landing-nav .cpdp-logo {
      opacity: 1 !important;
      transition: opacity 1s cubic-bezier(0, 0, 0.16, 1.08);
      -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.16, 1.08);
      -moz-transition: opacity 1s cubic-bezier(0, 0, 0.16, 1.08); }

.main.margin-top-45 {
  margin-top: 45px; }

.landing-page h2.title {
  font-size: 16px; }

.landing-page a {
  color: #1464f1;
  transition: color 1s;
  -webkit-transition: color 1s;
  -moz-transition: color 1s; }
  .landing-page a.btn {
    font-weight: 400;
    background: #E8ECF5;
    font-size: 19px;
    padding: 10px 30px;
    border: 0;
    margin-top: 20px; }
  .landing-page a:hover, .landing-page a:focus {
    text-decoration: none;
    color: #013270;
    opacity: 1; }

.landing-page .font-size-22 {
  font-size: 17px !important;
  line-height: 22px !important; }

.landing-page .font-size-17 {
  font-size: 17px !important;
  line-height: 20px !important; }

.landing-page .font-size-19 {
  font-size: 19px !important;
  line-height: 22px !important; }

.landing-page .welcome {
  height: 343px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 0; }
  .landing-page .welcome .view-findings {
    font-weight: 300;
    position: relative; }
    .landing-page .welcome .view-findings:after {
      content: '';
      width: 26px;
      height: 13px;
      background: url("/static/allegation/img/arrow_down.png") no-repeat;
      display: inline-block;
      position: absolute;
      top: 100%;
      left: calc(50% - 13px);
      margin-top: 10px; }
    .landing-page .welcome .view-findings:hover {
      background: #D2E3FC;
      color: #1464EF; }
      .landing-page .welcome .view-findings:hover:after {
        margin-top: 6px; }
  .landing-page .welcome .explore-data {
    text-align: right;
    padding-right: 43px; }
    .landing-page .welcome .explore-data a {
      font-weight: 300;
      position: relative;
      margin-top: 0; }
      .landing-page .welcome .explore-data a:after {
        content: '';
        width: 13px;
        height: 26px;
        background: url("/static/allegation/img/arrow_right.png") no-repeat;
        display: inline-block;
        position: absolute;
        left: 100%;
        top: calc(50% - 13px);
        margin-top: 0px;
        margin-left: 10px; }
      .landing-page .welcome .explore-data a:hover {
        background: #D2E3FC;
        color: #1464EF; }
        .landing-page .welcome .explore-data a:hover:after {
          margin-left: 6px; }

.landing-page .page-banner {
  margin: auto;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 3em; }
  .landing-page .page-banner p {
    padding: 0 calc(50% - 190px); }

.landing-page nav.landing-nav {
  background-color: #fff;
  z-index: 1001; }
  .landing-page nav.landing-nav.border-top {
    -webkit-box-shadow: 0px -13px 100px 0px #E8F0F9;
    -moz-box-shadow: 0px -13px 100px 0px #E8F0F9;
    box-shadow: 0px -13px 100px 0px #E8F0F9; }
  .landing-page nav.landing-nav [role=tablist] {
    margin: 0; }
  .landing-page nav.landing-nav ul {
    padding-left: 0; }
  .landing-page nav.landing-nav li {
    float: right;
    list-style: none;
    text-align: center;
    margin-left: 65px; }
    .landing-page nav.landing-nav li:last-child {
      margin-left: 0; }
    .landing-page nav.landing-nav li a {
      font-size: 16px;
      font-family: 'San Francisco Text Web';
      font-weight: 600; }
    .landing-page nav.landing-nav li.active {
      position: relative; }
      .landing-page nav.landing-nav li.active a {
        color: #013270; }
  .landing-page nav.landing-nav .moving-arrow {
    content: '';
    display: inline-block;
    background: #013270;
    height: 5px;
    position: absolute;
    top: 40px;
    right: 405px;
    transition: left 0.5s, width 0.5s; }
  .landing-page nav.landing-nav .cpdp-logo {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0, 0, 0.16, 1.08); }
  .landing-page nav.landing-nav .nav-tabs {
    background: none;
    border: none; }
    .landing-page nav.landing-nav .nav-tabs .fa-bars {
      font-size: 24px;
      text-align: center;
      width: 44px;
      height: 44px;
      padding-top: 10px;
      cursor: pointer; }
    .landing-page nav.landing-nav .nav-tabs .nav-tabs-sidebar {
      position: fixed;
      right: 0;
      top: 0;
      background: #d8e1ef;
      width: 250px;
      height: 100%;
      z-index: 10000; }
      .landing-page nav.landing-nav .nav-tabs .nav-tabs-sidebar li {
        float: none;
        text-align: left;
        margin-left: 20px;
        height: 48px; }
      .landing-page nav.landing-nav .nav-tabs .nav-tabs-sidebar .fa-times {
        font-size: 24px;
        margin-left: 206px;
        padding-top: 10px;
        width: 44px;
        height: 44px;
        text-align: center;
        cursor: pointer; }

.landing-page .fixed-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }

.landing-page .sub-nav {
  background: #E8F0F9;
  height: 11px; }

.landing-page .container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100% !important;
  height: auto;
  max-width: 768px; }

.landing-page .section {
  padding: 70px 25px 80px 25px;
  background: #fff;
  font-size: 19px;
  line-height: 22px;
  margin: 0; }
  .landing-page .section:nth-of-type(odd) {
    background: #E8F0F9;
    font-size: 17px;
    line-height: 22px; }
  .landing-page .section img + p, .landing-page .section img + img {
    margin-top: 38px; }
  .landing-page .section .col-sm-6 {
    padding: 25px; }
  .landing-page .section img {
    width: 100%;
    height: auto; }
  .landing-page .section .btn {
    background-color: rgba(20, 100, 241, 0.1);
    margin-top: 9px; }
  .landing-page .section [class^="col-sm"] {
    padding: 0 25px; }
  .landing-page .section .col-sm-12 p, .landing-page .section .col-sm-12 h1, .landing-page .section .col-sm-12 h2 {
    width: 588px;
    margin-left: auto;
    margin-right: auto; }
  .landing-page .section .col-sm-12 h1 {
    margin: 0 auto; }

.landing-page .map-section {
  padding-bottom: 0;
  padding-top: 0; }
  .landing-page .map-section .map-image {
    width: 592px;
    height: 384px;
    background-image: url("/static/img/map-fade.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -90px;
    transition: background-image 1s;
    -webkit-transition: background-image 1s;
    -moz-transition: background-image 1s; }
    .landing-page .map-section .map-image:hover {
      background-image: url("/static/img/map-fade-hover.png"); }
  .landing-page .map-section .map-explain {
    padding: 70px 0 80px 50px;
    font-size: 15px;
    line-height: 17px; }
  .landing-page .map-section .static-map {
    padding: 0;
    overflow: hidden; }

.landing-page .page-logo {
  height: 90px;
  width: 180px;
  background: url("/static/img/ii-logo.svg") no-repeat 25px; }
  .landing-page .page-logo:hover {
    background-image: url("/static/img/ii-logo-hover.svg"); }

.landing-page .items {
  margin-right: 25px; }
  .landing-page .items a {
    line-height: 45px; }

.landing-page .story-nav {
  height: 45px;
  background: #E8F0F9; }
  .landing-page .story-nav a {
    line-height: 45px;
    margin: 0 27.5px; }
    .landing-page .story-nav a:focus {
      color: #1464f1; }
    .landing-page .story-nav a.active {
      color: #013270; }

.landing-page .full-width {
  width: 100%; }

.landing-page #story-page h1 {
  font-size: 34px;
  line-height: 48px;
  color: #1464f1;
  font-family: 'San Francisco Text Web';
  font-weight: 400; }

.landing-page #methodology-page img.license {
  width: 200px;
  margin-top: 40px; }

.landing-page #methodology-page .title {
  font-size: 16px; }

.landing-page .footer {
  background: #2F2F2F;
  padding: 38px 1.5% 80px 1.5%;
  color: #fff;
  font-size: 16px;
  line-height: 20px; }
  .landing-page .footer .col-sm-4 {
    padding: 25px;
    padding-bottom: 0; }
  .landing-page .footer p {
    margin-bottom: 8px; }
  .landing-page .footer h4 {
    font-size: 19px;
    font-weight: 400;
    opacity: 0.7;
    margin-bottom: 20px; }
  .landing-page .footer .btn {
    margin-top: 11px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2); }
  .landing-page .footer form input[type=email], .landing-page .footer form input[type=text] {
    background: #3E3E3E;
    width: 100%;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 11px; }
  .landing-page .footer form input[type=submit] {
    font-size: 19px;
    font-weight: 400;
    margin-top: 19px;
    padding: 10px 25px; }

@media screen and (min-width: 1200px) {
  #landing-page {
    top: 562px; }
    #landing-page .welcome {
      height: 562px; }
    #landing-page .page-banner {
      padding-top: 7em; } }

@media screen and (max-width: 1099px) {
  .landing-nav .items {
    margin-right: 0; }
    .landing-nav .items .nav-tabs .tablist {
      display: none; } }

@media screen and (min-width: 1100px) {
  .nav-tabs .hamburger-btn {
    display: none; } }

.github-logo {
  margin-right: 15px; }
  .github-logo img {
    width: 50px; }

.loading-page {
  padding: 5%; }
  .loading-page .loader {
    position: relative;
    margin: 0px auto;
    width: 80px; }
    .loading-page .loader:before {
      content: '';
      display: block;
      padding-top: 100%; }
  .loading-page .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .loading-page .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  100%, 0% {
    stroke: #003366; }
  33% {
    stroke: #26527f; }
  66% {
    stroke: #1464f1; } }

.donut-chart-inner-text {
  color: #013270; }

.donut-chart-fraction-text {
  font-size: 28px; }

.donut-chart-label-text {
  font-size: 16px; }

.glossary-table > tbody > tr > td {
  border: none; }

.glossary-table .term {
  width: 30%;
  color: black; }

.glossary-table .definition {
  width: 58%;
  color: black; }

.glossary-table .category {
  width: 12%; }

.glossary-page .row {
  margin-bottom: 50px; }
