@charset "utf-8";
body {
	background-color: #bcebd9;
	font-family: Verdana, sans-serif;
	font-size:100%;
	color: #000000;
	margin: 0px;
}
p, div, span {
    font-size:1.15em;
}
a {
	color: #cc8b00;
	font-size:1.15em;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #009e73;
	text-decoration: none;
}
a:active {
	color: #cc8b00;
	text-decoration: none;
}
a:visited {
	color: #cc8b00;
	text-decoration: none;
}
h1 {
	font-size: 2.0em;
	font-weight: bold;
}
h2 {
	font-size: 1.75em;
	font-weight: bold;
	text-shadow: -4px 3px 1px #43a37b;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
.subtitle {
    text-align: center;
    font-weight: bold;
}
/* Box and Container Styles */
.body-container {
    padding: 20px;
    text-align: center;
}
.box-container {
	border: none;
	border-radius: 10px;
	background-color: #72ebbc;
	box-shadow: -10px 10px 10px #888;
	padding: 15px;
}
.bordered-box {
    background-color: #72ebbc;
    margin: 25px auto;
    padding: 20px;
    border: 2px solid #43a37b; 
    border-radius: 10px;
  }
.full-width-container {
	width: 100%;
	margin: 25px;
}
.full-width-decor-top {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}
.full-width-decor-top img {
	width: 100%;
	margin-bottom: 0px;
}
.full-width-content {
	margin: 0px;
	background-color: #81dfbd;
}
.full-width-content h2 {
	padding-bottom: 25px;
}
.full-width-content-text {
	margin: 0px auto;
	padding: 25px;
	/** width: 90%; **/
}
.full-width-content p {
	margin: 0 auto 25px;
	width: 90%;
}
.full-width-content div {
	margin: 0 auto;
	/** width: 100%; **/
}
.full-width-decor-bottom {
	width: 100%;
	margin-bottom: 20px;
}
.full-width-decor-bottom img {
	width: 100%;
}
.full-width-content h2 {
	margin: 0px;
}
.full-width-content-gray {
	background-color: #cec8b9;
	margin: 0;
	width: 100%;
}
.full-width-content-gray h2 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 25px;
}
.full-width-content-gray div {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 25px;
}
.medium-img-box {
	margin: 25px;
	display: inline-block;
}
.medium-img-box img {
    width: 100%;
}
.container-800px {
    width: 800px;
}
.container-600px {
    width: 600px;
}
.container-400px {
    width: 400px;
}
.container-centered {
    margin-left: auto; 
    margin-right: auto;
}
.container-padded {
    padding: 25px;
}
.video-container {
    width: 585px;
    height: 340px;
    text-align:center;
    display:inline-block;
}
.shop-container {
	text-align: center;
	padding: 15px;
    text-decoration: none;
}
.shop-container a {
    color: #000000;
    font-weight: normal;
    font-size: smaller;
}
.shop-box {
	width: 600px;
	margin: 30px;
	display: inline-block;
}
.merch-box {
	width: 300px;
    margin: 25px auto;
    padding: 0px 25px;
	display: inline-block;
}
.merch-box img {
	width: 300px;
    display: inline;
}
/* Graphic Elements and Icons Styles */
.img-divider {
	max-width: 75%;
	margin: 10px auto;
	text-align: center;
	vertical-align: middle;
}
.img-divider img {
	max-width: 100%;
}
.in-box-img-divider {
	max-width: 75%;
	margin: 10px auto 0px;
	text-align: center;
	vertical-align: middle;
}
.in-box-img-divider img {
	max-width: 100%;
}
.in-box-img {
	max-width: 500px;
	margin: 15px auto;
	text-align: center;
	vertical-align: middle;
}

/* Text Styles */
.shadow-text-1 {
	text-shadow: -4px 3px 1px #80cbac;
}
.shadow-text-2 {
	text-shadow: -4px 3px 1px #43a37b;
}
.titlebox {
	text-align: center;
	vertical-align: middle;
	width: 80%;
	margin: 20px auto;
}
.titlebox h1 {
	position: relative;
	bottom: 75px;
	display: inline-block;
	text-shadow: -4px 3px 1px #80cbac;
}
.titlebox img {
	width: 150px;
	display: inline-block;
	margin: 0px 15px;
}
.titlebox-nographic {
	text-align: center;
	width: 80%;
	margin: 20px auto;
}
.important-text {
	color: #cc79a7;
	font-weight: bold;
}
.important-link {
	color: #cc79a7;
	font-weight: bold;
	text-decoration: none;
}
.important-link:hover {
	color: #0072b2;
}
.in-box-text-container {
	width: 80%;
	margin: 0 auto;
}
.text-container {
	width: 80%;
	margin: 15px auto;
}

