/* CSS RESET */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* COMMON ELEMENTS */
body {
  font-family: 'Lato', sans-serif;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

#sticky-top-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background-color: #a7cc84;
  font-size: 16px;
  padding: 6px;
  width: 100%;
  text-decoration: none;
  display: block;
  z-index: 500;
}

.text-white {
  color: #FFF;
}

.text-white iframe {
  background: #FFF;
  padding: 8px 16px;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.text-white .subtitle {
  color: #FFF;
  padding: 3rem 0 2rem 0;
  display: block;
}

.iframe {
  max-width: 100% !important;
}

#modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none;
}

#modal-wrapper.open {
  display: block;
}

#modal-wrapper .modal {
  width: 300px;
  height: 300px;
  position: absolute;
  left: calc(50% - 150px);
  top: calc(50% - 150px);
  background: #FFF;
  border-radius: 8px;
  z-index: 502;
  position: absolute;
  padding: 20px;
}

#modal-wrapper .modal #modal-close {
  text-decoration: none;
  color: #464648;
  position: absolute;
  top: 10px;
  right: 10px;
}

#modal-wrapper .modal #modal-label {
  color: #FFF;
  text-align: center;
  display: block;
  height: 30px;
  width: 100%;
  z-index: 5000;
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 30px;
}

#modal-wrapper .modal #modal-header-tabs {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  z-index: 500;
  background: #FFF;
  border-radius: 10px;
}

#modal-wrapper .modal #modal-header-tabs a.show-button {
  background: #666;
  color: white;
  text-align: center;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  font-size: 11px;
  width: 45%;
  display: inline-block;
}

#modal-wrapper .modal #modal-header-tabs a.show-button.active {
  background: #82ADD7;
}

#modal-wrapper .modal #modal-content {
  height: 100%;
  overflow: hidden;
}

#modal-wrapper .modal #modal-content #city-select {
  position: relative;
  top: 14px;
  max-height: calc(100% - 10px);
  overflow: scroll;
}

#modal-wrapper .modal #modal-content #city-select.sheriff li.city {
  display: none;
}

#modal-wrapper .modal #modal-content #city-select.city li.sheriff {
  display: none;
}

#modal-wrapper .modal #modal-content #more-info-content {
  overflow: scroll;
  height: 100%;
}

#modal-wrapper .modal #modal-content ul li {
  width: 100%;
}

#modal-wrapper .modal #modal-content ul li a {
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  color: #464648;
}

#modal-wrapper .modal #modal-content ul li a.selected-city {
  color: #82ADD7;
}

#modal-wrapper .modal #modal-content ul li:last-child a {
  border-bottom: none;
}

#modal-wrapper .modal #modal-content ul li.section-header {
  background: #222;
  color: white;
  text-align: center;
  padding: 8px;
  margin: 12px 0 3px;
}

#modal-wrapper .modal #modal-content ul li.section-header:first-child {
  margin-top: 0;
}

#modal-wrapper .modal #modal-content em, #modal-wrapper .modal #modal-content i {
  font-style: italic;
}

#modal-wrapper .modal #modal-content strong, #modal-wrapper .modal #modal-content b {
  font-style: normal;
  font-weight: bold;
}

#modal-wrapper .modal #modal-content a {
  text-decoration: none;
  color: #82ADD7;
}

#modal-wrapper.large .modal {
  height: auto;
  top: calc(50% - 240px);
}

#modal-wrapper.large .modal #modal-content {
  height: 100%;
}

#modal-wrapper #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  background: rgba(0, 0, 0, 0.9);
  display: block;
}

#modal-wrapper #results-info-content {
  font-weight: 300;
}

#modal-wrapper #results-info-content .modal-header {
  height: 40px;
}

#modal-wrapper #results-info-content .percentile-header {
  height: 30px;
}

#modal-wrapper #results-info-content .section-header {
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  border-bottom: 2px solid #000;
  margin-top: 20px;
}

#modal-wrapper #results-info-content .section-header:nth-child(2), #modal-wrapper #results-info-content .section-header:nth-child(3) {
  margin-top: 0;
}

#modal-wrapper #results-info-content .section-header.no-border {
  border-bottom: none;
}

#modal-wrapper #results-info-content .section-header .label {
  width: 61%;
  display: inline-block;
  white-space: nowrap;
}

#modal-wrapper #results-info-content .section-header .percentile {
  width: 39%;
  display: inline-block;
  text-align: center;
}

#modal-wrapper #results-info-content .section-header strong {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
}

#modal-wrapper #results-info-content .button-wrapper {
  text-align: center;
  margin-top: 12px;
}

#modal-wrapper #results-info-content .button-wrapper .button {
  background: #8db6dc;
  text-decoration: none;
  color: white;
  padding: 6px 0;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
}

#modal-wrapper #results-info-content table {
  font-size: 11px;
  font-weight: 400;
}

#modal-wrapper #results-info-content table tr.key::before {
  content: '\002B24';
  position: absolute;
  margin-top: 6px;
  font-size: 8px;
}

#modal-wrapper #results-info-content table tr.key.double::before {
  margin-top: 12px;
}

