/* Searchlights CSS
   Master Styles
   Author: Chris Rosenthal
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
background-color: #0849a7;

}


body {
	line-height: 1;

background: url(images/pinstripes2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}





ol, ul {
margin-top: 20px;
list-style-type: none; 
   font-size:20px;
list-style: inline;
}

li {
padding-left: 0px !important;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;

	line-height: 0 em;
margin-bottom: 32px;
}


li a {
color: #ffffff;
}


blockquote, q {
	quotes: none;
font-size: 30px;
line-height: 40px;
	color: #ffffff;
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;
font-weight: normal;
z-index: 4;

}
blockquote:before, q:before {
	display: block;
content: "\201C";
font-size: 300px;
position: absolute;
left: -100px;
top: 20px;
color: #d4d6f8;
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;

}

blockquote:after, q:after {
	display: block;
content: "\201D";
font-size: 200px;
position: absolute;
right: 360px;
top: 160px;
color: #d4d6f8;
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;

}

blockquote cite {
color: #cccccc;
font-size: 22px;
font-style: normal !important;
display: block;
margin-top: 30px;
margin-left:500px;
width: 100%;
}
 
blockquote cite:before {
content: "\2014 \2009";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */

overflow-x: hidden;
	}



body {
background-color: #2378bb;
background-repeat:repeat-y;
	overflow-x: hidden;
	overflow: hidden;
	line-height: 26px;
	color: #ffffff;
	font-size: 18px;
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;
width:100%;

}

a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#fef301;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#ffffff;
		}
img { 
	display:block;
	}
a:hover img  { 
	opacity: 1;
	}

p {
padding-left:  2% !important;
	padding-top:  2% !important;
	padding-bottom:  6% !important;
	padding-right: 2% !important;

	}
i {
font-style: italic;
}

em {
font-style: italic;
}

b {
font-weight: bold;
font-weight: 900;

}


.floater {
background: url(http://chrisrosenthaldesign.com/demos/NPN/images/pinstripes.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 0px solid #3b3b3b;
	border-bottom: 1px solid #ffffff;
	height: 3px;
margin-top; 20px;
margin-bottom: 20px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;


}
#branding {
	width: 100%;
	background: #fff;
	}
	


#floater {
background: url(http://chrisrosenthaldesign.com/demos/NPN/images/pinstripes.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Nav
*****************************************************************/

nav#primary {
z-index: 14;
	position: fixed;
	top: 50%;
	right: 8px;
	margin-top: -30px;
}
nav#primary li {
	position: relative;
	height: 20px;
width:20px;
z-index: 13;

}

nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('http://chrisrosenthaldesign.com/demos/NPN/img/nav-dot.png') 4px 4px no-repeat;

}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('http://chrisrosenthaldesign.com/demos/NPN/img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
font-size: 14px;
	right: 14px;
	top: -27px;
	display: none;
	padding: 4px 20px 4px 7px;
	color: #fff;
	white-space: nowrap;
	background: transparent url('http://chrisrosenthaldesign.com/demos/NPN/img/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('http://chrisrosenthaldesign.com/demos/NPN/img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('http://chrisrosenthaldesign.com/demos/NPN/img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('http://chrisrosenthaldesign.com/demos/NPN/img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('http://chrisrosenthaldesign.com/demos/NPN/img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 3;
	position: absolute;
left: 10px;
	width:100%;
max-width: 100%;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
color: #ffffff;
font-size: 18px;
line-height: 24px;
margin-left: 40%;

		}
		
.datasets img{
float: left;
margin-right:20px;
margin-bottom:20px;
}

.downloads {
float: right;
margin-left: 40px;
}


.logo{
float: left;
position: absolute;
top: 2%;
left: 3%;
}

.logo2{
float: left;
position: absolute;
top: 3%;
left: 2%;
}

.headline{
float: left;
position: absolute;
top: 8%;
left: 0%;
}

.headline1 {
float: left;
position: absolute;
top: 8%;
left: 0%;
}

.headline2 {
float: left;
font-weight: bold !important;
position: absolute;
top: 15%;
left: 2%;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
letter-spacing: -3px;
font-weight: normal;
line-height: 0.8em;
font-size: 3.5em;
margin-bottom: 40px;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.41);

}

