/* Jqvmap */
.jqvmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-size: smaller;
	padding: 3px
}
.nomarginheadingone{
	margin:0px;
}
#intro-box .wrap {
	padding-top: 0px;
}

path {
	cursor: pointer;
}

.bg-state {
	height: 575px;
	padding-top: 0;
	background-color: #f2f2f2 !important;
}

.state-head {
	color: #ECECEC;
	padding-bottom: 20px;
	margin: 0 auto;
	max-width: 940px;
	text-align: center;
	font-size: 30px;
	padding-top: 40px;
	font-weight: normal;
}

#vmap {
	height: 475px;
	background-color: #f2f2f2 !important;
}
.state-links-col > .reset-col-padding > p {
    line-height: 30px;
    margin: 0px;
}
.state-links-col > .reset-col-padding > p > a {
    font-size: 20px;
    font-weight: normal;
}
.state-links-col > .reset-col-padding > p > a.inactive{
	color:#e4e5e5;
}
.state-links-col > .reset-col-padding > p > a.active{
	color:#16639f;
}
#mapstateslinkswrapper > .vc_row-fluid > .vc_column_container > .vc_column-inner{
	border: 1px solid #eeeeee;
	padding: 0px 0px 35px 0px;
}

@media only screen and (max-width: 767px) {
	#vmap {
		height: 275px;
	}
	.bg-state {
		height: auto
	}
	.hidden-mobile {
		display: none;
	}
	.state-links-col > .reset-col-padding {
		text-align:center;
	}	
}