@font-face {
	font-family: OpenSans;
	src: url('/fonts/opensans.ttf');
}

@font-face {
	font-family: Raleway;
	src: url('/fonts/raleway.ttf');
}

body {
	text-align: center;
	color: #666;  /* #585858; */
	background-image: url("/images/background_white.jpg");
	background-repeat: repeat-x;
	background-color: #e4e4e4; 
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.4
}

label.searchtab, label.searchtableft, label.searchtabright {
	border: 1px solid white;
	border-top: 1px solid #b8b8b8;
	padding: 7px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
}

label:hover {
	cursor: pointer;
}

label#enabled {
	color: #2970A6;
	border: 1px solid #b8b8b8;
	border-top: 1px solid white;
}

label.searchtableft#enabled {
	border-left: 1px solid white;
 }

label.searchtabright#enabled {
	border-right: 1px solid white;
}

label.searchtab input, label.searchtabright input, label.searchtableft input {
	height: 0px;
	width: 0px;
}

.gecko label.searchtab input, .gecko label.searchtabright input, .gecko label.searchtableft input {
	display: none;
}

div#canvas {
	float: left;
	position: relative;
	left: 10.5%;
}

.ie7 div#canvas, .ie8 div#canvas {
	left: 9.5%;
}

p.item {
	font-family: Arila, Helvetica, sans-serif;
	
}

p.item a {
	color: #2970A6;;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 0.2em;
	font-size: 10pt;
}

p.item {
	padding-top: 0.5em;
	font-size: 8pt;
}

p.item a:hover {
	text-decoration: underline;
	background: #EEEEEE;
}

div#content {
	max-width: 750px;
	margin: 0px auto;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #2970A6;
	margin: 5px;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	text-align: center;
	font-weight: normal;
}

h2 {
	color: #6D6D6D;
	margin: 10px;
}

div.static {
	padding-left: 2em;
	padding-right: 2em;
}

h2.static {
	padding-top: 10px;
	font-size: 30pt;
}

h3 {
	font-size: 13pt;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	color: #505050;
}

h4 {
	font-size: 10pt;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 14px;
	padding: 0px;
	font-weight: bold;
	color: #777;
}

h5 {
	font-size: 14pt;
	color: #2970A6;
	margin-bottom: 24px;
}

#summary h4 {
	margin-bottom: 2px;
}

div.topmenu {
	height: 40px;
	padding-left: 9px;
}

div.topmenu a {
	float: left;
	text-decoration: none;
	color: #ffffff;
}

div.toplinks {
	font-size: 8pt;
	float: right;
	padding-top: 1em;
	padding-right: 5em;
	margin-right: calc((100% - 768px) / 5.0);
}

div.toplinks a {
	margin-right: 2em;
}

div.welcome {
	float: left;
	font-size: 8pt;
	margin-left: 1em;
}

div.header {
	background: white;
	height: 106px;
	text-align: center;
	box-shadow: 4px 5px 5px #bbb;
	-moz-box-shadow: 4px 5px 5px #bbb;
	-webkit-box-shadow: 4px 5px 5px #bbb;
	width: 100%;
	margin: 0;
}

div#headerimage img {
	image-rendering: auto;
}

.navbar-collapse {
	margin-right: 2em;
	font-size: 14pt;
	border-top: 0;
	position: relative;
	top: 0.4em;
	border-top: 0;
	text-align: left;
	position: relative;
	top: -0.5em !important;
}

#smallnav {
	background: white;
	z-index: 10001;
	font-size: 12pt;
	text-align: left;
	padding-left: 2em;
	width: 100%;
	box-shadow: 0px 4px 2px -2px #888;
	-moz-box-shadow: 0px 4px 2px -2px #888;
	-webkit-box-shadow: 0px 4px 2px -2px #888;
}

.subheader {
	background-color: #608bc1;
	box-shadow: 4px 5px 5px #555;
	-moz-box-shadow: 4px 5px 5px #555;
	-webkit-box-shadow: 4px 5px 5px #555;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 104px;
	padding: 1em;
	border-top: 2px solid #507bb1;
	display: none;
	color: white;
	z-index: 10001;
	opacity: 0.95;
}

.subheader a, .subheader a:visited, .subheader a:link, .subheader a:hover {
	color: white;
	margin-right: 2em;
	background: none;
}

#navheader {
	float: left;
	position: relative;
	margin-left: 0.5em;
}

#navbar {
	margin-right: calc((100% - 768px) / 5.0);
}

ul#searchbar {
	margin-right: 0;
	font-size: 14pt;
	position: relative;
	top: -0.4em;
	float: right;
}