.paragraph {
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
width: 95%;
margin-left: 2%;
font-weight: normal;
line-height: 1.4em;
font-size: 1.1em;
margin-bottom: -10px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.41);
}

.paragraph1 {

position: absolute;
top: 40%;
left: 2%;

color: #ffffff;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
font-size: 1.3em;
line-height: 1.6em;
padding: 0 12px 0 12px;
display: inline-block;
margin: 0!important;

text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.41);
}




.flagbar {

width:100%;
background: #00487a; /* Show a solid color for older browsers */

	position: fixed;
z-index:34;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
margin: 0 auto;
text-align: left;
color: #fffff;
font-weight: bold;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;

}



.flagbar {
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
font-size:32px;
line-height:40px;
height:45px;
margin-bottom:6px;
margin: 0 auto;
}

.flagbar a{
color: #ffffff;
margin: 0 auto;
margin-left: 40px;
margin-top: 12px;
padding-top: 20px;
}
.flagbar a:hover {
margin-left: 40px;
color:#f1f1f1;
}

.flagbar img{
padding-top:8px;
padding-left:12px;
float:left;
margin: 0 auto;
margin-right: -22px;
}



.socials {
left:86% !important;
top: 5px;
margin: 0 auto;
position: fixed;
text-align: left;
width:100%;
padding-top:6px;
z-index:45;

	position: fixed;
z-index:45;
 
}

.socials img {
float: left;
display: block;
padding-left: 4px;
margin: 0 auto;
}

.mini{
padding-top: 20px;
padding-left:10px;}


.socials2 {
float: right;
text-align: right;
}

.socials2 {
float:right;
right:0px;
bottom: 0px;
position: fixed;
z-index: 45;
padding-top:6px;

	position: fixed;


}


.sp_like {
position: fixed;
z-index:45;
left:960px;
}


.topNav {

width:100%;
float:left;
text-align:center;
	position: absolute;
z-index:23;
margin-top:-18px;
top: 67%;
display: block;
margin: 0 auto;
}

.maness img{
background-color: transparent;
}

.maness{
background-color: transparent;
position: absolute;
right: 2%;
}


.topNav2 {

float:right;
text-align:left;
	position: absolute;
z-index:26;
top: 2%;
right: 20px;
display: block;
margin: 0 auto;
}

.topNav2 a {
color: #ffffff !important;
font-size: 1.2em;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); 
}

.topNav2  h3{
color: #ffffff !important;
font-size: 0.9em;
line-height: 1.4em;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); 
}



.navbar {

width:100%;
float:left;
text-align:center;
	position: absolute;
z-index:22;
top: 60%;
display: block;
margin: 0 auto;
background-color: #00b0ea;
-webkit-box-shadow: 0px 14px 13px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 14px 13px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 14px 13px 0px rgba(50, 50, 50, 0.4);


}


.navbar {
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;
font-size:1em !important;
font-weight: bold;
line-height:0.4em;
height:214px;
display: block;
margin: 0 auto;
padding-bottom: 12px;
}

.navbar a {
font-size:1em !important;

margin-left: 10px;
padding:10px;
margin-top:-20px;
color:#71bce3;
background-color: transparent;

}

.navbar ul {
margin-top: -10px;

}



.navbar a:hover {
margin-left: 10px;
color:#ffffff;

}

.navbar a:active {
margin-left: 10px;
color:#00487a;
}


.navbar li{
list-style: none;
display: inline;
}




a {
color: #fef301;
}



#content h1 {
margin: 0 0 0 0;
font-size: 60px;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
line-height: 1.4 em;
color: rgb(158, 218, 244);
}


h1 {
margin: 0 0 0 0;
font-size: 3.4em;
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
font-weight: bold;
line-height: 60px;
color: #ffffff;
padding-left: 2% !important;
	padding-right: 20px !important;
padding-top: 90px;
padding-bottom: 20px;
letter-spacing: -2px;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.41);
}

