.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@charset "utf-8";
@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot?18r8d9');
  src: url('fonts/icons.eot?18r8d9#iefix') format('embedded-opentype'), url('fonts/icons.ttf?18r8d9') format('truetype'), url('fonts/icons.woff?18r8d9') format('woff'), url('fonts/icons.svg?18r8d9#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #99e7dc;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
}
.icon {
  font-family: 'icons';
}
/*
Special states for the intro
*/
body.intro #top {
  margin-top: 100vh;
}
body.intro #header {
  height: 100vh;
  border-style: none;
}
body.intro #title {
  padding-top: 39vh;
  font-weight: 900;
  font-size: 33px;
  line-height: 28px;
  padding-left: 20px;
  word-spacing: -0.12em;
  letter-spacing: -0.01em;
}
body.intro #toggles,
body.intro #mini-social {
  opacity: 0;
  pointer-events: none;
}
body.intro #intro-text {
  opacity: 1;
  height: auto;
  padding-top: 135px;
}
body.intro #selector {
  top: 110vh;
}
#top {
  width: 100% !important;
  position: relative;
  z-index: 5;
  height: 50vh;
  /* 
  this creates space for the top bar to show
  in the visualization.
  */
  margin-top: -26px;
  -webkit-transition: height 0.15s ease-in-out;
  -moz-transition: height 0.15s ease-in-out;
  -ms-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out;
}
#header {
  background: #027168;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
  -webkit-transition: height 0.15s ease-in-out;
  -moz-transition: height 0.15s ease-in-out;
  -ms-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out;
}
#title {
  color: #0ac452;
  font-weight: 900;
  width: 7.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13.5px;
  padding-left: 17.5px;
  font-size: 18px;
  line-height: 15px;
  margin-top: 0;
  word-spacing: -0.12em;
  letter-spacing: -0.01em;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#title span {
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#title.reversed .eq {
  color: white;
}
#title.reversed .eq-what {
  color: inherit;
}
#title.hidden {
  opacity: 0;
}
.eq-what {
  color: white;
}
#intro-text {
  font-size: 17px;
  line-height: 20px;
  padding: 85px 20px 1px 20px;
  color: #0a6876;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 13px;
  opacity: 1;
  height: auto;
  background: #99e7dc;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#intro-text p {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.highlight-text {
  font-weight: 700;
}
#toggles,
#mini-social {
  position: absolute;
  top: 18px;
  color: #99e7dc;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
#toggles a,
#mini-social a {
  color: #99e7dc;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  text-decoration: none;
}
#toggles a:hover,
#mini-social a:hover {
  opacity: 1;
}
#toggles .icon,
#mini-social .icon {
  margin-right: 8px;
  font-size: 25px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
#toggles .icon:hover,
#mini-social .icon:hover {
  opacity: 1;
}
#mini-social {
  left: 12px;
  text-align: left;
}
#toggles {
  right: 8px;
  text-align: right;
}
#search-container {
  position: relative;
  z-index: 5;
  margin: 5px 14px;
}
#search-container.floating {
  position: fixed;
  top: 55px;
  width: 100%;
  padding-right: 30px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a6876;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a6876;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #0a6876;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #0a6876;
}
#search {
  border-radius: 0;
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #dbf7ff;
  position: relative;
  width: 100%;
  color: #0a6876;
  padding: 10px;
  height: 40px;
  margin-top: -2px;
  font-size: 17px;
  box-sizing: border-box;
  border: 2px solid #0a6876;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#search:hover {
  cursor: pointer;
}
#search:focus {
  width: 100%;
}
#search:focus:hover {
  cursor: text;
}
#search:focus {
  outline: none;
}
#search-results {
  left: 0px;
  right: 0px;
  background: #027168;
  z-index: 5;
  max-height: 250px;
  overflow-y: auto;
}
#search-results li {
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid #04936f;
  color: white;
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
#search-results li.active {
  background: #04936f;
}
#search-results li:hover {
  background: #04936f;
}
#selector {
  position: fixed;
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.93);
  top: 50vh;
  z-index: 4;
  margin-top: 9px;
  color: #7db0b0;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 22px;
  -webkit-transition: top 0.15s ease-in-out;
  -moz-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
}
#selector .highlight {
  color: #0a6876;
}
#selected-job {
  text-transform: lowercase;
}
#occupations {
  overflow-y: visible;
  margin: 0 0px;
  padding-bottom: 2px;
}
#equality {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 2px;
  background: #027168;
  height: 100%;
}
#viz-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  left: 0;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
  height: 22px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.wrapper.right .bar-inner {
  left: 50%;
}
.wrapper.right .end-cap {
  right: -5px;
}
.wrapper.right .oname {
  text-align: right;
  right: 50%;
  padding-right: 20px;
}
.wrapper.right .wage-pct {
  text-align: left;
  left: 50%;
}
.wrapper.left .bar-inner {
  right: 50%;
}
.wrapper.left .end-cap {
  left: -5px;
}
.wrapper.left .oname {
  text-align: left;
  left: 50%;
  padding-left: 20px;
}
.wrapper.left .wage-pct {
  text-align: right;
  right: 50%;
}
.wrapper.centrist {
  z-index: 2;
}
.wrapper.selected {
  z-index: 2;
}
.wrapper.selected .bar-inner {
  background: #027168;
}
.wrapper.selected polygon {
  fill: #ffffff;
}
.wrapper.first {
  margin-top: -2px;
}
.wrapper.last {
  margin-bottom: 0;
}
.oname,
.wage-pct {
  display: none;
  width: auto;
  position: absolute;
  overflow-x: visible;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  padding: 0 8px;
  top: -14px;
  cursor: pointer;
}
.bar-inner {
  background: #0ac452;
  position: absolute;
  top: 2px;
  overflow-x: visible;
  height: 20px;
  cursor: pointer;
}
.end-cap {
  position: absolute;
}
.end-cap polygon {
  fill: #6cdb97;
  stroke: none;
}
#footer {
  width: 100% !important;
  position: relative;
  z-index: 3;
  height: 50vh;
  margin-top: -9px;
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #216638;
  opacity: 0.6;
  text-align: center;
}
#footer a:link,
#footer a:visited,
#footer #about-toggle-2 {
  color: #027168;
  text-decoration: none;
  cursor: pointer;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footer a:hover,