#headerimg {
	float: left;
	position: relative;
	z-index: 100;
	height: 96px;
	margin-top: 0.25em;
	margin-left: calc((100% - 768px) / 5.0);
}

#closesearch {
	margin-right: calc((100% - 768px) / 4.0);
	font-size: 20pt;
	margin-top: -5px;
}

#closesearch a {
	color: #777;
}

#closesearch a:hover {
	color: black;
	background: none;
	text-decoration: none;
}

.showsmall {
	display: none;
}

div.footer {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-bottom: 20px;
}

textarea, input.submit {
	width: 99%;
}

span.titleurl {
	color: black;
	font-size: 12pt;
}

.split {
	padding-right: 3em;
	padding-left: 3em;
}

div.rounded {
	background: white;
	border: 1px solid #848484; 
	padding: 1em;
}

table {
	text-align: right;
}

div.logo {
	position: relative;
	top: 6px;
	float: right;
	margin-right: 2em;
	border: 1px solid #999;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#liyfslogo {
	width: 400px;
	margin-right: 40px;
	margin-top: -8px;
}

#liyfscaption {
	margin-left: 40px;
}

div#smallmapcontainer {
	width: 300px;
	margin-left: 2em;
	margin-bottom: 1em;
	float: right;
}

@media screen and (max-width: 767px) {
	div.logo {
		display: none;
	}

	.showsmall {
		display: inline;
	}

	.showbig {
		display: none;
	}

	#navbar {
		margin-top: 11px;
		margin-right: 0;
	}

	#liyfslogo {
		max-width: 400px;
		width: 100%;
		height: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	#liyfscaption {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2em;
	}

	div.header {
		height: 60px;
	}

	div#smallmapcontainer {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	#headerimg {
		display: none;
	}
}

div.maplogo {
	border: 1px solid #999;
	border-radius: 6px 6px;				
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background: white;
	box-shadow: 5px 3px 10px #555;
}

div#list {
	text-align: left;
	font-size: small;
}

div#list p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#tip {
	text-align: left;
}

div#tip p {
	padding-top: 0.5em;
}

div.edit {
	float: left;
	font-size: small;
}

textarea#review {
	width: 99%;
	height: 6em;
}

div.review {
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
}

div.notify {
	font-size: small;
	text-align: right;
}

@media (max-width: 1330px) {
	div.admin {
		display: none;
	}
}

div.admin {
	font-size: small;
	text-align: left;
	float: left;
	background: white;
	padding: 1em;
	margin-left: 10px;
	margin-top: 1em;
}

div.admin ul {
	padding-left: 1.5em;
}

div.ratingcontainer {
	width: 18.5em;
	float: right;
	line-height: 1.4em;
}

div#rating b {
	position: relative;
	top: -10px;
}

div#rating img {
	border: 1px solid #999;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

div#rating small {
	color: #6D6D6D;
	position: relative;
	top: -10px;
}

div#ratingright {
	font-size: 8pt;
	float: right;
}

div#ratingright p {
	position: relative;
	top: -10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

div#ratingright a {
	color: #6D6D6D;
	font-weight: bold;
	text-decoration: none;
}

div#ratingright a:hover {
	color: black;
}

img.comrating {
	border: 0px;
	background: none;
	padding: 0px;
	margin: 0px;
}

div#col1 {
	width: 173.5px;
}
div#col2 {
	width: 173.5px;
	float: right;
}

div#col3 {
	width: 173.5px;
	float: right;
}

div#col4 {
	width: 173.5px;
	float: right;
}

div#box2 img {
	float: right; 
	position: relative; 
	left: 11px; top: -1px;
}

/* Adjust for non-IE browsers */
div#wrapper > div#col1 {
	width: 168px;
}

.konqueror div#box2 img, .opera div#box2 img, .gecko div#box2 img, .webkit div#box2 img {
	left: 12px;
}

textarea.pageeditor {
	height: 60em;
	width: 95%;
	background: white;
}

textarea.smallpageeditor {
	height: 23em;
	width: 95%;
	background: white;
}

div.images {
	text-align: center;
	/* clear: right;*/
}

div.prev {
	padding-top: 0.6em;
	padding-left: 0em;
	float: left;
}

div.prev img {
	border: none;
}

div.next {
	padding-top: 0.6em;
	float: right;
}

div.next img {
	border: none;
}

a img {
	border: none;
}

span.share {
	margin-right: 1em;
	margin-left: 8.4em;
	padding-top: 1em;
	float: left;
}

div.mainbuttons {
	float: left;
}

.webkit img#route_submit, .webkit img#harbour_submit, .webkit img#advice_submit {
	margin-right: 10px;
}

