﻿#map_base svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}
@media screen and (max-width: 320px){
	#map_base svg {
		height:148px;
	}
}
@media screen and (max-width: 400px) and (min-width: 321px) {
	#map_base svg {
		height:194px;
	}
}
@media screen and (max-width: 480px) and (min-width: 401px) {
	#map_base svg {
		height:242px;
	}
}
@media screen and (max-width: 568px) and (min-width: 481px) {
	#map_base svg {
		height:292px;
	}
}
@media screen and (max-width: 685px) and (min-width: 569px) {
	#map_base svg {
		height:348px;
	}
}
@media screen and (max-width: 767px) and (min-width: 686px) {
	#map_base svg {
		height:422px;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	#map_base svg {
		height:472px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
	#map_base svg {
		height:606px;
	}
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
	#map_base svg {
		/*height:636px;*/
	}
}
@media screen and (min-width: 1281px) {
	#map_base svg {
		/*height:796px;*/
	}
}

@media screen and (min-width: 768px) {
	.dataset-tabs {
		padding-left: 30px;
		padding-right: 30px;
	}
}

#text-abb text {
	font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.map-tip {
    display: none;
    padding: 0px;
    z-index: 1000;
    float: left;
    position: absolute;
    background-color: #fdc532;
    min-width: 350px;
}

.map-tip .sting-tooltip-title {
	background-color: #5d606b;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
}
.map-tip .bordered {
	border-bottom: 3px solid #5d606b;
}
.map-tip .sting-tooltip-dataset {
	padding: 5px;
	background-image: linear-gradient(to right, #eef5e0, #76ab04);
}
.map-tip .floatedRight {
	margin-right: 15px;
	float:left;
}
.map-tip .dark {
	background-color: #d9a82b;
}
.map-tip .light {
	background-color: #fdc532;
}
.map-tip .map-tip-row {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.map-tip .map-tip-footer {
	margin: 30px;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #5d606b;
}
.map-tip .map-tip-footer a {
	color: #fff;
	font-size: 1.2em;
}

.dataset-map, .map-detail-top {
	margin-top: 50px;
}

.sentencing-select {
  background: #e2e0d8;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #9a9a9a;
  height: 40px !important;
  width: 100%;
  padding: 0 15px!important;
  margin-bottom: 0;
  font-size: 1.05em;
}

.sentencing-select.left {
	border-bottom: 4px solid #0270cd;
}

.sentencing-select.right {
	border-bottom: 4px solid #8dcd02;
}

.sentencing-select.center {
	border-bottom: 4px solid #848284;
}

.dataset-map h4, .dataset-legend .sentencing-legend-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
  	letter-spacing: 0;
  	margin: 0;
  	padding: 0;
  	color: #5d606b;
}

.dataset-legend .sentencing-legend-description {
	padding-top: 8px;
	font-size: 15px;
}

.dataset-social-header li {
  padding: 0 11px;
}
.dataset-social-header li a {
  color: #9a9a9a;
  font-size: 32px;
}
.dataset-social-header li a:hover {
  color: #9a9a9a;
}
.dataset-social-header li:last-child {
  padding-right: 0;
}
.dataset-social-header li:first-child {
  padding-left: 0;
}
.dataset-social-header .list-inline {
  margin: 0;
  margin-top: -10px;
}
.dataset-social-header .list-inline a:hover {
  text-decoration: none;
  color: #fdc532;
}
.dataset-social-header p {
	margin-top: 10px;
}

.dataset-legend {
	min-height: 50px;
}
.dataset-legend h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
  	letter-spacing: 0;
  	color: #5d606b;
}

.dataset-legend .sentencing-legend-title {
	text-transform: uppercase;
	font-size: 18px;
}

.dataset-footer {
	padding: 20px;
}

.sentencing-legend-datasources {
	line-height: 22px;
}

.dataset-tabs {
	background-color: #5d606b;
	margin-top:-42px
}

.dataset-tab-item div {
	background-color: #909298;
	color: #5d606b;
	font-weight: 900;
	text-align: center;
	padding:13px;
	color: #5d606b;
	cursor: pointer;
}

.dataset-tab-item.tab-active div {
	background-color: #fdc532;
}

.dataset-tab-item.tab-active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    border-top: 10px solid #fdc532;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px
}

.dataset-tab-item.left {
	margin-right: 0px;
	padding-right: 0px;
}

.dataset-tab-item.right {
	margin-left: 0px;
	padding-left: 0px;
}

@media (max-width: 767px) {
	.dataset-tab-item.right {
		margin-right: 0px;
		padding-right: 0px;
	}
    .sentencing-legend-title-datasources{
        font-size:12px;
        padding-left:15px;
        padding-right:15px;
    }
}

