.slider-container.new-listings {
	position: relative;
}

.slider-container.new-listings h2 {
	text-align: center;
}

h2 {
	margin-bottom: 20px;
}

#top-cities {
	background-color: #EFEFEF;
}

#top-cities h2 {
	margin-top: 10px;
}

#top-cities,#local-listings {
	padding:15px;
}

#top-cities .list-group-item a {
	margin-left:8px;
}

#top-cities .list-group-item .city {
	color:#555;
}

#top-cities .list-group-item small {
	color: #999;
}

#local-image {

	position: relative;
}

#schools .info {
	max-height: 400px !important;
	overflow-x: scroll;
	padding:10px;
}

.easy-autocomplete-container {
	margin-top: -8px;
}

#view_listings {
	position: absolute;
	top: 1rem;
	right: 1rem;
	box-shadow: 0 0 4px #000;
}

form.search {
	margin-top: 1.5rem;
}

form.search .text {
	margin-right: 0 !important;
}

form.search .button {
	margin-left: 0 !important;
}

.error {
	margin-top:.7rem;
	padding:.5rem 0 .5rem 0;
	color: white;
	font-weight: 400;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}

#content {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

#local-image {
	height:285px;
	position: relative;
	background-color: #999;
}

#info_overview {
	background-color: rgba(27, 51, 64, 0.6);
	padding:          10px 10px 6px 6px;
	color:            #FFF;
	text-align:       center;
	font-size:        1rem;
	bottom:           0;
	position:         absolute;
	width:100%;
}

#options {
	margin:40px 0 0 0;
	padding:20px;
	background: #CCC;
}

#description {
	margin:40px 0 0 0;
	padding:50px;
	background: #EFEFEF;
	clear: both;
}

#description h1 {
	font-size: 1.8rem;
}

#description h5 {
	margin-top:0px;
}

#description .lead {
	margin:0 0 10px 0 !important;
}

#accelerate {
	padding:0 25px 25px 25px;
}

#location_name {
	font-weight: 600;
	font-size:3.3rem;
	color: #FFF;
	text-shadow: 2px 2px 4px #000;
	text-align:center;
	padding-top:35px;
}

#state_name {
	color: #FFF;
	font-size: 2.3rem;
	text-shadow: 2px 2px 4px #000;
	text-align:center;
	margin-top:-10px;
	margin-bottom:18px;
}

#onboard_iframe {
	width:100%;
	height:3850px;
	border: solid 0px;
	background-color: #FFF;
}

#tag_icon {
	display:inline-block;
	height:45px;
	vertical-align: top;
}

#tag_icon i {
	vertical-align: middle;
	line-height:45px;
}

#avg_listing_price, #active_listings, #group1, #group2 {
	display:inline-block;
	margin-left:20px;
	margin-right:2px;
}

#avg_listing_price {
	margin-left:0;
	height: 45px;
	text-align: center;
}

#avg_listing_price h1, #active_listings h1 {
	font-size: 1.3rem;
}
#avg_listing_price p, #active_listings p, #group1 span, #group2 span {
	font-size: .7rem;
}

#avg_listing_price p, #avg_listing_price h1, #active_listings h1, #active_listings p {
	color:#FFFFFF;
	margin:0px;
}

/* Media queries */

@media (max-width: 767px) {

	#location_name {
		font-size:3rem;
	}

	#state_name {
		font-size:2rem;
	}

	#info_overview {
		width: 100%;
		padding:10px;
		border-radius: 0;
		font-size: 0.7rem;
		box-shadow: none;
		bottom:0;
	}

	#active_listings, #group1 {
		clear: both !important;
	}
}


/* Accelerate Custom */

/* CSS Document */