h2 {
font-size: 2em;
line-height: 32px;
	color: #ffffff;
	padding-right: 20px !important;
margin-bottom: 20px;
}



h3 {
font-family: museo-slab, museo slab, arial, helvetica, sans-serif;
font-weight: normal;
line-height: 0.2 em;
padding-left: 0px !important;
font-size: 1em;
margin-bottom: -10px;
width: 100%;
text-align: center;
}

h4 {
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;
font-weight: bold;
font-weight: 900;

font-size: 22px;
line-height: 24px;
}

h5 {
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;
font-weight: normal;
font-style: italic;
color: #cccccc;
font-size: 22px;

}

h6 {
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 22px;

}

h6 a{
margin-right:20px;}



.slideOne img {
width: 100%;
border-radius: 8px;
}

.firstcharacter { float: left; color: #00487a; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; 
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;

}

updater {
font-family: museo-sans, museo sans, arial, helvetica, sans-serif;

font-weight: bold;
font-weight: 900;

font-size: 28px;
}


ruler {
background-image:url('http://chrisrosenthaldesign.com/demos/NPN/img/hr.jpg');
background-repeat:repeat-x;
}






.slide1 {
background: url(images/LISC.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

padding-bottom: 100px;
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
min-height: 1000px;
}




.nug1 {
width: 70%;
margin-left: 60px;
margin-bottom: 20px;
float: left;
display: block;
}

.drop {
	background:#990000;
	font-weight:bold;
	padding:1em;
}

.nug1 img{
margin-right: 20px;
width:60px;
height:60px;

float: left;
display: block;
}


.flexslider {
margin: 0px;
background: transparent !important;
border: 0px solid #fff !important;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;

zoom: 1;
}

#slider {
padding-top: 40px;


}

#carousel {
margin-left:-5%;

}

#carousel li {
padding-right: 12px;
}

.flex-direction-nav {
display: none;
}

.flex-control-nav{
display: none;
}

.linker {
float: right;
width:20%;
margin: 40px;
margin-right: 10%;
padding-right: 10%;
text-align: center;
font-weight: bold;
}

.linker img{
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}


.linker2 {
float: right;
width:20%;
margin: 40px;
margin-right: 10%;
padding-right: 10%;
text-align: center;
font-weight: bold;
}


.linker2 img{
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0);
box-shadow: 3px 3px 3px rgba(0,0,0,0);
}



.text {
margin-left: 40px;
margin-top: 20px;
width: 70%;
}





#video-container {
	
	height:100%;
	width:100%;
	overflow: hidden;
}
video {
	z-index:-30;
}
video.fillWidth {
	width: 100%;
}

.container { position:relative; }
.container video {
    position:relative;
    z-index:0;
}
.overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}


.slides img {
max-width: 100%;
display: block;
border-radius: 10px;

-moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
box-shadow: 8px 8px 8px rgba(0,0,0,0.2);



}


.slideOne h2{

}
.slideOne h4{

 }

.slideOne .player{
 }




#nexter {
position: absolute;
background: transparent;
display: block;
z-index: 66;
right: -1%;
top: 62%;
margin-top: 10px;
}
#later {
position: absolute;
background: transparent;
display: block;
z-index: 66;
left: -1%;
top: 62%;
margin-top: 10px;

}



#fbbutton {
	margin-left:2%;
	background-color:#3d94f6;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	line-height:21px;
	width:45%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
#fbbutton:hover {
	
	background-color:#1e62d0;
}#fbbutton:active {
	position:relative;
	top:1px;
}





#twbutton {
		background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	line-height:21px;
	width:45%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}
#twbutton:hover {

	background-color:#4197ee;
}#twbutton:active {
	position:relative;
	top:1px;
}



#fbbutton a:link {
margin-top: -62px;
}



#sharer {
}

#sharer2 {

}

.sharers {
position: relative;
top: 92%;
margin-left: 2%;
margin-right: 25%;
z-index: 44;
width:90%;
}



.player {
-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}