.dataset-legend-bottom {
	text-align: center;
	margin-bottom: 20px;
}
.dataset-legend-bottom h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #76ab04;
	margin-top: 20px;
}
.dataset-legend-bottom div.colorbar {
	height: 30px;
	width: 250px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: linear-gradient(to right, #eef5e0, #76ab04);
	border-radius: 5px;
}

.dataset-legend-bottom .limits {
	width: 125px;
	margin-top: 10px;
	display: inline-block;
}

.map-detail-combos, .map-detail-comparison, .map-detail-footer {
  padding-top: 30px;
  background-color: #f7f7f5;	
}

.comparison-table-item.title-one {
	padding: 15px;
	background-color: #5d606b;
	color: #fff;
 	font-weight: 700;
 	margin-top: 30px;
}

.comparison-table-item.title-one:first-child {
	margin-top: 0px;
}

.comparison-table-item.item-dark {
	padding: 10px;
	padding-left: 15px;
	background-color: #e2e0d8;
	color: #5d606b;
}

 .comparison-table-item.item-bold {
 	font-weight: 700;
 }

.comparison-table-item.item-light {
	padding: 10px;
	padding-left: 15px;
	color: #5d606b;
}

.comparison-table-item.item-highlight {
	background: #fdc532;
}

#table-comparison-left {
	padding-right: 0px;
}
#table-comparison-right {
	padding-left: 0px;
	border-left: 1px dotted #5d606b;
}
.comparison-table-item div:first-child {
	float:left;
	max-width: 70%;
}
.comparison-table-item div:last-child {
	float:right;
}
.comparison-table-item {
	min-height: 40px;
}
.map-ranking {
	margin-top: 30px;
}
.map-detail-state_contact {
	background-color: #fdc532;
	margin-left: 0px !important;
    margin-right: 0px !important;
}
.map-detail-state_contact h2 {
	font-family: TGN_Heavy,TGN_Regular,Arial,Helvetica,sans-serif;letter-spacing:.035em;
	font-weight: bold;
}
.map-detail-state_contact h3 {
	font-family: TGN_Heavy,TGN_Regular,Arial,Helvetica,sans-serif;letter-spacing:.035em;
	font-weight: bold;
}
.map-detail-state_contact #state1_selector,
.map-detail-state_contact #state2_selector {
    padding-left: 30px;
}
.map-detail-state_contact .one-contact {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 30px;
}
.map-detail-state_contact .name {
	font-weight: 700;
	margin-bottom: 10px;
}
.map-detail-state_contact .contact_line_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.map-detail-state_contact .contact_line_1 span {
	padding-right: 30px;
}
.map-detail-state_contact .mail a, 
.map-detail-state_contact .site a {
	color: #5d606b;
}

.map-detail-datasources {
	padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f7f7f5;
}

.ranking-tooltip {
	padding-left:25px;
	padding-right:25px;
	background:#5d606b;
	color:#fdc532;
	min-height:30px;
	border: 0px;
	text-align: center;
}

.ranking-tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 1000;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #5d606b;
    margin-left: -20px;
    margin-top: -7px;
}

.ranking-tooltip .state-text {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.ranking-tooltip .dataset-text {
	color: #e2e0d8;
	min-width: 180px;
	padding-bottom: 10px;
}
.ranking-tooltip .strong {
	font-weight: 700;
}

.detail-tooltip {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	padding-right:20px;
	background:#fdc532;
	color:#5d606b;
	min-height:30px;
	min-width: 250px;
	border: 0px;
}
.detail-tooltip div:first-child div:first-child, .detail-tooltip div:last-child div:first-child {
	font-size: 14px;
	font-weight: 700;
	float: left;
}

.detail-tooltip div:first-child div:last-child, .detail-tooltip div:last-child div:last-child {
	font-size: 14px;
	font-weight: 700;
	float: right;
}

.comparison-table-mobile {
	width: 100%;
}
.comparison-table-mobile tr.title-one {
	background-color: #5d606b;
	color: #fff;
 	font-weight: 700;
}
.comparison-table-mobile tr.title-one td {
	padding: 15px;
}

.comparison-table-mobile tr.item-light td, .comparison-table-mobile tr.item-dark td {
	padding: 10px;
	padding-left: 15px;
}

.comparison-table-mobile .item-light {
	color: #5d606b;
}

.comparison-table-mobile .item-dark {
	background-color: #e2e0d8;
	color: #5d606b;
}

.comparison-table-mobile .item-bold {
	font-weight: 700;
}
@media (max-width: 420px) {
	.comparison-table-mobile td {
	    font-size: 12px;
	}
}

@media (min-width: 768px) {
    .background-outside {
      background-color: #f7f7f5;
      margin: 0px -6.7vw;
      padding: 0px 5vw;
  }
}
@media (min-width: 1280px) {
    .background-outside {      
      margin: 0px -8.1vw;
  }
}
@media (min-width: 1360px) {
    .background-outside {      
      margin: 0px -10.1vw;
  }
}
@media (min-width: 1360px) {
    .background-outside {      
      margin: 0px -10.1vw;
  }
}
@media (min-width: 1366px) {
  	.background-outside {
		margin-left: -50%;
	    padding-left: 50%;
	    margin-right: -33%;
	    padding-right: 33%;
		background-color: #f7f7f5;
	}
	body {
		overflow-x: hidden;
	}    
}

@media (min-width: 1800px) {
    .background-outside {      
		margin: 0px -21.1vw;
    	padding: 0px 9vw;
  	}
}
@media (min-width: 1920px) {
    .background-outside {      
		margin: 0px -22.1vw;
    	padding: 0px 9vw;
  	}
}
.container-sentencing_chart_div{
	padding-left: 0!important;
	padding-right: 0!important;
}

.marbut{
	margin-bottom: 25px;
}