h1, .navbar-brand {
  font-family: Cinzel, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
position: relative;
-webkit-transition: color .2s;
transition: color .2s;
text-decoration: underline;
word-wrap:break-word;
}

a:hover, #sidebar li a:hover {
	background: #00467f;
	color: #fafafa;
}

.navbar a, a.btn {
	text-decoration: none;
}
.panel a, .panel a:hover {
	-webkit-transition: none;
	transition: none;
	text-decoration: none;
	color: inherit;
}

.panel-body a {
	color: #00467f;
position: relative;
-webkit-transition: color .2s;
transition: color .2s;
text-decoration: underline;
}

.panel-body a:hover {
	color: #fafafa;
}
.navbar {
	border-style: solid;
	border-width: 10px 0 0;
	border-image:url("/img/dashed-rule.jpg") 10 repeat;	
	margin-bottom: 0;
}
.navbar-toggle { 
	margin-top: 11px;
}

.navbar-brand {
	float:none;
	font-size: 16px;
	height: auto;
	padding: 8px 10px;
}
	.navbar-brand a {
		color: #fff;
	}
	.navbar-brand a:hover {
		color: #fff;
		text-decoration: none;
	}

.navbar-form {
	margin-left: 0;
	margin-right: 0;	
}
.input-sm {
	margin: 8px 0 0;	
}

.logo-nav {
	float: left;
	width: 44px;	
}

footer {
	font-size: 13px;
	margin: 0 auto;
}
footer ul {
	padding-left: 0;	
}
footer li {
	position: relative;
	display: inline-block;
	text-align: center;
	background: none;
	border-bottom: none;
	padding: 0 15px 0 0;
}

.light-bg {
	background: #ebeeed;
	padding: 40px 0;	
}
		
.white-bg {
	background: #fff;
	padding: 40px 0;	
}
		
	.light-bg .lead, .white-bg .lead {
		color: #222;
		}

blockquote {
border-left: 2px solid #569fd3;
}

.lead { color:#3f3f3f; font-weight:500;}

/**** LIST STYLES****/

.zebralist {}
.zebralist ul {list-style-type:none; margin:0; padding:0;}
.zebralist ul li {font-size:.9em; margin:10px 0; border: #eee .4em solid; padding:10px;}
.zebralist ul li:nth-child(2n+1) {background-color: #e1eefa;}
.zebralist ul li strong {color:#333;}

/**** Sidebar and Affix ****/
#sidebar.nav .nav {
	margin-top: 0;
	padding-left:10px;
}


.affix-top,.affix{
	position: static;
}


#sidebar li.active {
  	border:0 #008da8 solid;
  	border-right-width:4px;
}

#sidebar .btn {
	text-align:left;
	white-space:normal;
}

/**** Masthead ****/
.masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}
	
#seabass .masthead {
	background: #000 url('/img/hovering-black-sea-bass-400h.jpg') top center no-repeat;
	background-size:cover;
}

#jellyfish .masthead {
	background: #000 url('/img/jelly-with-fish-400h.jpg') top center no-repeat;
	background-size:cover;
}

#shipwreck .masthead {
	background: #000 url('/img/eballenbow-400h.jpg') top center no-repeat;
	background-size:cover;
}

#island .masthead {
	background: #000 url('/img/anacapa-island-400h.jpg') top center no-repeat;
	background-size:cover;
}

#whale-tail .masthead {
	background: #000 url('/img/whale-tail2-400h.jpg') top center no-repeat;
	background-size:cover;
}

#gull .masthead {
	background: #000 url('/img/gull-and-chick-400h.jpg') top center no-repeat;
	background-size:cover;
}

.masthead-gradient {
		background:  rgba(0, 0, 0, 0.3);
		min-height: 200px;
	}
	
.touch .top {
	display: none;
}

/* Guide Page */
ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
	}
	ul.simple-list {
    	list-style-type: none;
    	list-style-type: decimal !ie; /*IE 7- hack*/
	}
