body{
	height: 100%;
}

body :focus{
	outline: none;
}
button:focus { outline:0 !important; }
html{
	height: 100%;
	font-size: 16px;
}
h1{
	font-weight: 300;
}
td.lawEnforcement{
	border-right:10px solid #fff;
}
#body-cam{
	width: 96%;
}
.swatch{
	width: 30px;
	height: 15px;
	margin-left: 20px;
	margin-right: 5px;
	display: inline-block;
}
.mapState{
	stroke: 16px;
}
#desktopTitle{
	margin-top:50px;
}

.groupLabels{
	font-size: 20px;
	font-weight: 300;
}
.left{
	border-left: 20px solid #fff;
}
.center{
	border-top: 1px solid #000;
}
.right{
	border-right: 20px solid #fff;
}
.header-group{
	height: 8px;
}
.mapPassed{
	fill:#1696d2;
	stroke:#1696d2;
}
.mapProposedpending{
	fill:#fdbf11;
	stroke:#fdbf11;

}
.mapBoth{
	fill:#55b748;
	stroke:#55b748;

}
.mapNo{
	fill:#e6e6e6;
	stroke: #e6e6e6;
}

.mapState.passed{
		fill:#1696d2;
}

.mapState.proposedpending{
	fill: #fdbf11;
}

.mapState.both{
	fill:#55b748;
}

.mapPassedSelected {
    stroke: #000;
    stroke-width: 2;
    /*fill:#000 !important;*/
}
.mapNoSelected {
    stroke-width: 2;
    stroke: #000;
    fill:#000 !important;
}
.proposedpending{
	background-color: #fdbf11;
}
/*.proposedpending:hover{
	border: 2px solid #000;
}
*/.both{
	background-color: #55b748;
}
/*.both:hover{
		border: 2px solid #000;
}
*/.passed{
	background-color:#1696d2;
	fill:#1696d2;
}
/*.passed:hover{
	border: 2px solid #000;
}*/
.no{
	/*border-radius: 10px;*/
	background-color:#e6e6e6;
}
/*.no:hover{
	border: 2px solid #000;
}*/
.highlighted{
	background-color:#fdbf11;
}
#date{
	font-size: 12px;
	float: right;
	color: #555;
}
table{
	font-size: 12px;
}
td{
	border-left: 2px solid #fff;
	padding-left: 2px;
	padding-right: 2px;
	min-width: 25px;
	text-align: right;
}

th{
    /* border: 1px solid #fff; */
    padding: 0px;
    min-width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 11%;
    text-align: center;
    max-width: 170px;
    font-size: 14px;
    background-color: #fff;
    /* height: 200px; */
}

thead{
	background-color: #fff;
}

tr:hover > .rowLabel *{
	color: #000;
	/*text-decoration: underline;*/
	border-bottom: 3px solid #D0E9F4;
	box-shadow: inset 0 -5px 0 #D0E9F4;
}

.rowLabel{
	width: auto;
	white-space: nowrap;
	line-height: 14px;
	cursor: default;
}

.map-cell{
	height: 100px;
}

.responsiveMap{
	/*max-width: 100px;*/
}

.full-screen {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background-size: cover;
    opacity: 0.5;
}

.full-width-container{
	position: absolute;
	right: 0;
	min-width: 100%;
	height: auto;
	background-color: #efefef;
}

.purple {
  position: relative;
  background: #663399;
}

.purple:before, 
.purple:after {
  content: "";
  position: absolute;
  background: #663399;  /* Match the background */
  top: 0;
  bottom: 0;
  width: 9999px;   /* some huge width */
} 
.purple:before {
  right: 100%; 
}
.purple:after {
  left: 100%;
}

.blocked{
	    /*background: rgba(0,0,0,0.5);*/
    padding: 20px;
}

#map0{
	display: none;
}
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff !important;
	/*background: url(../img/background.jpg) no-repeat bottom center scroll;*/
	/*background-color: #fff;*/
	z-index: -100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 50px;
}

.intro .intro-body .brand-heading {
	font-size: 3em;
}

.intro .intro-body .intro-text {
	font-size: 1.2em;
	color: #fff !important;
	font-weight: 300;
	line-height: 1.5em;
}

.brand-heading{
	color: #fff;
	font-weight: 300;
}

#intro-container{
	position: absolute; z-index: -99; width: 100%; height: 100%;
	background-color: #000;
	background-size: cover;
	background-blend-mode:overlay;
	overflow: hidden;
}
#intro-video{
	opacity: 0.4;
	position: relative;
	left: -15%;
	top: -40px;
	overflow: hidden;
}
#intro-gradient{
	width:100%; 
	height:25%;
	position:absolute;
	bottom:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0.59+59,0.79+82,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.59) 59%, rgba(0,0,0,0.79) 82%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.79) 82%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.79) 82%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.quote-container{
	background-color: #000;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.introQuote{
font-size: 24px;
font-weight: 300;
color: #fff;
margin-bottom: 30px;
}
.introQuoteIntro{
	font-size: 28pt;
}
.textHighlight{
	background-color: #1696d2;
	font-weight: 400;
	padding-left: 4px;
	padding-right: 4px;
}
.text.page-scroll{
	color: #1696d2;
	text-decoration: none;
	cursor: pointer;
}
.text.page-scroll:hover{
	text-decoration: underline;
}

