body {
  background-color: #eceeef; }

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display WF";
  font-weight: 400; }

p {
  font-family: "Source Sans Pro WF";
  font-weight: 100; }
  p.lead {
    font-family: "Playfair Display WF";
    font-weight: 400; }
    p.lead::first-line {
      font-weight: 800; }

.left {
  float: left; }

.right {
  float: right; }

.orange {
  color: #b37300; }

.blue {
  color: #397da0; }

.sub-row {
  clear: both;
  display: block; }

#primary-header {
  background: linear-gradient(to right, #397da0 0%, #b37300 100%); }
  #primary-header .navbar-brand {
    color: #eceeef; }

#primary-jumbotron {
  box-sizing: border-box;
  padding-top: 6em;
  height: 100vh; }
  #primary-jumbotron h1 {
    margin-bottom: 0.5em; }
    #primary-jumbotron h1::first-line {
      font-weight: 800; }
  #primary-jumbotron h1, #primary-jumbotron p {
    text-align: center; }

#legend .legend-tick {
  float: left;
  width: calc( 100% / 11 ); }
#legend .colorblock {
  padding-bottom: 100%;
  width: 100%;
  height: 0; }

svg {
  display: block;
  width: 960px;
  height: 500px; }
  svg .state {
    pointer-events: none;
    stroke: #eceeef; }

#map-wrapper {
  height: 100vh; }

#controls-wrapper {
  padding: 0; }
  #controls-wrapper .legend {
    background: linear-gradient(to right, #397da0 0%, #b37300 100%);
    width: 100%;
    height: 1em; }
  #controls-wrapper .control {
    border-left: 1em solid #397da0;
    clear: both;
    margin-bottom: 2em;
    padding-left: 1em; }
  #controls-wrapper .clear {
    clear: both; }
  #controls-wrapper button {
    background-color: #eceeef;
    font-family: "Source Sans Pro WF";
    font-weight: 100;
    font-size: 1em;
    transition: background-color 1s; }
    #controls-wrapper button.active {
      background-color: #b37300; }

.label {
  font-size: 1em;
  letter-spacing: 0.2em;
  margin-top: 1em;
  margin-bottom: 0;
  text-transform: uppercase; }
  .label.left, .label.right {
    margin-top: 0; }
  .label.super-label {
    font-weight: 800; }

#dsi-table {
  margin-top: 2em; }
  #dsi-table .dsi-table-entry {
    background-color: #c2c9cc;
    float: left;
    margin-left: 1%;
    padding-bottom: 24%;
    position: relative;
    width: 24%;
    height: 0; }
    #dsi-table .dsi-table-entry p {
      font-size: 0.75em;
      font-weight: 400;
      letter-spacing: 0.15em;
      position: absolute;
      bottom: 1em;
      left: 1em;
      text-align: center;
      text-transform: uppercase;
      width: calc( 100% - 2em ); }
    #dsi-table .dsi-table-entry h1 {
      text-align: center; }
    #dsi-table .dsi-table-entry.selected h1 {
      color: #397da0; }
    #dsi-table .dsi-table-entry.deselected {
      display: none; }
      #dsi-table .dsi-table-entry.deselected h1 {
        color: #b37300; }
  #dsi-table th {
    text-align: right; }

/*# sourceMappingURL=style.css.map */