div#symbols img {
	margin-right: 1px;
	margin-bottom: 4px;
	cursor: help;
}

div#toolbox a > img {
	cursor: initial;
}

div.centerimage, div.centreimage {
	text-align: center;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
}

div.leftimage {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align: center;
	font-size: 7pt;
}

div.rightimage {
	float: right;
	margin-right: 0px;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align: center;
	font-size: 7pt;
}

div.centerimage b, div.centreimage b, div.leftimage b, div.rightimage b {
	font-size: 8pt;
}

div.images {
	font-size: 8pt;
}

div.images b {
	font-size: 9pt;
}

.ie7 input, .ie8 input {
	display: inline !important;
}

#searchwrapper {
	width: 303px;
	height: 26px;
	background-image: url('/images/Search_Box.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	position: relative;
}
 
.searchbox {
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	background-color: transparent;
	position: relative;
	line-height: 2em;
	width: 283px;
	height: 24px;
}

.gecko .searchbox, .opera .searchbox, .webkit .searchbox {
	line-height: 1em;
}

.searchbox:focus {
	background-image: url('/images/Search_Box_cursor-selected.gif');
	padding-bottom: 0;
	outline-color: #2970A6;
}
 
.searchbox_submit {
	border: 0px;
	background-color: transparent; 
	position: relative;
	top: -25px;
	left: 133px;
	width: 36px;
	height: 25px;
	display: inline;
}

a {
	text-decoration: none;
	font-weight: 549;
}

a:link {
	color: #2970A6;
	font-weight: 549;
}

a:hover {
	text-decoration: underline;
}

a.nohilight:hover {
	text-decoration: none;
	background: none;
}

.novisit a:visited {
	color: #2970A6;
}

#ineedresults {
	border-spacing: 0;
	width: 97%;
}

#ineedresults td {
	border-top: 1px solid #666;
	border-left: 0;
	margin-left: 0;
	margin-right: 0;
	border-right: 0;
	padding-bottom: 2.2em;
	padding-top: 0.4em;
	padding-right: 2em;
}

#menu1 a {
	font-weight: normal;
}

#menu1 a:link {
	font-weight: normal;
}

#tidesmapz {
	width: 662px; 
	height: 350px;
	position: absolute; 
	left: 0;
	top: 0;
}

#tidesmapz-container {
	border-radius: 4px;
}

#futuretidesmapz {
	width: 662px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
}

#futuretidesmapz-container {
	border-radius: 4px;
}

.level { 
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.current-level { 
	z-index: 20;
}

.fullmoon {
	background-image: url('/images/fullmoon.svg') !important;
	background: no-repeat 2px 2px;
	background-size: 8px;
}

.fullmoon > .ui-state-default {
	color: #ea3546 !important;
}

.springtides > .ui-state-default {
	font-weight: bold;
	color: #ea3546 !important;
}

.firstquartermoon {
	background-image: url('/images/fqmoon.svg') !important;
	background: no-repeat 2px 2px;
	background-size: 8px;
}

.firstquartermoon > .ui-state-default {
	color: #2970A6 !important;
	font-weight: bold;
}

.lastquartermoon {
	background-image: url('/images/lqmoon.svg') !important;
	background: no-repeat 1px 2px;
	background-size: 8px;
}

.lastquartermoon > .ui-state-default {
	color: #2970A6 !important;
}

.newmoon {
	background-image: url('/images/newmoon.svg') !important;
	background: no-repeat 2px 2px;
	background-size: 8px;
}

.newmoon > .ui-state-default {
	color: #ea3546 !important;
}

.neaptides > .ui-state-default {
	color: #2970A6 !important;
}

.selecteddate {
	background-color: #ffb021 !important;
}

.selecteddate > .ui-state-default {
	color: white !important;
	font-weight: bold !important;
}


.ui-state-default {
	background: none !important;
	font-size: 8pt;
	min-width: 25px;
	margin-right: 0;
	padding-right: 0;
}

.ui-widget-content {
	color: #666;
}

.ui-widget-header {
	color: #adadad;
}

.ui-state-highlight {
	border: 2px solid #666 !important;
	font-weight: bold !important;
}

.ui-datepicker {
	width: 20em;
}

#roundnext {
	height: 48px;
	width: 48px;
	background: url('/images/roundnext_sprite.png');
}

#roundnext:hover {
	background: url('/images/roundnext_sprite.png') 0px -48px no-repeat;
}

#roundnext:active {
	background: url('/images/roundnext_sprite.png') 0px -96px no-repeat;
}

