/*   
Theme Name: Tresurechest Theme
Theme URI: http://www.seatrekbvi.com
Description: Theme template -- WordPress v5.1.1
Author: GS-I
Author URI: http://www.gs-interactive.net
Version: 1
*/
@charset "utf-8";
/* CSS Document */

html {
        overflow-y: scroll;
}

@charset "utf-8";
/* CSS Document */


body {
	background-color:#fff;
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
@media(max-width: 950px) {
	body {
		font-size:14px;
	}
}

a {
	color: #3586a3;
	text-decoration:none;
}
a:hover {
	color: #e56c3c;
	text-decoration:underline;
}

.wrapper {
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden;
	position:relative;
}

.headWrapper {
	width:100%;
	padding:0;
	margin:0;
	position:fixed;
	z-index:2;
	top:0;
	left:0;
}
@media(max-width: 650px) {
	.headWrapper {
		position:absolute;
	}
}
.logged-in .headWrapper {
	top:32px;
}

.header {
	width:100%;
	position:relative;
	height:153px;
	background-color:#FFF;
	-webkit-transition: all .6s; /* Safari */
  	transition: all .6s;
}
@media(max-width: 950px) {
	.header {
		height:100px;	
	}
}
.scrolled .header {
	height:100px;	
}


.header .logo {
	width:284px;
	height:113px;
	position:absolute;
	top:0;
	left:25px;
	-webkit-transition: all .6s; /* Safari */
  	transition: all .6s;
}
@media(max-width: 950px) {
	.header .logo {
		width:142px;
		height:57px;
		top:4px;
	}
}
.scrolled .header .logo {
	width:142px;
	height:57px;
	top:4px;

}
@media(max-width: 650px) {
	.header .logo {
		left:8px;
	}
}

.header .logo img {
	width:100%;
	height:auto;
}


.header .headBlocks {
	position:absolute;
	height:115px;
	top:0;
	right:0;
	overflow:hidden;
	-webkit-transition: all .6s; /* Safari */
  	transition: all .6s;
}
@media(max-width: 950px) {
	.header .headBlocks {
		height:62px;
	}
}
.scrolled .header .headBlocks {
	height:62px;

}
.header .headBlocks .headBlock {
	position:relative;
	width:150px;
	height:115px;
	font-size:15px;
	line-height:1.1;
	color:#fff;
	background-color:#999;
	float:left;
	background-repeat:no-repeat;
	background-position:15px 13px;
	-webkit-transition: all .6s; /* Safari */
  	transition: all .6s;
}

@media(max-width: 950px) {
	.header .headBlocks .headBlock {
		background-size:20px 20px;
		background-position:10px 6px;
		height:62px;
		width:110px;
	}
}
@media(max-width: 650px) {
	.header .headBlocks .headBlock {
		width:62px;
	}
}
.scrolled .header .headBlocks .headBlock {
	background-size:20px 20px;
	background-position:10px 6px;
	height:62px;
	width:110px;
}
@media(max-width: 650px) {
	.scrolled .header .headBlocks .headBlock {
		width:62px;
	}
}
.header .headBlocks .hbA {
	background-color:#e56c3c;
	background-image:url(images/icon-blog.png);
}
.header .headBlocks .hbB {
	background-color:#3586a3;
	background-image:url(images/icon-register.png);
}
.header .headBlocks .hbC {
	background-color:#e56c3c;
	background-image:url(images/icon-info.png);
}
.header .headBlocks .hbD {
	background-color:#3586a3;
	background-image:url(images/icon-phone.png);
}
@media(max-width: 650px) {
	.header .headBlocks .hbA {
		display:none;
	}
	.header .headBlocks .hbB {
		display:none;
	}
	.header .headBlocks .hbD,
	.scrolled .header .headBlocks .hbD {
		width:87px;
	}
}
.header .headBlock:hover {
	background-color:#01355b;

}


.header .headBlocks a {
	display:block;
	padding:60px 15px 0;
	font-size:15px;
	text-transform:uppercase;
	color: #fff;
	text-decoration:none;
}
.scrolled .header .headBlocks a {
	padding:28px 10px 0;
	font-size:12px;
}
@media(max-width: 950px) {
	.header .headBlocks a {
		padding:28px 10px 0;
		font-size:12px;
	}
}
@media(max-width: 650px) {
	.header .headBlocks a, .scrolled .header .headBlocks a {
		padding:28px 8px 0;
		font-size:10px;
	}
}

.header .headBlocks span.in {
	display:block;
	padding:60px 15px 0;
	font-size:15px;
	text-transform:uppercase;
}
.scrolled .header .headBlocks span.in { 
	padding:28px 10px 0;
	font-size:12px;
}
@media(max-width: 950px) {
	.header .headBlocks span.in { 
		padding:28px 10px 0;
		font-size:12px;
	}
}
@media(max-width: 650px) {
	.header .headBlocks span.in,
	.scrolled .header .headBlocks span.in { 
		font-size:10px;
	}
}

.header .headBlocks a:hover {
	color:#fff;
}

.header .mainMenu {
	position:absolute;
	width:100%;
	height:38px;
	top:115px;
	left:0;
	background-color:#01355b;
	color:#fff;
	-webkit-transition: all .6s; /* Safari */
  	transition: all .6s;
}
@media(max-width: 950px) {
	.header .mainMenu {
		top:62px;
	}
}
.scrolled .header .mainMenu {
	top:62px;

}

@media(max-width: 950px) {
	.header .mainMenu .menu-main-menu-container {
		position:absolute;
		top:38px;
		right:-200px;
		width:200px;
		background-color:#01355b;
	}
}

.header .mainMenu ul {
	margin:0 auto;
	padding:0;
	width:100%;
	text-align:center;
	list-style:none;
	position:relative;
}

@media(max-width: 950px) {
	.header .mainMenu ul {
		margin:0;
		text-align:left;
	}
}

.header .mainMenu ul.menu li {
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
}
@media(max-width: 950px) {
	.header .mainMenu ul.menu li {
		display:block;
	}
}

.header .mainMenu ul.menu li a {
	display:block;
	margin:0;
	padding:9px 25px 0 25px;
	height:29px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
}
@media(max-width: 950px) {
	.header .mainMenu ul.menu li a {
		padding:9px 15px;
		height:auto;
		font-size:14px;
	}
}
.header .mainMenu ul.menu>li:hover>a {
	color: #e56c3c;
	background-color: #1b5172;
}
@media(max-width: 950px) {
	.header .mainMenu ul.menu>li:hover>a {
		background-color:transparent;
	}
}

.header .mainMenu ul.sub-menu {
	position:absolute;
	left:-3000em;
	background-color:#1b5172;
	width:240px;
	padding:10px 0 10px 0;
	display:block;
}
@media(max-width: 950px) {
	.header .mainMenu ul.sub-menu {
		position:relative;
		left:auto;
		width:auto;
		padding:0;
		margin:0 0 0 10px;
		display:none;
	}
}
.header .mainMenu ul.sub-menu li {
	width:240px;
	height:auto;
	display:block;
	padding:0;
	text-align:left;
}
@media(max-width: 950px) {
	.header .mainMenu ul.sub-menu li {
		width:auto;
	}
}
.header .mainMenu ul.sub-menu li a {
	width:auto;
	height:auto;
	display:block;
	padding:7px 20px;
	text-align:left;
}
@media(max-width: 950px) {
	.header .mainMenu ul.sub-menu li a {
		padding:9px 15px;
		text-transform:none;
	}
}
.header .mainMenu ul.menu>li:hover>ul.sub-menu {
	left:0;
}
.header .mainMenu ul.sub-menu li:hover a {
	background-color:#40a2c7;
}
@media(max-width: 950px) {
	.header .mainMenu .menu>li>ul.sub-menu>li:hover>a {
		background-color:transparent;
		color: #40a2c7;
	}
}
.header .mainMenu ul.sub-menu ul {
	position:absolute;
	left:-3000em;
	top:0;
	background-color:#40a2c7;
	width:230px;
	padding:5px 0;
	display:block;
}
@media(max-width: 950px) {
	.header .mainMenu ul.sub-menu ul {
		position:relative;
		left:auto;
		width:auto;
		margin:0 0 0 10px;
		display:none;
	}
}
.header .mainMenu ul.sub-menu ul li {
	width:230px;
	height:auto;
	display:block;
	padding:0;
	text-align:left;
}
@media(max-width: 950px) {
	.header .mainMenu ul.sub-menu ul li {
		width:auto;
	}
}
.header .mainMenu ul.sub-menu ul li a {
	width:auto;
	height:auto;
	display:block;
	padding:7px 20px;
	text-align:left;
	text-transform:none;
}
@media(max-width: 950px) {
	.header .mainMenu ul.sub-menu ul li a {
		padding:9px 15px;
		font-size:14px;
	}
}
.header .mainMenu ul.sub-menu li:hover ul {
	left:230px;
}
@media(max-width: 950px) {
	.header .mainMenu ul.sub-menu li:hover ul {
		left:auto;
	}
}
.header .mainMenu ul.sub-menu ul li:hover a {
	color: #01355b;
}

.header .mainMenu ul.sub-menu li.menu-item-has-children>a:after {
	content: '+';
	float:right;
	color:#40a2c7;
}

.toggle-arrow {
	display:inline-block;
	width:9px;
	height:9px;
	margin-left:5px;
	overflow:hidden;
	position:relative;
}

.toggle-arrow img {
	position:absolute;
}


#hamburger { 
	display:none;
	position:fixed;
	top:66px;
	right:20px;
	width:28px;
	height:28px;
	overflow:hidden;
	z-index:9999;
}

