.TIHeavy {
  font-family: TI Actu Beta_Heavy, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
}

.TI {
  font-family: TI Actu Beta_Regular, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
}

.TIBold {
  font-family: TI Actu Beta_Bold, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
}

.TIMono {
  font-family: TI Actu Beta Mono_Regular, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
}

.TIMonoBold {
  font-family: TI Actu Beta Mono_Bold, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
}

.Icon {
  font-family: TI-Icons, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

text.title-text {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

a {
  outline: 0;
}

.footer a.cloud:hover {
  color: #fafaff;
}

.footer-legal a {
  text-decoration: none;
}

.tracked-light {
  letter-spacing: 0.05em;
}

/*.f1-ns { font-size: 4rem; }*/

body {
  font-family: TI Actu Beta_Regular, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
}

.lh-tight {
  line-height: 0.9;
}

/* COLORS */

.cloud {
  color: #fafaff;
}

.bg-cloud {
  /*background-color: #C9C6C1;*/
  /*background-color: #DCDAD7;*/
  background-color: #fafaff;
}

.b--cloud {
  border-color: #fafaff;
}

.bg-cloud-90 {
  background-color: rgba(220, 218, 215, 0.9);
}

.bg-bonjour {
  background-color: #e9ebef;
}

.bg-bonjour-50 {
  background-color: RGBA(255, 255, 255, 0.5);
}

.bonjour {
  color: #e9ebef;
}

.blackpearl-light {
  color: #716f7c;
}

.bg-blackpearl-20 {
  background-color: rgba(228, 226, 224, 0.2);
}

.blackpearl {
  color: #061c27;
}

.bg-blackpearl {
  background-color: #061c27;
}

.b--blackpearl {
  border-color: #061c27;
}

.f--blackpearl {
  fill: #061c27;
}

.palatinate-blue {
  color: #2953f2;
}

.bg-palatinate-blue {
  background-color: #2953f2;
}

.b--palatinate-blue {
  border-color: #2953f2;
}

.f--palatinate-blue {
  fill: #2953f2;
}

a:hover,
.link:hover {
  color: #2953f2;
}

.z--1 {
  z-index: -1;
}

@media screen and (min-width: 60em) {
  .w-17-l {
    width: 17%;
  }

  .w-16-l {
    width: 16%;
  }
}

.card {
  /*height: 220px;*/
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: inline-block;
  /*margin: 3px;*/
  /*padding: 2px;*/
  overflow: hidden;
}

.circleGrid-circle {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background-color: black;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in,
    background-color 0.3s ease-in;
  -moz-transition: width 0.3s ease-in, height 0.3s ease-in,
    background-color 0.3s ease-in;
  -ms-transition: width 0.3s ease-in, height 0.3s ease-in,
    background-color 0.3s ease-in;
  -o-transition: width 0.3s ease-in, height 0.3s ease-in,
    background-color 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in,
    background-color 0.3s ease-in;
}

/*li.card:hover {
  outline-width: 3px;
  transition:outline-width .15s ease-in;
}*/

h5.subtitle {
  text-transform: uppercase;
}

/*.card h4.title {
  border-bottom: 1px solid black;
}*/

/*#filterbutton {
  display: inline-block;
  background-color: darkgrey;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 5px;
  margin-right: 10px;
}

#filterbutton:hover {
  background: red;
  cursor: pointer;
}*/

h1.projectTitle {
  display: inline-block;
  position: relative;
}
h1.projectTitle::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid;
  margin-top: 5px;
}

h1.projectTitle.TIMono::after {
  display: none;
}

.d3-tooltip {
  position: absolute;
  max-width: 500px;
  display: block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  background: #fafaff;
  padding: 8px;
  pointer-events: none;
  /*border: solid 1px #061C27;*/
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

/*DROPDOWN*/
.person-filter-list .Select--single {
  /*width: 160px;*/
  /*margin-right: 14px;*/
  /*margin-bottom: 10px;*/
}

.person-filter-list
  .has-value.Select--single
  > .Select-control
  .Select-value
  .Select-value-label,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: #2953f2;
}

.Select--single {
  display: inline-block;
}

.Select-control,
.is-open > .Select-control {
  border-radius: 0;
  background: none;
  border: 1px #2953f2 solid;
  /*background-color: RGBA(255, 255, 255, 0.5);*/
  /*z-index: -1;*/
}

@-moz-document url-prefix() {
  .Select {
    border: 1px #2953f2 solid;
  }
}

.Select-arrow {
  border-color: #2953f2 transparent transparent;
}

.Select-clear-zone,
.Select-option {
  color: #2953f2;
}

.Select-clear-zone:hover {
  color: #061c27;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #2953f2;
  box-shadow: none;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  color: #2953f2;
  background-color: #fafaff;
}

.Select-menu-outer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #2953f2;
}

.Select--multi .Select-value,
.Select-option.is-focused {
  background-color: #2953f2;
  color: white;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  padding-right: 45px;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: #2953f2;
}

/* BAR CHART */
.bar {
  fill: #061c27;
  pointer-events: none;
}

.bar:hover {
  fill: red;
}

.hover-bar {
  opacity: 0;
}

.hoverStackedBar {
  opacity: 0;
}

.bar-labels {
  fill: white;
  alignment-baseline: hanging;
}

/* STATE MAP */
path.state-path:hover {
  fill-opacity: 0.7;
}

g {
  pointer-events: all;
}

/* STATE BLOCK MAP */
.state rect {
  fill: #dedede;
}

.state text {
  font-size: 22px;
}