#roundprev {
	height: 48px;
	width: 48px;
	background: url('/images/roundprev_sprite.png') 0px 0px no-repeat;
}

#roundprev:hover {
	background: url('/images/roundprev_sprite.png') 0px -48px no-repeat;
}

#roundprev:active {
	background: url('/images/roundprev_sprite.png') 0px -48px no-repeat;
}

iframe {
	box-shadow: 5px 8px 10px #555;
	-moz-box-shadow: 5px 8px 10px #555;
	-webkit-box-shadow: 5px 8px 10px #555;
}

.dropshadow {
	box-shadow: 5px 8px 10px #555;
	-moz-box-shadow: 5px 8px 10px #555;
	-webkit-box-shadow: 5px 8px 10px #555;
}

.noshadow {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

ul {
	list-style-type: none;
}

#tabs {
	display: inline-block;
}

#tabs li {
	float: left;
	border-top: 1px solid #bbb;
	margin: 0;
	background: white;
	position: relative;
	top: -15px;
	left: -1.5em;
	font-size: 12px;
}
    
#tabs a {
	text-decoration: none;
	display: block;
	padding-top: 0.45em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1;
	width: 7.5em;
	text-align: center;
}
	
#tabs a:hover {
	background: #ddf;
}
	
#tabs #selectedtab {
	background: white;
	border-top: white;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

#tabs #selectedtableft {
	border-top: white;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#tabs #selectedtabright {
	border-top: white;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
	
#tabs #selectedtab a, #selectedtableft a, #selectedtabright a {
	position: relative;
	top: 1px;
	color: #6d6d6d;
	font-weight: bold;
}

#tabs #selectedtab a:hover, #selectedtableft a:hover, #selectedtabright a:hover {
	background: none;
}

.autogrow {
	border: 2px inset;
	background: white;
	margin-top: 0.5em;
	overflow:hidden;
	height:auto;
}

#unchecked {
	background: #2970A6;
	border: 1px solid black;
	font-size: 10pt;
	text-align: center;
	margin: 0.5em;
	padding: 0.5em;
	color: white;
}

.listone {
	padding-left: 60px;
	margin-left: 60px;
	padding-top: 13px;
	line-height: 1.5em;
	font-size: 11pt;
	height: 56px;
	background: url('/images/list-1.png') left no-repeat;
}

.listtwo {
	padding-left: 60px;
	margin-left: 60px;
	padding-top: 13px;
	line-height: 1.5em;
	font-size: 11pt;
	height: 56px;
	background: url('/images/list-2.png') left no-repeat;
}

.listthree {
	padding-left: 60px;
	margin-left: 60px;
	padding-top: 13px;
	line-height: 1.5em;
	font-size: 11pt;
	height: 56px;
	background: url('/images/list-3.png') left no-repeat;
}

.listplus {
	padding-left: 60px;
	margin-left: 60px;
	padding-top: 13px;
	line-height: 1.5em;
	font-size: 11pt;
	height: 56px;
	background: url('/images/list-+.png') left no-repeat;
}

.sharetitle {
	font-size: 14pt;
}

.noindent {
	margin-left: 10px;
	padding-top: 30px;
}

.indent {
	margin-left: 15px;
}

.cbb {
	background: white;
	border: 1px solid #999;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	padding: 18px;
	padding-right: 20px;
	margin-left: 8px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#preview {
	position: absolute;
	background: #fff;
	padding: 5px;
	display: none;
	color: #fff;
}

#photoprocess {
	border: 1px solid #999;
	margin-bottom: 2em;
	margin-top: 1em;
	box-shadow: 5px 8px 8px #999;
	-moz-box-shadow: 5px 8px 8px #999;
	-webkit-box-shadow: 5px 8px 8px #999;
}

@media print 
{
	.noprint 
	{
		display: none;
	}
}

.jmpbutton {
	position: fixed;
	margin-left: 764px;
	bottom: 0px;
}

.jmpbutton img {
	padding-bottom: 1em;
}

.jmpbutton a:hover {
	background: none;
}

@media screen and (max-width: 767px) {
	.jmpbutton {
		display: none;
	}
}

#tooltidesmap {
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background: white;
	height: 400px;
	margin-top: 1em;
}

#futuretidesmap {
	border: 1px solid #999;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background: white;
	margin-top: 1em;
}

.toolboxitem {
	float: left;
	margin-left: 2em;
	height: 8em;
}

.keypoints ul {
	list-style-type: disc;
	margin: 0;
	margin-top: 0.7em;
	margin-bottom: 0.8em;
}

.keypoints br {
	display: none;
}

.keypoints li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