/*COMMEN CSS SECTION STARTS HERE*/
#onboard body {padding:0;font-size:16px; /*font-family: 'Open Sans', sans-serif;*/ font-family: 'Lato', sans-serif; color:#767a82 !important; overflow-x:hidden;-webkit-print-color-adjust: exact;}
#onboard ul, #onboard ol { margin:0px; padding:0px;}
#onboard a { text-decoration:none!important;}
#onboard li { list-style:none;}
#onboard a, #onboard input, #onboard textarea, #onboard button, #onboard th, #onboard td { outline:none;}
#onboard h1, #onboard h2, #onboard h3, #onboard h4, #onboard h5, #onboard h6 { margin:0px;}
.height10 { height:10px; clear:both;}
.height20 { height:20px; clear:both;}
.height40 { height:40px; clear:both;}
.img-responsive { display:inline-block;}
.no-padding { padding:0px;}
.no-padding-left { padding-left:0px;}
.no-padding-right { padding-right:0px;}
#onboard p, .summarytitle_sec, .left_move_sec, .community_subheading, .population_demo span, .low_box, .high_box, .weatherrisk li,
.school_index li, .left_dollars_txt, .blue_collar_sec, .fairrents_list small, .crime_name {color:#767a82 !important;}
#onboard .ob_container{font-size: 14px; padding-top:10px; padding-bottom:20px;}
#onboard .ob_container a {font-size: 28px; display: block;}
#onboard .ob_container a i,#onboard .ob_container a img { display: none;}
#onboard footer img { display: block !important; }
#onboard .ob_container small {font-size: 15px;}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px;}
.col-xs-15 { width: 20%; float: left;}
@media (min-width: 768px) {
	.col-sm-15 { width: 20%; float: left;}
}
@media (min-width: 992px) {
	.col-md-15 { width: 20%; float: left;}
}
@media (min-width: 1200px) {
	.col-lg-15 { width: 20%; float: left;}
}

span.schPrfLbl {
	width: 116px;
	display: inline-block;
	word-wrap: break-word;
	vertical-align: middle;
}
.school_index span.pull-right {
	/* width: 65%; */
	vertical-align: middle;
	text-align: right;
	display: inline-block;
}
/*COMMEN CSS SECTION ENDS HERE*/

/*CSS SPRITE SECTION STARTS HERE*/
.ico { background:url(https://staging.htmlapi.co/images/community-report/imagesprite.png); display:inline-block; line-height: normal; vertical-align: middle;}
.daytime_population { width:68px; height:68px; background-position:0px 0px;}
.average_travel_time { width:51px; height:63px; background-position:-83px 0px;}
.average_salary_of_people { width:64px; height:66px; background-position:-148px 0px;}
.closest_major_airport { width:70px; height:70px; background-position:-225px 0px;}
.closest_major_sports_team { width:60px; height:60px; background-position:-306px 0px;}
.population_growth {width:53px; height:51px; background-position:0px -83px;}
.population_density {width:54px; height:55px; background-position:-83px -83px;}
.household_size {width:71px; height:47px; background-position:-147px -83px;}
.households_children {width:44px; height:60px; background-position:-222px -83px;}
.annual_residential_turnover {width:64px; height:42px; background-position:-304px -83px;}
.educational_climate_index_1 {width: 50px; height: 50px; background-position: -2px -192px;}
.educational_climate_index_1.blu_ico {width: 50px; height: 50px; background-position: -2px -290px;}
.educational_climate_index_2 {width: 60px; height: 60px; background-position: -82px -192px;}
.educational_climate_index_2.blu_ico {width: 60px; height: 60px; background-position: -82px -290px;}
.educational_climate_index_3 {width: 71px; height: 71px; background-position: -150px -192px;}
.educational_climate_index_3.blu_ico {width: 71px; height: 71px; background-position: -150px -290px;}
.educational_climate_index_4 {width: 81px; height: 81px; background-position: -222px -192px;}
.educational_climate_index_4.blu_ico {width: 81px; height: 81px; background-position: -222px -290px;}
.educational_climate_index_5 {width: 97px; height: 97px; background-position: -305px -192px;}
.educational_climate_index_5.blue_ico {width: 97px; height: 97px; background-position: -305px -290px;}
.left_gray_man {width: 45px; height: 53px; background-position:-83px -391px;}
.left_blue_man {width: 45px; height: 53px; background-position:-83px -445px;}
.right_gray_man {width: 47px; height: 53px; background-position:0px -391px;}
.right_blue_man {width: 47px; height: 53px; background-position:0px -445px;}
.highest_level_attained {width: 38px; height: 50px; background-position:-147px -445px;}
.hurricane_ico {width: 47px; height: 34px; background-position:0px -143px;}
.earthquake {width: 58px; height: 47px; background-position:-80px -143px;}
.tornado {width: 34px; height: 42px; background-position:-148px -143px;}
.wind {width: 44px; height: 44px; background-position:-306px -143px;}
.hail {width: 52px; height: 45px; background-position:-222px -143px;}
/*CSS SPRITE SECTION ENDS HERE*/

/*HEADER SECTION STARTS HERE*/
#onboard header {padding:30px 0px; font-weight:300; font-size:36px; border-bottom:1px solid #d8dde5;}
#onboard header img { margin-right:8px;}
#onboard header span {font-weight:bold;color:#428BCA !important;}
#onboard header a { color:#428BCA !important;}
#onboard header a .fa {color:#428BCA !important;}
#onboard header small { font-size:16px; display:block; margin:20px 0px 5px;}
/*HEADER SECTION ENDS HERE*/

/*COMMUNITY QUICK FACTS SECTION STARTS HERE*/
.community_sec {margin:1px 0px; background-color:#FFF; padding:40px 0px;}
.community_sec p { font-weight:normal;}
.left_right_sec { display:inline-block; width:100%;}
.left_right_sec .pull-left { width:80%;}
.left_right_sec .pull-right { width:20%;}
.community_heading {color:#767a82 !important; font-size:30px; font-weight:300; text-align: center; width:100% }
.community_heading span { color:#767a82 !important; font-weight:bold;}
.yellow_bg { background:#f6b824; color:#fff !important; font-size:14px; padding:3px 15px; text-transform:uppercase; margin: 3px 0 0; display: inline-block; transition:.5s; float:right;}
.community_subheading {font-size:16px; font-weight:300; margin:10px 0px; display:inline-block;}
.yellow_bg:hover { background:#e7a917; color:#fff !important;}
.quick_facts_img { min-height:100px; line-height:100px; margin-top:20px;}
.quick_facts_txt p { font-size:16px; font-weight:300;}
.quick_facts_txt span { font-weight:500; color:#428BCA !important; font-size:20px; letter-spacing:-1px;}
.bold_txt, .bold_txt span {color:#767a82 !important;}
/*COMMUNITY QUICK FACTS SECTION STARTS HERE*/

/*COMMUNITY SUMMARY SECTION STARTS HERE*/
.summary_inventory_sec {border-top:1px solid #d8dde5; border-bottom:1px solid #d8dde5; padding:40px 0px;}
.border_right_sec { border-right:1px solid #d8dde5;}
.border_right_sec1 { border-right:1px solid #Bcc1c9;}
.summary_gray_sec { background:#EFEFEF; border-radius:5px; display:inline-block; width:90%; height: 72px; line-height: 72px; margin-bottom: 10px;}
.left_summary { display:inline-block; width:20%; float: left; padding-left:15px;}
.right_summary { display:inline-block; width:80%; float: left;}
.summarytitle_sec { line-height: normal; display: inline-block; vertical-align: middle;    width: 70%; padding-left: 15px;}
.inner_gray { background:#e1e5ec; float: right; border-radius: 5px; font-size:20px; color:#428BCA !important; font-weight:500; width:25%; text-align:center;}
/*COMMUNITY SUMMARY SECTION ENDS HERE*/

/*HOUSING INVENTORY SECTION STARTS HERE*/
.position { float: left;}
.position.progress-bar {  position: relative; margin: 5px 50px 0px;  height: 134px;  width: 134px;  background:none;  box-shadow:none;}
.position.progress-bar div {  position: absolute;  height: 134px;  width: 134px;  border-radius: 50%;}
.position.progress-bar div span {  position: absolute;    font-size: 25px;  line-height: 109px;  height: 109px;  width: 109px;  left: 12.5px;  top: 12.5px;  text-align: center; border-radius: 50%;  background-color: white;  color:#767a82 !important;}
.position.progress-bar .background { background-color: #b3cef6; }
.position.progress-bar .rotate {  clip: rect(0 100px 200px 0);  background-color: #4b86db;}
.position.progress-bar .left {  clip: rect(0 100px 200px 0);  opacity: 1;  background-color: #b3cef6;}
.position.progress-bar .right { clip: rect(0 100px 200px 0);  transform: rotate(180deg);  opacity: 0;  background-color: #4b86db;}
@keyframes toggle {  0% { opacity: 0;} 100% { opacity: 1;}}
.inventory_sec { margin-left:50px;}
.inventory_sec .tooltip-inner { background-color: #c0c4cc; border-radius:0px; font-size: 15px;}
.inventory_sec .tooltip-arrow { border-left-color:#c0c4cc!important;}
.inventory_sec .tooltip-arrow { border-right-color:#c0c4cc!important;}
.first_left_tooltip, .right_tooltip, .last_left_tooltip { position:relative; display: inline-block; }
.first_left_tooltip .tooltip.left, .last_left_tooltip .tooltip.left { top:10px!important; left: -50px!important; font-family: 'Lato', sans-serif;}
.first_left_tooltip .tooltip.left .tooltip-arrow, .last_left_tooltip .tooltip.left .tooltip-arrow {background:url(https://staging.htmlapi.co/images/community-report/arrow.png);     width: 33px; height: 41px; border: none; right: -27px; top: 4px!important; background-repeat: no-repeat;}
.right_tooltip .tooltip.right { top:10px!important; left: 220px!important; font-family: 'Lato', sans-serif;}
.right_tooltip .tooltip.right .tooltip-arrow {background:url(https://staging.htmlapi.co/images/community-report/arrow1.png);     width: 33px; height: 41px; border: none; left: -20px; top: 4px!important; background-repeat: no-repeat;}
.tooltip { display:block!important;}
/*HOUSING INVENTORY SECTION ENDS HERE*/

/*POPULATION DEMO GRAPHICS SECTION STARTS HERE*/
/***POPULATION DEMO GRAPHICS SECTION*/
.population_demo {margin: 1px 0px; background-color:#FFF; padding: 40px 0px 0px 0px;}
.label-text{ color:#29458B !important; font-weight:bold;}
.population-total{ background:#DDD; padding:15px 0px;}
.tot-val {color:#29458B !important; font-weight:bold; font-size:20px;}
/*** FOR POPULATION DEMO GRAPHICS CHART*/
#graphHolder17chart-2, #chart-2{ width:100%!important;}
.graphLabelchart-2{ font-size:13px;}
.graphValuechart-2{ font-weight:600; font-size:13px;}
#chart-2:after { content:""; width: 96%;background-color: #a8adb6;height: 2px;display: inline-block;position: absolute;left: 0;bottom: 18px; z-index: 0;}
/*POPULATION DEMO GRAPHICS SECTION ENDS HERE*/

/*CLIMATE AND WEATHER SECTION STARTS HERE*/
.climate_weather { padding:40px 0px; border-top:1px solid #d8dde5; border-bottom:1px solid #d8dde5;}
.climate_weather p { font-weight:300;}
.average_bg { background:#EFEFEF; width:84px; height:84px; line-height:84px; border-radius:84px; display: inline-block; text-align: center;}
.bd-xt { display:block; font-size:18px; font-weight:bold; color:#1882BE !important;}
.weatherrisk li { text-align:center; margin-bottom:20px;}
.bg-tx{ font-size:40px; color:#4662A9 !important;}
g.highcharts-axis-labels.highcharts-yaxis-labels, .highcharts-button { display:none;}
.col-sm-16 { width: 45%; float: left; margin-left: 5%;}
.temper_sec { background:url(https://staging.htmlapi.co/images/community-report/temperature_bg.png) no-repeat; height:222px;     position: absolute; width:48px; z-index: 1;top:7.5px; display: inline-block;}
.low_box, .high_box { font-size:14px; margin-right:10px;}
.low_box:before { content:""; width:14px; height:14px; background:#f6b824; display:inline-block; margin-right:8px;}
.high_box:before { content:""; width:14px; height:14px; background:#1882BE; display:inline-block; margin-right:8px;}
.progress.vertical {height: 196.5px;width:48px;margin-top: 20px;background-color:#fff;border-radius:0;display: inline-block; position:relative;}
.temperature_blue_bg { background:#1882BE; position: absolute; bottom: 0; width:100%;}
.temperature_yellow_bg { background:#f6b824; position: absolute; bottom: 0; width:100%;}
.temperature_tooltip { text-align:center;}
.temperature_tooltip .tooltip.right { left: inherit!important; font-family: 'Lato', sans-serif; right: -33px;}
.temperature_tooltip .tooltip-inner { background-color: #c0c4cc; border-radius: 0px; font-size: 15px;}
.temperature_tooltip .tooltip.right .tooltip-arrow { background: url(https://staging.htmlapi.co/images/community-report/arrow1.png); width: 33px; height: 41px; border: none; left: -20px; top: 4px!important; background-repeat: no-repeat;}

/*CLIMATE AND WEATHER SECTION ENDS HERE*/

/*EDUCATION SECTION STARTS HERE*/
#onboard a {color: #767a82 !important;}
#onboard a:hover { color:#f6b824;}
.education_sec{margin: 1px 0px; background-color:#FFF; padding: 40px 0px;}
.educational_climate .yellow_bg{ position:relative; top:3px;}
.climate_index li{ display:inline-block; text-align:center; height:97px; margin-right:8px;}
.climate_index li:last-child{ margin-right:0px;}
.climate_index li span{ display:block; vertical-align:middle;}
.school_index li{ border-bottom:1px solid #Bcc1c9; padding-bottom:5px; padding-top:5px; text-transform:uppercase;}
.school_index li i{ font-size:23px; color:#C0C4CC !important;}
.school_index li i.active{ color:#29458B !important;}
.school_index li:last-child{ border:0px;}
.graphFieldchart-2{ width:auto!important; margin-left: 0px!important; z-index:1;}
.att-bl{ color:#29458B !important; font-weight:bold;}
.left-txt{ position:relative; top:13px;}
.highestlevel_attained h4{ padding-left:20px;}
#populationDemoGraphiChart {
	display:none;
}
table#populationDemoGraphiChart th {
	/* padding: 0; */
	width: 50%;
}
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.4
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
	width: 25px;
	height: 25px;
	font-size: 0px;
	color: #fff !important;
	border: none;
}
/*
 * Stars
 */
.rating-fa {
	font-family: 'FontAwesome';
	padding-left: 1px;
}

.rating-fa .rating-stars:before {
	padding-left: 1px;
}

.rating-gly {
	font-family: 'Glyphicons Halflings';
}

.rating-gly-star {
	font-family: 'Glyphicons Halflings';
	padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
	padding-left: 2px;
}

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
	padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
	padding-left: 2px;
}

.rating-active {
	cursor: default;
}

.rating-disabled {
	cursor: not-allowed;
}

.rating-uni {
	font-size: 1.2em;
	margin-top: -5px;
}

.rating-container {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	color: #ABB1BC !important;
	overflow: hidden; top:-5px;
}

.rating-container:before {
	content: attr(data-content);
}

.rating-container .rating-stars {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #F6B824 !important;
	transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}

.rating-container .rating-stars:before {
	content: attr(data-content);
}

.rating-container-rtl {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	color: #fde16d !important;
}

.rating-container-rtl:before {
	content: attr(data-content);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl .rating-stars {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #e3e3e3 !important;
	transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}

.rating-container-rtl .rating-stars:before {
	content: attr(data-content);
}

/**
 * Rating sizes
 */
.rating-xl {
	font-size: 4.89em;
}

.rating-lg {
	font-size: 3.91em;
}

.rating-md {
	font-size: 3.13em;
	font-size: 19px;
}

.rating-sm {
	font-size: 2.5em;
}

.rating-xs {
	font-size: 1.2em;
}

/**
 * Clear rating button
 */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
	color: #aaa !important;
	cursor: not-allowed;
	display: none;
	vertical-align: middle;
	font-size: 60%;
}

.clear-rating-active {
	cursor: pointer !important;
}

.clear-rating-active:hover {
	color: #843534 !important;
}

.star-rating .clear-rating {
	padding-right: 5px;
}

/**
 * Caption
 */
.star-rating .caption, .star-rating-rtl .caption {
	display: none;
}

/**
 * Print
 */
@media print {
	.rating-container, .rating-container:before , .rating-container-rtl .rating-stars, .rating-container-rtl .rating-stars:before {
		color: #f3f3f3 !important;
	}

	.star-rating .clear-rating, .star-rating-rtl .clear-rating {
		display: none;
	}


}




h4.community_heading{ font-size:25px;}
h4.community_heading small{ font-size:20px;}
.weatherrisk { margin-left: -34px;}
.highestlevel_attained .height20 { height: 30px;}
/*EDUCATION SECTION ENDS HERE*/

/*EMPLOYMENT & FINANCE SECTION STARTS HERE*/
.employment_sec { padding:40px 0px; border-top:1px solid #d8dde5; border-bottom:1px solid #d8dde5;}
.bold_txt { font-size:25px;}
.bold_txt span { font-weight:300; font-size:20px;}
.workforce_list { text-align:center; width:50%; float:left;}
.workforce_list li { margin:0px 0px 14px;}
.blue_collar_sec { font-size:16px; font-weight:500; margin: 0!important;}
.persentage_txt { font-size:30px; color:#428BCA !important; font-weight: bold;}
.income_heading { margin-bottom:10px;}
.income_heading span { color:#767a82 !important; font-size:15px;}
.left_dollars_txt { font-size:15px; text-align:right; padding-left: 0;}
.middle_dollars_txt li { background:#e1e4e9; width:22px; height:22px; line-height:22px; text-align:center; color:#fff !important; border-radius:22px; font-weight: bold; font-size: 18px;}
.middle_dollars_txt li.blue_bg_list { background:#428BCA;}
.right_dollars_txt { color:#428BCA !important; font-weight:bold;}
/*EMPLOYMENT & FINANCE SECTION ENDS HERE*/

/*FAIR MARKET RENTS SECTION STARTS HERE*/
.fairrents_list { background:#d5d9df;height: 100px;text-align: center;line-height: 100px; margin-bottom:20px;}
.fairrents_list small { font-size: 16px; font-weight: bold; display: inline-block; margin-bottom:10px;}
.fairrents_list b { color: #428BCA !important; font-size: 30px; display: block;}
.inner_fairrents_list { line-height:normal; display:inline-block; vertical-align:middle;}
/*FAIR MARKET RENTS SECTION ENDS HERE*/

/*CRIME SECTION STARTS HERE*/
.crime_sec { padding:40px 0px; border-top:1px solid #d8dde5;}
.blue_txt { font-size:16px; color:#428BCA !important; margin-bottom:5px; display:inline-block; width:100%;}
.blue_txt .pull-right { margin-right:8%;}
.crime_list { margin-bottom:20px; display:inline-block; width:100%;}
.crime_list li { width:18.5%; float: left; padding:0px; margin-right:1.5%;}
.blue_shapes_box { position: relative; height: 43px; line-height:43px; background-color: #EFEFEF; -webkit-transform: skew(-20deg); transform: skew(-20deg); color:#80848b !important;}
.crime_name {-webkit-transform: skew(20deg); transform: skew(20deg);display: inline-block;width: 70%;text-align: center; float:left;}
.total_box .crime_name, .bluetotal_box .crime_name{color: #fff !important;}
.blue_sec { width:30%; background:#428BCA; color:#fff !important; float:left; text-align: center;}
.blue_sec span {-webkit-transform: skew(20deg); transform: skew(20deg); display: inline-block; color: #fff !important;}
.total_box { background:#9eddff; color:#fff !important;}
.bluetotal_box {background:#428BCA; color:#fff !important;}
.bluetotal_box .blue_sec { background:#1882BE;}
/*CRIME SECTION ENDS HERE*/

/*FOOTER SECTION STARTS HERE*/
#onboard footer{ background-color:#FFF; padding: 20px 0px; }
#onboard footer p{ font-size:13px; padding-top:10px; font-color:#999;}
.copy-right-text{ top:7px; margin-left:50px; display:inline-block;}
/*FOOTER SECTION ENDS HERE*/

.border-between > [class*='col-']:before {
	background: #e3e3e3;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 1px;
	top: 0;
}
.border-between > [class*='col-']:first-child:before {
	display: none;
}
.interactive-avm-blue {color:#1882BE !important; text-align: center;}
.interactive-avm-yellow {color:#f6b824 !important;}
.panel > .html-api {
	background-image: none;
	background-color: #1882BE;
	color: white !important;
}
.icon-background1 {
	color: #1882BE !important;
}

#onboard .graphBarchart-2 {
	background-color: rgb(28, 104, 154) !important;
}

#onboard .bg-tx {
	color:#428BCA !important;
}

.overview {
	padding:0 40px 40px 40px;
}

.overview .left_right_sec {
	display:none;
}
.overview .community_sec {
	padding-top:0;
}

.left_right_sec .pull-left {
	width:100%;
}