/* --- Eric Meyer 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

sub, sup {
  font-size: 75%;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* --- Reset End --- */

/* --- Grid Elements ---*/
/* --- Modified after 1140px Grid V2 by Andy Taylor http://cssgrid.net --- */  
.container {
	padding-right: 20px;
	padding-left: 20px;
}
.row {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
.row .onecol {
	width: 4.85%;
}
.row .twocol {
	width: 13.45%;
}
.row .threecol {
	width: 22.05%;
}
.row .fourcol {
	width: 30.75%;
}
.row .fivecol {
	width: 39.45%;
}
.row .sixcol {
	width: 48%;
}
.row .sevencol {
	width: 56.75%;
}
.row .eightcol {
	width: 65.4%;
}
.row .ninecol {
	width: 74.05%;
}
.row .tencol {
	width: 82.7%;
}
.row .elevencol {
	width: 91.35%;
}
.row .twelvecol {
	width: 100%;
	float: left;
}
.row .last {
	margin-right: 0px;
}
img, object, embed {
	max-width: 100%;
}
img {
	height: auto;
}


/* Smaller screens */
@media screen and (max-width: 1080px) {
}
 @media screen and (max-width: 960px) {
}
	
/* Mobile */
@media only handheld, screen and (max-width: 767px) {
body {
	font-size: 0.8em;
	-webkit-text-size-adjust: none;
}
.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
}
/* Header Elements */
#headerWrap {
	background: #DDEEFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00336), to(#fff));
	background: -webkit-linear-gradient(#9cf, #fff);
	background: -moz-linear-gradient(#9cf, #fff);
	background: -ms-linear-gradient(#9cf, #fff);
	background: -o-linear-gradient(#9cf, #fff);
}
#titleHdr {
	padding: 1.6em 0.5em;
}
/* Main Nav */
#navWrap {
	background-color: #DDEEFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#9cf));
	background: -webkit-linear-gradient(#fff, #9cf);
	background: -moz-linear-gradient(#fff, #9cf);
	background: -ms-linear-gradient(#fff, #9cf);
	background: -o-linear-gradient(#fff, #9cf);
	background: linear-gradient(#fff, #9cf);
}
#mainav {
	padding: 0;
	margin: 0;
	font-size: 110%;
	letter-spacing: 0.004em;
	list-style: none;
}
#mainav li {
}
#mainav li a {
	background: #fff;
	color: #114777;
	border: #ccc 1px solid;
	border-bottom: none;
	float: left;
	display: inline-block;
	text-decoration: none;
	color: #003366;
	padding: 0.5em 1em;
	margin-right: 0.2em;
}
#mainav li a:hover {
	text-decoration: none;
	background: #9cf;
}
body#home a#homenav, body#data a#datanav, body#pubs a#pubsnav, body#res a#resnav{
	background-color: #061D47;
	color: #fff;
}
/* Main Container */
.pubListing {
	font-size: 0.88em;
	line-height: 1.36em;
}
.pubListing li {
	padding-top: 1em;
	text-indent: -1em;
	margin-left: 1.6em;
}
.section {
	margin: 0.8em 0;
	padding: 1em;
}
ul.inline{
position: relative;
display: inline-block;
margin: 10px 15px 20px 0px;
}
.boxshadow {
	-moz-box-shadow: 1px 1px 2px #d1d1d1;
	-webkit-box-shadow: 1px 1px 2px #d1d1d1;
	box-shadow: 1px 1px 2px #d1d1d1;
	border-radius: 2px;
}
.narrow {
	max-width: 70%;
}
.pre-footer{
	text-align: center;
	margin: 2em 1em;
	max-width: 96%;
}
/* Footer */
#footer {
	background: #9CF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00336), to(#fff));
	background: -webkit-linear-gradient(#9cf, #fff);
	background: -moz-linear-gradient(#9cf, #fff);
	background: -ms-linear-gradient(#9cf, #fff);
	background: -o-linear-gradient(#9cf, #fff);
}

.imgFrame {
	margin: 0.6em 1em;
}
.imgFrame img {
	padding: 0 1em;
}
.eo {
	font-size: 0.8em;
	color: #003366;
	clear: both;
}
/* Typography */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0.5em 0;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
	line-height: 1.2em;
}
#cafe {
	color: #444;
	line-height: 1.5;
	font-family: Verdana, Geneva, sans-serif;
}
#cafe span {
	color: #114777;
}
p {
	font-size: 90%;
	letter-spacing: 0.006em;
	line-height: 1.6em;
	padding: 0 0 0.5em 0;
}
.pFirst {
	padding-top: 1em;
}
.pLast {
	padding-bottom: 1em;
}
a {
	text-decoration: none;
	color: #3E748E;
}
a:hover {
	color: #2E516E;
}
.emphasis {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
em {
	color: #061D47;
	font-style: italic;
	font-size: 1.2em;
}
h5.emphasis {
	line-height: 1.2em;
	padding: 1em;
	color: #114777;
}
.subNav {
	background-color: #ECF5FF;
	margin-bottom: 1em;
	padding: 0.4em 0.6em;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 2px #d1d1d1;
	-webkit-box-shadow: 2px 2px 2px #d1d1d1;
	box-shadow: 2px 2px 2px #d1d1d1;
}
.subNav span {
	font-size: 80%;
}
.linkList {
	font-size: 0.9em;
	margin-bottom: 2em;
}
.linkList li {
	padding-bottom: 0.4em;
	line-height: 1.2em;
}
.bullets {
	list-style: disc inside;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table tr th {
	border: 1px solid #666;
	font-weight: bold;
	padding: 0.5em;
}
table td {
	border: 1px solid #BCCFBF;
	padding: 0.5em;
	font-size: 0.8em;
	line-height: 1.2em;
}
.dataTable th.first {
	background-color: #BCCFBF;
	width: 24%;
}
.dataTable td.firstA {
	background-color: #D7E3E2;
}
.listing thead {
	background-color: #F4F4F7;
}
.listing th.wide {
	width: 25%;
}
/*Supporting Styles*/
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.borderBgr {
	background-color: #fff;
	padding: 0 0.6em;
	border-left: 2px #9cf outset;
	border-right: 2px #9cf inset;
}
.siteName, .subTitle {
	font-family: Verdana, Geneva, sans-serif;
}
.siteName {
	color: #114777;
	font-size: 1.8em;
	padding: 0.3em 0;
}
.subTitle {
	font-size: 1em;
	padding: 0 0 1em 0;
}
.caption {
	line-height: 1.2;
	color: #666;
	margin-bottom: 1em;
}
.iframeWrap{
  	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframeWrap iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.profile {
	margin: 1em 0;
	overflow: hidden;
	-moz-box-shadow: 5px 2px 4px #d1d1d1;
	-webkit-box-shadow: 5px 2px 4px #d1d1d1;
	box-shadow: 5px 2px 4px #d1d1d1;
}
.profile ul {
	float: left;
	max-width: 70%;
	line-height: 1.2;
	padding: 0.4em 0 0 1em;
}
.profile ul li:not(:first-child) {
	padding-bottom: 0.4em;
}
.profile ul li:first-child a {
	color: #114777;
	font-weight: bold;
}
.profile ul li:nth-child(2) {
	color: #444;
}
.profile img {
	float: right;
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#survey h1{ color: #007681; font-weight: bold;}
#survey p, #survey > ol{ font-size: 1.1em; line-height: 1.3; color: #444;}
#survey em{font-style: normal; color: #30a6b1;}
#survey strong, {font-weight: bold;}
#survey p.button {margin: 2em 0;}
#survey p.button a{font-weight: bold; font-size: 1.8em; background: #2096a1; color: #CFF; padding: 0.5em; border-radius: 3px;}
#survey p.button a:hover{background: #007681; color:#acdfdf;}

.alert{font-weight: bold; color: #d45d00!important;}
ol{list-style: decimal inside;
margin-bottom: 1em;
}
ol li{
margin: 0.3em 0;	
}
ol li ol{list-style: lower-alpha inside;
margin-left: 1em;
}
.FClogo{float: right; width: 35%;}
/*Station pages*/
dl.station{padding: 1em; border: 1px solid #AED6FF;}
dl.station dt, dl.station  dd {display: inline; margin: 0;}
dl.station dt{color: #666; line-height: 1.8;}
dl.station dd:nth-of-type(1){font-size: 2em; color: #98a87A; font-weight: bold;}
dl.station dd{color: #222;}
dl.station dd:after {
	content: '\A';
	white-space: pre;
}
dl.station dd p {
font-size: inherit; line-height: 1.4; padding: 0;
}
.slideshow{
	margin-top: 10px;
	max-height: 500px;
	overflow: hidden;
	}	
.slick-slider{	
	margin-bottom: 10px!important;
}
.slideshow .slick-slide img{
	border-radius: 3px;
	width: auto;
	margin:0 auto;
	}
	
.slick-prev{
	margin-left: 20px!important;	
}		

.slick-next{
	margin-right: 55px!important;	
}	