div.sidemenu  {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.sidemenu h3 {
	font-weight: normal;
}

input#latest {
	position: relative;
	top: 8px;
}

.underline {
	width: 3em;
	height: 0.125em;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	position: relative;
	top: -0.5em;
	left: 1px;
	background-color: #608bc1;
}

#headerimage > img {
	width: 99%;
	height: auto;
	margin-bottom: 1.5em;
}

#searchkeys {
	height: 34px;
	padding: 6px 12px;
    	font-size: 14px;
    	line-height: 1.42857143;
    	color: #555;
    	background-color: #fff;
    	background-image: none;
    	border: 1px solid #ccc;
    	border-radius: 4px;
     	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	border-radius: 4px !important;
	height: 25px !important;
	background-image: none !important;
	text-shadow: none !important;
	margin-top: 5px !important;
	background-color: #f86624 !important;
	border-color: #f86624 !important;
	color: white !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-family: Verdana,sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
}

.btn:hover {
	background-color: #ffffff !important;
	color: #000 !important;
	border-color: #000 !important;
}

.smallbtn {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	border-radius: 4px !important;
	height: 25px !important;
	background-image: none !important;
	text-shadow: none !important;
	margin-top: 5px !important;
	color: white !important;
	width: 38px !important;
	padding: 0 !important;
	font-family: Verdana,sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important; 
}

.smallbtn:hover {
	color: #666 !important;
	border-color: #666 !important;
}

#searchbtn {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    	border-radius: 4px;
	height: 34px !important;
	background-image: none;
	text-shadow: none;
	margin-top: 4px !important;
	background-color: #608bc1;
	border-color: #608bc1;
	color: white;
	width: 44px;
	padding: 0;
	font-family: Verdana,sans-serif;
	font-weight: 400;
	font-size: 14px;
}

#searchkeys:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:
	inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

#searchkeys::-moz-placeholder {
	color:#999;
	opacity:1
}

#searchkeys:-ms-input-placeholder {
	color:#999
}

#searchkeys::-webkit-input-placeholder {
	color:#999
}

#searchkeys {
	width: 450px;
}

#magsvg {
	margin-right: 45px;
	margin-left: 0px;
}

@media screen and (max-width: 767px) {
	#searchkeys {
		width: 225px;
	}
	#magsvg {
		margin-right: 35px;
	}
	#searchbtn {
		margin-right: -15px;
	}
	.subheader {
		visibility: hidden;
	}
}

.closemenu {
	float: right;
	width: 11px;
	height: 11px;
	margin-top: 5px;
	display: none;
}

.open > .dropdown-toggle > .closemenu {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.noscale {
	height: initial;
	width: initial;
	max-width: initial;
}

img#map {
	height: initial;
	max-width: initial;
}

img#overlay {
	height: initial;
	max-width: initial;
}

iframe {
	max-width: 100%;
}

.fixed {
	border-top: none;
	margin-top: 2px;
}

.jnc-select {
	background: #003e7e !important;
}

.darkpanel {
	border-color: #666 !important;
}

center#videos {
	margin-top: 0.5em;
}

center#videos > iframe {
	width: 692px;
	height: 390px;
}

#resourcelist > a {
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 12pt;
}

#resourcelist > a:hover, #resourcelist > a:focus {
	text-decoration: none;
}

#resourcelist > .divider {
	width: 100%;
	margin-top: 8px;
	border-bottom-color: #dfdfdf;
}

.splitmenuunselected {
	width: 50%;
	color: #666;
	background-color: #f4f4f4;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.splitmenuunselected a {
	font-weight: normal;
}

.splitmenuselected {
	width: 50%;
	padding: 8px;
	text-align: center;
	font-weight: normal;
	border-top: 5px solid #57c3a5;
}

.menuplus {
	float: right;
	underline: none;
	margin-right: 0.5em;
	transition: all 1s ease;
}

.tidetable {
	text-align: left;
	line-height: 1.5em;
}

.tidetable td {
	padding-right: 7px;
}

.tidetableheading {
	line-height: 2em;
}

.graphlabel {
	background: white;
	opacity: 0.8 !important;
	border: 1px solid black;
	border-radius: 4px;
	padding: 1em;
	margin-top: 1em;
	font-weight: bold;
	color: #666;
}

.jxgbox {
	border: 1px solid;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-color: #666 !important;
}

.linetext {
	font-weight: bold;
}

.linetext2 {
	font-weight: bold;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari */
	transform: rotate(-90deg);
}

@media (min-width: 992px) {
	#tidecondcol {
		padding-left: 2.7em;
	}
}

