@media screen and (min-width: 381px) {
	.hd-header {
		height: 93px;
		background-image: url(../images/header.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}
	#hd-homelink {
		margin:0px;
		padding:0px;
		width:381px;
		height:93px;
		background-image: url('../images/hospital-data.jpg');
	}
}
@media screen and (max-width: 380px) {
	.hd-header {
		height: 64px;
		background-image: url(../images/header-small.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}
	#hd-homelink {
		margin:0px;
		padding:0px;		
		width: 320px;
		height:64px;
		background-image:url('../images/hospital-data-small.jpg');
	}
}
.hd-copyright {
    width:100%;
    font-size: 7pt;
	color: gray;
	text-align:center;
}

.states_map_links, .states_map_links:visited {
	width:5%;
	height:5%;
	font-size:70%;
	text-align:center;
	position:absolute;
	color:#FFF;
	text-shadow:0 0 3px rgba(34,34,34,0.9);
	transition:color .4s;
	line-height:125%;
}
ul.tab-list-short {
	display:none;
}
.states_map_links:hover {
	color:#222;
	text-shadow:0 0 3px rgba(255,255,255,1.0);
	text-decoration:none;
}
.states_map_links.hilite {
	color:#222;
	font-weight:700;
	text-shadow:0 0 5px rgba(255,255,255,1.0);
}
.states_map_links.disabled {
	color:rgba(34,34,34,0.3);
	text-shadow:0 0 5px rgba(255,255,255,0.3);
}
h2.featurette-heading {
	font-size:2.5em;
	font-weight:400;
}
body {
	font-size:14px!important;
}
.row-blue {
	background:#2171B5;
	margin-bottom:15px;
	padding:15px 0;
}
.footer-lista {
	list-style:none;
	padding:0!important;
}
.footer-lista li {
	padding-bottom:5px;
	padding-top:5px;
}
.footer-lista li a {
	color:#fff;
}
.h4-lista-footer { 
	color:#fff!important;
	font-weight:800;
}
.tab-list {
	list-style:none;
	float:left;
	width:20%;
	margin:20px 2.5% 0;
	padding:0!important;
}
.tab-list li {
	padding-bottom:10px;
}
.tab-list li a {
	color:#313131;
}
.tab-list li a:hover {
	color:#2171B5;
}
#states_nav {
	position:relative;
	margin-bottom:3em;
	overflow:hidden;
	padding:30px;
}

@media (max-width: 500px) {
	.states_map_links,.states_map_links:visited{font-size:50%}
}
@media (min-width: 992px) {
	#tabs_by_category {
		padding-left:30px;	
		border-left:2px dotted #bebebe;		
	}
	#by_state_map {
		padding-right:30px;
		padding-bottom:10px;		
	}
}
@media (max-width: 800px) {
		#states_nav {
			padding:0; 
		}
		ul.tab-list-short {
			display:block;
		}
		ul.tab-list-long {
			display:none;
		}
}

.tabbig { display: block;}
.tabsmall { display: none;}

@media (max-width : 1200px) {
   .tabbig { display: none;}
   .tabsmall { display: block;}
}

@media (min-width : 1201px) {
   .tabbig { display: block;}
   .tabsmall { display: none;}
}

#quickview_tabSelected  ul  { list-style:none; }