#footer #about-toggle-2:hover {
  opacity: 1;
}
#footer a:hover .closing-text,
#footer #about-toggle-2:hover .closing-text {
  opacity: 1;
}
#data-source {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 10px;
  padding: 0;
}
#closing-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  padding: 0;
}
#about-the-data {
  background: #027168;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 6;
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: white;
  margin-top: 50px;
}
#about-the-data a {
  text-decoration: none;
  color: #0ac452;
}
#about-the-data.active {
  display: block;
}
#about-the-data-toggle {
  cursor: pointer;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#about-the-data-toggle:hover {
  opacity: 1;
}
#about-the-data-title {
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 35px 30px 25px 30px;
  -webkit-font-smoothing: antialiased;
}
#about-the-data-close {
  position: absolute;
  color: #0ac452;
  top: 35px;
  right: 25px;
  height: 10px;
  width: 80px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  text-align: right;
}
#about-the-data-close .icon {
  padding-left: 10px;
  font-size: 14px;
}
#about-the-data-text {
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  margin: 0 30px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 320px) {
  #selector {
    position: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 550px) {
  body.intro #title {
    font-size: 80px;
    font-weight: 900;
    line-height: 68px;
    padding-left: 125px;
    width: 700px;
  }
  #intro-text {
    margin-left: 50vw;
    padding-left: 10px;
  }
  #intro-text p {
    margin-left: -240px;
    width: 480px;
  }
  #mini-social {
    left: 24px;
  }
  #toggles {
    right: 16px;
  }
  .icon {
    padding: 0 4px;
  }
  #selector-wrap {
    position: fixed;
    width: 550px;
    height: 110px;
    background: rgba(255, 255, 255, 0.93);
    top: 50vh;
    left: 50vw;
    z-index: 4;
    margin-top: 37px;
    margin-left: -275px;
    margin-right: auto;
  }
  #selector {
    margin-top: 37px;
    background: rgba(0, 0, 0, 0);
    width: 500px;
    margin-left: -250px;
    left: 50vw;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #selector br {
    display: none;
  }
  #search-container {
    left: 50vw;
    margin-left: -240px;
    width: 480px;
  }
  #search-container.floating {
    position: fixed;
    top: 55px;
    width: 480px;
    padding-right: 30px;
  }
  #about-the-data {
    background: #027168;
    left: 50vw;
    top: 50vh;
    margin-top: -125px;
    margin-left: -265px;
    width: 530px;
    height: 325px;
  }
  #about-the-data-close {
    top: 25px;
    right: 25px;
  }
  #about-the-data-text {
    margin: 0 25px;
  }
  #about-the-data-title {
    font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 25px;
  }
  #viz-container {
    overflow-x: visible;
  }
  #equality {
    top: 2px;
  }
  .wrapper {
    height: 50px;
  }
  .wrapper.right .end-cap {
    right: -10px;
  }
  .wrapper.left .end-cap {
    left: -10px;
  }
  .bar-inner {
    height: 40px;
  }
  .oname {
    display: block;
    top: -3px;
    color: #027168;
  }
  #footer {
    margin-top: -39px;
  }
}