@media(max-width: 950px) {
	#hamburger { 
		display:block;
	}
}
@media(max-width: 650px) {
	#hamburger { 
		top:4px;
		position:absolute;
	}
}

#hamburger:hover { 
	cursor:pointer;
}

#hamburger img { 
	position:absolute;
	top:0;
	left:0;
}

#hamburger.small img,
#hamburger.inside img{
	top:-28px;
}






.navShadow {
	width:100%;
	height:15px;
	background-image:url(images/nav-shadow.png);
}


/*---------------- home page ------------------*/
#hero {
	width:100%;
	height:100vh;
	position:relative;
	overflow:hidden;
}
@media(max-width: 550px) {
	#hero {
		max-height:none;
	}
}
#hero video {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

#hero .stripe {
	background:rgba(1,53,91,.8);
	padding: 40px 0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
@media(max-width: 950px) {
	#hero .stripe {
		padding: 20px 0;
		height:auto;
		overflow:hidden;
	}
}
#hero .stripe table {
	width:100%;
	height:100%;
	border:0;
	vertical-align:middle;
}
#hero .stripe-left {
	width:50%;
	padding:10px;
	text-align:right;
}
@media(max-width: 550px) {
	#hero .stripe-left {
		width:100%;
		padding:0;
		text-align:center;
		display:block;
	}
}

#hero .stripe-left img {
	width:180px;
	height:auto;
}
@media(max-width: 950px) {
	#hero .stripe-left img {
		width:150px;
	}
}
@media(max-width: 750px) {
	#hero .stripe-left img {
		width:120px;
	}
}
@media(max-width: 550px) {
	#hero .stripe-left img {
		width:90px;
		margin:0 0 10px 0;
	}
}
#hero .stripe-right {
	width:50%;
	padding:10px;
	color:#49b4da;
	font-size:50px;
	letter-spacing:-1px;
	font-weight:800;
	line-height:1.1;
	font-family: 'Oswald', sans-serif;
}
@media(max-width: 750px) {
	#hero .stripe-right {
		font-size:40px;
	}
}
@media(max-width: 550px) {
	#hero .stripe-right {
		font-size:30px;
		width:100%;
		padding:0;
		text-align:center;
		display:block;
	}
}
#hero .stripe-right .btn-video {
	display:block;
	width:200px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0;
	font-size:14px;
	color:#fff;
	padding:5px;
	margin:10px 0;
	border:1px solid #fff;
	border-radius:12px;
	background-color:#e56c3c;
	-webkit-transition: background-color .4s; /* Safari */
  	transition: background-color .4s;
}
@media(max-width: 950px) {
	#hero .stripe-right .btn-video {
		width:150px;
	}
}
@media(max-width: 550px) {
	#hero .stripe-right .btn-video {
		margin:20px auto 0;
	}
}
#hero .stripe-right .btn-video:hover {
	background-color:#009c89;
}



#hpslides-swiper {
	background-color:#FFF;
}
#hpslides-swiper img {
	width:100%;
	height:auto;
}

#hpslides-swiper  .stripe {
	background-color:#1a496b;
	padding: 20px 0 40px;
	position:relative;
	width:100%;
}

@media(max-width: 950px) {
	#hpslides-swiper  .stripe {
		padding: 20px 0;
		overflow:hidden;
	}
}
@media(max-width: 550px) {
	#hpslides-swiper  .stripe {
		background-color: #01355b;
		position:relative;
		bottom:auto;
	}
}

#hpslides-swiper table {
	width:100%;
	height:100%;
	border:0;
	vertical-align:middle;
}