.about-section{
	padding-bottom: 30px;
}
footer {
	padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5em;    background-color: black;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.copyright {
    margin: 15px 0 0;
    color: #eee;
    font-weight: 400;
}
#copy-language span{
	float: left;
	margin-right: 25px;
}
#disclaimer{
	margin-top: -19px;
    margin-bottom: 32px;
    font-size: 14px;
    font-style: italic;
}

/*fixed header*/

.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}

.scrollMore{
  margin-top:600px;
}

#mobile-btns{
	width: 100%;
}

.btn-secondary{
	width: 50%;
	border-radius: 0;
	background: #000;
	color: #fff;
}
.btn-secondary:hover{
	color: #ccc;
}
.btn-active{
	background-color:#fdbf11;
}
.btn-active:hover{
	color:#000;
}


.list-item{
	min-height: 45px;
	padding-left: 50px;
	width: 100%;
	font-size: 14px;
	/*line-height: 45px;*/
	padding-top: 12px;
	margin-bottom: 2px;
}
.list-passed{
	color: #fff;
    background-color: #1696d2;
    background-image: url(../img/icons-07.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.list-proposedpending{
	color: #fff;
    background-color: #fdbf11;
    background-image: url(../img/icons-07.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.list-both{
	color: #fff;
    background-color: #55b748;
    background-image: url(../img/icons-07.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.list-no{
	color: #000;
    background-color: #eee;
    background-image: url(../img/icons-08.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.state-list-state h2{
	margin-top:15px;
}
.mobile-show{
	display: block;
}
.mobile-hide{
	display: none;
}
@media(max-width:768px){
	#mobile{
		display: block;
	}
	#desktopTitle{
		display: none;
	}
	#mobile-title{
		padding-top:45px;
		background-color: #fff;
		width: 100%;
	}
	#body-cam{
		display: none;
	}
	#intro-video{
		display: none;
	}
	#intro-container{
		height: inherit;
	}
	.intro{
		background: url(../img/mobile-background.jpg) no-repeat center center scroll;
		background-size: cover;
	}
	#intro-gradient{
		display: none;
	}
	.full-screen{
		display: none;
	}

	#sticky {

}
#sticky.stick {
    position: fixed;
    top: 60 !important;
    z-index: 10000;
}
}
@media(min-width:768px) {
	.intro {
		height: 100%;
		padding: 0;
	}

	.intro .intro-body .brand-heading {
		font-size: 3em;
	}

	.intro .intro-body .intro-text {
		font-size: 1.2em;
	}
	#mobile{
		display: none;
	}
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 100%!important;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
	outline: 0;
	color: #1696d2;
	background: rgba(0,0,0,.4);
}

.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {    
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.content-section {
	padding-top: 100px;
}

.download-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


/************* TOOLTIPS ****************/
.blurbTooltip{
	position: absolute;
    /* top: 25px; */
    text-align: left;
    /*height: 100px;*/
    padding: 10px;
    background: rgba(255,255,255,.95);
    margin-top: 18px;
    margin-left: -3px;
    /*border: 2px solid black;*/
    box-shadow: 0px 3px 5px #ccc;
    z-index: 2;
}
.blurbTooltip:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255,255,255,.9);
	border-width: 10px;
	margin-left: -10px;

}

.blurbOutline{
	position: absolute;
    /* top: 25px; */
    display: block;
    height: 14px;
    padding: 0px;
    /*height: 100px;*/
    background: none;
    margin-top: -7px;
    margin-left: -3px;
    border: 2px solid black;
    /*border: 2px solid black;*/
    /*box-shadow: 0px 3px 5px #ccc;*/
}

/************* HEADER INFO ****************/
.fa-info-circle{
	padding-left: 7px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #bbb;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.fa-info-circle:hover{
	color: #1696d2;
}
.fa-info-circle:before {
    content: "\f05a";
}
.headerTooltip{
	position: absolute;
    /* top: 25px; */
    width: 140px;
    text-align: left;
    /*height: 100px;*/
    padding: 10px;
    background: rgba(240,240,240,.9);
    color: #333;
    font-style: italic;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 11px;
    margin-left: -64px;
    /*border: 2px solid black;*/
    box-shadow: 0px 3px 5px #ccc;
}
.headerTooltip:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(240,240,240,.8);
	border-width: 10px;
	margin-left: -10px;

}

#mobileExplainer{
	font-size: 14px;
    font-style: italic;
    color: #1696d2;
    text-align: center;
    margin-bottom: 13px;
}