@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700,900,700italic,900italic);
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/* As RGBa codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
@media print {
  h1 {
    font-size: 24pt !important;
  }
}
h2 {
  font-size: 2.2em;
  font-weight: 700;
}
@media print {
  h2 {
    font-size: 20pt !important;
  }
}
h3 {
  font-size: 1.8em;
  font-weight: 700;
}
@media print {
  h3 {
    font-size: 18pt !important;
  }
}
@media print {
  p {
    font-size: 12pt;
  }
}
.section_padding {
  padding: 90px 0px 90px 0px;
}
@media print {
  .section_padding {
    padding: 20px 0px 20px 0px;
  }
}
@media print {
  .container {
    width: auto;
  }
}
nav.navbar {
  background-color: #494363;
}
nav.navbar .navbar-brand {
  padding: 5px;
}
nav.navbar .navbar-brand .ij_sq {
  height: 40px;
}
nav.navbar ul.nav li a {
  color: white !important;
}
nav.navbar .dropdown-menu {
  background-color: #494363;
}
nav.navbar .dropdown-menu li a {
  color: white;
}
nav.navbar .dropdown-menu li a:hover {
  background-color: #5b8fb2;
}
nav.navbar .dropdown-menu {
  min-width: 200px;
}
nav.navbar .dropdown-menu.columns-2 {
  min-width: 400px;
}
nav.navbar .dropdown-menu.columns-3 {
  min-width: 600px;
}
nav.navbar .dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
nav.navbar .multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
nav.navbar .multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
nav.navbar .multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #999;
}
@media only screen and (max-width: 768px) {
  nav.navbar .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
.cover_page {
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #5b8fb2;
  background-image: url(/wp-content/themes/ijorg/images/file-cabinet.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover_page h1 {
  margin-top: 200px;
  font-weight: 800 !important;
  font-family: sans-serif;
  font-size: 55px;
}
@media print {
  .cover_page h1 {
    margin-top: 20px;
  }
}
.cover_page h2 {
  font-style: italic;
}
.cover_page h1,
.cover_page h2,
.cover_page h3 {
  color: white;
}
.cover_page img {
  margin-left: 0px;
  margin-top: 50px;
  width: 200px;
  display: block;
}
.cover_page .print_logo {
  margin: 0 auto !important;
}
.cover_page #navbar {
  background-color: black;
  margin-bottom: 80px;
}
.cover_page #navbar .nav li a {
  color: white;
}
.cover_page .map_top_container .map_top {
  margin-top: 40px;
  width: 1100px;
  height: 700px;
}
.cover_page .map_top_container .map_top .jvectormap-zoomin,
.cover_page .map_top_container .map_top .jvectormap-zoomout {
  display: none;
}
.summary {
  padding: 90px 0px 90px 0px;
  background-color: white;
}
@media print {
  .summary {
    padding: 20px 0px 20px 0px;
  }
}
.summary h2 {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.summary h4 {
  text-align: center;
  display: block;
  color: #5b8fb2;
}
.summary h4:hover {
  color: #eabe7c;
}
@media print {
  .summary h4 {
    display: none;
  }
}
.summary .intro_more {
  display: none;
}
@media print {
  .summary .intro_more {
    display: block;
  }
}
.key_findings {
  padding: 90px 0px 90px 0px;
  background-color: #eabe7c;
}
@media print {
  .key_findings {
    padding: 20px 0px 20px 0px;
  }
}
@media print {
  .key_findings .key_findings_header {
    text-align: center;
  }
}
.key_findings .factors {
  margin: 0;
  padding: 0;
}
.key_findings .factors a {
  padding: 20px;
  background: #5b8fb2;
  display: block;
  margin-bottom: 20px;
  width: 80%;
  position: relative;
  color: white;
  font-weight: 700;
}
.key_findings .factors a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #494363;
}
.key_findings .factors a.active {
  background-color: #494363;
}
.key_findings .factors a:hover {
  background-color: #494363;
}
.key_findings .factors a:hover a {
  color: white;
}
.key_findings .factor_finding:not(.active) {
  display: none;
}
@media print {
  .key_findings .factor_finding:not(.active) {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media print {
  .key_findings .factor_findings {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print and (min-width: 1024px) {
  .key_findings .factor_findings {
    float: left;
    width: 100%;
  }
}
@media print and (min-width: 768px) {
  .key_findings .factor_findings {
    float: left;
    width: 100%;
  }
}
.federal {
  padding: 90px 0px 90px 0px;
  background-color: #494363;
  color: white;
}
.federal .col-md-6 {
  text-align: center;
}
.federal .col-md-6 .fed_grade_container {
  margin: 0 auto;
}
.federal h2 {
  text-align: center;
  margin-bottom: 80px;
}
.federal h3 {
  text-align: center;
  margin-bottom: 40px;
}
.federal i,
.federal .federal_grade {
  font-size: 70px;
}
.federal .federal_grade {
  font-weight: 900;
  margin-left: 40px;
}
.map {
  padding: 90px 0px 90px 0px;
}
@media print {
  .map {
    padding: 20px 0px 20px 0px;
  }
}
.map .map_title {
  text-align: center;
  padding: 40px 0px;
}
.map .map_options {
  margin-bottom: 100px;
}
.map .map_options .col-md-2 a {
  height: 150px;
  background-color: #494363;
  display: block;
  overflow: hidden;
  color: white;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  .map .map_options .col-md-2 a {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .map .map_options .col-md-2 a {
    font-size: 14px;
    padding: 15px;
  }
}
.map .map_options .col-md-2 a.active {
  background-color: #5b8fb2;
}
.map .map_options .col-md-2 a:hover {
  background-color: #5b8fb2;
}
.map .map_options .col-md-2 a:hover:after {
  content: '';
  position: absolute;
  left: calc(42%);
  bottom: -26px;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid #5b8fb2;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
.map .map_options .col-md-2 a.active:after {
  content: '';
  position: absolute;
  left: calc(42%);
  bottom: -26px;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid #5b8fb2;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
section.state_grades {
  overflow: hidden;
  padding: 90px 0px 90px 0px;
}
@media print {
  section.state_grades {
    padding: 20px 0px 20px 0px;
  }
}
section.state_grades .fedearal_grade_container {
  clear: both;
  width: 100%;
  overflow: auto;
  border-bottom: 3px solid #494363;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
section.state_grades .state_grade_container {
  display: block;
  height: 150px;
}
section.state_grades .state_grade_container:hover {
  color: #5b8fb2;
}
section.state_grades .state_grade_container .state_grade {
  font-weight: 900;
  font-size: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #adadad;
}
section.state_grades .state_grade_container .state_name {
  font-size: 1.5em;
  text-align: center;
  color: black;
}
section.report_card {
  display: none;
  padding: 90px 0px 90px 0px;
}
@media print {
  section.report_card {
    padding: 20px 0px 20px 0px;
  }
}
section.report_card .cat_top {
  margin-top: 80px;
}
@media print {
  section.report_card .cat_top {
    margin-top: 20px;
  }
}
section.report_card .cat_top h3 {
  font-weight: 800;
  margin-bottom: 30px;
}
section.report_card h2.state_name {
  font-weight: 800;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 60px;
}
section.report_card .total_checked_grade {
  text-align: center;
}
section.report_card .total_checked_grade h4 {
  text-align: center;
  font-size: 2em;
}
section.report_card .grade {
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
  text-align: center;
}
section.report_card .for_cat {
  text-align: center;
  font-weight: 500;
}
section.report_card .row_selected {
  background-color: #5b8fb2;
  color: white;
}
section.report_card .row_disabled {
  color: gray;
}
section.recommendations {
  background: #494363;
  color: white;
  padding: 90px 0px 90px 0px;
}
@media print {
  section.recommendations {
    padding: 20px 0px 20px 0px;
  }
}
section.recommendations h2 {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
section.tables {
  padding: 90px 0px 90px 0px;
}
@media print {
  section.tables {
    padding: 20px 0px 20px 0px;
  }
}
section.tables h3 {
  min-height: 90px;
}
.letter_grade {
  height: 60px;
  border-radius: 50%;
  width: 60px;
  font-size: 40px;
  background-color: gray;
  float: left;
  display: inline-block;
  padding-top: 20px;
  color: white;
  text-align: center;
  margin-right: 30px;
}
.for_cat {
  padding-top: 35px;
}
.resources {
  word-wrap: break-word;
}
.total_checked {
  float: left;
  height: 60px;
}
.check_box_td {
  font-size: 1.5em;
}
.map_selectors li {
  display: block;
  width: 100%;
  background-color: #ededed;
  border-top: #a8a8a8 solid 1px;
  border-left: #a8a8a8 solid 1px;
  border-right: #a8a8a8 solid 1px;
}
.map_selectors li:last-child {
  border: #a8a8a8 solid 1px;
}
ul.map_selectors li button.btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: inherit;
  text-align: right;
}
ul.map_selectors {
  list-style-type: none;
  margin: none;
  padding-left: 0px;
}
.expenditurestotalheld_row td {
  padding-top: 40px !important;
}

/*# sourceMappingURL=maps/civil-forfeiture-transparency.css.map */