#hpslides-swiper  .stripe-left {
	width:50%;
	padding:10px;
	text-align:right;
	font-size:30px;
	line-height:1.1;
	color:#49b4da;
	font-family: 'Oswald', sans-serif;
}
@media(max-width: 950px) {
	#hpslides-swiper  .stripe-left {
		font-size:24px;
	}
}
@media(max-width: 750px) {
	#hpslides-swiper  .stripe-left {
		font-size:20px;
	}
}
@media(max-width: 550px) {
	#hpslides-swiper  .stripe-left {
		font-size:17px;
		display:block;
		width:100%;
		text-align:center;
		padding:0;
	}
}
#hpslides-swiper .stripe-left img {
	padding:0 0 10px;
	width:180px;
	height:auto;
}
@media(max-width: 950px) {
	#hpslides-swiper .stripe-left img {
		width:150px;
	}
}
@media(max-width: 750px) {
	#hpslides-swiper .stripe-left img {
		width:120px;
	}
}
@media(max-width: 550px) {
	#hpslides-swiper .stripe-left img {
		width:90px;
	}
}
#hpslides-swiper  .stripe-right {
	width:50%;
	padding:10px;
}
@media(max-width: 550px) {
	#hpslides-swiper  .stripe-right {
		display:block;
		width:100%;
		text-align:center;
		padding:0;
	}
}
#hpslides-swiper  .stripe-right .text {
	width:400px;
	color:#49b4da;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
}

#hpslides-swiper  .stripe-right .text h2 {
	color:#fff;
	margin:0 5px 0 0;
	font-size:18px;
}
@media(max-width: 950px) {
	#hpslides-swiper  .stripe-right .text {
		width:70%;
		font-size:13px;
		line-height:1.2;
	}
	#hpslides-swiper  .stripe-right .text h2 {
		font-size:16px;
	}
}
@media(max-width: 750px) {
	#hpslides-swiper  .stripe-right .text {
		width:50%;
		margin:15px 0 0 0;
	}
	#hpslides-swiper  .stripe-right .text .para {
		display:none;
	}
}
@media(max-width: 550px) {
	#hpslides-swiper  .stripe-right .text {
		width:90%;
		margin:15px 5% 0;
		text-align:center;
	}
}

#hpslides-swiper .swiper-pagination-bullets {
	bottom:20px;
}
@media(max-width: 750px) {
	#hpslides-swiper .swiper-pagination-bullets {
		display:none;
	}
}
#hpslides-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	background:#fff;
	opacity:1;
	width:10px;
	height:10px;
	margin:0 8px;
}	
#hpslides-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background:#009c89;
}	
#hpslides-swiper .swiper-button-prev {
	top:auto;
	bottom:140px;
	left:20px;
}
#hpslides-swiper .swiper-button-next {
	top:auto;
	bottom:140px;
	right:20px;
}
@media(max-width: 750px) {
	#hpslides-swiper .swiper-button-prev {
		display:none;
	}
	#hpslides-swiper .swiper-button-next {
		display:none;
	}
}







#top-slides-swiper {
	background-color:#FFF;
}
#top-slides-swiper img {
	width:100%;
	height:auto;
}

	
#top-slides-swiper .swiper-button-prev {
	top:40%;
	left:20px;
}
#top-slides-swiper .swiper-button-next {
	top:40%;
	right:20px;
}





#callouts  .intro {
	padding: 40px 0;
	width:100%;
	overflow:hidden;
}
@media(max-width: 750px) {
	#callouts  .intro {
		padding: 20px 0;
	}
}
#callouts .intro table {
	width:100%;
	height:100%;
	border:0;
	vertical-align:middle;
}

#callouts  .intro-left {
	width:50%;
	padding:10px;
	text-align:right;
	font-size:30px;
	line-height:1.1;
	color:#49b4da;
	font-family: 'Oswald', sans-serif;
}
@media(max-width: 950px) {
	#callouts  .intro-left {
		font-size:24px;
	}
}
@media(max-width: 750px) {
	#callouts  .intro-left {
		font-size:20px;
	}
}
@media(max-width: 750px) {
	#callouts  .intro-left {
		font-size:17px;
	}
}
@media(max-width: 550px) {
	#callouts  .intro-left {
		width:100%;
		padding:0 0 20px 0;
		display:block;
		text-align:center;
	}
}
#callouts .intro-left img {
	width:180px;
	height:auto;
	margin:0 0 10px 0;
}
@media(max-width: 950px) {
	#callouts .intro-left img {
		width:150px;
	}
}
@media(max-width: 750px) {
	#callouts .intro-left img {
		width:120px;
	}
}
@media(max-width: 550px) {
	#callouts .intro-left img {
		width:90px;
	}
}
#callouts  .intro-right {
	width:50%;
	padding:10px;
}
@media(max-width: 550px) {
	#callouts  .intro-right {
		width:90%;
		margin:0 auto;
		padding:0;
		display:block;
	}
}

#callouts  .intro-right .text {
	width:400px;
	color:#3586a3;
	padding:0;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
}
@media(max-width: 850px) {
	#callouts  .intro-right .text {
		width:100%;
		font-size:14px;
	}
}


#callouts {
	margin:50px 0 25px 0;
	overflow:hidden;
}

.callouts {
	width:100%;
	overflow:hidden;
}

.calloutsIn {
	margin:0 auto;
	max-width:1200px;
	padding:0 20px;
}


.calloutBlock {
	float:left;
	width:48%;
	margin:0 1% 20px;
	overflow:hidden;
	background-color:#5ec6eb;
	position:relative;
}
@media(max-width: 550px) {
	.calloutBlock {
		float:none;
		width:100%;
		margin:0 0 20px;
	}
}

.calloutBlock img {
	width:100%;
	height:auto;
}


.calloutBlock .coTitle {
	position:absolute;
	width:100%;
	padding:15px 0;
	bottom:0;
	color:#fff;
	background:rgba(53,134,163,0.7);
	text-align:center;
	text-transform:uppercase;
	font-size:36px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	-webkit-transition: all .4s; /* Safari */
  	transition: all .4s;
}
@media(max-width: 950px) {
	.calloutBlock .coTitle {
		padding:10px 0;
		font-size:28px;
	}
}
@media(max-width: 750px) {
	.calloutBlock .coTitle {
		padding:8px 0;
		font-size:22px;
	}
}
.calloutBlock:hover .coTitle {
	background:rgba(53,134,163,0.9);
	color:#e56c3c;
}

#hp-quotes {
	background-color:#3586a3;
}
#hp-quotes .swiper-container {
	max-width:750px;
	padding:20px 75px;
	margin:0 auto;
}
@media(max-width: 550px) {
	#hp-quotes .swiper-container {
		padding:20px 55px;
	}
}
#hp-quotes .hpQuote{
	color:#fff;
	background-color:#3586a3;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	padding:0;
	margin:0;
	height:200px;
	position:relative;
}
@media(max-width: 950px) {
	#hp-quotes .hpQuote{
		height:300px;
	}
}
@media(max-width: 550px) {
	#hp-quotes .hpQuote{
		font-size: 16px;
	}
}
#hp-quotes .hpQuote a{
	color:#fff;
	text-decoration:none;
}
#hp-quotes .hpQuote table {
	width:100%;
	height:100%;
	border:0;
	vertical-align:middle;
}
#hp-quotes .hpQuote table .cite {
	text-align:right;
	margin:15px 15px 0 0;
	font-size:15px;
}


.video2 {
	position:relative;
	background-color:#4d718c;
	padding: 40px 0;
	width:100%;
}
@media(max-width: 950px) {
	.video2 {
		height:auto;
		overflow:hidden;
	}
}
.video2 table {
	width:100%;
	height:100%;
	border:0;
	vertical-align:middle;
}
.video2 .stripe-left {
	width:50%;
	padding:10px;
	text-align:right;
}
@media(max-width: 550px) {
	.video2 .stripe-left {
		display:block;
		width:100%;
		padding:0;
		text-align:center;
	}
}
.video2 .stripe-left img {
	width:180px;
	height:auto;
}
@media(max-width: 950px) {
	.video2 .stripe-left img {
		width:150px;
	}
}
@media(max-width: 750px) {
	.video2 .stripe-left img {
		width:120px;
	}
}
@media(max-width: 550px) {
	.video2 .stripe-left img {
		width:90px;
		margin:0 0 10px 0;
	}
}
.video2 .stripe-right {
	width:50%;
	padding:10px;
	color:#49b4da;
	font-size:50px;
	letter-spacing:-1px;
	font-weight:800;
	line-height:1.1;
	font-family: 'Oswald', sans-serif;
}
@media(max-width: 750px) {
	.video2 .stripe-right {
		font-size:40px;
	}
}
@media(max-width: 550px) {
	.video2 .stripe-right {
		display:block;
		padding:0;
		font-size:30px;
		width:100%;
		text-align:center;
	}
}
.video2 .stripe-right .btn-video {
	display:block;
	width:200px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0;
	font-size:14px;
	color:#fff;
	padding:5px;
	margin:10px 0;
	border:1px solid #fff;
	border-radius:12px;
	background-color:#e56c3c;
	-webkit-transition: background-color .4s; /* Safari */
  	transition: background-color .4s;
}
@media(max-width: 950px) {
	.video2 .stripe-right .btn-video {
		width:150px;
	}
}
@media(max-width: 550px) {
	.video2 .stripe-right .btn-video {
		margin: 20px auto 0;
	}
}
.video2 .stripe-right .btn-video:hover {
	background-color:#009c89;
}

/* ################################### */


.mainWrapper {
	width:100%;
	padding:150px 0 0 0;
	margin:0;
	background-color:#d8e5ea;
	background-image:url(images/page-bg-texture.jpg);
	position:relative;
	z-index:1;
}
@media(max-width: 950px) {
	.mainWrapper {
		padding:100px 0 0 0;
	}
}
.mainWrapper.homePage {
	padding:0;
}

.columns {
	overflow:hidden;
	margin:20px auto 70px;
	padding:0 20px;
	position:relative;
	max-width:1200px;
	
}
@media(max-width: 950px) {
	.columns {
		margin:10px auto 50px;
	}
}


.columns h1 {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	line-height:1;
	color: #01355b;
}
@media(max-width: 950px) {
	.columns h1 {
		font-size:28px;
	}
}

.columns h2 {
	font-weight:bold;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	line-height:1;
	color: #3e91c4;
	margin: 25px 0 5px 0;
}
@media(max-width: 950px) {
	.columns h2 {
		font-size:24px;
		margin: 15px 0 5px 0;
	}
}

.columns h3 {
	font-weight:bold;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	line-height:1;
	color: #000;
	margin: 25px 0 5px 0;
}

.columns blockquote {
	color:#03395e;
	margin:20px 0;
	padding:0 15px 5px;
	border-top:1px solid #c1cbd1;
	background: #e2e9ed;
}

.columns .breadcrumbs {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color: #999;
	margin:0;
}

.columns .breadcrumbs a {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color: #999;
}

.column-one {
	width:65%;
	margin:30px 3% 50px 0;
	float:left;
}
@media(max-width: 750px) {
	.column-one {
		width:auto;
		float:none;	
	}
}
.column-one > :first-child {
	margin-top:0;
}


.column-one img {
	max-width:100%;
}

.column-store {
	margin:30px 20px 0 20px;
}


.column-blog {
	width: 65%;
	margin: 30px 3% 50px 0;
	float: left;
}
@media(max-width: 750px) {
	.column-blog {
		width:auto;
		float:none;	
	}
}
.column-blog img {
	max-width:100%;
}

.column-blog .navigation {
	font-size:12px;
	overflow:hidden;
}

.column-blog .navigation a {
	color: #e56d3d;
    text-decoration: none;
}

.column-blog .navigation a:hover {
	color: #e56d3d;
    text-decoration: underline;
}


.column-blog .navigation .prev-posts{
	float:left;
	width:50%;
	text-align:right;
}

.column-blog .navigation .next-posts{
	float:left;
	width:50%;
}

.column-blog h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	color: #03395e;
}

.column-blog h2 {
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	color: #3e91c4;
	margin:0;
}

.column-blog h2 a {
	text-decoration:none;
	color: #3e91c4;
}

.entryWrap {
	margin:0 0 40px 0;
	overflow:hidden;
}

.meta {
	font-size:12px;
	color:#666;
	padding:10px 0 0 0;
}

.meta a {
	color:#e56d3d;
	text-decoration:none;
}

.meta a:hover {
	text-decoration:underline;
}

.entry {
	margin:5px 0;
	overflow:hidden;
}

.entry .thumbnail {
	width:23%;
	margin:0 2% 0 0;
	float:left;
	overflow:hidden;
}

.entry .thumbnail img {
	width:100%;
	height:auto;
}

.entry .content-excerpt {
	width:75%;
	float:left;
}

.entry .content-excerpt-wide {
	width:100%;
}

.more-link {
	width:100px;;
	text-align:left;
	overflow:hidden;
	margin:10px 0 10px;
	float:left;
}

.more-link a {
	padding:10px 8px;
	background-color:#e56d3d;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.more-link a:hover {
	background-color:#fb4444;
}


.postmetadata {
	font-size:12px;
	line-height:normal;
	margin:0 0 3px 0;
	padding:0;
	color:#666666;
}


.postmetadata a {
	padding:0;
	color:#e56d3d;
	margin:0;
	text-decoration:none;
}

.postmetadata a:hover {
	text-decoration:underline;
}

.share-links {
	width:50%;
	text-align:right;
	overflow:hidden;
	margin:15px 0 10px;
	float:right;
}




#sidebar {
	width:32%;
	margin:30px 0 50px;
	overflow:hidden;
	float:left;	
}

@media(max-width: 750px) {
	#sidebar {
		width:auto;
		float:none;	
	}
}

.notepad{
	border:2px solid #e46c3b;
	background-color:#FFF;
	margin:0 0 20px 0;
}

.notepadIn {
	padding:15px;
}

.notepadIn :first-child {
	margin-top:0;
}

.notepadIn h1, .notepadIn h2 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 28px;
	line-height:1.2;
	color:#e46c3b;
}


.notepadIn h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-size: 24px;
	line-height:1.2;
	color:#e46c3b;
}

.notepadIn ul {
	margin: 5px 0 20px;
	padding:0 20px;
}

.notepadIn li {

}

.notepadIn p {
	line-height:1.5;
}

.notepadIn a {
	color: #666;
    text-decoration: none;
}

.notepadIn a:hover {
	color: #3e91c4;
    text-decoration: none;
}

.sbButton {
	background:rgba(83,207,252,0.5);
	width:100%;
	font-family: 'Oswald', sans-serif;
	margin:0 0 20px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.sbButton:hover {
	background:rgba(83,207,252,0.9);
}

.sbButton.register {
	background:rgba(1,53,91,0.8);
}
.sbButton.register:hover {
	background:rgba(1,53,91,1);
}
.sbButton a {
	color:#e46c3b;
	font-size:24px;
	line-height:1;
	text-decoration:none;
	padding:10px 15px 12px;
	display:block;
}
@media(max-width: 950px) {
	.sbButton  a{
		font-size:18px;
		padding:8px 15px 10px;
	}
}
.sbButton a svg {
	fill:#e46c3b;
	width:25px;
	height:25px;
	float:right;
}
@media(max-width: 950px) {
	.sbButton a svg {
		width:20px;
		height:20px;
	}
}




/* ################################### */
#big-video {
    position: relative;
    background: #17656d;
    overflow: hidden;
    height: 455px;
}

@media(max-width: 964px) {
	#big-video {
		width: 600px;
		height: 272px;
	}
}

@media(max-width: 600px) {
	#big-video {
		width: 320px;
		height: 150px;
		background-image:url(images/hp-video-callout.jpg);
	}
	
	#big-video video {
		display:none;
	}
}

#big-video video {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
	z-index:1;
}

#big-video .videoOverlay {
    position: absolute;
    width: 964px;
    height: 455px;
	background-image:url(images/video-mask-l.png);
    top: 0;
    left: 0;
	z-index:10;
}

@media(max-width: 964px) {
	#big-video .videoOverlay {
		width: 600px;
		height: 272px;
		background-image:url(images/video-mask-m.png);
	}
}

@media(max-width: 600px) {
	#big-video .videoOverlay {
		width: 320px;
		height: 150px;
		background-image:url(images/video-mask-s.png);
	}
}

/*--- sidebar style button ---*/
.bigbtn {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	background-color:#2b5877;
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position:right 10px center;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='2px' y='2px' width='225px' height='225px' viewBox='0 0 225 225' enable-background='new 0 0 225 225' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23e46c3b' cx='112.324' cy='112.323' r='112.324'/%3E%3Ccircle fill='%23FFFFFF' cx='112.324' cy='112.323' r='96.479'/%3E%3Cpolygon fill='%23e46c3b' points='103.95,44.009 88.91,59.05 142.185,112.325 88.911,165.599 103.95,180.638 172.265,112.324 '/%3E%3C/svg%3E");
	color: #e46c3b;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	margin:20px 0;
	padding: 10px 45px 12px 15px;
}
.bigbtn:hover {
	background-color:#01355b;
	text-decoration:none;
}


/* ################################### */
#headerImage {
	width:100%;
	max-height:70vh;
	overflow:hidden;
	position:relative;
	min-height:100px;
	margin:0;
}
#headerImage img {
	width:100%;
	height:auto;
}

.pageTitle {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#53cffc;
	background:rgba(1,53,91,0.8);
	padding:20px 0;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	font-size:44px;
	text-transform:uppercase;
	margin:0;
	z-index:9999;
}
@media(max-width: 950px) {
	.pageTitle {
		padding:10px 0;
		font-size:36px;
	}
}
@media(max-width: 650px) {
	.pageTitle {
		font-size:28px;
		position:relative;
		bottom:auto;
	}
}

.pageTitleIn {
	max-width:1200px;
	padding:0 20px;
	position:relative;
	margin:0 auto;
}





.blogs {
	float:left;
	width:308px;
	margin:0 0 50px 0;
	overflow:hidden;
}


.blogsHeader {
	background-color:#e56d3d;
	color:#fff;
	padding:5px 15px;
	font-size:18px;
	font-weight:bold;
}

.blogsHeader a {
	color:#fff;
	text-decoration:none;
}

.blogsHeader a:hover {
	color:#fff;
	text-decoration:underline;
}

.blogItem {
	font-size:14px;
	color:#666;
}

.blogItem .blogDate {
	font-size:13px;
	line-height:20px;
	margin:20px 0 0;
	color:#666;
}

.blogItem .blogTitle {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 5px;
	color:#000;
}

.blogItem .blogReadMore a {
	margin:5px 0 0 0;
	color:#e56d3d;
	text-decoration:none;
	font-weight:bold;
}

.blogItem .blogReadMore a:hover {
	color: #03395e;
}



#infoslides-swiper {
	max-height:500px;
	overflow:hidden;
}
.info-slide img  {
	width:100%;
	height:auto;
}
@media(max-width: 650px) {
	.info-slide img  {
		width:auto;
		height:100%;
	}
}


/* #################  STAFF  ################## */
.pageTitle1 {
	margin:20px 0 0 0;
	color: #03395e;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
	line-height:1.1;
    font-weight: bold;
    text-transform: uppercase;
}

#team-swiper {
	background: rgba(1,53,91,.8);
}


#team-swiper .swiper-pagination-bullets {
	bottom:35px;
}
	
#team-swiper .swiper-button-prev {
	top:auto;
	bottom:45%;
	left:20px;
}
#team-swiper .swiper-button-next {
	top:auto;
	bottom:45%;
	right:20px;
}
@media(max-width: 550px) {
	#team-swiper .swiper-button-prev {
		display:none;
	}
	#team-swiper .swiper-button-next {
		display:none;
	}
}

#team-swiper .staffMember {
	max-width:1200px;
	margin: 0 auto;
	padding:0 20px;
	height:450px;
	overflow:hidden;
	position:relative;
	
}


#team-swiper .staffImageBox {
	float:left;
	margin:35px 5% 0 0;
	width:25%;
}


#team-swiper .staffImage {
	width:100%;
	max-height:300px;
	overflow:hidden;
}


#team-swiper .staffImage img {
	width:100%;
	height:auto;
}


#team-swiper .staffEmail {
	margin:10px 0;
	font-size:13px;
	line-height:1.1;
}



#team-swiper .staffEmail a {
	color:#fff;
	text-decoration:none
}

#team-swiper .staffEmail a:hover {
	color:#e56d3d;
}

.emailLogin {
	font-size:13px;
	text-align:center;
	color:#999;
	clear:both;
}

.emailLogin a {
	color: #03395e;
	text-decoration:none
}

.emailLogin a:hover {
	color:#e56d3d;
}

#team-swiper .staffBio {
	float:left;
	width:70%;
	margin:35px 0 0 0;
	color:#fff;
	font-size:15px;
}
@media(max-width: 950px) {
	#team-swiper .staffBio {
		width:70%;
		font-size:13px;
	}
}
@media(max-width: 550px) {
	#team-swiper .staffBio {
		font-size:11px;
		line-height:1.1;
	}
}

#team-swiper .staffBioName {
	font-family: 'Oswald', sans-serif;
	margin:0 0 5px 0;
	font-size:30px;
	line-height:1.1;
	
}
@media(max-width: 550px) {
	#team-swiper .staffBioName {
		font-size:20px;	
	}
}

#team-swiper .staffBioTitle {
	font-family: 'Oswald', sans-serif;
	margin:0;
	font-size:20px;
	line-height:1.1;
	
}
@media(max-width: 550px) {
	#team-swiper .staffBioTitle {
		font-size:14px;
	}
}

.staffList {
	margin:20px auto 100px;
	max-width:1200px;
	padding:0 20px;
	overflow:hidden;
	position:relative;
}

.staffList .staffMember {
	float:left;
	width:25%;
	height:100px;
	margin:0;
	overflow:hidden;
	position:relative;
}
@media(max-width: 1250px) {
	.staffList .staffMember {
		height:130px;
	}
}
@media(max-width: 950px) {
	.staffList .staffMember {
		width:33%;
	}
}
@media(max-width: 650px) {
	.staffList .staffMember {
		width:50%;
	}
}

.staffList .staffImage {
	float:left;
	width:66px;
	height:66px;
	border-radius:50%;
	overflow:hidden;
}
@media(max-width: 1250px) {
	.staffList .staffImage {
		float:none;
		width:66px;
		height:66px;
		margin:0 auto;
	}
}


.staffList .staffImage img {
	width:100%;
	min-height:100%;
}

.staffList .staffBio {
	float:left;
	width:160px;
	margin:10px 0 0 14px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#3586a3;
}
@media(max-width: 1250px) {
	.staffList .staffBio {
		float:none;
		width:auto;
		margin:10px 10px;
		font-size:13px;
		text-align:center;
	}
}

.staffList .staffBio:hover {
	color:#e56d3d;
	cursor:pointer;
}





/* #################  Dates and Costs  ################## */

#datesCosts {
	overflow:hidden;
	position:relative;
	padding:0 20px;
	margin:30px auto 100px;
	max-width:1200px;
}

.voyage {
	width:100%;
	margin:20px 0;
	color:#01355b;
	position:relative;
}


.voyageName {
	margin:0;
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	line-height:1.1;
	text-transform:uppercase;
}
@media(max-width: 850px) {
	.voyageName {
		font-size:28px;
	}
}

.voyageNameSub {
	margin:5px 0;
	font-size:15px;
	font-weight:400;
	color:#e46c3b;
}

.treks {
	position:relative;
	overflow:hidden;
}
.trek {
	width:48%;
	margin:0 2% 20px 0;
	color:#01355b;
	overflow:hidden;
	position:relative;
	float:left;
	border-bottom: 3px solid #e46c3b;
	
}
@media(max-width: 650px) {
	.trek {
		width:100%;
		margin:0 0 20px 0;
		float:none;
		
	}
}

.trekIn{
	padding:20px;
	border: 3px solid #e46c3b;
	border-bottom: none;
	color: #01355b;
	background: rgba(83,207,252,0.3);
}

.trekIn a {
	text-decoration:none;
}

.trekName{
	font-size:15px;
	text-transform:uppercase;
	color:#e46c3b;
	font-weight:700;
}

.trekName {
	color:#e46c3b;
	text-decoration:none;
}

.trekLocation{
	font-family: 'Oswald', sans-serif;
	font-size:34px;
	line-height:1.1;
	text-transform:uppercase;
	color:#01355b;
	margin:0 0 15px 0;
}
@media(max-width: 850px) {
	.trekLocation{
		font-size:28px;
	}
}

.trekCols {
	position:relative;
	overflow:hidden;
}
.trekImg {
	float:left;
	width:45%;
	margin:0 5% 0 0;
}
.trekImg img {
	width:100%;
	height:auto;
}

.trekDates {
	font-size:16px;
	margin:15px 0;
	color:#3586a3;
	font-family: 'Oswald', sans-serif;
}
@media(max-width: 850px) {
	.trekDates {
		font-size:14px;
	}
}

.trekInfo {
	float:left;
	width:50%;
	margin:0;
	color: #01355b;
}

.trekData {
	float:left;
	width: 50%;
	margin:0;
}
.trekPrice {
	float:left;
	width:50%;
	margin:0;
}

.trekType {
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
	margin:0 0 10px 0;
}
@media(max-width: 850px) {
	.trekType {
		font-size:14px;
	}
}

.trekPrereq {
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px 0;
}
@media(max-width: 850px) {
	.trekPrereq {
		font-size:12px;
	}
}

.trekMinAge {
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px 0;
}
@media(max-width: 850px) {
	.trekMinAge {
		font-size:12px;
	}
}

.trekHilites {
	font-size:15px;
	line-height:1.5;
}
@media(max-width: 850px) {
	.trekHilites {
		font-size:12px;
	}
}


.trekPriceBox {
	background-color:#e46c3b;
	margin:20px 0 0;
	width:160px;
	padding:2px 0;
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
@media(max-width: 850px) {
	.trekPriceBox {
		font-size:26px;
		width:100px;
	}
}

.trekNotes {
	color: #01355b;
	text-align:center;
	font-size:15px;
	margin:20px 10px 10px;
	height:20px;
}
@media(max-width: 850px) {
	.trekNotes {
		font-size:12px;
	}
}

.voyageTextBox {
	margin:0;
}

.voyageText {
	color:#000;
	margin:20px 0;
	padding:15px 0;
	font-size:13px;
}


.voyageText p {
	margin:0 0 8px 0;
	
}






/* ################################### */
.footer1 {
	position:relative;
	background-color:#46555a;
	margin:0;
	padding:0;
	color:#fff;
	font-size:13px;
	overflow:hidden;
}

.footer1 .footerLogosRow {
	position:relative;
	margin:50px auto 0;
	padding:0 80px;
	overflow:hidden;
}
@media(max-width: 1250px) {
	.footer1 .footerLogosRow {
		padding:0 20px;
	}
}
@media(max-width: 650px) {
	.footer1 .footerLogosRow {
		margin:25px auto 0;
	}
}

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

.footer1 .footerLogosRow .footerST {
	float:left;
	width:35%;
	margin:0;
}
@media(max-width: 650px) {
	.footer1 .footerLogosRow .footerST {
		float:none;
		width:100%;
		text-align:center;
	}
}
.footer1 .footerLogosRow .footerST img {
	width:300px;
	height:auto;
}
@media(max-width: 950px) {
	.footer1 .footerLogosRow .footerST img {
		width:200px;	
	}
}

.footer1 .footerLogosRow .footerBugs {
	float:left;
	width:65%;
	margin:0;
	text-align:right;
}
@media(max-width: 650px) {
	.footer1 .footerLogosRow .footerBugs {
		float:none;
		margin:20px 0 0 0;
		width:100%;
		text-align:center;
	}
}

.footer1 .footerLogosRow .footerBugs img {
	opacity:.8;
	width:90px;
	height:auto;
	margin:0 0 0 50px;
}
@media(max-width: 950px) {
	.footer1 .footerLogosRow .footerBugs img  {
		width:70px;
		margin:0 0 0 20px;
	}
}
@media(max-width: 650px) {
	.footer1 .footerLogosRow .footerBugs img {
		width:50px;
		margin:0 5px;
	}
}
.footer1 .footerLogosRow .footerBugs img:hover {
	opacity:1;
}

.footer1 .footerAddressRow {
	position:relative;
	margin:30px auto 10px;
	padding:0 80px;
	overflow:hidden;
}
@media(max-width: 1250px) {
	.footer1 .footerAddressRow {
		padding:0 20px;
	}
}
@media(max-width: 950px) {
	.footer1 .footerAddressRow {
		margin:20px auto 10px;
	}
}
@media(max-width: 650px) {
	.footer1 .footerAddressRow {
		margin:20px auto 10px;
	}
}


.footer1 .footerAddressRow .address {
	width:45%;
	margin:0;
	float:left;
	color: #49b4da;
}
@media(max-width: 650px) {
	.footer1 .footerAddressRow .address {
		width:100%;
		float:none;
		text-align:center;
	}
}
.footer1 .footerAddressRow .address .address-in {
	margin:0 0 0 70px;
}
@media(max-width: 950px) {
	.footer1 .footerAddressRow .address .address-in {
		margin:0 0 0 46px;
	}
}
@media(max-width: 650px) {
	.footer1 .footerAddressRow .address .address-in {
		margin:0;
	}
}
.footer1 .footerAddressRow .address strong {
	display:block;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	margin:0 0 10px 0;
}
.footer1 .footerAddressRow .social {
	width:55%;
	margin:20px 0 0 0;
	float:left;
	vertical-align:middle;
	color:#49b4da;
	font-weight:700;
	text-align:right;
}
@media(max-width: 650px) {
	.footer1 .footerAddressRow .social {
		width:100%;
		float:none;
		text-align:center;
	}
}

@media(max-width: 950px) {
	.footer1 .footerAddressRow .social span.one {
		display:none;
	}
}
.footer1 .footerAddressRow .social a {
	display:inline-block;
	color: #49b4da;
	font-weight: 700;
	text-decoration:none;
	height:auto;
	margin:0 3px 0 10px;
	vertical-align:middle;
}

.footer1 .footerAddressRow .social a:first-child {
	margin:0;
}
.footer1 .footerAddressRow .social img {
	width:35px;
	height:auto;
	opacity:.8;
	margin:0;
	vertical-align:middle;
}
.footer1 .footerAddressRow .social a:hover {
	color: #e56c3c;
}
.footer1 .footerAddressRow .social a:hover img {
	opacity:1;
}

.footer1 .searchBox {
	position:relative;
	margin:0 auto 50px;
	padding:0 80px;
	text-align:right;
	overflow:hidden;
}

@media(max-width: 1250px) {
	.footer1 .searchBox {
		padding:0 20px;
	}
}

.footer1 .searchBox .searchBoxIn {
	width:213px;
	margin:0 5px 0 0;
	display:inline-block;
    background-color: #ededed;
    height: 30px;
    position: relative;
}
@media(max-width: 650px) {
	.footer1 .searchBox .searchBoxIn {
		margin:10px auto 0;
		display:block;
	}
}

.footer1 .searchBox .searchform {
    background-color: #ededed;
    padding: 0;
    position: relative;
}

.footer1 .searchBox .searchform .tb {
	color: #03395e;
    font-family: "myriad-pro-condensed","Open Sans",sans-serif;
    background-color: #ededed;
    border: 0 none;
    display: block;
    float: left;
    font-size: 16px;
	line-height:1;
    margin: 7px 0 0 8px;
    padding: 0;
    position: relative;
    width: 170px;
}


.footer1 .searchBox .searchform .btn {
    display: block;
    float: left;
    margin: 2px 0 0;
    padding: 0;
}

.footer2 {
	position:relative;
	background-color:#01355b;
	min-height:60px;
	padding:0 0 30px;
	font-size:13px;
	color:#2c5777;
}

.footer2 .copyright {
	position:absolute;
	left:80px;
	top:20px;

}
@media(max-width: 1250px) {
	.footer2 .copyright {
		left:20px;
	}
}
@media(max-width: 950px) {
	.footer2 .copyright {
		position:relative;
		text-align:center;
		left:auto;
		top:auto;
		padding:10px 0 20px;
	}
}

.footer2 .foot-menu {
	position:absolute;
	right:80px;
	top:20px;
	
}
@media(max-width: 1250px) {
	.footer2 .foot-menu {
		right:10px;
	}
}
@media(max-width: 950px) {
	.footer2 .foot-menu {
		position:relative;
		text-align:center;
		right:auto;
		top:auto;
		padding:10px 0;
	}
}
.footer2 .foot-menu .menu-footer-menu-container {
	margin:0;
	padding:3px 0;
	display:inline-block;
	vertical-align:middle;
}
.footer2 .menu {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}

.footer2 .menu li {
	display:block;
	float:left;
	margin:0;
	padding:0 20px 0 0;
}
@media(max-width: 950px) {
	.footer2 .menu li {
		display:inline-block;
		float: none;
		margin:0;
		padding:0 10px;
	}
}

.footer2 .menu a {
	color:#fff;
	text-decoration:none;
}

.footer2 .menu a:hover {
	color:#e56d3d;
}

.footer2 .foot-menu form {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align: middle;
}
@media(max-width: 650px) {
.footer2 .foot-menu form {
	margin:10px 0;
}
}
.footer2 .foot-menu form .ppsubmit {
	margin:0;
	padding:3px 10px;;
	border:1px solid #fff;
	color:#fff;
	background-color: #01355b;
}
.footer2 .foot-menu form .ppsubmit:hover {
	color:#e56d3d;
	border:1px solid #e56d3d;
}

/* ################ brochure form  ################### */

#brochureForm {
	margin:0 auto;
	max-width:900px;
	padding:30px 20px;
}


#brochureForm h2 {
    color: #3e91c4;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: bold;
}


#brochureForm .formRow {
	margin:0 0 10px 0;
	overflow:hidden;
}

#brochureForm .formRow .half {
	width:380px;
	margin:0 20px 5px 0;
	float:left;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color: #666;
}
@media(max-width: 450px) {
	#brochureForm .formRow .half {
		width:280px;
	}
}

#ParentEmailConfirm {
	position:absolute;
	left:-3000em;
}


#brochureForm .formRow .text {
	width:366px;
	padding:5px;
	height:20px;
	border:1px solid #999;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
}
@media(max-width: 450px) {
	#brochureForm .formRow .text {
		width:266px;
	}
}

#brochureForm .formRow .radio, #brochureForm .formRow .label {
	padding:0 0 5px 0;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
}

#brochureForm .formRow select {
	width:278px;
	padding:0px;
	height:32px;
	border:1px solid #999;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color: #666;
}

#brochureForm .formRow option {
	padding:5px;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color: #000;
}


#brochureForm .formRow textarea {
	width:266px;
	padding:5px;
	height:70px;
	border:1px solid #999;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
}

#brochureForm .formRow .textareawide textarea {
	width:90%;
	padding:5px;
	height:70px;
	border:1px solid #999;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
}

#brochureForm .submit input.action {
	width:100px;
	height:35px;
	text-align:center;
	padding:5px;
	border:1px solid #fff;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	background-color: #03395e;
	color:#fff;
}


#brochureForm .terms {
    background-color: #fff;
    border: 1px solid #666;
    font-size: 12px;
    height: 160px;
    line-height: 14px;
    margin: 0 0 15px;
    overflow-y: scroll;
    padding: 8px;
}

#brochureForm .insur {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	border: 1px solid #666;
	padding: 10px 15px;
	position:relative;
}
#brochureForm .ins-item {
	font-size:13px;
	overflow:hidden;
	position:relative;
}
#brochureForm .insur .rad {
	position:absolute;
	top:0;
	left:0;
}
#brochureForm .insur .lab {
	position:relative;
	padding:0 0 10px 28px;
}

#brochureFormTY {
	margin:0 auto;
	max-width:1000px;
	padding:30px 20px;
}

/* ################ reg form  ################### */

.rf-heading {
    overflow: hidden;
    padding: 20px 0 0;
}

.rf-check {
    float: left;
    width: 25px;
	margin:6px 0 0 0;
}

.rf-prog-title {
    float: left;
    color: #3e91c4;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
	line-height:1.2;
    font-weight: normal;
	margin:0 0 4px 0;
}

@media(max-width: 650px) {
	.rf-prog-title {
		width: 275px;
	}
}

.rf-info {
    margin: 0 0 0 25px;
	font-size: 14px;
}

.rf-desc {
    margin: 0 0 0 25px;
	font-size: 14px;
}

.rf-option {
    margin: 0 0 0 25px;
	font-size: 14px;
}

.rf-option select {
	width:278px;
	padding:0px;
	height:32px;
	border:1px solid #999;
	font-family:'Open Sans', sans-serif;
	color: #666;
}

.rf-option option {
	padding:5px;
	font-family:'Open Sans', sans-serif;
	color: #000;
}

.rf-option-label {
    margin: 10px 0 3px 25px;
	font-size: 14px;
	font-weight:bold;
}

.selectionBox {
	border:1px solid #666;
	overflow:hidden;
	margin:10px 2px;
	padding:10px 15px 15px;
}

@media(max-width: 650px) {
	fieldset {
		padding:0;
		border:0;
		margin:0;
	}
}


.sbLeft {
	width:80%;
	float:left;
}

.sbRight {
	width:20%;
	float:left;
	text-align:right;
}

.sbText {
	font-size:13px;
}



/* ################ woocommerce  ################### */
.store-nav {
	margin:155px 0 0;
	width:100%;
	background-color:#44b4db;
}
@media(max-width: 950px) {
	.store-nav {
		margin:105px 0 0;
	}
}

.store-nav ul {
	list-style:none;
	margin:0;
	padding:5px 25px;
	text-align:center;
}

.store-nav li {
	margin:0;
	padding:0 20px 0 0;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
}

.store-nav li a{
	text-decoration:none;
	color: #fff;
}

.store-nav li a:hover {
	text-decoration:none;
	color: #e56d3d;
}


#woocontent {
	margin: 20px auto;
	padding:0 20px;
	max-width:1200px;
	position:relative;
	overflow:hidden;
}

.woocommerce #sidebar {
	display:none;
}

#woocontent h1 {
    color: #03395e;
    font-family: "myriad-pro-condensed","Open Sans",sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

#woocontent .woocommerce-breadcrumb{
	font-size:13px;
}

#woocontent ul.products li.product h3 {
    color: #9ac2d1;
	font-size:20px;
    font-family: "myriad-pro-condensed","Open Sans",sans-serif;
	text-align:center;
}

#woocontent .count {
	background-color:#FFF;
	color:#999;
}

.woocommerce ul.products li.product-category img {
	border:2px solid #01355b;
}

#woocontent  ul.products li.product .price {
    text-align:center;
    font-size: 0.857em;
    font-weight: 400;
	color:#666;
}

#woocontent .add_to_cart_button {
	display:none;
}


#woocontent div.product p.price {
    font-size: 20px;
    font-weight: 400;
	color:#666;
}

#woocontent .entry-summary h2 {
	margin-bottom:5px;
	font-size:18px;
}

#woocontent div.product form.cart div.quantity {
    float: none;
    margin: 10px 0;
	height:25px;
}


#woocontent .single_add_to_cart_button {
	display:block;
	margin:10px 0;
	background-color:#e56d3d;
}

#woocontent .related {
	clear:both;
}

#woocontent .related h2 {
    color: #3e91c4;
    font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	margin:50px 0 20px 0;
	padding:25px 0 0 0;
	border-top:1px solid #ccc;
}
#woocontent .related h2.woocommerce-loop-product__title {
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align:center;
	border-top: none;
}
#woocontent ul.products li.product .button {
    display:block;
	text-align:center;
	font-size: 90%;
	width:70%;
	margin:20px 10% 0 10%;
	padding:10px 5%;
}

#woocontent div.product div.images {
	width:38%;
}

#woocontent div.product div.summary {
	width:58%;
}


.woocommerce form .form-row input.input-text {
	height:30px;
}

#woocontent .sku_wrapper {
	color: #666;
    font-size: 0.857em;
    font-weight: 400;
	display:block;
}

#woocontent .posted_in {
	color: #666;
    font-size: 0.857em;
    font-weight: 400;
	display:block;
}

#woocontent .reset_variations {
	color: #666;
    font-size: 0.6em;
    font-weight: 400;
}

#pa_additional-contribution{
	height:33px;
}

#woocontent table td.label {
	width:40%;
}
#woocontent table td.value {
	width:60%;
}

.thwepo-extra-options {
	width:100%;
}
input#studentname {
	width:75%;
	height:27px;
}


.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
	float: none !important;
}

#return-to-top {
    bottom: 0;
    display: none;
    height: 32px;
    position: fixed;
    left:50%;
	margin:0 0 0 -44px;
    transition: all 0.3s ease 0s;
    width: 88px;
    z-index: 800;
}

/* ------ wysiwyg image alignment ------ */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }





.shop-notice {
    color:#fff;
    background-color: #3586a3;
    font-size:34px;
    font-weight:700;
    position:absolute;
    width:100%;
    top:170px;
    left:0;
    text-align: center;
    z-index:999999;
}
.shop-notice .inner {
    padding:50px
}