.map_and_labels text.shadow {
  stroke: #fafaff;
  stroke-width: 3px;
  opacity: 0.8;
}

.state--selected rect {
  fill: #9f4a6c;
}

.state--selected text {
  fill: white;
}

/* CHARGES VIZ */

span.chargeBox {
  margin-right: 5px;
}

/*span.chargeBox:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: black;
}*/

.chargeCountBar {
  display: inline-block;
  height: 10px;
  background-color: black;
}

.charge-distribution > ul {
  list-style-type: none;
}

tr {
  line-height: 0;
}

.cd {
  cursor: default;
}

/* BUBBLE CHART */
.d3-bubble-text {
  fill: #dcdad7;
}

/*SINGLE BAR CHART*/
.single-bar-chart {
  height: 35px;
}

.single-bar-chart > .total {
  height: 5px;
}

.single-bar-chart > .total > .part {
  transition: width 0.25s ease-in;
  height: 5px;
}

.sticky-inner-wrapper {
  z-index: 999;
  /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.21);*/
}

/* AREA CHART */
.overlay {
  fill: none;
  pointer-events: all;
}

/* HEADER */
.header-link,
.header h1 {
  outline: none;
  color: #fafaff;
  z-index: 1;
}

.header-link a:hover {
  color: #fafaff;
}

.full-width {
  /*width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;*/
}

/*GRAPH AXES*/
g.tick line {
  fill: #061c27;
  opacity: 0.1;
  pointer-events: none;
}

g.axis text {
  fill: #061c27;
}

text {
  font-family: TI Actu Beta_Regular, Helvetica, Arial, sans-serif;
}

.global-filter-default {
  background-color: #fafaff;
  color: #2953f2;
  transition: color 250ms ease-in, background-color 250ms ease-in;
}

.global-filter-sticky {
  background-color: #2953f2;
  color: #fafaff;
}

.global-filter-default .global-filter-button {
  background-color: #fafaff;
  color: #2953f2;
  border-color: #2953f2;
  transition: color 250ms ease-in, border-color 250ms ease-in,
    background-color 250ms ease-in;
}

.global-filter-button:hover {
  background-color: #2953f2;
  color: #fafaff;
  border-color: #2953f2;
  transition: color 250ms ease-in, border-color 250ms ease-in,
    background-color 250ms ease-in;
}

.global-filter-default .global-filter-active-button {
  background-color: #2953f2;
  color: #fafaff;
  border-color: #2953f2;
}

.global-filter-sticky .global-filter-button {
  background-color: #2953f2;
  color: #fafaff;
  border-color: #fafaff;
  transition: color 250ms ease-in, border-color 250ms ease-in,
    background-color 250ms ease-in;
}

.global-filter-sticky .global-filter-active-button {
  background-color: #fafaff;
  color: #2953f2;
  border-color: #fafaff;
}

.global-filter-sticky .global-filter-button:hover {
  background-color: #fafaff;
  color: #2953f2;
  border-color: #fafaff;
  transition: color 250ms ease-in, border-color 250ms ease-in,
    background-color 250ms ease-in;
}

.big-button {
  background-color: #2953f2;
  color: #fafaff;
  border-color: #2953f2;
  transition: color 250ms ease-in, border-color 250ms ease-in,
    background-color 250ms ease-in;
}

.big-button:hover {
  background-color: #fafaff;
  color: #2953f2;
  border-color: #2953f2;
}

.single-bar-chart,
.single-bar-chart .total,
.single-bar-chart .part,
.single-bar-chart .label {
  transition: color 250ms ease-in, background-color 250ms ease-in;
}

.global-filter-default .single-bar-chart {
  background-color: #fafaff;
  transition: color 250ms ease-in, background-color 250ms ease-in;
}

.global-filter-sticky .single-bar-chart {
  background-color: #2953f2;
}

.global-filter-default .single-bar-chart .total {
  background-color: rgba(228, 226, 224, 0.5);
}

.global-filter-sticky .single-bar-chart .total {
  background-color: rgba(228, 226, 224, 0.2);
}

.global-filter-default .single-bar-chart .part {
  background-color: #2953f2;
}

.global-filter-sticky .single-bar-chart .part {
  background-color: #fafaff;
}

.global-filter-default .single-bar-chart .label {
  color: #2953f2;
}

.global-filter-sticky .single-bar-chart .label {
  color: #fafaff;
}

.title-hero-image {
  min-height: 500px;
}
.title-hero-image img {
  object-fit: cover;
}

img {
  max-width: 100%;
  height: auto;
}

.Select-menu {
  overflow-x: hidden;
}

.profile-state-map-outlines {
  transform: scale(0.26);
}

.highlight-map-svg {
  height: 170px;
  width: 100%;
}

/* -xs */
@media screen and (min-width: 20em) and (max-width: 21em) {
  .f7-xs {
    font-size: 0.65rem;
  }
}

/* -ns */
@media screen and (min-width: 30em) {
  .profile-state-map-outlines {
    transform: scale(0.3);
  }

  .highlight-map-svg {
    height: 200px;
    width: 100%;
  }
}

/* -m */
@media screen and (min-width: 30em) and (max-width: 60em) {
  .profile-state-map-outlines {
    transform: scale(0.35);
  }

  .highlight-map-svg {
    height: 256px;
    width: 100%;
  }
}

/* -l */
@media screen and (min-width: 60em) {
  .profile-state-map-outlines {
    transform: scale(0.35);
  }

  .highlight-map-svg {
    height: 256px;
    width: 100%;
  }
}
