@charset "UTF-8";
/* Border box: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  box-sizing: border-box; }

/* Clear fix: http://davidwalsh.name/css-clear-fix */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url("assets/fonts/Open-Sans-300/Open-Sans-300.eot");
  src: url("assets/fonts/Open-Sans-300/Open-Sans-300.eot?#iefix") format("embedded-opentype"), local("Open Sans Light"), local("Open-Sans-300"), url("assets/fonts/Open-Sans-300/Open-Sans-300.woff2") format("woff2"), url("assets/fonts/Open-Sans-300/Open-Sans-300.woff") format("woff"), url("assets/fonts/Open-Sans-300/Open-Sans-300.ttf") format("truetype"), url("assets/fonts/Open-Sans-300/Open-Sans-300.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url("assets/fonts/Open-Sans-regular/Open-Sans-regular.eot");
  src: url("assets/fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("Open-Sans-regular"), url("assets/fonts/Open-Sans-regular/Open-Sans-regular.woff2") format("woff2"), url("assets/fonts/Open-Sans-regular/Open-Sans-regular.woff") format("woff"), url("assets/fonts/Open-Sans-regular/Open-Sans-regular.ttf") format("truetype"), url("assets/fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url("assets/fonts/Open-Sans-600/Open-Sans-600.eot");
  src: url("assets/fonts/Open-Sans-600/Open-Sans-600.eot?#iefix") format("embedded-opentype"), local("Open Sans Semibold"), local("Open-Sans-600"), url("assets/fonts/Open-Sans-600/Open-Sans-600.woff2") format("woff2"), url("assets/fonts/Open-Sans-600/Open-Sans-600.woff") format("woff"), url("assets/fonts/Open-Sans-600/Open-Sans-600.ttf") format("truetype"), url("assets/fonts/Open-Sans-600/Open-Sans-600.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/Open-Sans-700/Open-Sans-700.eot");
  src: url("assets/fonts/Open-Sans-700/Open-Sans-700.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold"), local("Open-Sans-700"), url("assets/fonts/Open-Sans-700/Open-Sans-700.woff2") format("woff2"), url("assets/fonts/Open-Sans-700/Open-Sans-700.woff") format("woff"), url("assets/fonts/Open-Sans-700/Open-Sans-700.ttf") format("truetype"), url("assets/fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans") format("svg"); }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.Select {
  position: relative; }
  .Select,
  .Select div,
  .Select input,
  .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .Select.is-disabled > .Select-control {
    background-color: #f9f9f9; }
    .Select.is-disabled > .Select-control:hover {
      box-shadow: none; }
  .Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }
  .is-open > .Select-control > .Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #08c #0099e6 #0099e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px fade(#08c, 50%); }

.Select-placeholder,
:not(.Select--multi) > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value:not(.Select--multi):not(.is-focused) > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value .Select-value-label {
  color: #333; }

.has-value:not(.Select--multi):not(.is-focused) > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }
  .has-value:not(.Select--multi):not(.is-focused) > .Select-control > .Select-value a.Select-value-label:hover,
  .has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover {
    color: #08c;
    text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }
  .Select-input > input {
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    height: 34px;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-appearance: none; }
    .is-focused .Select-input > input {
      cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }
  .Select-clear-zone:hover {
    color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }
  .Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .Select-option.is-focused {
    background-color: #f2f9fc;
    color: #333; }
  .Select-option.is-disabled {
    color: #cccccc;
    cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #f2f9fc;
  border-radius: 2px;
  border: 1px solid #c9e6f2;
  color: #08c;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #08c;
  cursor: pointer;
  text-decoration: none; }
  .Select--multi a.Select-value-label:hover {
    text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c9e6f2;
  padding: 1px 5px 3px; }
  .Select--multi .Select-value-icon:hover, .Select--multi .Select-value-icon:focus {
    background-color: #ddeff7;
    color: #0077b3; }
  .Select--multi .Select-value-icon:active {
    background-color: #c9e6f2; }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }
  .Select--multi.is-disabled .Select-value-icon:hover, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.header-content, nav, .main {
  max-width: 960px;
  margin: auto; }

header, footer {
  background: #00AFC9; }

footer {
  height: 86px; }

header {
  margin-bottom: -25px; }

.header-content {
  /* padding: 23px 20px 0; */
  padding: 23px 0;
  position: relative;
  z-index: 1001;
  margin-bottom: 5px; }
  .header-content::before, .header-content::after {
    content: " ";
    display: table; }
  .header-content::after {
    clear: both; }
  .header-content .heading {
    display: inline-block;
    margin-top: -15px;
    float: left; }
  .header-content .logo {
    display: inline-block;
    width: 155px;
    height: 74px;
    margin-left: -15px;
    margin-right: 6px;
    vertical-align: top;
    margin-bottom: -17px; }
    @media print {
      .header-content .logo {
        display: none; } }
    .header-content .logo.print {
      display: none; }
      @media print {
        .header-content .logo.print {
          display: inline-block; } }
  .header-content .title-block {
    display: inline-block;
    position: relative; }
  .title-block:after {
    content: " ";
    display: block;
	background: url(assets/Target_2x.png) no-repeat;
    background-size: contain;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 10px;
    right: -57px;
  }
  .header-content h1 {
    display: table-cell;
    vertical-align: middle;
    white-space: pre-wrap;
    width: 118px;
    height: 74px;
    padding-left: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.030em;
    color: #003D6C;
    cursor: pointer; }
    .header-content h1:hover {
      opacity: 0.85; }
  .header-content .subtitle {
    display: block;
    font-size: 9px;
    letter-spacing: 0.090em;
    font-weight: 600;
    color: #FFFFFF; }
  .header-content .header-menu {
    display: inline;
    vertical-align: top; }
    .header-content .header-menu .done-btn {
      display: none; }
  .header-content .selection-menu {
    display: inline-block;
    margin-bottom: 14px;
    vertical-align: top;
    margin-left: 20px;
    float: right;
    text-align: right; }
    .header-content .selection-menu .dropdown {
      padding-left: 20px;
      text-align: left; }
    .header-content .selection-menu .dropdown:first-child {
      padding: 0; }
  .header-content .share-buttons {
    display: inline-block;
    vertical-align: top;
    margin: 8px -4px 8px 14px;
    float: right; }
    .header-content .share-buttons a {
      display: inline-block; }
  .header-content .icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    opacity: 0.7;
    background-size: 100%; }
    .header-content .icon:hover {
      opacity: 1; }
    .header-content .icon.facebook {
      background-image: url("assets/facebook.svg"); }
    .header-content .icon.twitter {
      background-image: url("assets/twitter.svg"); }
    .header-content .icon.email {
      background-image: url("assets/email.svg"); }

@media (max-width: 499px) {
  body {
    background: #003D6C; }
  .content {
    padding-top: 27px; }
  header, footer {
    background: #003D6C;
    height: 50px; }
  header {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000; }
    header .header-content {
      padding-top: 0; }
      header .header-content .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 100%;
        padding: 60px 20px;
        background: #00AFC9;
        transition: left 150ms ease-out; }
        header .header-content .header-menu .done-btn {
          display: block; }
        header .header-content .header-menu .toggle {
          position: absolute;
          top: 0;
          right: 100%;
          width: 58px;
          height: 50px;
          background: url("assets/burger.svg") 20px 18px no-repeat;
          cursor: pointer; }
        header .header-content .header-menu:not(.expanded) > :not(.toggle) {
          display: none; }
        header .header-content .header-menu.expanded {
          left: 75px;
          z-index: 10000; }
          header .header-content .header-menu.expanded .toggle {
            background-image: url("assets/burger-expanded.svg");
            right: 0; }
        header .header-content .header-menu .selection-menu {
          margin: 0;
          width: 100%;
          float: none; }
          header .header-content .header-menu .selection-menu .dropdown, header .header-content .header-menu .selection-menu .dropdown.characteristic {
            margin-bottom: 7px;
            padding: 0; }
            header .header-content .header-menu .selection-menu .dropdown, header .header-content .header-menu .selection-menu .dropdown .Select-control, header .header-content .header-menu .selection-menu .dropdown.characteristic, header .header-content .header-menu .selection-menu .dropdown.characteristic .Select-control {
              width: 100%; }
            header .header-content .header-menu .selection-menu .dropdown .select-instruction, header .header-content .header-menu .selection-menu .dropdown.characteristic .select-instruction {
              margin-top: 1px;
              font-size: 11px;
              font-weight: 400; }
        header .header-content .header-menu .Select-control {
          font-size: 17px;
          line-height: 29px; }
          header .header-content .header-menu .Select-control .Select-arrow {
            vertical-align: baseline; }
          header .header-content .header-menu .Select-control .Select-clear {
            font-size: 25px;
            line-height: inherit;
            font-weight: 300; }
        header .header-content .header-menu .share-buttons {
          text-align: center;
          margin: 6px;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
          header .header-content .header-menu .share-buttons .icon {
            width: 43px;
            height: 43px;
            margin: 7px; }
    header .header-content .heading {
      margin-top: 0; }
      header .header-content .heading .logo {
        width: 120px;
        height: 57.29px;
        margin-left: -10px;
        margin-top: -3px; }
      header .header-content .heading .title-block {
        position: absolute;
        margin-right: 58px; }
      header .header-content .heading h1 {
        color: #DCE2E6;
        height: 50px;
        width: auto;
        min-width: 170px; }
    header .done-btn {
      background: #003D6C;
      font-size: 17px;
      letter-spacing: 0.070em;
      line-height: 39px;
      width: 137px;
      margin: 20px auto;
      color: #FFFFFF;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer; } }

.navbar:before,
.navbar:after {
  content: '';
  display: table; }

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 86px;
  padding-top: 20px;
  z-index: 1000;
  background: #00AFC9; }
  .navbar > span {
    display: inline-block;
    width: 100%;
    height: 10px; }
  @media (max-width: 499px) {
    .navbar {
      display: none; } }
  @media print {
    .navbar {
      position: absolute !important;
      top: 65px !important; } }

nav {
  position: relative;
  padding: 0 20px; }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 20%;
    height: 66px;
    transition: background 250ms ease-out;
    text-align: center;
    cursor: pointer; }
    nav li a {
      text-decoration: none;
      display: inline-block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    nav li .description {
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 7px;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: .050em;
      color: #00AFC9;
      line-height: 13px; }
    nav li .figure {
      padding-top: 11px;
      font-weight: 300;
      font-size: 24px;
      letter-spacing: 0.030em;
      color: #FFFFFF;
      opacity: 0.8; }
      @media (max-width: 875px) {
        nav li .figure {
          padding-top: 4px; } }
    nav li .label {
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 0.050em;
      color: #00AFC9; }
  nav li:nth-child(1), nav li.current ~ li:nth-child(2) {
    background: #00547D;
    text-shadow: 0 0 3px #00547D; }
  nav li:nth-child(2), nav li.current ~ li:nth-child(3) {
    background: #006087;
    text-shadow: 0 0 3px #006087; }
  nav li:nth-child(3), nav li.current ~ li:nth-child(4) {
    background: #006A91;
    text-shadow: 0 0 3px #006A91; }
  nav li:nth-child(4), nav li.current ~ li:nth-child(5) {
    background: #00769A;
    text-shadow: 0 0 3px #00769A; }
  nav li:nth-child(5) {
    background: #0080A2;
    text-shadow: 0 0 3px #0080A2; }
  nav li.current {
    background: #003D6C;
    text-shadow: 0 0 3px #003D6C; }
  nav .trim, nav .tab {
    background: #FFAD37;
    position: absolute;
    top: 100%; }
  nav .trim {
    width: 100%;
    height: 5px;
    opacity: 0.6; }
  nav .tab {
    width: 20%;
    height: 20px;
    padding: 2px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .090em;
    color: #FFFFFF;
    transition: left 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden; }

.geo {
  position: relative; }
  .geo svg {
    position: relative; }
  .geo .map {
    clear: both;
    height: 0;
    width: 100%;
    position: relative; }
  .geo .features, .geo .special {
    position: absolute;
    left: 0;
    top: 0; }
  .geo .inspected, .geo .selected {
    pointer-events: none; }
  .geo .inspected {
    stroke: #00AFC9; }
  .geo .selected {
    stroke: #FFAD37; }
  .geo .mesh {
    fill: none;
    stroke: #ECECEC;
    pointer-events: none; }
  .geo .area {
    stroke: #ECECEC;
    cursor: pointer;
    user-select: none; }
  .geo .city {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .030em;
    stroke: #ECECEC;
    pointer-events: none; }
    .geo .city circle {
      stroke: inherit;
      fill: #00AFC9;
      stroke-width: 1.5; }
    .geo .city text:first-of-type {
      stroke: inherit;
      stroke-width: 3; }
    .geo .city text:last-of-type {
      fill: #00AFC9;
      stroke-width: 0; }
  @media print {
    .geo .mesh, .geo .area, .geo .city {
      stroke: white !important; }
    .geo .area {
      stroke-width: 0 !important; } }
  .geo .trim rect {
    fill: #ECECEC;
    fill-opacity: 0.66;
    pointer-events: none; }
    @media print {
      .geo .trim rect {
        fill: none; } }
  .geo .legend-container {
    float: right; }
  .geo .legend-container.top {
    width: 1px;
    position: relative;
    z-index: 100; }
    .geo .legend-container.top .legend {
      position: absolute;
      right: 0; }
  @media (max-width: 674px) {
    .geo .legend-container.top {
      display: none; } }
  @media (min-width: 675px) {
    .geo .legend-container:not(.top) {
      display: none; } }
  .geo .legend {
    margin-bottom: 10px; }
    .geo .legend .background {
      fill: #ECECEC; }
      @media print {
        .geo .legend .background {
          fill: none; } }
    @media print {
      .geo .legend > rect {
        fill: white; } }

.table {
  border-spacing: 0;
  empty-cells: show; }
  .table .header {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.030em;
    color: #00AFC9;
    text-align: right;
    text-transform: uppercase;
    padding: 5px 3px 11px; }
  .table .header:not(.rank) {
    cursor: pointer; }
    .table .header:not(.rank):hover {
      opacity: 0.7; }
  .table .header.rank {
    font-weight: 600; }
  .table .header.rank, .table .header.name {
    color: #908F96; }
  .table .header.name {
    text-align: left; }
  .table .header span {
    display: inline-block;
    padding: 0 4px 1px; }
  .table .rank {
    padding-left: 0;
    padding-right: 4px; }
    .table .rank span {
      padding: 0; }
  .table .header.selected::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background: url("assets/sort.svg");
    margin-left: -1px;
    transition: all 150ms; }
  .table .header.selected.ascending::after {
    transform: scale(1, -1);
    margin-top: -1px; }
  .table .header.selected span {
    background: #00AFC9;
    color: #FFFFFF; }
  .table .header.selected + .header {
    padding-left: 15px; }
  .table .row {
    height: 20px;
    cursor: pointer; }
    .table .row::before, .table .row::after {
      content: normal; }
    .table .row:nth-child(odd) {
      background: #FFFFFF; }
  .table .selected.row {
    background: #FFAD37; }
  .table .separator.row {
    line-height: 16px;
    cursor: auto; }
    .table .separator.row td:last-child::after {
      content: "······";
      color: #475B8A;
      padding: 0 7px;
      line-height: 16px; }
  .table .value {
    padding: 0 7px;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.030em;
    color: #475B8A;
    text-align: right;
    position: relative; }
  .table .value.rank {
    color: #908F96; }
  .table .selected.row .value.rank {
    color: #475B8A; }
  .table .value.name {
    font-weight: 700;
    letter-spacing: 0.050em;
    text-align: left;
    text-transform: capitalize; }
  .table .showBars.value {
    color: #FFFFFF;
    line-height: 14px;
    padding: 0 4px;
    text-shadow: 0 0 3px #475B8A; }
  .table .showBars.value span {
    position: absolute;
    top: 3px;
    right: 8px; }
  .table .selected.row .showBars.value {
    color: #475B8A;
    text-shadow: 0 0 3px #FFFFFF; }
  .table .bar {
    background: #475B8A;
    position: absolute;
    right: 3px;
    top: 3px;
    height: 14px; }
  .table .selected.row .bar {
    background: #FFFFFF; }

@media (max-width: 575px) {
  .headers > .children, .row > .children {
    display: none; } }

@media (max-width: 425px) {
  .headers > .total, .row > .total {
    display: none; } }

.callout-container {
  z-index: 10002; }

.callout-bubble {
  z-index: 10002; }
  .callout-bubble:not(.fixed) .callout {
    width: 168px; }

.callout {
  background: #FFFFFF;
  padding: 5px 9px 6px; }
  .callout .heading {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .030em;
    color: #00AFC9;
    line-height: 15px;
    margin: 2px 0; }
  .callout hr {
    border: none;
    border-top: 1px solid #A6A5AC;
    margin: 1px 0 5px; }
  .callout .stat::before, .callout .stat::after {
    content: " ";
    display: table; }
  .callout .stat::after {
    clear: both; }
  .callout .label {
    float: left;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .010em;
    color: #908F96; }
  .callout .value {
    float: right;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .050em;
    color: #00AFC9; }

.dropdown {
  display: inline-block;
  vertical-align: top; }
  .dropdown .Select-control {
    width: 192px; }
  .dropdown.characteristic .Select-control {
    width: 124px; }
  .dropdown.characteristic .Select-option:nth-child(3) {
    margin-top: 10px; }
  .dropdown .Select-control {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.070em;
    color: #FFFFFF;
    background-color: transparent;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #FFFFFF !important; }
    .dropdown .Select-control .Select-value {
      color: inherit !important;
      padding: 0;
      padding-right: 20px; }
      .dropdown .Select-control .Select-value .Select-value-label {
        color: inherit !important; }
    .dropdown .Select-control .Select-placeholder {
      padding: 0;
      color: inherit !important;
      opacity: 0.5; }
    .dropdown .Select-control .Select-input {
      height: 27px;
      padding: 0; }
      .dropdown .Select-control .Select-input input {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 16px; }
    .dropdown .Select-control .Select-clear-zone {
      width: 21px;
      padding-top: 2px;
      vertical-align: bottom; }
    .dropdown .Select-control .Select-clear {
      color: #FFFFFF;
      vertical-align: bottom;
      font-size: 19px;
      line-height: 18px;
      margin-right: -3px; }
    .dropdown .Select-control .Select-arrow-zone {
      width: 14px;
      padding: 0; }
    .dropdown .Select-control .Select-arrow {
      border-color: transparent #FFFFFF #FFFFFF transparent !important;
      border-width: 1px;
      height: 11px;
      width: 11px;
      transform: rotate(45deg);
      margin-bottom: 3px;
      vertical-align: bottom; }
    .dropdown .Select-control .Select-clear-zone + .Select-arrow-zone {
      display: none; }
  .dropdown .Select-menu-outer {
    z-index: 1003;
    border-radius: 0;
    border: none;
    overflow: hidden;
    margin-top: -26px; }
  .dropdown .Select-menu {
    width: 200%; }
  .dropdown .Select-menu .Select-option {
    width: 50%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.050em;
    color: #00AFC9;
    padding: 0 6px;
    margin: 0 3px;
    border-radius: 0; }
    .dropdown .Select-menu .Select-option.is-focused {
      background: #00AFC9;
      color: #FFFFFF; }
    .dropdown .Select-menu .Select-option:first-child {
      padding-top: 6px; }
    .dropdown .Select-menu .Select-option:last-child {
      padding-bottom: 6px; }
    .dropdown .Select-menu .Select-option:first-child::before, .dropdown .Select-menu .Select-option:last-child::after {
      content: "";
      position: absolute;
      background: white;
      left: 0;
      right: 0;
      height: 5px; }
    .dropdown .Select-menu .Select-option:first-child::before {
      top: 0; }
    .dropdown .Select-menu .Select-option:last-child::after {
      bottom: 0; }
  .dropdown .select-instruction {
    margin-top: 2px;
    font-size: 9px;
    letter-spacing: 0.090em;
    font-weight: 600;
    color: #003D6C; }

html, body {
  width: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  overflow-x: hidden;
  background: #ECECEC; }

svg {
  stroke-linejoin: round; }

#app {
  position: relative; }

.content {
  transform-origin: top;
  transition: all 250ms; }

.blurred > :not(header), .blurred .header-content > .heading, .blurred .header-menu:not(.expanded) > * {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='3'%20/></filter></svg>#blur");
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); }

.blurred > * {
  pointer-events: none; }

.blurred .expanded {
  pointer-events: all; }

.container {
  background: #ECECEC; }

.main {
  padding: 23px 20px; }

section {
  border-top: 2px solid #00AFC9;
  position: relative;
  min-height: 40px;
  margin-top: 20px; }
  section::before, section::after {
    content: " ";
    display: table; }
  section::after {
    clear: both; }
  section .title {
    background: #00AFC9;
    padding: 0 9px 4px;
    font-size: 14px;
    letter-spacing: .050em;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    float: left;
    z-index: 1;
    position: relative; }
    section .title .selected-value {
      color: #003D6C; }
    section .title .x a {
      color: inherit;
      text-decoration: none;
      vertical-align: sub;
      line-height: 16px;
      font-size: 19px;
      font-weight: 400; }
  section > a {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.030em;
    color: #A6A5AC;
    text-decoration: none;
    line-height: 40px;
    padding-left: 40px;
    margin: 20px 21px 10px 6px; }
    section > a:hover {
      color: #908F96; }
    section > a.link {
      background: url("assets/link.svg") 10px 10px no-repeat; }
    section > a.print {
      background: url("assets/print.svg") 10px 10px no-repeat; }
    @media print {
      section > a {
        display: none; } }
    @media (max-width: 374px) {
      section > a {
        margin-left: 0;
        margin-right: 7px; } }

@media print {
  .now-printing-section section:not(.now-printing) {
    display: none; } }

.row::before, .row::after {
  content: " ";
  display: table; }

.row::after {
  clear: both; }

.row .column {
  float: left; }

@media (max-width: 480px) {
  .row > .column {
    width: 100%; } }

@media (max-width: 960px) {
  .row > .column {
    width: 50%; } }

h2, h3, .density .p-heading {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.030em;
  text-transform: uppercase;
  color: #003D6C; }

p {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.030em;
  color: #797880; }

.density .special {
  pointer-events: none; }

.density .blurb {
  margin-top: 30px; }

.density .blurb:not(:last-child) {
  display: none;
  clear: both; }

.density .p-heading {
  float: left;
  vertical-align: top;
  width: 140px;
  margin-left: 48px;
  margin-right: 25px;
  margin-bottom: 10px;
  color: #00AFC9; }

.density p {
  margin: 0 330px 30px 213px; }

@media (max-width: 767px) {
  .density .blurb:not(:last-child) {
    display: block; }
  .density .blurb:last-child {
    display: none; }
  .density p {
    margin-right: 20px;
    margin-bottom: 0; } }

@media (max-width: 558px) {
  .density .p-heading, .density p {
    margin-left: 0;
    float: left; } }

.table {
  width: 100%;
  margin-top: 43px; }

.legend {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 10px;
  color: #908F96;
  letter-spacing: .030em; }
  .legend text {
    fill: #908F96; }

.segmented-bar {
  display: inline-block; }
  .segmented-bar .segment {
    cursor: pointer; }
    .segmented-bar .segment.muted rect {
      fill: #BDBDBD !important; }
    .segmented-bar .segment rect {
      fill: #475B8A;
      stroke: #ECECEC;
      shape-rendering: crispEdges; }
    .segmented-bar .segment:nth-child(1) rect {
      fill: #465B89; }
    .segmented-bar .segment:nth-child(2) rect {
      fill: #60749B; }
    .segmented-bar .segment:nth-child(3) rect {
      fill: #7D8DAC; }
    .segmented-bar .segment:nth-child(4) rect {
      fill: #99A6BE; }
    .segmented-bar .segment:nth-child(5) rect {
      fill: #B4BED0; }
    .segmented-bar .segment rect {
      fill: #C6CDDC; }
    .segmented-bar .segment.inspected rect {
      fill: #00AFC9 !important; }
  .segmented-bar .figure-value {
    text-anchor: end; }

.figure-label, .figure-value {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.030em;
  color: #FFFFFF;
  fill: #FFFFFF; }

.figure-value {
  font-weight: 700; }

nav .pie {
  display: inline-block;
  width: 31px;
  height: 31px; }
  nav .pie .muted {
    fill-opacity: 0.25; }

nav .pie-label {
  width: 45px;
  margin-top: 4px; }
  nav .pie-label.pie-label-0 {
    float: right;
    text-align: right;
    margin-right: 20px; }
  nav .pie-label.pie-label-1 {
    float: left;
    text-align: left;
    margin-left: 20px; }
  @media (max-width: 875px) {
    nav .pie-label.pie-label-0 {
      margin-right: 10px; }
    nav .pie-label.pie-label-1 {
      margin-left: 10px; } }
  @media (max-width: 750px) {
    nav .pie-label.pie-label-0 {
      margin-right: 5px; }
    nav .pie-label.pie-label-1 {
      margin-left: 5px; } }
  @media (max-width: 750px) {
    nav .pie-label.pie-label-0, nav .pie-label.pie-label-1 {
      display: none; } }
  nav .pie-label .name, nav .pie-label .value {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.070em;
    line-height: 12px; }
  nav .pie-label .name {
    color: #94BCCA; }
  nav .pie-label .value {
    color: #FFFFFF;
    opacity: 0.8; }

.graph {
  display: inline-block;
  vertical-align: top; }

.graph-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.030em;
  color: #00AFC9; }
  .graph-title.centered {
    text-align: center;
    margin-top: 15px; }
  .graph-title.faded {
    opacity: 0.5; }

.percentage-title {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.050em;
  color: #00AFC9; }

.percentage {
  position: relative;
  margin: 1px 0 3px; }
  .percentage svg {
    overflow: visible; }
    .percentage svg line {
      stroke: #A6A5AC;
      stroke-width: 1;
      shape-rendering: crispEdges; }
    .percentage svg text {
      fill: #908F96;
      text-anchor: middle;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.020em; }
  .percentage .marker {
    position: absolute;
    top: 30px;
    transition: left 250ms; }
    .percentage .marker path.stroke {
      stroke: #ECECEC;
      stroke-width: 2; }
      @media print {
        .percentage .marker path.stroke {
          stroke: white; } }
    .percentage .marker svg {
      position: absolute;
      top: 0; }
    .percentage .marker text {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.030em;
      fill: #FFFFFF;
      text-anchor: middle; }

.SS, .LGBT {
  fill: #475B8A; }

.DS, .non-LGBT {
  fill: #7888A6; }

.pie path {
  stroke: #ECECEC; }
  .pie path.muted {
    fill: #BDBDBD; }
  @media print {
    .pie path {
      stroke: white; } }
  .pie path.inspected {
    fill: #00AFC9; }

.axis line {
  stroke: #A6A5AC;
  stroke-width: 1px;
  shape-rendering: crispEdges; }

.axis text {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.050em;
  fill: #908F96; }

.no-data {
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  color: #BDBDBD;
  margin: 58px 14% 35px; }
  .no-data::after {
    content: "Insufficient Data for this section";
    display: inline-block; }

section > .no-data {
  margin-left: 56px; }

.avg-age {
  fill: #003D6C; }

.grouped-bars rect {
  stroke: #ECECEC;
  stroke-width: 0; }

.grouped-bars .inspected, .grouped-bars .inspected rect, .grouped-bars .inspected text {
  fill: #00AFC9; }

.grouped-bars .selected:not(.inspected), .grouped-bars .selected:not(.inspected) rect, .grouped-bars .selected:not(.inspected) text {
  fill: #FFAD37; }

.grouped-bars .min:not(.inspected):not(.selected), .grouped-bars .min:not(.inspected):not(.selected) rect, .grouped-bars .min:not(.inspected):not(.selected) text {
  fill: #CECECE; }

.grouped-bars .group-full-label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.030em;
  fill: #908F96 !important;
  text-shadow: 0 0 3px #ECECEC; }

.grouped-bars .group-value {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.030em;
  text-shadow: 0 0 3px #ECECEC; }

.grouped-bars .bar {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.050em;
  text-transform: uppercase; }

@media print {
  .grouped-bars {
    stroke: white; } }

.demographic .graph {
  width: 27%;
  text-align: center;
  margin-top: 65px;
  padding: 0 10px; }

.demographic .graph:not(:nth-child(3)) .no-data {
  margin-top: 43px;
  margin-bottom: 65px; }

.demographic .graph:nth-child(3) {
  width: 46%;
  margin-top: 20px; }
  @media (min-width: 676px) {
    .demographic .graph:nth-child(3) .no-data {
      margin-top: 88px;
      margin-bottom: 89px; } }

.demographic .no-data::after {
  max-width: 230px; }

@media (max-width: 675px) {
  .demographic .graph {
    width: 50%; }
  .demographic .graph:nth-child(3) {
    width: 100%; } }

.demographic .pie {
  display: inline-block;
  width: 100%; }

.economic .legend-container {
  float: right;
  margin-top: 43px;
  margin-bottom: -70px; }
  @media (max-width: 500px) {
    .economic .legend-container {
      margin-top: 5px;
      margin-bottom: -20px; } }

.economic .scaffold {
  clear: both; }

.economic .graph.percent {
  width: 67%;
  padding-top: 26px; }
  .economic .graph.percent .percentages {
    padding: 0 50px; }
  .economic .graph.percent .description {
    max-width: 420px;
    margin-left: auto;
    margin-right: 20px;
    padding: 0 50px; }
    .economic .graph.percent .description p {
      margin-bottom: 0; }

.economic .graph.income {
  width: 33%;
  padding-top: 20px;
  padding-left: 8.5%; }
  .economic .graph.income .graph-title {
    margin-top: 10px; }
  .economic .graph.income .grouped-bars .bar {
    text-anchor: middle; }
  .economic .graph.income .no-data {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px; }

@media (max-width: 500px) {
  .economic .graph.percent, .economic .graph.income {
    width: 100%; }
  .economic .graph.income {
    padding: 0;
    text-align: center; } }

@media (max-width: 400px) {
  .economic .graph.percent .description {
    margin: 0;
    padding: 0; }
    .economic .graph.percent .description .graph-title {
      text-align: center; } }

.comparison .section-body {
  clear: both; }
  .comparison .section-body .no-data {
    margin: 20px 40px 35px; }

.comparison .dropdown {
  padding: 17px 49px 13px; }
  .comparison .dropdown .Select-control {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.030em;
    color: #00AFC9;
    width: 300px;
    border-color: #A6A5AC !important; }
    .comparison .dropdown .Select-control .Select-arrow {
      border-color: transparent #FFAD37 #FFAD37 transparent !important;
      border-width: 2px;
      height: 9px;
      width: 9px; }
  .comparison .dropdown .select-instruction {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.090em;
    color: #908F96; }
  @media (max-width: 500px) {
    .comparison .dropdown, .comparison .dropdown .Select-control {
      width: 100%; } }
  @media (max-width: 400px) {
    .comparison .dropdown {
      padding-left: 0;
      padding-right: 0; } }

.comparison .grouped-bars {
  fill: #475B8A; }

.comparison .x.axis text {
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.010em;
  fill: #908F96; }

.switch {
  clear: both;
  position: relative;
  background: #BDBDBD;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  margin-top: 10px; }
  .switch .selection {
    position: absolute;
    background: #475B8A;
    transition: all 150ms; }
  .switch .option {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 50ms; }
    .switch .option:not(.selected):hover {
      background: #A6A5AC; }
  @media print {
    .switch {
      display: none; } }

.prompt {
  background: #003A6D;
  position: fixed;
  left: 50%;
  margin-left: -163.5px;
  top: 50%;
  margin-top: -151.5px;
  width: 327px;
  height: 303px;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.050em;
  transition: all 300ms; }
  .prompt.collapse {
    margin-left: 0;
    margin-top: 0; }
  .prompt .prompt-heading {
    height: 82px;
    border-bottom: 2px solid #00AFC9;
    background: url("assets/2x_white.png") center no-repeat;
    background-size: 160px 80px; }
  .prompt .text {
    font-size: 16px;
    margin: 25px; }
  .prompt .button {
    margin: auto;
    margin-bottom: 10px;
    background: #00AFC9;
    width: 149px;
    line-height: 29px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 50ms; }
    .prompt .button:hover {
      background: #00bcd8; }
  .prompt.hidden {
    transform: scale(1.1);
    opacity: 0;
    z-index: -1; }
  .prompt .help {
    display: inline-block;
    padding: 7px;
    font-size: 9px;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    color: #97a3ba; }
    .prompt .help:hover {
      color: #b5becf; }

.help-body {
  min-width: 250px; }
  .help-body h2 {
    margin: 5px 0; }
    .help-body h2:not(:first-of-type) {
      margin-top: 10px; }
  .help-body p {
    margin-top: 5px;
    margin-bottom: 13px; }
    .help-body p:last-of-type {
      margin-bottom: 5px; }

.about-text .columns {
  clear: both;
  padding-top: 2px; }

.about-text .column {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  vertical-align: top; }
  @media (min-width: 675px) {
    .about-text .column:not(:first-child), .about-text .column:not(:last-child) {
      display: inline-block;
      width: 50%; }
      .about-text .column:not(:first-child):nth-child(odd), .about-text .column:not(:last-child):nth-child(odd) {
        padding-right: 20px; }
      .about-text .column:not(:first-child):nth-child(even), .about-text .column:not(:last-child):nth-child(even) {
        padding-left: 20px; } }

.about-text h2, .about-text h3, .about-text .density .p-heading, .density .about-text .p-heading {
  margin-top: 25px;
  margin-bottom: 5px; }

.about-text p {
  margin-top: 5px;
  margin-bottom: 13px; }

.about-text a {
  color: #00AFC9;
  font-weight: 600; }
  .about-text a:hover {
    text-decoration: none; }

.about-text strong {
  font-weight: 600; }

@media (min-width: 675px) {
  .about-text .citation.column:not(:first-child), .about-text .citation.column:not(:last-child) {
    width: 70%;
    padding-right: 10px; } }

.about-text .citation.column blockquote {
  margin-right: 0; }

.about-text .credit.column {
  padding-top: 10px;
  text-align: right; }
  .about-text .credit.column p {
    margin-bottom: 0; }
  @media (min-width: 675px) {
    .about-text .credit.column:not(:first-child), .about-text .credit.column:not(:last-child) {
      width: 30%;
      padding: 0; } }
  .about-text .credit.column span {
    vertical-align: top;
    line-height: 26px; }
  .about-text .credit.column .logo {
    opacity: 0.33;
    margin-left: 5px;
    transition: opacity 50ms; }
    .about-text .credit.column .logo:hover {
      opacity: 0.67; }
    .about-text .credit.column .logo img {
      margin: -10px; }

.loading .navbar {
  display: none; }

.loading header, .loading .container, .loading footer {
  position: fixed;
  left: 0;
  right: 0; }

.loading header, .loading footer {
  margin: 0;
  height: 87px; }

.loading header {
  top: 0; }

.loading .container {
  top: 87px;
  bottom: 87px; }

.loading footer {
  bottom: 0; }

@media (max-width: 499px) {
  .loading header, .loading footer {
    height: 50px; }
  .loading .container {
    top: 50px;
    bottom: 50px; } }

.loading header .header-content {
  text-align: center; }

.loading header .title-block {
  display: none; }

.loading .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .loading .container::after {
    content: "";
    background: url("assets/loading.gif");
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    width: 28px;
    height: 28px; }
    @media (max-width: 499px) {
      .loading .container::after {
        background: url("assets/loading-dark.gif"); } }

.loading .logo {
  margin: 0; }