.searchunder {
	height: 2px;
	position: relative;
	top: -1px;
	width: 22px;
	margin: 0;
	background: #608dc4;
	border: none;
	transition: 0.3s ease-in-out;
}

/* Hide on Microsoft Edge due to bad positioning */
_:-ms-lang(x), _:-webkit-full-screen, .searchunder {
	display: none;
} 

#searchmenu {
	padding-bottom: 5px;
	border-bottom: 1.5px solid #e4e4e4
}

#searchmenu a {
	color: #666;
	font-size: 11pt;
	margin-right: 2.5em;
}

#searchmenu a:hover {
	color: black;
	text-decoration: none;
}

#foundresults {
	font-size: 9pt;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid transparent !important;
}

.ui-widget-content {
	border: none !important;
}

.ui-widget-header {
	background: #adadad !important;
	color: white !important;
}

.ui-datepicker .ui-datepicker-next span {
	background: url('/images/down_arrow.svg') no-repeat !important;
	background-size: 16px 8px !important;
}

.ui-datepicker .ui-datepicker-prev {
	left: auto !important;
	right: 38px !important;
	top: 3px !important;
}

.ui-datepicker .ui-datepicker-prev span {
	background: url('/images/up_arrow.svg') no-repeat !important;
	background-size: 16px 8px !important;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
	top: 2px !important;
	border: 1px solid #ffb021 !important;
	background: none !important;
}

.ui-datepicker .ui-datepicker-next {
	right: 10px !important;
	top: 3px !important;
}

.ui-state-hover .ui-datepicker-prev {
	left: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
	border: none !important;
	cursor: pointer;
	top: 3px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
	border: none !important;
	cursor: pointer;
}

.ui-datepicker th {
	font-size: 6pt !important;
	font-weight: normal !important;
}

.ui-datepicker td a {
	text-align: center !important;
}

.ui-datepicker-header {
	border-radius: 0px !important;
	border-bottom: none !important;
}

.ui-datepicker {
	padding: 0 !important;
	color: #666 !important;
}

.ui-state-default {
	font-size: 5pt !important;
}

.ui-datepicker-today {
	background: #d7d7d7 !important;
}

.ui-datepicker td, .ui-datepicker th {
	border: 0.5px solid #d7d7d7 !important;
	border-collapse: collapse;
}

.ui-datepicker th {
	border-top: none !important;
	color: #666;
	font-size: 5pt !important;
}

.ui-datepicker-title {
	font-size: 8pt !important;
	font-weight: normal !important;
}

.ui-state-disabled {
	font-size: 5pt !important;
}

.ui-datepicker td span {
	text-align: center !important;
}

#futuretidesbox {
	border: 1px solid #999;
	border-radius: 5px 5px;
	padding: 2em;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 1.5em;
	width: 100%;
}

@media screen and (max-resolution: 96dpi) {
	img {
		image-rendering: crisp-edges;
		image-rendering: -moz-crisp-edges;
		image-rendering: pixelated;
	}
}	

@media screen and (max-width: 767px) {
	.ui-state-default {
		font-size: 6pt !important;
	}
	.ui-datepicker th {
		font-size: 6pt !important;
	}
	.ui-state-disabled {
		font-size: 6pt !important;
	}

	#futuretidesbox {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.col-md-4 {
	padding-right: 10px !important;

}

.timingbox {
	background: #5e6572;
	color: white;
	width: 340px;
	padding: 1em;
	margin-bottom: 3em;
	text-align: center;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
}

.timingboxactive {
	background: #608dc4;
}

.timingbox h2 {
	font-size: 16pt;
	font-weight: bold;
	color: white;
}

.timingbox h3 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: white;
}

.timingbox h4 {
	font-size: 12pt;
	font-weight: normal;
	color: white;
}

.timingbox h5 {
	font-size: 9pt;
	color: white;
}

#review::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #aaa;
	font-style: italic;
}

#review::-moz-placeholder { /* Firefox 19+ */
	color: #aaa;
	font-style: italic;
}

#review:-ms-input-placeholder { /* IE 10+ */
	color: #aaa;
	font-style: italic;
}

#review:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
	font-style: italic;
}

@media screen and (min-width: 767px) {
	img#shelterside {
		float: left;
	}
}

@media screen and (max-width: 700px) {
	table#weatherdisplay {
		width: 100% !important;
	}
}

img#shelterside {
	margin-top: 1em;
}

.profiletable {
	text-align: left;
	line-height: 3em;
	margin-left: 3.8em;
}

.profiletable input {
	line-height: 1.5em;
	width: 190px;
}

.profiletable input[type="radio"] {
	width: 32px;
}

.profiletable td {
	padding-right: 5em;
}

.profiletable textarea {
	width: 190px;
}

.profiletable td:nth-child(2) {
	color: #608dc4;
}

.profilepic {
	float: right;
	margin-right: 4em;
}

.profilepic img {
	object-fit: cover;
	width: 128px;
	height: 128px;
	border-radius: 64px;
}

.trackdate {
	color: #608dc4;
}

.logstat {
	float: left;
	width: 16.666%;
	text-align: center;
	color: #608dc4;
	font-weight: bold;
}

.logstat img {
	width: 64px;
	height: 64px;
}

.logstat-big {
	width: 30%;
}

.logstat-big img {
	width: 80px;
	height: 80px;
}

.logstat a {
	text-decoration: underline;
	color: #608dc4;
}

.logstat a:visited {
	color: #608dc4;
}

select {
	border: 1px solid #999;
	background: white;
}

h4.tracktitle {
	font-size: 14pt;
	color: #608dc4;
}

div.share {
	display: none;
	position: absolute;
	margin-top: -5em;
	margin-left: -5em;
	z-index: 10;
	width: 320px;
	height: 420px;
	border: 1px solid #ccc;
	border-top: 0px;
	background: white;
	filter: drop-shadow(16px 16px 10px #ccc)
}

div.share h4 {
	background: #608dc4;
	color: white;
	font-weight: normal;
	font-size: 14pt;
	text-align: center;
	padding: 0.5em;
	padding-top: 1.2em;
	height: 72px;
	margin-top: 0;
}

div.share h4 img {
	width: 32px;
	height: auto;
	margin-left: 1em;
	float: left;
	position: relative;
	top: -0.3em;
}

div.share img {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
	left: -10px;
}

div.share p {
	color: #666;
	font-weight: normal;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}

div.share button {
	background: #608dc4;
	color: white;
	font-weight: normal;
	border-radius: 0px;
	border: 1px solid #999;
	border-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

div.share input {
	font-weight: normal;
	color: #666;
}

div.delete h4 {
	background: #a63d40;
}

div.delete {
	height: 230px;
}

div.rename {
	height: 290px;
}

div#mmsi-header {
	position: absolute;
	height: 76px;
	width: 340px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
	border: 1px solid #ccc;
	transform: perspective(10px) rotateX(-1deg);
	font-size: 12pt;
	font-weight: normal;
	color: #608dc4;
	box-shadow: 5px 3px 10px #555;
}

div#mmsi-header p {
	margin-top: 3px;
	transform: perspective(10px) rotateX(1deg);
}

.logheader {
        background: #608dc4;
        color: white;
        padding: 0.5em;
        padding-bottom: 5px;
        padding-top: 1.1em;;
        margin-top: -14px;
}

.logheader h4 {
        color: white;
        margin-top: 1em;
}

.logbody {
        padding: 1em;
        font-weight: bold;
        color: #608dc4;
        text-align: left;
}

table.sharetable {
	color: #608dc4;
}

table.sharetable th {
	padding-bottom: 1em;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

table.sharetable td {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

.logbody table {
	text-align: left;
	color: #608dc4;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.logbody table td {
	padding-right: 1em;
}

div.anchorwatch {
	background: #373f51 !important;
	color: white !important;
	border-color: #373f51 !important;
}

.anchoricon {
	position: relative;
	top: 10px;
	width: 32px;
	height: 32px;
	margin-right: 1em;
	margin-left: 5em;
}

.mapdialog {
	position: absolute;
	top: 200px;
	width: 300px;
	padding: 10px;
	padding-bottom: 20px;
	margin-left: calc(50% - 170px);
	z-index: 100;
	background: white;
	border: 1px solid gray;
	border-radius: 10px;
	box-shadow: 5px -3px 10px #555;
}

button.action {
	border: 1px solid #f86624;
	border-radius: 5px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f86624;
	color: white;
}

.cluster {
	width: 20%;
	padding: 5px;
}

.supportitem {
	width: 33%;
	padding: 5px;
}

.supportitem p {
	max-width: 165px;
	margin-left: auto;
	margin-right: auto;
}

.supportrow {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
}

.downloadbutton {
	width: 110px;
	height: 110px;
	float: left;
	text-align: center;
}

.bigcluster {
	padding-left: 1.3em;
	padding-right: 1.3em;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.subscribe {
	float: right;
	margin-bottom: 2em;
}

.subscribebtn {
	margin-left: 2em;
	margin-right: 5em
}

.subscribespacer {
	width: 100%;
	clear: both;
	margin-bottom: 1em;
}

#entryexitimg {
	position: relative;
	left: -25px;
}

#facilitiessummary {
	width: 50%;
	float: right;
	margin-top: 23px;
}

#naturesummary {
	width: 50%;
	padding-right: 2em;
}

#approaches {
	float: right;
	margin-right: 2em;
	position: relative;
	top: -1px;
}

#correction {
	float: right;
	width: 50%;
}

#keyinfo {
	line-height: 3em;
	text-align: left;
	margin-bottom: 1.5em;
	padding-left: 3em;
}

.appreview {
	width: 220px;
	float: left;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	font-style: italic;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.coveragemap {
	float: right;
	background: url("/images/coverage.svg") no-repeat;
	background-size: contain;
	width: 400px;
	height: 550px;
	margin-right: 25px;
}

.coveragetext1 {
	position: relative;
	left: 180px;
	top: 380px;
	text-align: left;
	width: 180px;
	color: #57c3a5;
}

.coveragetext2 {
	position: relative;
	left: 200px;
	top: 380px;
	text-align: left;
	width: 180px;
	color: #57c3a5;
}

.coveragetext3 {
	position: relative;
	left: 220px;
	top: 380px;
	text-align: left;
	width: 180px;
	color: #57c3a5;
}

.heroimg {
	border-radius: 4px 4px 0 0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
	.heroimg {
		position: relative;
		top: -14px;
		margin-bottom: -14px;
	}

	.coveragemap {
		margin-top: 100px;
		width: 350px;
		height: 420px;
	}

	.coveragetext1 {
		left: 140px;
		top: 320px;
	}

	.coveragetext2 {
		left: 160px;
		top: 320px;
	}

	.coveragetext3 {
		left: 180px;
		top: 320px;
	}

	.cluster {
		width: 100%;
		font-size: 12pt;
		padding-left: 1em;
		padding-right: 1em;
		margin-bottom: 2em;
		line-height: 1.5em;
	}

	.supportitem {
		width: 100%;
		padding-left: 2em;
		padding-right: 2em;
		padding-bottom: 1em;
	}

	.supportrow {
		height: 600px;
	}

	.bigcluster {
		line-height: 1.5em;
		font-size: 12pt;
	}

	.subscribe {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		line-height: 2em;
	}

	.subscribebtn {
		margin-left: 0;
		margin-right: 0;
	}

	.downloadbutton {
		width: 100%;
	}

	.profileheader {
		height: auto !important;
	}

	#entryexitimg {
		left: 0;
	}

	#facilitiessummary {
		margin-top: 0;
		margin-bottom: 0.7em;
	}

	#naturesummary {
		float: right;
		padding-right: 0;
		margin-top: -1.7em;
		clear: right;
	}

	#keyinfo {
		clear: both;
		padding-top: 0.5em;
		padding-left: 0;
	}

	#approaches {
		float: none;
		padding-bottom: 0.8em;
	}

	#correction {
		float: none;
		width: 100%;
		padding-bottom: 1em;
	}

	#shelterimg {
		padding-bottom: 1.5em;
	}

	.appreview {
		width: 100%;
		padding-bottom: 1em;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}
}

.profileheader {
	width: calc(100% + 2px);
	background: url('/images/profile_header.svg');
	background-size: cover;
	height: 329px;
	max-height: 329px;
	font-family: 'Arial', sans-serif;
	font-size: 38px;
	color: white;
	margin-bottom: 0;
	padding-top: 248px;
	padding-left: 60px;
	margin-left: -1px;
	margin-top: 10px;
}

.profilelinks a {
	font-weight: normal;
}

.coverage {
	max-width: 600px;
	position: absolute;
	margin-left: 40px;
	margin-right: auto;
	margin-top: 20px;
	visibility: hidden;
}

.coveragehover:hover .coverage {
	visibility: visible;
}

.homeheader {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	line-height: 1.5em;
}

.homesection {
	font-family: 'OpenSans', sans-serif;
	margin-left: 1em;
	margin-right: 2em;
	line-height: 1.7em;
	margin-top: 1em;
	text-align: justify;
	font-size: 11pt;
}

.homesection > p {
	margin-bottom: 1.5em;
}

.homesub {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}

.playbtn {
	pointer-events: none;
	position: relative;
	top: -255px;
	width: 50px;
	height: 48px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px;
}

.fullscreenbtn {
	float: right;
	position: relative;
	top: -100px;
	right: 30px;
	height: 24px;
	width: 24px;
	background: rgba(0, 0, 0, 0.5);
}

.nudgelink {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.fullscreenbtn {
		top: -120px;
		right: 20px;
	}

	.nudgelink {
		display: block;
	}
}