/* Button and Input Styles */
.btn-blk {
	border: 2px solid #000;
	border-radius: 3px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn-blk:hover {
	border-color: #fff;
	color: #fff;
	background-color: #000;
}
.btn-blk:active {
	border-color: #888;
	color: #888;
	background-color: #fff;
}
.btn-grn {
	border: 2px solid #97eb76;
	border-radius: 3px;
	color: #97eb76;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn-grn:hover {
	border-color: #fff;
	color: #fff;
	background-color: #97eb76;
}
.btn-grn:active {
	border-color: #4ca9c7;
	color: #4ca9c7;
	background-color: #fff;
}
.btn-borderless {
    border: none;
	background: none;
	color: #000000;
}
.inputbox-borderless {
    border: none;
	background: none;
	color: #000000;
}

/* Mouseover Zoom Effect Button */
.img-zoom-btn {
	max-width: 340px;
	max-height: 340px;
	display: inline;
	margin: 15px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.img-zoom-btn img {
	transition: transform .5s ease;
	z-index: 0;
}
.img-zoom-btn:hover img {
	transform: scale(1.1);
}
.buttonImage {
	max-width:280px;
	margin: 15px auto;
}

/* Gallery Lightbox */
.display-container {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
/* Lightbox with Full Image */
.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1em;
	background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
	display: block;
}
.lightbox span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Tables and Table Boxes */
.table-box {
	width: 90%;
	margin: 30px auto;
	padding: 15px;
	border: none;
	border-radius: 10px;
	background-color: #72ebbc;
	box-shadow: -10px 10px 10px #888;
}
.table1 {
	border-collapse: collapse;
	width: 100%;
}
.table1 th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #04aa6d;
	color: #fff;
}
.table1 td, .table1 th {
	border: 1px solid #000;
	padding: 8px;
}
.table1 tr:nth-child(odd) {
	background-color: #d9d9d9;
}
.table1 tr:nth-child(even) {
	background-color: #f2f2f2;
}


/* Navigation Menu */
#menu {
	background-image:url(../images/navbar-bg.gif);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 200px;
	margin-bottom: 20px;
}
#navlogo {
	display: inline;
	float: left;
	border: none;
	width: 20%;
	margin-right: 25px;
}
#navlogo a {
	border: none;
	text-decoration: none;
}
#navlogo a img {
	display: inline;
	width: 100%;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	position: relative;
	display: inline;
	float: right;
	margin-top: 25px;
	padding-right: 30px;
}
#menu li {
	margin: 0px 10px;
	float: left;
	display: inline;
	position: relative;
}
#menu a {
	display: block;
	line-height: 50px;
	padding: 10px 14px;
	text-decoration: none;
	color: #000000;
	font-size: 1.75em;
	font-weight: bold;
	text-shadow: 0px 0px 4px #fff;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	text-shadow: 0px 0px 4px #c57105;
}
#menu input {
	display: none;
	margin-top: 30px;
	margin-left: 30px;
	padding: 0;
	height: 50px;
	width: 150px;
	opacity: 0;
	cursor: pointer
}
#menu label {
	font-size: 150px;
	display: none;
	margin-top: 30px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #238352;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #000000;
	font-size: 1.6em;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #F2F2F2;
	color: #238352;
}

/* Cookies and Privacy Compliance */
#cookie-box {
	font-size: 16px;
	background-color: #eff4fa;
	z-index: 5;
	right: 10px;
	bottom: 10px;
	width: 350px;
	position: fixed;
	padding: 20px;
}
#cookie-btn {
	width: 100px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
}
/* Footer Formatting */
#footer {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
#footer div {
	width: 90%;
	margin: 0 auto;
	font-size: 0.8em;
}

/* Hover Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltipbox {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltipbox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Media Screen Sizing and Formatting */
@media screen and (max-width: 1200px){
  #menu a {
	font-size:1.5em;
  }
}
@media screen and (max-width: 900px){
  #menu {
	position: relative;
  }
  #navlogo {
	text-align: center;
	float: none;
  }
  #navlogo a {
	margin: 0 auto;
	padding: 15px 0;
	width: 351px;
  }
	#navlogo a img {
		width: 351px;
	}
	#menu ul {
		background: #238352;
		position: absolute;
		top: 150px;
		right: 0;
		left: 0;
		z-index: 3;
		height: auto;
		display: none;
		margin: 0px;
	}
	#menu ul.sub-menus {
		width: 100%;
		position: static;
	}
	#menu ul.sub-menus a {
		padding-left: 30px;
	}
	#menu li {
		display: block;
		float: none;
		width: auto;
	}
	#menu input, #menu label {
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		margin-top: 30px;
	}
	#menu input {
		z-index: 4;
	}
	#menu input:checked + label {
		color: #FFF;
	}
	#menu input:checked + label:before {
		content: "\00d7";
	}
	#menu input:checked ~ ul {
		display: block;
	}
	#menu a {
		font-size: 2.0em;
	}
	.titlebox h1 {
		bottom: 0;
		display: block;
	}
	.titlebox img {
		display: block;
		margin: 10px auto;
	}
}
