/* start main body */
body {
    overflow: hidden;
}
#gun_laws {
	font-family: verdana;
	margin: 0 auto;
	color: #393939;

}
/* end main body */
/* make svgs scale right across browsers */
    #map_section {
        position: relative;
        overflow:hidden;
        margin: 0;
        position: 0;
        width: 100%;
        height: 0;
        padding-bottom: 62%;
    }
    #map_section #us_map {
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100% 
    }

/* start header */
#gun_laws h1 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	letter-spacing: 0.4px !important;
	font-size: 14px;
	margin-top: 0.5em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

#gun_laws p {
	margin-top: .5em;
	line-height: 1.4em;
	font-size: .9em;
}

#map_header {
	margin-bottom: 4.5em;
	
}

/* end header */

/* start tab nav */
.tabrow {
    cursor: pointer;
	font-family: 'Raleway','Raleway',Helvetica,Arial,sans-serif !important;
	list-style: none;
	margin: 0 auto;
/*	margin-bottom: 35px;  */
	padding: 0;
	line-height: 24px;
	height: 26px;
	font-size: .6em;
	position: relative;
	text-transform: uppercase;
}
		.tabrow li {
			background-color: #eee;
			border: 4px solid #ccc;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: normal;
			margin-bottom: 1em;
			margin-right: 3px;
			padding: 4px;
			display: inline-block;
			text-transform: uppercase;
		}
		.tabrow a {
			  color: #555;
			  text-decoration: none;
			  cursor: pointer;	
		}
		.tabrow li:hover {
			background-color: #EF4023;
			border: 4px solid #CD371E;
			color: #fff;
		}
		
		.tabrow li:active, .tabrow li.selected {
			background-color: #EF4023;
			border: 4px solid #CD371E;
			color: #fff;
		}
		.tabrow:before {
		    position: absolute;
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    z-index: 1;
		}
		.tabrow li:before,
		.tabrow li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		}
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}
/* end tab nsv */

/* start map */
		
#gun_laws #us_map {
	margin: 0 auto;
}		
/* end map */		

/* start map footer */
#gun_laws .bottom {
	
	margin-top: 40px;

}


#gun_laws #state_name {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#gun_laws #tooltip {
	font-size: .8em;
	display: inline-block;
	line-height: 17px;
	width: 60%;
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
}

#gun_laws #us_map_legend {
}

#source-watermark p {
	position: relative;
	display: inline-block;
	float: left;
}

#source-watermark {
	text-align: right;
}

/* end map footer */

/* start fade */

.stronger_provisions_dek, .weaker_provisions_dek {
    opacity: 0;
	position:absolute;
	margin: 10 0 10 0;
	font-weight: normal;
	color: #5e7185;
	display: block;
	background-color: #efefef;
	padding:10px;
}

path, .fadeIn {
	opacity: .5;
}

path.clickable, .fadeIn {
	opacity : 1;
	transition-property : opacity; 
	transition-duration : 0.3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}

/* #gun_laws .fade-out {
	opacity : 0;
	transition-property : opacity; 
	transition-duration : 0.3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
} */

/* #gun_laws path:hover, #gun_laws path:active {
	fill: #000000!important; */
}
/* end fade */

#gun_laws #display_all_laws_container img {
    width: 312px;
    float left;
}

	
/* start media queries */		
@media only screen and (max-width: 420px) {

#gun_laws {
	    width: 98%;
	}

#map_header {
	margin-bottom: 6em;
}
	
.tabrow {
	line-height: 24px;
	height: 110px;
	overflow: visible;
	font-size: 12px;
	font-family: verdana;
	position: inherit;
	text-transform: uppercase;
}

.tabrow li {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    box-shadow: none;
    text-shadow: 0;
    margin: 0 auto;
	display: inline-block;
	border: 1px solid #AAA;
	background: #ECECEC;
	width: 90%;
}

.tabrow a {
	color: #555;
	text-decoration: none;
}
			
.tabrow li:hover {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}

.tabrow li:active {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}
			
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 0;
	z-index: 0;
}

			.tabrow li:before,
			.tabrow li:after {
			    border: none;
			    position: relative;
			    bottom: 0;
			    width: 0;
			    height: 0;
			    content: " ";
			}
			.tabrow li:before {
			    left: -6px;
			    border-bottom-right-radius: none;
			    border-width: 0;
			    box-shadow: 0;
			}
			.tabrow li:after {
			    right: 0;
			    border-bottom-left-radius: 0;
			    border-width: 0;
			    box-shadow: 0;
			}
			.tabrow li.selected:before {
			    box-shadow: 0;
			}
			.tabrow li.selected:after {
			    box-shadow: 0;
			}
			
			#gun_laws #tooltip {
				width: 98%;
			}
			
			#source-watermark p {
				font-size:.5em;				
			}
			
			#source-watermark img {
				width: 100px;
			}

}
/*#gun_laws .clickable {
    cursor: pointer;
	} */
/* end media queries */

