@font-face {
  font-family: "Benton-Sans";
  src: url("https://graphics.suntimes.com/libraries/font/benton.eot");
  src: url("https://graphics.suntimes.com/libraries/font/benton.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/libraries/font/benton.woff") format("woff"), url("https://graphics.suntimes.com/libraries/font/benton.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "Benton-Sans-Book";
  src: url("https://graphics.suntimes.com/libraries/font/bentonsans-book.eot");
  src: url("https://graphics.suntimes.com/libraries/font/bentonsans-book.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/libraries/font/bentonsans-book.woff") format("woff"), url("https://graphics.suntimes.com/libraries/font/bentonsans-book.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: "Benton-Regular";
  src: url("https://graphics.suntimes.com/libraries/font/benton-regular.eot");
  src: url("https://graphics.suntimes.com/libraries/font/benton-regular.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/libraries/font/benton-regular.woff") format("woff"), url("https://graphics.suntimes.com/libraries/font/benton-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "Benton-Medium";
  src: url("https://graphics.suntimes.com/libraries/font/benton-medium.eot");
  src: url("https://graphics.suntimes.com/libraries/font/benton-medium.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/libraries/font/benton-medium.woff") format("woff"), url("https://graphics.suntimes.com/libraries/font/benton-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

body {
  margin: 0;
  background: #F0EFF0;
  height: auto;
  float: left;
  width: 100%; }

h1, h2, h3, h4, h5, h6, body {
  font-family: "Benton-Sans-Book", "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

h1 {
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.tooltip h2 {
  border-bottom: 2px solid #CD2027;
  margin: 5px 0;
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.tooltip p {
  font-family: "Benton-Sans-Book"; }

.spot {
  width: calc(100% / 11);
  height: 10px;
  float: left; }

.spot.small {
  width: calc(100% / 55); }

.left {
  float: left; }

.right {
  float: right; }

.tooltip {
  opacity: 0;
  position: absolute;
  width: 130px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  bottom: 100px;
  padding: 5px;
  background: #f9f9f9;
  border: 1px solid #a9a9a9; }

h4, h3 {
  margin: 0; }

h3 {
  font-size: 16px; }

p {
  font-family: Georgia, Times New Roman, serif; }

img {
  vertical-align: middle; }

blockquote {
  line-height: 1.6;
  color: #6f6f6f;
  margin: 0 0 1.25rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }

#social {
  width: 100px;
  position: fixed;
  top: 50px;
  left: 10px; }

.twitter, .fb {
  float: left;
  opacity: 0.8; }

.twitter {
  margin-left: 10px; }

.twitter:hover, .fb:hover {
  opacity: 1;
  cursor: pointer; }

#navbar h1 {
  font-size: 1.25rem;
  float: left; }

#navbar#new {
  background: #fff; }

.filters.shown {
  height: auto;
  display: block; }

.person.hide {
  display: none; }

.person.show {
  display: block; }

.person {
  padding: 5px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  transition: background 0.2s ease; }

.person p, .list p {
  font-family: "Georgia";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

.container {
  width: 98%;
  margin: 0 auto 10px;
  max-width: 720px; }

#range {
  height: 30px;
  width: 100%; }

.dropdown {
  height: 50px; }

.list, .intro {
  width: calc(100%);
  float: left;
  padding-bottom: 10px; }

#map_div.homicide {
  position: fixed;
  top: 60px;
  width: calc(100% - 810px);
  height: 100vh;
  right: 10px; }

#pagecredit {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px; }

.intro p {
  font-size: 18px; }

.intro {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.choose {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #fff; }

a {
  color: #008cba; }

.button {
  background-color: #aeaeae;
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 15px;
  margin: 0 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer; }

.button.active {
  background-color: #64bedf;
  color: #ffffff; }

.select2-container {
  min-width: 100%; }

.select2-container--default .select2-selection--single {
  border: 1px solid #eae9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
  background-color: #adadad;
  text-align: center;
  font-weight: bold;
  /* padding: 10px; */
  font-size: 15px;
  margin: 0 4px;
  width: 100%;
  z-index: 999999999 !important; }

.select2-container--open .select2-dropdown {
  left: 8px;
  z-index: 999999999; }

.ad {
  margin: 5px auto;
  clear: both;
  width: auto; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #c7152e transparent transparent transparent; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #F35F67 transparent transparent transparent; }

.highlighted {
  background-color: #E6F8FF; }

@media only screen and (min-width: 520px) and (max-width: 615px) {
  #navbar h1 {
    font-size: 1rem;
    line-height: 1.8rem; } }

@media only screen and (min-width: 100px) and (max-width: 520px) {
  #navbar h1 {
    display: none; } }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
  font-family: "Benton-Sans"; }

@media only screen and (min-width: 100px) and (max-width: 768px) {
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px; } }

.social {
  width: 80px;
  float: right;
  margin-top: 10px; }

.social img {
  margin: 0 5px;
  width: 30px; }

.candidate, .key {
  margin: 25px auto 25px;
  background: #f0f0f0;
  width: calc(100% - 10px);
  padding: 5px; }

.candidate h3 {
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border-bottom: 3px solid #64bedf;
  font-size: 1.4rem;
  padding-bottom: 2px; }

.candidate h4 {
  font-style: italic; }

.key h4 {
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.key p {
  margin: 1px 0;
  clear: both;
  text-align: center;
  font-family: "Benton-Sans-Book","Helvetica";
  font-size: 0.7rem; }

.candidate h3 span, .key p span {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-top: 1px;
  font-family: "Benton-Sans-Book","Helvetica";
  font-size: 0.8rem;
  padding: 3px; }

span.running {
  background-color: #0061AD;
  color: #fff; }

span.unknown {
  background-color: #E3AB9F;
  color: #2e2925; }

span.not {
  background-color: #AC3F3C;
  color: #fff; }

span.considering {
  background-color: #64DFD3;
  color: #2e2925; }

.links h3 {
  border-bottom: none; }

.links p {
  margin: 2px 0;
  font-family: "Georgia"; }

.candidate .image {
  width: 50%;
  margin-left: 25%;
  margin-top: 3px; }

.candidate.hide {
  display: none; }

.select2-container {
  margin-left: -4px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #c7152e; }

#leaderboard {
  width: fit-content;
  margin: 50px auto 10px; }

.st0 {
  fill: #ADADAD;
  stroke: #F0EFF0;
  stroke-width: 0.5;
  stroke-miterlimit: 10; }

.cat {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0; }

#total {
  width: 98%;
  padding: 1%; }

#chicago, #outofstate, #illinois {
  width: calc(94% / 3);
  margin-right: 1%;
  float: left; }

#outofstate, #illinois {
  margin-left: 2%; }

#outofstate {
  margin-right: 0; }

#funds h2 {
  font-family: "Benton-Sans-Book", "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  margin: 5px 0;
  border-bottom: 0;
  text-align: center; }

#funds span {
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px;
  text-align: center;
  display: block;
  margin-bottom: 2px; }

#note {
  clear: both;
  height: 75px; }

/* ON THE PHONE */
@media only screen and (min-width: 100px) and (max-width: 480px) {
  #social {
    width: 70px;
    margin: 0 auto;
    position: relative;
    clear: both;
    height: 40px; }
  .candidate .image {
    width: 100%;
    margin-left: 0%; } }

@media only screen and (min-width: 100px) and (max-width: 728px) {
  .list, .intro {
    width: 100%;
    float: left;
    padding-bottom: 0; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body {
    width: 375px; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
  body {
    width: 375px; } }

@media only screen and (max-width: 568px) {
  #chicago, #outofstate, #illinois {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .cat {
    margin: 2px 0; }
  .tooltip {
    bottom: 0px; }
  #note {
    font-size: 13px; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    width: 375px; } }