ol.simple-list > li, ul.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 2.2em;
    border-left: 2px solid #ccc;
}
ul.simple-list > li {
	min-height: inherit;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
	font: 1.8em bold Cinzel, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    color: #464646;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

h4.line {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.line{position: relative;} /* Main div for border to extend to 50% from bottom left corner */
.line:after{content:""; background: #569fd3; position: absolute; bottom: -3px; left: 0; width: 40%; height: 1px;}

/*FAQ Page*/
/*Panel */
.panel h3 {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel-title {
font-size: 21px;
}

.panel-faq {
  border-color: #2ebdbd;
}
.panel-faq > .panel-heading {
  color: #000000;
  background-color: #c4f1f1;
   border-color: #2ebdbd;
}
.panel-faq > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000000;
   background-color: #ebfafa;
    border-color: #2ebdbd;
}
.panel-faq > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3c9a5f;
  border-color: #2ebdbd;
}

.faqs {
	padding: 0;		
}

.faqs ol {
	list-style-type: none;
	padding-left: 0;	
}

/*Homepage*/

.cover {
	background: url('/img/cover-bg-600.jpg') bottom center no-repeat, rgb(32,104,154); 
	color: #fff;
}
	.cover .h1 {
		font-size: 32px;
		font-weight: 500;
		margin:0 0 30px;
		padding-top: 20px;
	}
		
	.cover video {
		border: 5px solid #959595;
	}	

.arrow-down {
	background:url('/img/arrow-down.png') bottom center no-repeat;
	min-height: 350px;		
}
		
		
		
.box > .icon > .step { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; border-radius: 50%; background: #00abc7; vertical-align: middle; }

	.step-bg { font-size: 38px !important; font-weight: bold; color: #615e5d; text-align: center; position: relative; position: relative; z-index: 3; margin: 7px auto 0; width: 58px; height: 58px; background: #fff; border-radius: 50%; vertical-align: middle; }
		
	.box > .icon > .info { margin-top: -44px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 35px 0 10px 0; }
	.icon > .info-bottom0 { margin-top: -44px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 35px 0 0; }
				
	.box h2, .box h3 {font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
		
	.box h2{ font:bold 34px; } 
		
	.box .intro { text-align: center; position: relative; }
		
.subhead { font:normal 56px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
		
.bs-callout {
  margin: 40px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  font-size: 21px;
   word-wrap: break-word;
}

.bs-callout .small {
  font-size: 14px;
}

	.bs-callout h4 {
	  margin-top: 0;
	}
	.bs-callout p:last-child {
	  margin-bottom: 0;
	}
	.bs-callout code,
	.bs-callout .highlight {
	  background-color: #fff;
	}

.callout-orange {
	background: #fcf8f2;	
	border-left: 5px solid #f3901d;
}

.callout-blue {
	background: #f4f8fa;	
	border-left: 5px solid #569fd3;
}

.box-black {
	background: rgba(0, 0, 0, 0.5);
}	
@media screen and (max-width: 481px) {
	
	
}

@media screen and (max-width: 568px) {

h1 {
	font-size: 24px;	
}

footer li {
	text-align: left;
	width: 100%;
}

}

@media screen and (min-width: 768px) {
	.logo-nav {
		width: 64px;
	}
	.nav {
		margin-top: 18px;
	}
	
	.navbar-brand {
		float:left;
		font-size: 19px;
	}
	
	.logo-nav {
		float: none;	
	}
	
	#sidebar.affix-top {
    	position: static;
  		margin-top:30px;
  		width:180px;
  	}
  
  	#sidebar.affix {
    	position: fixed;
    	top:70px;
    	width:180px;
  	}
	
	.masthead-gradient {
		min-height: 300px;
	}

/*FAQ Page */	
.faqs ol {
	list-style-type:upper-alpha;
	padding-left:30px;	
}

/* Back To Top */
.top {
	position:fixed;
	bottom:0.5em; right: 0.5em;
	text-decoration: none;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding:0.1em 0.3em 0.1em;
	display:none;
	border-radius:3px; z-index:500;
}
.top:hover { background-color:rgba(0, 0, 0, 0.6);}

/*Homepage*/
.cover {
			background: url('/img/cover-bg-1400.jpg') top center no-repeat, rgb(12,27,57); /* Old browsers */
			background:url('/img/cover-bg-1400.jpg') top center no-repeat, -moz-linear-gradient(left,  rgba(12,27,57,1) 0%, rgba(12,27,57,1) 48%, rgba(169,186,205,1) 53%, rgba(169,186,205,1) 100%); /* FF3.6+ */

			background:url('/img/cover-bg-1400.jpg') top center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(12,27,57,1)), color-stop(48%,rgba(12,27,57,1)), color-stop(53%,rgba(169,186,205,1)), color-stop(100%,rgba(169,186,205,1))); /* Chrome,Safari4+ */

			background:url('/img/cover-bg-1400.jpg') top center no-repeat, -webkit-linear-gradient(left,  rgba(12,27,57,1) 0%,rgba(12,27,57,1) 48%,rgba(169,186,205,1) 53%,rgba(169,186,205,1) 100%); /* Chrome10+,Safari5.1+ */

			background:url('/img/cover-bg-1400.jpg') top center no-repeat, -o-linear-gradient(left,  rgba(12,27,57,1) 0%,rgba(12,27,57,1) 48%,rgba(169,186,205,1) 53%,rgba(169,186,205,1) 100%); /* Opera 11.10+ */

			background:url('/img/cover-bg-1400.jpg') top center no-repeat, -ms-linear-gradient(left,  rgba(12,27,57,1) 0%,rgba(12,27,57,1) 48%,rgba(169,186,205,1) 53%,rgba(169,186,205,1) 100%); /* IE10+ */

			background:url('/img/cover-bg-1400.jpg') top center no-repeat, linear-gradient(to right,  rgba(12,27,57,1) 0%,rgba(12,27,57,1) 48%,rgba(169,186,205,1) 53%,rgba(169,186,205,1) 100%); /* W3C */

			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1b39', endColorstr='#abbacc',GradientType=1 ); /* IE6-9 */

			min-height:700px;
			padding-top: 100px;
}
	.cover .h1 {
		font-size: 36px;
		margin-bottom: 50px;
	}
	
	.cover video {
			/*margin-top: 100px;*/
		}
	
	.box-black-sm {
		background: rgba(0, 0, 0, 0.6);
		border-radius: 5px;
		padding: 10px 10px 10px 15px;
	}
	
	.box-black-sm a{
		color: #fafafa;
	}
		
	.box-black {
		background: none;
	}
			
.slideNav {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -80px;
    z-index: 11;
}

.slideNav ul {
    list-style: none;
    color: #000;
    font-size: 16px;
	font-weight: bold;
    text-align: center;
}
.slideNav li {
    width: 30px;
    height: 30px;
    background-color: rgba(97,93,92,.30);
    margin-bottom: 5px;
}

.slideNav ul li.active {
	background: #00467f;
}


.slideNav ul li.active a {
	color: #fff;
}

.slideNav .nav>li>a {
	-webkit-transition: none;
	transition: none;
	text-decoration: none;
	padding: 4px 9px;
}

.slideNav .nav>li>a:focus, .slideNav .nav>li>a:hover {
	background: none;
	color: #fff;
}

.slideNav .icon > .step { position: relative; z-index: 2; margin: auto; width: 44px; height: 44px; border: 4px solid white; border-radius: 50%; background: #00abc7; vertical-align: middle; }
		.slideNav .step-bg { font-size: 17px !important; font-weight: bold; color: #615e5d; text-align: center; position: relative; position: relative; z-index: 3; margin: 4px auto 0; width: 29px; height: 29px; background: #fff; border-radius: 50%; vertical-align: middle; }
	

}
@media screen and (min-width: 992px){
	#sidebar.affix-top {
  		width:228px;
  	}
  
  	#sidebar.affix {
    	width:228px;
  	}
	#seabass .masthead, #jellyfish .masthead, #shipwreck .masthead, #island .masthead, #whale-tail .masthead, #gull .masthead {
		background-position:right;
		background-size:auto;
	}
	.masthead-gradient {
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 30%, rgba(0,0,0,0) 55%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0,0,0,1)), color-stop(65%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 55%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 55%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 55%); /* IE10+ */
		background: linear-gradient(to right, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 55%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		min-height: 400px;
	}
}

@media  screen and (min-width: 1200px) {

}

@media  screen and (min-width: 1600px) {
	.masthead-gradient {
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 50%, rgba(0,0,0,0) 65%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0,0,0,1)), color-stop(65%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 65%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 65%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 65%); /* IE10+ */
		background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 65%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

	}
}
