/* -- General Formatting */

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

b, strong {
	font-weight: 700;
}

.container {
	padding-bottom: 203px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.form .field input[type="text"],
form .field input[type="text"],
.form .field select,
form .field select,
.form .field textarea,
form .field textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: 0;
}

.form input[type="submit"],
form input[type="submit"] {
	background-color: #1D1D1E;
	border: 0;
	padding: 0 25px;
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 35px;
}

.form input[type="submit"]:hover,
form input[type="submit"]:hover {
	background-color: #48484A;
}
.pos_r {
	position:relative;
}

a {
	color: #6CBD45;
}

a.btn {
	display: inline-block;
	background-color: #6CBD45;
	padding: 0 20px;
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
	color: #FFF;
	line-height: 50px;
}

a.btn-lg {
	padding: 0 40px;
	font-size: 29px;
	line-height: 70px;
}



/* -- Header Formatting */

.header {
	background-color: #1D1D1E;
}

.header .wrapper {
	position: relative;
}

.header .logo img {
	height: 60px;
	margin: 15px 0;
}

.header .social .tab {
	display: inline-block;
	width: 24px;
	height: 50px;
	overflow: hidden;
	margin-left: 5px;
}

.header .social .tab img {
	width: 24px;
	height: 50px;
}



/* -- Navigation Formatting */

.nav {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
}

.h_nav .parent {
	background-color: transparent;
}

.h_nav .dropdown {
	background-color: #1D1D1E;
}

.h_nav a.level_0 {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;	
	font-size: 15px;
	line-height: 40px;
}

.h_nav a.level_1 {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.h_nav a.level_0:hover,
.h_nav a.level_1:hover, 
.h_nav a.active {
	color: #6CBD45;
}

.mobile_toggle {
	background-color: #6CBD45;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 0;
}

.mobile_toggle img {
	margin-top: -4px;
	margin-left: 5px;
}



/* -- Slider / Banner Formatting */

.slider {
	position: relative;
	height: 0;
	padding-bottom: 29.6875%;
	background-color: #CCC;
}

.subpage_slider {
	padding-bottom: 23.4375%;
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.slider .slide a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}

.slider .left,
.slider .right {
	position: absolute;
	z-index: 20;
	top: 50%;
	width: 20px;
	height: 40px;
	margin-top: -20px;
	opacity: .5;
	cursor: pointer;
}

.slider .left img,
.slider .right img {
	width: 100%;
	height: 100%;
}

.slider .left {
	left: 25px;
}

.slider .right {
	right: 25px;
}

.slider .left:hover,
.slider .right:hover {
	opacity: 1;
}

.slider h1 {
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	bottom: 25px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}

.slider h1,
.no_slider h1 {
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	font-size: 50px;
}


.no_slider {
	background-color: #E5E6E6;
	padding-top: 30px;
}

.slide_video .video_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide_video .video_container video {
    width: 100%;
    height: 100%;
}



/* -- Page Formatting */

.page {
	background-color: #E5E6E6;
	padding: 15px 25px;
}



/* -- Sub-Content Formatting */

.sub_content {
	padding-bottom: 25px;
}

.sub_content h3 {
	text-align: center;
	text-transform: uppercase;
}

.sub_content .contact_block {
	background-color: #6CBD45;
	color: #FFF;
	padding: 15px 50px;
}

.sub_content .contact_block form .p_a,
.sub_content .contact_block .form .p_a {
	padding: 3px;
}



/* -- Footer Formatting */

.footer {
	background-color: #1D1D1E;
	color: #FFF;
	font-size: 12px;
	padding: 25px 0;
}

.footer .powered {
	color: #939598;
}

.footer .powered a {
	color: #939598;
	text-decoration: none;
}



/* -- CTA Boxes Formatting */

.cta_boxes .item {
	position: relative;
}

.cta_boxes .item .icon{
	position:relative;
}
.cta_boxes .item .icon img {
	width: 100%;
	height: auto;
	display: block;
}
.cta_boxes .item .icon:hover > span {
 	position: absolute;
 
	 background-color: rgba(0,166,81, 0.3);
	top: 0px;
	left: 0px;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:0;
	
}

.cta_boxes .item .title {
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
	margin: 15px 0;
	font-size: 16px;
}

.cta_boxes .item .more {
	text-decoration: underline;
	color: #6CBD45;
	margin-top: 15px;
}

.cta_boxes a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
    padding-bottom: 15px;
    margin-bottom: 15px;	
}



/* -- Videos Formatting */

.video_module hr {
	border: 0;
	border-bottom: 1px solid #CCC;
	margin: 50px 0;
}

.video_module .main_player .name {
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}

.video_module .main_player .description {
	text-align: center;
	margin: 15px 0;
}

.video_module .video_feed .video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video_module .video_feed .video .tbl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../uploads/layout/overlay.png');
}

.video_module .video_feed .video .tbl-cell {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

.video_module .video_feed .video .tbl-cell div {
	padding: 0 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	font-size: 15px;
}

.video_module .video_feed .video a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}



/* -- Tours Formatting */

.tour_module hr {
	border: 0;
	border-bottom: 1px solid #CCC;
	margin: 50px 0;
}

.tour_module .main_player .name {
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}

.tour_module .main_player .description {
	text-align: center;
	margin: 15px 0;
}

.tour_module .tour_feed .tour {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tour_module .tour_feed .tour .tbl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../uploads/layout/overlay.png');
}

.tour_module .tour_feed .tour .tbl-cell {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

.tour_module .tour_feed .tour .tbl-cell div {
	padding: 0 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	font-size: 15px;
}

.tour_module .tour_feed .tour a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}



/* -- Staff Formatting */

.staff .listing .photo {
	position: relative;
	margin: 0;
	height: 0;
	padding-bottom: 65%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.staff .listing h2 {
	margin: .83em 0;
}

.staff .listing .position {
	margin-bottom: 15px;
}

.staff .profile .photo {
	margin-right: 30px;
}



/* -- Location Formatting */

.location_details .map {
	position: relative;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.location_details .map a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #1D1D1E;
    padding: 0 25px;
    font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 35px;
	text-decoration: none;
}

.location_details .map a:hover {
	background-color: #48484A;
}

.location_details table {
	margin: auto;
	text-align: left;
	margin-top: 10px;
}

.location_details table .day {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}