#modal-wrapper #results-info-content table tr.key.percent-0::before {
  right: 115px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-1::before {
  right: 114px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-2::before {
  right: 113px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-3::before {
  right: 112px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-4::before {
  right: 111px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-5::before {
  right: 110px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-6::before {
  right: 109px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-7::before {
  right: 108px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-8::before {
  right: 107px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-9::before {
  right: 106px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-10::before {
  right: 105px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-11::before {
  right: 104px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-12::before {
  right: 103px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-13::before {
  right: 102px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-14::before {
  right: 101px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-15::before {
  right: 100px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-16::before {
  right: 99px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-17::before {
  right: 98px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-18::before {
  right: 97px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-19::before {
  right: 96px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-20::before {
  right: 95px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-21::before {
  right: 94px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-22::before {
  right: 93px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-23::before {
  right: 92px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-24::before {
  right: 91px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-25::before {
  right: 90px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-26::before {
  right: 89px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-27::before {
  right: 88px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-28::before {
  right: 87px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-29::before {
  right: 86px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-30::before {
  right: 85px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-31::before {
  right: 84px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-32::before {
  right: 83px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-33::before {
  right: 82px;
  color: #f67f85;
}

#modal-wrapper #results-info-content table tr.key.percent-34::before {
  right: 81px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-35::before {
  right: 80px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-36::before {
  right: 79px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-37::before {
  right: 78px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-38::before {
  right: 77px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-39::before {
  right: 76px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-40::before {
  right: 75px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-41::before {
  right: 74px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-42::before {
  right: 73px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-43::before {
  right: 72px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-44::before {
  right: 71px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-45::before {
  right: 70px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-46::before {
  right: 69px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-47::before {
  right: 68px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-48::before {
  right: 67px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-49::before {
  right: 66px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-50::before {
  right: 65px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-51::before {
  right: 64px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-52::before {
  right: 63px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-53::before {
  right: 62px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-54::before {
  right: 61px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-55::before {
  right: 60px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-56::before {
  right: 59px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-57::before {
  right: 58px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-58::before {
  right: 57px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-59::before {
  right: 56px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-60::before {
  right: 55px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-61::before {
  right: 54px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-62::before {
  right: 53px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-63::before {
  right: 52px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-64::before {
  right: 51px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-65::before {
  right: 50px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-66::before {
  right: 49px;
  color: #AAA;
}

#modal-wrapper #results-info-content table tr.key.percent-67::before {
  right: 48px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-68::before {
  right: 47px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-69::before {
  right: 46px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-70::before {
  right: 45px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-71::before {
  right: 44px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-72::before {
  right: 43px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-73::before {
  right: 42px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-74::before {
  right: 41px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-75::before {
  right: 40px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-76::before {
  right: 39px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-77::before {
  right: 38px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-78::before {
  right: 37px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-79::before {
  right: 36px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-80::before {
  right: 35px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-81::before {
  right: 34px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-82::before {
  right: 33px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-83::before {
  right: 32px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-84::before {
  right: 31px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-85::before {
  right: 30px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-86::before {
  right: 29px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-87::before {
  right: 28px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-88::before {
  right: 27px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-89::before {
  right: 26px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-90::before {
  right: 25px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-91::before {
  right: 24px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-92::before {
  right: 23px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-93::before {
  right: 22px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-94::before {
  right: 21px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-95::before {
  right: 20px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-96::before {
  right: 19px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-97::before {
  right: 18px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-98::before {
  right: 17px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-99::before {
  right: 16px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.key.percent-100::before {
  right: 15px;
  color: #97d89a;
}

#modal-wrapper #results-info-content table tr.incomplete {
  background: repeating-linear-gradient(-55deg, #FFF, #FFF 2px, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0.1) 4px);
}

#modal-wrapper #results-info-content table tr.incomplete::before {
  content: 'INCOMPLETE';
  position: absolute;
  right: 37px;
  margin-top: 6px;
  color: #f67f85;
  font-size: 10px;
  font-weight: 700;
  background: #FFF;
}

#modal-wrapper #results-info-content table tr.incomplete.double::before {
  margin-top: 12px;
}

#modal-wrapper #results-info-content table tr.no-complaints {
  background: repeating-linear-gradient(-55deg, #FFF, #FFF 2px, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0.1) 4px);
}

#modal-wrapper #results-info-content table tr.no-complaints::before {
  content: 'NO COMPLAINTS';
  position: absolute;
  right: 30px;
  margin-top: 6px;
  color: #97d89a;
  font-size: 10px;
  font-weight: 700;
  background: #FFF;
}

#modal-wrapper #results-info-content table tr.no-complaints.double::before {
  margin-top: 12px;
}

#modal-wrapper #results-info-content table td {
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  padding: 4px 0;
}

#modal-wrapper #results-info-content table td.divider {
  border-right: 1px solid #000;
}

#modal-wrapper #results-info-content .summary {
  text-align: left;
  margin-top: 12px;
}

#modal-wrapper #results-info-content .results-header {
  display: inline-block;
  font-weight: 400;
  width: 48%;
  white-space: nowrap;
  overflow: visible;
}

#modal-wrapper #results-info-content .keys {
  display: inline-block;
  font-size: 8px;
  font-weight: 400;
  width: 52%;
  text-align: right;
  white-space: nowrap;
}

#modal-wrapper #results-info-content .keys .key {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  white-space: nowrap;
}

#modal-wrapper #results-info-content .keys .key.key-bad {
  background-color: #f67f85;
}

#modal-wrapper #results-info-content .keys .key.key-avg {
  background-color: #AAA;
}

#modal-wrapper #results-info-content .keys .key.key-good {
  background-color: #97d89a;
}

#modal-wrapper #results-info-content strong {
  font-weight: 700;
}

#modal-wrapper #results-info-content strong.grade-a {
  color: #97d89a;
}

#modal-wrapper #results-info-content strong.grade-b {
  color: #c9da98;
}

#modal-wrapper #results-info-content strong.grade-c {
  color: #ffdd9a;
}

#modal-wrapper #results-info-content strong.grade-d {
  color: #ee9978;
}

#modal-wrapper #results-info-content strong.grade-f {
  color: #f67f85;
}

#modal-wrapper #results-info-content strong.grade span {
  color: #464648 !important;
}

#modal-wrapper #results-info-content p {
  margin-top: 20px;
  line-height: 18px;
}

#modal-wrapper #results-info-content p:first-child {
  margin-top: 0;
}

#modal-wrapper #results-info-content p.score {
  font-size: 18px;
  line-height: 24px;
}

#modal-wrapper #results-info-content p.instructions {
  font-size: 18px;
  line-height: 24px;
  color: #82ADD7;
}

.wrapper {
  width: 100%;
}

/* SECTION */
.section.bb {
  border-bottom: 8px solid rgba(0, 0, 0, 0.05);
}

.section.pad {
  padding-bottom: 80px;
  padding-top: 20px;
}

.section sup {
  font-size: 12px;
  position: relative;
  top: -8px;
}

.section small {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.section small sup {
  font-size: 10px;
  position: relative;
  top: -2px;
}

.section .view-score {
  cursor: pointer;
  text-align: right;
  line-height: 80px;
  vertical-align: middle;
}

.section .view-score span {
  vertical-align: middle;
  padding: 0 4px;
}

.section .view-score .tooltip {
  position: absolute;
  top: 53px;
  left: 20px;
}

.section .view-score .tooltip span, .section .view-score .tooltip small {
  color: white !important;
  font-size: 11px !important;
  font-weight: 600;
}

.section.jail {
  background: #464648;
  color: #fff;
  padding-bottom: 40px;
}

.section.jail p.note, .section.jail .progress-bar.grouped span {
  color: #bbbbbb;
}

.section.jail .stat-wrapper .keys .key.key-black, .section.jail .stat-wrapper .progress-bar-wrapper .progress-bar.key-black {
  background-color: #737373;
}

.section .content {
  max-width: 940px;
  margin: 0 auto;
}

.section .content.chart-summary {
  padding: 80px 20px;
  font-size: 20px;
  line-height: 30px;
}

.section .content.chart-summary div.left.number-list {
  padding-left: 60px;
  position: relative;
}

.section .content.chart-summary.number-list {
  padding-left: 80px;
  position: relative;
}

.section .content.chart-summary p.number-list {
  position: relative;
}

.section .content.chart-summary p.number-list::after {
  content: '';
  position: absolute;
  background: #a7cc84;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -60px;
  display: block;
  top: 0;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  color: #FFF;
}

.section .content.chart-summary p.number-list.n1::after {
  content: '1';
}

.section .content.chart-summary p.number-list.n2::after {
  content: '2';
}

.section .content.chart-summary p.number-list.n3::after {
  content: '3';
}

.section .content.chart-summary p.number-list.n4::after {
  content: '4';
}

.section .content.chart-summary p.number-list.n5::after {
  content: '5';
}

.section .content.chart-summary p.number-list.n6::after {
  content: '6';
}

.section .content.chart-summary p.number-list.n7::after {
  content: '7';
}

.section .content.chart-summary p.number-list.n8::after {
  content: '8';
}

.section .content.chart-summary p.number-list.n9::after {
  content: '9';
}

.section .content.chart-summary p.number-list.n10::after {
  content: '10';
}

.section .content.chart-summary p.number-list.n11::after {
  content: '11';
}

.section .content.chart-summary p.number-list.n12::after {
  content: '12';
}

.section .content.chart-summary p.number-list.n13::after {
  content: '13';
}

.section .content.chart-summary p.number-list.n14::after {
  content: '15';
}

.section .content.chart-summary p.number-list.n15::after {
  content: '15';
}

.section .content.chart-summary a {
  color: #82ADD7;
  text-decoration: none;
  font-weight: 600;
}

.section .content.chart-summary blockquote {
  padding-left: 40px;
  font-style: italic;
  margin-bottom: 20px;
}

.section .content.chart-summary.no-pad-bottom {
  padding-bottom: 10px !important;
}

.section .content.chart-summary.no-pad-top {
  padding-top: 10px !important;
}

.section .content.chart-summary ul {
  list-style: disc;
  margin-left: 22px;
  margin-bottom: 16px;
  font-weight: 300;
}

.section .content.chart-summary iframe {
  background: #FFF;
  padding: 8px 16px;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.section .content.chart-summary img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.section .content.chart-summary p {
  margin-bottom: 20px;
  font-weight: 300;
}

.section .content.chart-summary p strong {
  font-weight: 600;
}

.section .content.chart-summary p:last-child {
  margin-bottom: 0;
}

.section .content.chart-summary h1.title {
  color: #82ADD7;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 38px;
}

.section .content.padded {
  padding: 80px 20px;
  font-size: 20px;
  line-height: 30px;
}

.section .content.padded p {
  margin-bottom: 20px;
}

.section .content.padded p:last-child {
  margin-bottom: 0;
}

.section .content.padded a.read-methodology {
  margin: 0 auto;
  display: block;
  text-align: left;
  width: 100%;
  border: 2px solid #cacaca;
  color: #fff;
  white-space: nowrap;
  font-size: 22px;
  text-decoration: none;
  padding: 0px 18px;
  font-weight: 500;
  position: relative;
  line-height: 50px;
  text-align: center;
}

.section .content.padded a.read-methodology img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.section .content.text-white {
  color: #FFF;
  font-weight: 300;
}

.section .content.text-white strong {
  font-weight: 600;
}

.section .content a.results-info {
  font-size: 11px;
  background: #454548;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  vertical-align: bottom;
  margin-left: 14px;
  text-decoration: none;
  position: relative;
  top: -2px;
}

.section .content a.results-info:hover {
  background-color: #82ADD7;
}

.section .content .error {
  display: block;
  font-size: 18px;
  color: #f67f85;
  text-align: center;
  padding-bottom: 18px;
}

.section .content.section-header {
  font-size: 22px;
}

.section .content.section-header .tooltip {
  position: relative !important;
  margin-left: 4px !important;
  top: 0 !important;
}

.section .content.section-header h1.title {
  color: #82ADD7;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 24px 0 20px 0;
}

.section .content.section-header strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.section .content.section-header strong.grade-a {
  color: #97d89a;
}

.section .content.section-header strong.grade-b {
  color: #c9da98;
}

.section .content.section-header strong.grade-c {
  color: #ffdd9a;
}

.section .content.section-header strong.grade-d {
  color: #ee9978;
}

.section .content.section-header strong.grade-f {
  color: #f67f85;
}

.section .content.section-header strong.grade span {
  color: #464648 !important;
}

.section .content > div.left {
  display: inline-block;
  width: 50%;
  padding-right: 5%;
  vertical-align: top;
}

.section .content > div.left.v-center {
  vertical-align: middle;
}

.section .content > div.right {
  display: inline-block;
  width: 49%;
  padding-left: 5%;
  vertical-align: top;
}

.section .content > div.right.v-center {
  vertical-align: middle;
}

.section .divider {
  opacity: 0.15;
}

.section.bg-gray {
  background-color: #464648;
}

.section.bg-gray .content.chart-summary h1.title {
  color: white;
}

.section.bg-gray .content.chart-summary a, .section.bg-gray .content.chart-summary ul, .section.bg-gray .content.chart-summary li {
  color: #FFF;
}

.section.bg-gray .content.chart-summary p {
  color: #FFF;
  font-weight: 300;
}

.section.bg-orange {
  background-color: #F19975;
}

.section.bg-orange p.number-list {
  position: relative;
}

.section.bg-orange p.number-list::after {
  content: '';
  background: #FFF !important;
  color: #222 !important;
}

.section.bg-orange .content.chart-summary h1.title {
  color: white;
}

.section.bg-orange .content.chart-summary a, .section.bg-orange .content.chart-summary ul, .section.bg-orange .content.chart-summary li {
  color: #FFF;
}

.section.bg-orange .content.chart-summary p {
  font-weight: 300;
}

.section.bg-blue {
  background-color: #82ADD7;
}

.section.bg-blue .content.chart-summary h1.title {
  color: white;
}

.section.bg-blue .content.chart-summary a, .section.bg-blue .content.chart-summary ul, .section.bg-blue .content.chart-summary li {
  color: #FFF;
}

.section.bg-blue .content.chart-summary p {
  font-weight: 300;
}

.section.bg-light-gray {
  background-color: #F2F4F6;
}

.section.bg-dotted {
  background: radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 10%) 0 0, radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 10%) 8px 8px, radial-gradient(rgba(255, 255, 252, 0.1) 10%, transparent 10%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 10%, transparent 5%) center center;
  background-size: 16px 16px;
  background-color: #EFEFEF;
}

/* CONTENT */
.title {
  font-family: 'Barlow Condensed', sans-serif;
}

.stat-wrapper {
  margin-top: 30px;
  position: relative;
}

.stat-wrapper a {
  color: #000;
  text-decoration: none;
}

.stat-wrapper .stats-change, .stat-wrapper .tooltip, .stat-wrapper .grade-arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  display: inline-block;
  height: unset;
}

.stat-wrapper:last-child {
  border-bottom: none;
}

.stat-wrapper a.more-info {
  background: url(../img/see-more.png) center center no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -14px;
  display: none;
}

.stat-wrapper a.external-link {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  cursor: pointer;
}

.stat-wrapper a.external-link::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  position: absolute;
  left: 4px;
}

.stat-wrapper h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
  font-size: 16px;
  padding-right: 22px;
}

.stat-wrapper p {
  font-size: 16px;
  line-height: 30px;
}

.stat-wrapper p.note {
  font-size: 11px;
  color: #464648;
  line-height: 18px;
  margin-bottom: 30px;
  text-align: left;
  text-indent: 5px;
}

.stat-wrapper p.good-job {
  color: #97d89a;
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
}

.stat-wrapper p.good-job.pad-bottom {
  padding-bottom: 65px;
}

.stat-wrapper .minor-pad {
  padding-bottom: 18px;
}

.stat-wrapper .canvas-wrapper {
  position: relative;
}

.stat-wrapper .canvas-wrapper canvas {
  max-width: 320px;
}

.stat-wrapper .canvas-wrapper .canvas-label {
  position: absolute;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 100px;
  text-align: center;
  width: 200px;
  height: 200px;
  left: calc(50% - 100px);
  top: 90px;
  border-radius: 50%;
  font-weight: 900;
  padding-top: 50px;
  line-height: 50px;
}

.stat-wrapper .canvas-wrapper .canvas-label span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  margin-top: 20px;
}

.stat-wrapper .keys {
  font-size: 14px;
  white-space: nowrap;
}

.stat-wrapper .keys a {
  opacity: 1;
}

.stat-wrapper .keys a.inactive {
  opacity: 0.5;
}

.stat-wrapper .keys .key {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999;
  margin: 0 4px 0 15px;
  line-height: 20px;
  white-space: nowrap;
}

.stat-wrapper .keys .key:first-child {
  margin-left: 0;
}

.stat-wrapper .keys .key.key-red {
  background-color: #f67f85;
}

.stat-wrapper .keys .key.key-orange {
  background-color: #f19975;
}

.stat-wrapper .keys .key.key-black {
  background-color: #58595b;
}

.stat-wrapper .keys .key.key-grey {
  background-color: #9a9b9f;
}

.stat-wrapper .keys .key.key-white {
  background-color: #d4d9e4;
}

.stat-wrapper .progress-bar-wrapper {
  background-color: #D8D8D8;
  width: 100%;
  height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 3px;
  margin: 14px 0 8px 0;
}

.stat-wrapper .progress-bar-wrapper .progress-bar {
  background-color: #82ADD7;
  position: absolute;
  top: 0;
  left: 0;
  width: 1%;
  display: block;
  height: 11px;
  border-radius: 3px;
  max-width: 100%;
  min-width: 1%;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.no-data {
  min-width: 0;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.grouped {
  position: relative;
  display: inline-block;
  float: left;
  border-radius: 0;
  text-align: center;
  min-width: 0;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.grouped span {
  font-size: 10px;
  position: relative;
  top: -18px;
  color: #999;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.key-red {
  background-color: #f67f85;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.key-orange {
  background-color: #f19975;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.key-black {
  background-color: #58595b;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.key-grey {
  background-color: #9a9b9f;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.key-white {
  background-color: #d4d9e4;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.bright-green {
  background-color: #97d89a;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.green {
  background-color: #c9da98;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.yellow {
  background-color: #ffdd9a;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.orange {
  background-color: #ee9978;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.red {
  background-color: #f67f85;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.always-bad {
  background-color: #f67f85;
}

.stat-wrapper .progress-bar-wrapper .progress-bar.dark-grey {
  background-color: #888;
}

.stat-wrapper.grouped h3 {
  margin-bottom: 24px;
  display: block;
}

.stat-wrapper.grouped p {
  margin-top: 27px;
  line-height: 18px;
  margin-bottom: 0;
}

.header {
  height: 120px;
}

.header .content {
  height: 120px;
}

.header .logo {
  text-decoration: none;
  position: relative;
  top: 33px;
  left: 25px;
}

.header .logo svg {
  height: 55px;
  width: auto;
}

.header #mobile-toggle {
  display: none;
}

.header #menu {
  float: right;
}

.header #menu li {
  display: inline-block;
  margin-right: 20px;
  line-height: 110px;
}

.header #menu li:last-child {
  margin-right: 0;
}

.header #menu li a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 20px 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.header #menu li a:hover, .header #menu li a.active {
  color: #82ADD7;
}

.advocacy-tip {
  font-size: 14px;
  padding: 20px;
  margin-top: 20px;
  background: #F2F4F6;
  border-radius: 10px;
}

.current-state {
  text-align: center;
  color: #82ADD7;
  font-weight: 500;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Barlow Condensed', sans-serif;
}

.current-state svg {
  position: relative;
  top: 5px;
}

.selected-location .selected-location-label {
  color: white;
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: 3px;
  letter-spacing: 1.5px;
  line-height: 20px;
  opacity: 0.5;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 26px;
}

.selected-location a {
  font-family: 'Barlow Condensed', sans-serif;
  color: #82ADD7;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
  text-decoration: none;
  position: relative;
  padding-bottom: 30px;
  top: 10px;
  display: inline-block;
}

.selected-location a::after {
  content: '\0025E2';
  font-size: 18px;
  color: #F19975;
  position: absolute;
  right: -40px;
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section.hero .clear {
  height: 0;
  width: 100%;
  clear: both;
}

.section.hero .left {
  width: 30% !important;
  display: inline-block;
  float: left;
}

.section.hero .left .map {
  width: 283px;
  height: 340px;
  margin: 20px 0;
  display: block;
  position: relative;
}

.section.hero .right {
  width: 69% !important;
  display: inline-block;
  text-align: center;
  float: right;
}

.section.hero .right h1 {
  font-size: 34px;
  font-weight: 400;
  color: #464648;
  margin-top: 80px;
  padding: 18px 0;
}

.section.hero .right h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #464648;
  font-style: italic;
  margin-bottom: 36px;
}

.section.hero.sandiego {
  background: url(../img/sandiego.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.section.hero.sandiego:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.section.hero.sandiego .content {
  text-align: center;
  padding: 120px 40px;
  z-index: 11;
  position: relative;
  max-width: 640px;
}

.section.hero.sandiego .content h1 {
  font-size: 34px;
  font-weight: 300;
  color: #FFF;
  line-height: 50px;
  padding-bottom: 15px;
}

.section.hero.sandiego .content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #FFF;
  font-style: italic;
}

.section.stats .one-third {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.section.stats .one-third h1 {
  color: #82ADD7;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 28px;
}

.section.stats .one-third h1 strong {
  font-weight: 500;
}

.section.stats .one-third p {
  color: #FFF;
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}

.section.stats .one-third p strong {
  font-weight: 500;
}

.section.score.animate .left {
  left: -500px;
}

.section.score.animate .right {
  right: -500px;
}

.section.score .left {
  display: inline-block;
  padding: 30px 0;
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.section.score .left .selected-location a {
  color: #FFF;
  padding: 0;
}

.section.score .left .selected-location a::after {
  color: #000;
}

.section.score .right {
  display: inline-block;
  font-size: 24px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  padding: 0;
  line-height: 120px;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.section.score .right .grade {
  font-size: 80px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

.section.checklist {
  padding-bottom: 60px;
}

.section.checklist h1.title {
  color: #FFF;
  padding: 50px 0 30px 0;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
}

.section.checklist h1.title span.good {
  color: #a7cc84;
}

.section.checklist h1.title span.bad {
  color: #f67f85;
}

.section.checklist .check {
  height: 48px;
  color: #FFF;
  font-size: 16px;
  padding-left: 48px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.section.checklist .check::before {
  content: '';
  display: block;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  opacity: 1;
}

.section.checklist .check.animate-check::before {
  left: -30px;
  opacity: 0;
}

.section.checklist .check.checked {
  color: #a7cc84;
}

.section.checklist .check.checked::before {
  background-color: #a7cc84;
}

.section.checklist .check.checked-bad {
  color: #f67f85;
}

.section.checklist .check.checked-bad::before {
  background-color: #f67f85;
}

.section.grades {
  padding-bottom: 60px;
}

.section.grades h1.title {
  color: #82ADD7;
  padding: 50px 0;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 300;
}

.section.grades table {
  width: 100%;
}

.section.grades table tr, .section.grades table td {
  line-height: 32px;
}

.section.grades table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.section.grades table th {
  font-family: 'Barlow Condensed', sans-serif;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
}

.section.grades table td {
  font-size: 16px;
  font-weight: 300;
}

.section.grades table td a {
  text-decoration: none;
  color: #000;
}

.section.grades .button {
  margin: 0 auto;
  width: 120px;
  background: #8db6dc;
  text-decoration: none;
  color: white;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
  margin-top: 30px;
}

.section.grades .button.more {
  display: none;
}

.section.grades .button.less {
  display: block;
}

.section.grades.short .left, .section.grades.short .right {
  max-height: 360px;
  overflow: hidden;
}

.section.grades.short .button.more {
  display: block;
}

.section.grades.short .button.less {
  display: none;
}

.section.grades div.grade {
  height: 20px;
  width: 75px;
  position: relative;
  top: -3px;
  color: #FFF;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 0 12px black;
  overflow: hidden;
}

.section.grades div.grade.grade-a {
  background: #97d89a;
}

.section.grades div.grade.grade-b {
  background: #c9da98;
}

.section.grades div.grade.grade-c {
  background: #ffdd9a;
}

.section.grades div.grade.grade-d {
  background: #ee9978;
}

.section.grades div.grade.grade-f {
  background: #f67f85;
}

.section.why {
  padding-bottom: 60px;
}

.section.why h1.title {
  color: #F19975;
  padding: 40px 0;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.section.why p, .section.why ul, .section.why li {
  font-size: 18px;
  line-height: 24px;
  color: #464648;
}

.section.why .take-action {
  color: #f19975;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.section.why ul li {
  margin-bottom: 20px;
}

.section.why ul li:last-child {
  margin-bottom: 0;
}

.section.why ul ul.contacts {
  margin-top: 14px;
  list-style: none;
  margin-left: 0;
}

.section.why ul ul.contacts li {
  font-size: 16px;
  line-height: 24px;
}

.section.why .number ul {
  list-style: none;
  margin-left: 40px;
}

.section.why .number ul a.button {
  white-space: nowrap;
  padding: 4px 20px;
}

.section.why .number::before {
  font-family: 'Barlow Condensed', sans-serif;
  position: absolute;
  font-weight: 700;
  font-size: 24px;
}

.section.why .number.number-1::before {
  content: '1.';
}

.section.why .number.number-2::before {
  content: '2.';
}

.section.why a {
  color: #82ADD7;
  text-decoration: none;
}

.section.why a.button {
  background: #8db6dc;
  text-decoration: none;
  color: white;
  padding: 0 20px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
}

.section.why strong {
  font-weight: 600;
}

.section.next {
  padding-bottom: 60px;
}

.section.next h1.title {
  color: #F19975;
  padding: 40px 0;
  font-size: 24px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.section.next h1.title::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 4px;
  bottom: -54px;
  background: #fedc9e;
  background: -webkit-gradient(linear, left top, right top, from(#fedc9e), color-stop(50%, #c9d99b), to(#99d79c));
  background: linear-gradient(to right, #fedc9e 0%, #c9d99b 50%, #99d79c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedc9e', endColorstr='#99d79c',GradientType=1 );
}

.section.next h1.title::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: transparent;
  border-top: 4px solid #99D79C;
  border-right: 4px solid #99D79C;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
          transform: translate3d(0, -50%, 0) rotate(45deg);
  right: 0;
  bottom: -66px;
}

.section.next .step {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 60px;
}

.section.next .step > div {
  padding-top: 40px;
}

.section.next .step img {
  height: auto;
  display: inline-block;
  float: left;
  width: 70px;
  shape-margin: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.section.next .step p {
  font-size: 18px;
  line-height: 24px;
  color: #464648;
}

.section.next .step h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 300;
}

.section.next .step strong {
  font-weight: 600;
}

.section.next .step span.completed {
  display: inline-block;
  color: white;
  font-size: 12px;
  line-height: 12px;
  padding: 6px;
  border-radius: 3px;
  background: #85c789;
  position: relative;
  top: -6px;
  margin-left: 6px;
  font-weight: 500;
}

.section.next .step-1 h2 {
  color: #FEDC9E;
}

.section.next .step-1 img {
  shape-outside: url(../img/next/step1.svg);
}

.section.next .step-2 h2 {
  color: #C9D99B;
}

.section.next .step-2 img {
  shape-outside: url(../img/next/step2.svg);
}

.section.next .step-3 h2 {
  color: #99D79C;
}

.section.next .step-3 img {
  shape-outside: url(../img/next/step3.svg);
}

.section.about {
  padding: 20px;
}

.section.about .content {
  line-height: 24px;
  overflow: visible;
}

.section.about .content img {
  max-width: 500px;
}

.section.about .content img.narrow {
  max-width: 300px;
}

.section.about .content h1, .section.about .content h2, .section.about .content h3 {
  text-transform: uppercase;
  margin: 14px 0;
}

.section.about .content h1.title {
  color: #82ADD7;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.section.about .content h2.title {
  color: #464648;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

.section.about .content h3.title {
  color: #82ADD7;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.section.about .content a {
  color: #82ADD7;
  text-decoration: none;
}

.section.about .content ol {
  list-style: decimal;
  margin: 14px 22px;
}

.section.footer {
  padding: 20px 0;
}

.section.footer a.social {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #cacaca;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  text-align: center;
  line-height: 30px;
  color: #464648;
  margin-top: 8px;
}

.section.footer a.social:hover {
  background: #FFF;
}

.section.footer .right a {
  font-family: 'Barlow Condensed', sans-serif;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  line-height: 45px;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 40px;
  padding-left: 52px;
}

.section.footer .right a.get-involved {
  background: url(../img/hand.png) left center no-repeat;
}

.section.footer .right a.donate {
  background: url(../img/donate.png) left center no-repeat;
}

.section.footer .content.bt {
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  color: #cacaca;
  font-weight: 300;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.section.footer .content.bt a {
  color: #FFF;
  text-decoration: none;
  display: block;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 34px;
}

#state-map {
  height: 100%;
  width: auto;
}

text.highcharts-credits {
  display: none;
}

svg.highcharts-root path.highcharts-point {
  stroke: #444;
  stroke-width: 0.25px;
}

.highcharts-mappoint-series.highcharts-series-7 image {
  -webkit-filter: url(#drop-shadow);
          filter: url(#drop-shadow);
}

.highcharts-map-series path {
  fill: #FFF;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

.highcharts-map-series path.highcharts-color-1, .highcharts-map-series path.highcharts-color-2, .highcharts-map-series path.highcharts-color-3, .highcharts-map-series path.highcharts-color-4, .highcharts-map-series path.highcharts-color-5 {
  fill: #F7F7F7;
  stroke: transparent;
}

.highcharts-map-series path.highcharts-color-1:hover {
  fill: #f67f85;
  stroke: #f67f85;
}

.highcharts-map-series path.highcharts-color-2:hover {
  fill: #ee9978;
  stroke: #ee9978;
}

.highcharts-map-series path.highcharts-color-3:hover {
  fill: #ffdd9a;
  stroke: #ffdd9a;
}

.highcharts-map-series path.highcharts-color-4:hover {
  fill: #c9da98;
  stroke: #c9da98;
}

.highcharts-map-series path.highcharts-color-5:hover {
  fill: #97d89a;
  stroke: #97d89a;
}

.highcharts-map-series path.highcharts-color-1.active, .highcharts-map-series path.highcharts-color-1.active:hover {
  fill: #f67f85;
  stroke: #f67f85;
}

.highcharts-map-series path.highcharts-color-2.active, .highcharts-map-series path.highcharts-color-2.active:hover {
  fill: #ee9978;
  stroke: #ee9978;
}

.highcharts-map-series path.highcharts-color-3.active, .highcharts-map-series path.highcharts-color-3.active:hover {
  fill: #ffdd9a;
  stroke: #ffdd9a;
}

.highcharts-map-series path.highcharts-color-4.active, .highcharts-map-series path.highcharts-color-4.active:hover {
  fill: #c9da98;
  stroke: #c9da98;
}

.highcharts-map-series path.highcharts-color-5.active, .highcharts-map-series path.highcharts-color-5.active:hover {
  fill: #97d89a;
  stroke: #97d89a;
}

#state-map.city .highcharts-map-series path.highcharts-color-1, #state-map.city .highcharts-map-series path.highcharts-color-2, #state-map.city .highcharts-map-series path.highcharts-color-3, #state-map.city .highcharts-map-series path.highcharts-color-4, #state-map.city .highcharts-map-series path.highcharts-color-5 {
  fill: #FFF;
}

#state-map.city .highcharts-map-series path.highcharts-color-1:hover {
  fill: #f67f85;
  stroke: #f67f85;
}

#state-map.city .highcharts-map-series path.highcharts-color-2:hover {
  fill: #ee9978;
  stroke: #ee9978;
}

#state-map.city .highcharts-map-series path.highcharts-color-3:hover {
  fill: #ffdd9a;
  stroke: #ffdd9a;
}

#state-map.city .highcharts-map-series path.highcharts-color-4:hover {
  fill: #c9da98;
  stroke: #c9da98;
}

#state-map.city .highcharts-map-series path.highcharts-color-5:hover {
  fill: #97d89a;
  stroke: #97d89a;
}

.buttons {
  height: 40px;
}

.buttons .btn {
  background: #f7f7f7;
  border: 1px solid #CCC;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-size: 11px;
}

.buttons .btn.active {
  background: #FFF;
  border: 1px solid #666;
  font-weight: 600;
}

.stats-change {
  position: absolute;
  right: 0;
}

.tooltip {
  cursor: default;
  z-index: 1000;
  font-size: 16px;
  font-family: monospace;
  height: 18px;
  line-height: 16px;
  display: inline-block;
  top: 2px;
  z-index: 50;
  width: 22px;
}

.tooltip .grade-arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
}

.tooltip .grade-arrow span {
  position: absolute;
  left: 0;
  font-size: 14px;
  font-family: -apple-system, monospace;
  display: block;
  line-height: 8px;
  width: 100%;
  top: 1px;
  text-align: center;
  height: 7px;
}

.tooltip .grade-arrow small {
  position: absolute;
  left: 0;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  width: 100%;
  display: block;
  bottom: 0;
  color: black;
}

.tooltip.bad {
  color: #f67f85 !important;
}

.tooltip.bad.reverse {
  color: #97d89a !important;
}

.tooltip.bad .grade-arrow span {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tooltip.good {
  color: #97d89a !important;
}

.tooltip.good.reverse {
  color: #f67f85 !important;
}

.tooltip.good .grade-arrow span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tooltip::before {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  top: -7px;
  left: -150px;
  background: black;
  color: white;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 12px;
  font-family: 'Lato', sans-serif;
  width: 140px;
  text-align: center;
}

.tooltip:focus, .tooltip:hover {
  color: black !important;
}

.tooltip:focus::before, .tooltip:hover::before {
  display: block;
}

.grades td {
  position: relative;
  white-space: nowrap;
}

.grades td a.score {
  display: inline-block;
  vertical-align: middle;
}

.grades td .tooltip {
  position: unset;
  top: unset;
  left: unset;
  display: inline-block;
}

.title.white {
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  background: #a7cc84;
  clear: both;
  padding: 8px;
  font-weight: 600;
  position: relative;
  top: 10px;
}

.title.white.bad {
  background-color: #f67f85;
  color: #FFF !important;
}

.spending p.note {
  margin-top: 8px;
  text-align: center;
}

.spending .keys {
  margin-top: 14px;
}

.spending p strong {
  font-weight: 600;
  font-size: 12px;
}

.tile-chart {
  width: 320px;
  height: 80px;
  margin: 0 auto;
  margin-top: 20px;
}

.tile-chart .tile {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #eeeeee;
  float: left;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
          box-shadow: inset 0 0 0 1px #FFF;
}

.tile-chart .tile.color-1 {
  background-color: #f67f85;
}

.tile-chart .tile.color-2 {
  background-color: #58595b;
}

.tile-chart .tile.color-3 {
  background-color: #9a9b9f;
}

.tile-chart .tile.color-4 {
  background-color: #d4d9e4;
}

div.number-list {
  padding-left: 80px;
  position: relative;
}

p.number-list {
  position: relative;
}

p.number-list::after {
  content: '';
  position: absolute;
  background: #a7cc84;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -60px;
  display: block;
  top: 0;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  color: #FFF;
}

p.number-list.n1::after {
  content: '1';
}

p.number-list.n2::after {
  content: '2';
}

p.number-list.n3::after {
  content: '3';
}

p.number-list.n4::after {
  content: '4';
}

p.number-list.n5::after {
  content: '5';
}

p.number-list.n6::after {
  content: '6';
}

p.number-list.n7::after {
  content: '7';
}

p.number-list.n8::after {
  content: '8';
}

p.number-list.n9::after {
  content: '9';
}

p.number-list.n10::after {
  content: '10';
}

p.number-list.n11::after {
  content: '11';
}

p.number-list.n12::after {
  content: '12';
}

p.number-list.n13::after {
  content: '13';
}

p.number-list.n14::after {
  content: '15';
}

p.number-list.n15::after {
  content: '15';
}

/* RESPONSIVE */
@media screen and (min-width: 940px) {
  .header .logo {
    left: 0;
  }
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 940px) {
  .hide-mobile {
    display: none;
  }
  a.read-methodology {
    margin-top: 40px !important;
  }
  div.number-list {
    padding-left: 40px;
  }
  p.number-list::after {
    left: -50px;
  }
  .view-score .tooltip {
    left: unset !important;
    top: 9px !important;
    right: 0;
  }
  .section .content.chart-summary {
    padding: 40px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .section .content.chart-summary.padded {
    padding: 40px 20px;
  }
  .section .content.chart-summary blockquote {
    padding-left: 20px;
  }
  .section .content.chart-summary iframe, .section .content.chart-summary img {
    margin-top: 20px;
  }
  .section .content.chart-summary div.left.number-list {
    padding-left: 60px;
    position: relative;
  }
  .section .content.chart-summary.number-list {
    padding-left: 60px;
    position: relative;
  }
  .section .content.chart-summary p.number-list::after {
    content: '';
    left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 6px;
  }
  p.good-job.pad-bottom {
    padding-bottom: 0 !important;
  }
  .number.number-2 {
    margin-top: 20px;
  }
  .minor-pad {
    padding-bottom: 0;
  }
  .header {
    height: 60px;
    position: relative;
  }
  .header .content {
    height: 60px;
  }
  .header .logo {
    top: 12px;
    left: 14px;
  }
  .header .logo svg {
    height: 34px;
    width: auto;
  }
  .header #mobile-toggle {
    width: 30px;
    height: 30px;
    display: block;
    background: url("../img/menu-toggle.svg") center center no-repeat;
    float: right;
    position: relative;
    right: 14px;
    top: 14px;
  }
  .header #menu {
    position: absolute;
    top: 60px;
    left: 0;
    background: #464648;
    z-index: 100;
    width: 100%;
    display: none;
  }
  .header #menu.open {
    display: block;
  }
  .header #menu li {
    display: block;
    margin-right: 0;
    line-height: 24px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header #menu li a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 14px 0 14px 14px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    width: 100%;
    display: block;
  }
  .header #menu li a:hover {
    color: #82ADD7;
  }
  .section.pad {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .section.bb {
    border-bottom: 0;
  }
  .section.about .content img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .section .content {
    overflow: hidden;
  }
  .section .content.section-header {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  .section .content.section-header h1.title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px 0;
  }
  .section .content .stat-wrapper.no-border-mobile {
    border-bottom: 0;
  }
  .section .content .stat-wrapper.grouped {
    padding-bottom: 22px;
  }
  .section .content .stat-wrapper h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .section .content .stat-wrapper p {
    font-size: 14px;
    line-height: 18px;
  }
  .section .content .stat-wrapper p.keys {
    white-space: nowrap;
    padding-top: 8px;
  }
  .section .content .stat-wrapper p.keys .key {
    margin: 0 4px 0 8px;
  }
  .section .content .stat-wrapper p.keys .key:first-child {
    margin-left: 0;
  }
  .section .content .good-job {
    padding-bottom: 20px;
    display: block;
  }
  .section .content p.note {
    font-size: 11px;
  }
  .section .content > div.left {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
  }
  .section .content > div.left.v-center {
    vertical-align: middle;
  }
  .section .content > div.right {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section .content > div.right.v-center {
    vertical-align: middle;
  }
  .section.stats {
    padding: 20px 0 40px 0;
  }
  .section.stats .one-third {
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .section.stats .one-third h1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 28px;
    padding-top: 20px;
  }
  .section.stats .one-third p {
    font-size: 14px;
    line-height: 20px;
  }
  .section.current-state {
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
  .section.current-state svg {
    width: 32px;
    height: 32px;
  }
  .section.bg-dotted {
    background: radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 10%) 0 0, radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 10%) 4px 4px, radial-gradient(rgba(255, 255, 252, 0.1) 10%, transparent 10%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 10%, transparent 5%) center center;
    background-size: 10px 10px;
    background-color: #EFEFEF;
  }
  .section.hero .map {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .section.hero .left, .section.hero .right {
    width: 100% !important;
    display: block;
  }
  .section.hero .right h1 {
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 0;
  }
  .section.hero .right h2 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .section.score .left, .section.score .right {
    width: 49% !important;
    display: inline-block !important;
    height: 80px;
  }
  .section.score .right {
    font-size: 18px;
  }
  .section.score .right .grade {
    font-size: 24px;
  }
  .section.score .right span {
    position: relative;
    top: -20px;
  }
  .selected-location .selected-location-label {
    left: 21px;
    top: 20px;
    font-size: 14px;
    opacity: 0.65;
    line-height: 14px;
  }
  .selected-location a {
    font-size: 24px;
    padding-bottom: 20px;
    top: 6px;
  }
  .selected-location a::after {
    font-size: 8px;
    right: -15px;
    top: 7px;
  }
  .section.checklist {
    padding-bottom: 30px;
  }
  .section.checklist h1.title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 34px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .section.checklist .check {
    font-size: 14px;
  }
  .section.grades {
    padding-bottom: 50px;
  }
  .section.grades h1.title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 34px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .section.grades table tr.hide-mobile {
    display: none;
  }
  .section.grades.short .right {
    display: none;
  }
  .section.why .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section.why h1.title {
    font-size: 30px;
    line-height: 34px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .section.why p, .section.why ul, .section.why li {
    font-size: 16px;
    line-height: 20px;
  }
  .section.why .take-action {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .section.why ul.contacts li {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .section.why ul.contacts li .divider {
    width: 100%;
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
  }
  .section.next .content {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .section.next .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .section.next .content::before {
    content: '';
    width: 4px;
    position: absolute;
    height: calc(100% - 65px);
    top: 0;
    background: #fedc9e;
    background: -webkit-gradient(linear, left top, left bottom, from(#fedc9e), color-stop(50%, #c9d99b), to(#99d79c));
    background: linear-gradient(to bottom, #fedc9e 0%, #c9d99b 50%, #99d79c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedc9e', endColorstr='#99d79c',GradientType=0 );
    margin-top: 60px;
  }
  .section.next .content::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: transparent;
    border-top: 4px solid #99D79C;
    border-right: 4px solid #99D79C;
    -webkit-transform: translate3d(0, -50%, 0) rotate(130deg);
            transform: translate3d(0, -50%, 0) rotate(130deg);
    left: 15px;
    bottom: -5px;
  }
  .section.next .step {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    margin-bottom: 20px !important;
  }
  .section.next .step h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
  }
  .section.next .step > div {
    padding-top: 20px;
  }
  .section.next .step span.completed {
    top: -3px;
  }
  .section.next h1.title {
    font-size: 30px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .section.next h1.title::before {
    display: none;
  }
  .section.next h1.title::after {
    display: none;
  }
  .section.next .step {
    margin-bottom: 40px;
    position: relative;
  }
  .section.jail {
    padding-bottom: 50px;
  }
  .canvas-wrapper .canvas-label span {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-top: 32px !important;
  }
  .section.footer {
    padding: 0;
  }
  .section.footer .left {
    background: rgba(255, 255, 255, 0.15);
    text-align: center;
    height: 45px;
  }
  .section.footer .right {
    padding-top: 14px;
  }
  .section.footer .right a {
    line-height: 55px;
  }
  .section.footer .content.bt {
    margin-top: 10px;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */