@charset "utf-8";
html {
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;	
}
body {
	margin: 0px;
	padding: 0px;
}

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

/*----- Menu -----*/
#site-menu {
	background:#6A8298;
	width:100%;
}
#site-menu ul {
	display:inline-block;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 3;
}
#site-menu li {
	margin:0em;
	float:left;
	list-style:none;
	font-size:medium;
	border-left: 1px solid #CCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#site-menu ul>li:first-of-type {
	border-left: none;
}
#site-menu li:last-child {
	margin-right:0em;
}

#site-menu a {
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#lower-search {
	display: none;
}
/*----- Search -----*/
.search-form {
	float:right;
	display:inline-block;
	margin:8px 30px 8px 0px;
}
	
.search-form input {
	width:200px;
	height:25px;
	padding:0px 8px;
	float:left;
	border: 1px solid #666666;
	border-radius:2px;
	font-size:13px;
	margin-right: 5px;
}

.search-form button {
	border-color: #666666;
	background-color: #8B9EAF;
	background-image: none;
	font-size: 0px;
	padding: 6px 27px;
	width: auto;
	vertical-align: middle;
	border: 1px solid #666666;
	border-radius: 2px;
}
.search-form button svg {
	fill: #FFFFFF;
}

.trip-group-container .trip-group-title h2::before {
  content: url(/images/show-more-arrow.png);
  font-size: 1.8em;
  margin-right: 10px;
}

.trip-group-container.active .trip-group-title h2::before {
  content: url(/images/show-less-arrow.png);
}

.trip-group-content {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.trip-group-container.active .trip-group-content{
  height: auto;
}

/*----- Responsive -----*/
@media screen and (max-width: 860px) {
	#site-menu {
		position:relative;
		display:inline-block;
	}

	#site-menu ul.active {
		display:none;
	}

	#site-menu ul {
		width:90%;
		position:absolute;
		top:120%;
		left:0px;
		padding:1em 1em;
		border-radius:8px;
		background:#303030;
	}

	#site-menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #303030;
	}

	#site-menu li {
		margin:5px 0px 5px 0px;
		float:none;
		display:block;
		border: none;
	}

	#site-menu a {
		display:block;
	}

	.toggle-nav {
		padding:20px;
		float:left;
		display:inline-block;
		border-radius:3px;
		background:#303030;
		color:#777;
		font-size:20px;
	}

	.toggle-nav:hover, .toggle-nav.active, #site-menu li a:hover {
		color:#8B9EAF;
	}

	.search-form {
		margin:12px 0px 0px 20px;
	}
	#upper-search {
		display: none;
	}
	#lower-search {
		display: inherit;
	}
}

#headerbar {
	margin: 0px;
	padding: 0px;
}
#breadcrumbs {
	color: #6a8298;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: small;
}
a{
	color: #6a8298;
}
.side-box {
	padding-bottom: 30px;
}
.side-box ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.side-box ul li {
	margin-bottom: 10px;
}
.side-box ul a {
	color: #000000;
}
.side-box a {
	color: #6A8298;
	text-decoration: none;
}
.side-box a:hover {
	text-decoration: underline;
}
h1 {
	color: #6A8298;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	color: #6A8298;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	color: #6A8298;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 15px;
}
h4 {
	color: #6A8298;
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 a {
	color: #6a8298;
}
h2 a {
	color: #6a8298;
}
h3 a {
	color: #6a8298;
}
h4 a {
	color: #6a8298;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
iframe {
	border: 0px;
}
.middle {
	padding-top: 30px;
}
#middle-banner {
	padding-top: 0px;
	position: relative;
	overflow: hidden;
}
#middle-banner .banner-img {
	width: 100%;
	display: block;
}
#middle-banner .banner-frame {
	position: absolute; 
	width: 100%;
	height: 100%;
	background: url(/images/transparent-white-stripe.png) top repeat-x,  url(/images/transparent-white-stripe.png) bottom repeat-x;
}
#middle-banner .banner-frame-content{
	text-align: right;
}
#middle-banner .banner-frame-content .banner-heading {
	color: #FFF;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.8);
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 30px;
	margin-bottom: 0px;
	margin-top: 30px;
}
#middle-banner .banner-frame-content .banner-subtitle {
	color: #FFF;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.8);
	padding-top: 0px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 30px;
	margin-bottom: 0px;
}
#middle-banner .banner-frame-content .banner-icons {
	padding-right: 30px;
	margin-bottom: 30px;
}
.aspect-ratio{
	position: relative;
  	width: 100%;
  	height: 0;
  	padding-bottom: 51%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.oa-icon-blue {
	position: relative;
	top: 6px;
}
.blue-gradient {
	background-color: #6a8298;
	background: -webkit-gradient(linear, left top, left bottom, from(#8B9EAF), to(#6a8298)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #8B9EAF, #6a8298); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #8B9EAF, #6a8298); /* FF3.6+ */
	background: -ms-linear-gradient(top, #8B9EAF, #6a8298); /* IE10 */
	background: -o-linear-gradient(top, #8B9EAF, #6a8298); /* Opera 11.10+ */
	background: linear-gradient(top, #8B9EAF, #6a8298); /* W3C */	
}
.activity-icon {
	vertical-align: text-top;
}
img {
    image-orientation: from-image;
}
figure {
	width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
	margin-top: 0px;
	margin-bottom: 1%;
	padding: 1%;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px rgba(106,130,152,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(106,130,152,0.8);
	box-shadow: 0px 0px 10px rgba(106,130,152,0.8);
}
figure img {
	max-width: 100vw;
    object-fit: cover;
}
figure2 {
	background-color: #FFFFFF;
	padding: 1%;
	display: table;
	caption-side: bottom;
	clear: left;
	margin-top: 0px;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px rgba(106,130,152,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(106,130,152,0.8);
	box-shadow: 0px 0px 10px rgba(106,130,152,0.8);
	width: 1px;
}
figure2 img {
	display: block;	
	height: auto;
	margin-bottom: 10px;
}
figure figcaption {
	display: table-row;
}
figure figcaption img {
	float: left;
	margin-right: 1px;
}
img.grayborder {
	border: 1px solid #999999;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.figures-101 {
	float: right;
	margin-left: 30px;
	margin-right: 5px;
}
.trippic {
	float: left;
	height: 150px;
	padding-bottom: 1%;
	padding-right: 1%;
}
.subscript {
	font-size: 14px;
	position: relative;
	top: 3px;	
}
blockquote {
	font-style: italic;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	position: relative;
	background-color: #DFE4E8;
	color: #415567;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -35px;
	top: -10px;
	color: #415567;
}
blockquote cite {
	color: #6A8298;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
table img{
	display: block;
}
table.waypoints {
	border-collapse:collapse;
	background-color:#EEEEEE;
	width: 100%;
}
table.waypoints thead{
	background-color: #6a8298;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8B9EAF), to(#6a8298)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8B9EAF, #6a8298); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #8B9EAF, #6a8298); /* FF3.6+ */
	background-image: -ms-linear-gradient(top, #8B9EAF, #6a8298); /* IE10 */
	background-image: -o-linear-gradient(top, #8B9EAF, #6a8298); /* Opera 11.10+ */
	background-image: linear-gradient(top, #8B9EAF, #6a8298); /* W3C */
	color: #FFF;
	font-weight: bold;
}
table.waypoints tbody tr:nth-child(even){
	background-color: #F5F5F5;
}
table.waypoints td:nth-child(1){
	font-weight: bold;
}
table.waypoints thead th {
	vertical-align: middle;
}
table.waypoints td, table.waypoints th {
	border: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
table.tablesorter thead tr .header {
	background: url(/images/sort.gif) center right no-repeat; 
	cursor: pointer; 
	padding-right:18px
}
table.tablesorter thead tr .headerSortUp {
	background: url(/images/asc.gif) center right no-repeat; 
}
table.tablesorter thead tr .headerSortDown {
	background: url(/images/desc.gif) center right no-repeat; 
}
.betatable td, .betatable th {
	border: 1px solid #000000;
}	
.betatable {
	border-collapse: collapse;
	margin-bottom: 15px;
}
.betatable td {
	width: 5em;
	text-align: center;
}
.betatable td img{
	margin-left: auto;
	margin-right: auto;
}
.greenbackground {
	background-color: #90FF90;
}
.yellowbackground {
	background-color: #FFB;
}
.redbackground {
	background-color: #FF9090;
}
ul.form-steps {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.form-steps li {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}
ul.plain {
	list-style: none;
	padding-inline-start: 0px;
}
#features {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#features li {
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	border: 0px;
	border-radius: 100px;
	background-color: #DDDDDD;
}
#features li img {
	vertical-align: middle;
	border: 2px solid #DDDDDD;
	border-radius: 100px;
	background-color: white;
	margin-right: 5px;
	padding: 5px;
}
#filedrag {
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}
#filedrag.hover {
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("/images/progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}

.horiz-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.horiz-flex #left {
	width: 250px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.horiz-flex #middle {
	flex-grow: 1;
	flex-shrink: 1;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.horiz-flex #right {
	width: 210px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
textarea {
	width: 100%;
	height: 300px;
}
h1 {
	text-align: center;
}
#oaMenuContainer{
	text-align: center;
}
.oaMenu {
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
	display: inline-block;
}
.oaMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.oaMenu ul li {
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	float: left;
	display: inline-block;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	margin-right: 0.5em;
	background-color: #6a8298;
}
.oaMenu ul li a{
	list-style: none;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
.oabox{
	border: 1px solid #DDDDDD;
	border-radius: 25px;
	background-color: #EEEEEE;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
}
.oabox figure{
	background-color: #ffffff;
}
.oabox figure img{

}
.oabox H1, .oabox H2, .oabox H3, .oabox H4{
	clear: both;
}

#picture {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
}
#lightboximage{
	flex: 1;
	padding: 2vh;
	background-color: #666666;
}
#lightboximage img{
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .5);
	display: block;
	max-height: 96vh;
	max-width: 100%;
}
#lightboximageinfo{
	flex: 0 0 25%;
	padding: 30px;
	background-color: #eeeeee;
	width: 300px;
}
#previous{
	float: left;
}
#next{
	float: right;
}
#next button, #previous button{
	background-color: #6A8298;
	color: #FFFFFF;
	border-radius: 4px;
	font-size: 20px;
	padding: 10px;
	border: none;
}
/*#toggle-left.hide-left:before {
   content: "Show ";
}
#toggle-left:before {
   content: "Hide ";
}*/
.route_figure {
	width:100%;
	max-width:550px;
	margin-bottom: 15px;
}
.route_figure img {
	max-width:100%;
}
.route_figure iframe {
	max-width:100%;
}


@media (max-width: 860px) and (min-width: 0px){
	.search-form input {
		width: 120px;
	}
	#breadcrumbs {
		padding-left: 20px;
	}
	.horiz-flex {
		flex-direction: column;
	}
	.horiz-flex #left {
		/* display: none; */
	}
	.horiz-flex #middle {
		margin: 0px;
		margin-top: 30px;
	}
	.horiz-flex #right {
		flex: auto;
		width: auto;
	}
	#middle #tabContainer{
		padding: 0px;
	}
	#tabContainer .tabscontent {
		padding: 0px;
	}
	.thumbnail {
		max-width: 20%;
		aspect-ratio: 1/1;
	}
	.gm-style img.thumbnail {
		display: none;
	}
	.figures-101 {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#middle-banner .banner-frame {
		position: relative;
		background: none;
		margin-bottom: 30px;
	}
	#middle-banner .banner-frame-content{
		text-align: center;
	}
	#middle-banner .banner-frame-content .banner-heading {
		padding-right: 0px;
		margin-bottom: 0px;
		margin-top: 10px;
		color: #000;
		text-shadow: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	#middle-banner .banner-frame-content .banner-subtitle {
		padding-right: 0px;
		color: #000;
		text-shadow: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	.trippic {
		float: none;
		width: 100%;
		height: auto;
	}
	#picture {
		flex-direction: column-reverse;
	}
	#lightboximageinfo {
		background-color: #666666;
		width: auto;
		height: auto;
		padding-bottom: 0px;
		flex: none;
	}
	#left {
		display: none;
	}
}