/*
	Theme Name: Stuhr Museum
	Description: Stuhr Museum
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Chip Thompson Design
	Author URI: http://chipthompson.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font-weight: 900;
	font-size: 54px;
	margin: 0 0 17px 0;
	line-height: 1em;
	color: #3fbfb6;
}

h1 em {
	font: normal 300 42px Montserrat;
	line-height: 1.4em;
}

h1 strong {
	font-weight: 900;
	font-size: 85px;
	line-height: 0.9em;
}

.hero-text h1, .hero-text h1 span, .hero-text h1 strong {
	font-size: 40px !important;
}

h2 {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -0.5px;
	margin: 0 0 20px 0;
	color: #3fbfb6;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	color: #3fbfb6;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	color: #3fbfb6;
	margin: 0 0 15px 0;
}

h5 {
	font: 700 18px Montserrat;
	text-transform: uppercase;
	color: #3fbfb6;
	margin: 15px 0 0 0;
	line-height: .9;
}

h6 {
	font: 700 14px Montserrat;
	text-transform: uppercase;
	margin: 35px 0 20px 0;
	color: #58595b;
	text-align: center;
}

button:not(.tribe-events-c-top-bar__datepicker-button):not(.tribe-events-c-top-bar__nav-link):not(.tribe-events-c-nav__prev):not(.tribe-events-c-nav__next):not(.fancybox-close-small), input[type=submit] {
	font: 700 14px Montserrat !important;
	text-transform: uppercase !important;
	margin: 35px 0 20px 0 !important;
	text-align: center !important;
	margin: 0 !important;
	-webkit-transition: all 350ms !important;
	transition: all 350ms !important;
	color: #fff !important;
	border: none !important;
	background: #58595b !important;
	text-decoration: none !important;
	padding: 13px 27px !important;
	text-align: center !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

h6 a:link, h6 a:visited {
	display: inline-block;
	color: #fff;
	border: none;
	background: #58595b;
	text-decoration: none;
	padding: 13px 27px;
	text-align: center;
}

h6 a:hover {
	background: #3fbfb6;
}

button:not(.tribe-events-c-top-bar__datepicker-button):not(.tribe-events-c-top-bar__nav-link):not(.tribe-events-c-nav__prev):not(.tribe-events-c-nav__next):not(.fancybox-close-small):hover, input[type=submit]:hover {
	background: #3fbfb6 !important;
}

.gform_button {
	font: 700 14px Montserrat !important;
	text-transform: uppercase !important;
	text-align: center !important;
	color: #fff !important;
	border: none !important;
	background: #58595b !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: 13px 27px !important;
	text-align: center !important;
	-webkit-transition: all 350ms ease !important;
	transition: all 350ms ease !important;
}

.gform_button:hover {
	background: #3fbfb6 !important;
}

/* Links */

a:link, a:visited, a:active {
	color: #3fbfb6;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #faa61a;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: none !important;
}

/* Paragraphs */

p {
	margin: 0 0 20px 0;
	line-height: 1.9em;
}

.orange, .orange a:link, .orange a:visited {
	color: #faa61a;
}

.orange a:hover {
	color: #3fbfb6;
}

p strong {
	font-weight: 600;
}

.alignleft {
	float: left;
	display: inline;
	margin: 10px 35px 15px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 10px 0 15px 35px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}

/* Lists */

ul {
	margin: 15px 0 30px 40px;
}

ul li {
	list-style: disc;
	margin: 0 0 7px 0;
	line-height: 1.25em;
}

ol {
	margin: 0 0 25px 40px;
}

ol li {
	list-style: decimal;
	margin: 0 0 7px 0;
	line-height: 1.25em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 18px Tinos, Arial, Helvetica, sans-serif;
	color: #292625;
	background: #fff;
}

table {
	width: 100%;
	margin: 30px 0 12px 0;
}

td {
	vertical-align: top;
	line-height: 1.45em;
}

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

.frame, #gtranslate_wrapper {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.header {
	background: #e1e1e1;
	position: relative;
	z-index: 350;
}

.header .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.logo {
	width: 23.2%;
	margin: 0 0 0 6%;
	align-self: center;
}

.logo img {
	display: block;
}

.header-widgets {
	width: 66.8%;
}

.top-line {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	padding: 16px 0;
}

.social ul {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
}

.social ul li {
	list-style: none;
	margin: 0 4px;
	font-size: 16px;
	list-style: none;
}

.social a:link, .social a:visited {
	color: #fff;
	background: #faa61a;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	line-height: 28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.social a:hover {
	background-color: #3fbfb6;
}

.social i {
	color: inherit !important;
}

.top-nav {
	margin: 0 0 0 8px;
}

.top-nav ul {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
}

.top-nav ul li {
	list-style: none;
	margin: 0;
	font: 700 14px Montserrat;
	text-transform: uppercase;
	color: #58595b;
	padding: 0 16px;
	position: relative;
	white-space: nowrap;
}

.top-nav ul li:not(:first-child):before {
	content: '';
	display: block;
	width: 2px;
	height: 21px;
	background: #faa61a;
	position: absolute;
	top: 50%;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.top-nav a:link, .top-nav a:visited {
	color: #58595b;
}

.top-nav a:hover {
	color: #3fbfb6;
}

.logout-nav ul li {
	padding: 0;
}

.logout-nav a:link, .logout-nav a:visited {
	background: #faa61a;
	color: #FFF;
	padding: 5px 10px;
	white-space: nowrap;
}

a.search-button:link, a.search-button:visited {
	color: #faa61a;
	font-size: 22px;
	margin: 0 -8px 0 11px;
}

a.search-button:hover {
	color: #3fbfb6;
}

a.search-button:focus {
	outline: none;
}

#menu-button {
	display: none;
}

.main-nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.main-nav>ul {
	background: #58595b;
	display: flex;
	flex-flow: row nowrap;
	margin: 0 -38px 0 0;
}

.main-nav>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	font: 700 14px Montserrat;
	text-transform: uppercase;
}

.main-nav>ul>li:before {
	display: none;
}

.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	display: flex;
	height: 100%;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 16px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.main-nav>ul>li:hover>a:link, .main-nav>ul>li:hover>a:visited,
.main-nav li.current-menu-item>a:link, .main-nav li.current-menu-item>a:visited,
.main-nav li.current-menu-parent>a:link, .main-nav li.current-menu-parent>a:visited,
.main-nav li.current-menu-ancestor>a:link, .main-nav li.current-menu-ancestor>a:visited {
	background: #fff;
	color: #292625;
}

.main-nav li.menu-donate>a:link, .main-nav li.menu-donate>a:visited {
	background: #faa61a;
}

.main-nav li.menu-volunteer>a:link, .main-nav li.menu-volunteer>a:visited {
	background: #3fbfb6;
}

/* Dropdown */

.main-nav>ul>li>ul {
	display: block;
	max-height: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	z-index: 999;
	text-align: left;
	overflow: hidden;
	background: #3fbfb6;
	opacity: 0;
	-webkit-transition: max-height 150ms ease-out, opacity 200ms ease-out;
	transition: max-height 150ms ease-out, opacity 200ms ease-out;
}

.main-nav>ul>li>ul:hover {
	overflow: visible;
}

.main-nav>ul>li:hover>ul {
	max-height: 1500px;
	opacity: 1;
	-webkit-transition: max-height 750ms ease-in, opacity 200ms ease-in;
	transition: max-height 750ms ease-in, opacity 200ms ease-in;
}

.main-nav li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav li ul li:before {
	display: none;
}

.main-nav li ul li:first-child {
	display: none;
}

.main-nav li ul li a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 18px;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	z-index: 30;
}

.main-nav li ul li:last-child>a:before {
	display: none;
}

.main-nav ul li li a:link, .main-nav ul li li a:visited {
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	padding: 7px 30px 7px 20px;
	position: relative;
	text-decoration: none;
	position: relative;
	z-index: 20;
	color: #fff;
}

.main-nav>ul>li li:hover>a:link, .main-nav>ul>li li:hover>a:visited {
	color: #292625;
	background: #FFF;
}

/* Third Level */

.main-nav>ul>li>ul>li>ul {
	max-height: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 100%;
	z-index: 998;
	text-align: left;
	overflow: visible;
	background: #faa61a;
	opacity: 0;
	-webkit-transition: max-height 150ms ease-out, opacity 200ms ease-out;
	transition: max-height 150ms ease-out, opacity 200ms ease-out;
	pointer-events: none;
}

.main-nav>ul>li>ul>li:hover>ul {
	max-height: 999px;
	opacity: 1;
	pointer-events: inherit;
}

.search-form-area {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
    background-color: rgba(225,225,225,0.7);
	padding: 10px 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	z-index: 150;
}

.search-open .search-form-area {
	opacity: 1;
	pointer-events: inherit;
}

.search-form {
	display: flex;
	flex-flow: row nowrap;
	background: #FFF;
	width: 100%;
	margin: 0 -38px 0 6%;
}

.keyword {
	background: transparent;
	flex: 1 0 auto;
	font: 16px Montserrat;
	color: #292625;
	border: none;
	padding: 10px 20px 11px 20px;
	position: relative;
}

.keyword:focus {
	outline: none;
}

.search-submit {
	position: relative;
}

.slider {
	position: relative;
	width: 100%;
	/* height: 60vh;
	min-height: 613px;
	transition: height 150ms ease-in-out; */
	z-index: 210;
	background: #e1e1e1;
}

.slide {
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.slide-image {
	
}

.slide-image img {
	display: block;
}

.slide-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
}

.slide-video .inner {
	padding-top: 51.0833%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 100%;
}

.slide-video video, .slide-video iframe {
	position: absolute;
	top: 50%;
    left: 50%;
    min-width: 100%;
	max-width: 500%;
    min-height: 100%;
    width: auto;
    height: auto;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 10;
}

.slide>.frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	height: 100%;
	z-index: 109;
}

.slide-text {
	width: 360px;
	margin: 31px 0 0 0;
}

.content {
	padding: 50px 0;
}

.full-width-video {
	width: 100%;
	height: 0;
	padding: 56.25% 0 0 0;
	position: relative;
}

.full-width-video iframe, .full-width-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content .frame>:last-child, .indent>:last-child, .indent>:last-child {
	margin-bottom: 0;
}

.graphic-background {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.background-image {
	display: none;
}

.white-text, .white-text *, .white-text a:link, .white-text a:visited {
	color: #FFF;
}

.visit {
	background: #3fbfb6;
	padding: 25px 0;
	position: relative;
    z-index: 350;
}

.visit .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.visit-image {
	position: absolute;
    z-index: 110;
    top: -132px;
    left: -201px;
	width: 56.5%;
}

.visit-headline {
	margin: 0 35px 0 0;
	position: relative;
}

.visit-headline a:link, .visit-headline a:visited {
	color: #FFF;
}

.graphic-visit .visit-headline {
	margin-left: 22%;
}

.has-pointer .visit-headline:before {
	content: '';
	display: block;
	position: absolute;
	top: 70%;
	left: 55%;
	background: url('i/cursor.png') no-repeat;
	width: 100px;
	height: 111px;
	z-index: 110;
}

.visit-text {
	font: 16px Montserrat;
	max-width: 375px;
}

.visit-text p {
	line-height: 1.35em;
}

.visit-text>:last-child {
	margin-bottom: 0;
}

.adventures-area {
	position: relative;
	z-index: 110;
}

.adventures-intro {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.adventures-intro-centered {
	justify-content: center;
}

.adventures-image {
	width: 55.45%;
	margin: -198px 0 0 -18%;
}

.adventures-image img {
	display: block;
}

.adventures-text {
	width: 63.5%;
	margin: 65px 0 0 0;
}

.adventures-text p {
	margin-bottom: 12px;
	line-height: 1.35em;
}

.adventures-text>:last-child {
	margin-bottom: 0;
}

ul.adventures {
	margin: 12px -50px 0 -50px;
	width: calc(100% + 100px);
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
}

ul.adventures li {
	list-style: none;
	width: 25%;
	background: #3fbfb6;
	margin: 0;
}

ul.adventures-5 li {
	width: 20%;
}

.adventures li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.adventures li img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.3;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

ul.adventures li:nth-child(odd) {
	margin-top: 19px;
}

ul.adventures li:nth-child(2) {
	background: #000000;
}

ul.adventures li:nth-child(2) img {
	opacity: 0.46;
}

ul.adventures li:nth-child(3) {
	background: #faa61a;
}

ul.adventures li:nth-child(3) img {
	opacity: 0.27;
}

ul.adventures li:nth-child(4) {
	background: #58595b;
}

ul.adventures li:nth-child(4) img {
	opacity: 0.47;
}

.adventures li:hover img {
	opacity: 0.25 !important;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.adventures li h2 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #FFF;
	padding: 10px;
	width: calc(100% - 20px);
	text-align: center;
	-webkit-text-shadow: 3px 3px 15px #444;
	text-shadow: 3px 3px 15px #444;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
	line-height: 1.1em;
}

.adventure-description {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #FFF;
	padding: 10px;
	width: calc(100% - 20px);
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
	opacity: 0;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.adventure-description p {
	margin: 0;
	line-height: 1.4em;
}

.adventures li:hover h2 {
	opacity: 0;
}

.adventures li:hover .adventure-description {
	opacity: 1;
}

.numbers-area {
	padding: 195px 0 74px 0;
}

.adventures-area + .numbers-area {
	margin-top: -20px;
}

.indent {
	margin: 0 90px;
}

.numbers-area h1 em {
	margin-bottom: -9px;
}

ul.numbers {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
}

ul.numbers li {
	list-style: none;
	margin: 0 0 0 105px;
	text-align: center;
	font: 700 18px Montserrat;
	text-transform: uppercase;
}

ul.numbers li:first-child {
	margin-left: 0;
}

.number {
	font: 900 112px Tinos;
	line-height: 1em;
	position: relative;
	margin: 0 0 13px 0;
}

.number:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 90px;
	height: 5px;
	background: #faa61a;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.events-stories-area {
	padding: 57px 0 15px 0;
}

.events-stories-area .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.events-area {
	width: 32.7%;
}

ul.upcoming {
	margin: 0;
}

ul.highlights {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	height: 100%;
}

ul.upcoming li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.highlights li {
	margin-bottom: 11px;
}

ul.highlights li:last-child {
	margin-bottom: 0;
}

.highlights a:link, .highlights a:visited {
	color: #292625;
}

.upcoming-link {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	min-height: 122px;
	background: #e1e1e1;
	position: relative;
}

.highlights .upcoming-link {
	min-height: 1px;
	flex: 1 1 auto;
}

.highlight-link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.upcoming-date {
	background: #3fbfb6;
	color: #FFF;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	font: 700 18px Montserrat;
	text-transform: uppercase;
	line-height: 1em;
	width: 88px;
	-webkit-transition: background-color 350ms ease-in-out;
	transition: background-color 350ms ease-in-out;
	padding: 12px 0;
}

a.upcoming-link:hover .upcoming-date {
	background-color: #faa61a;
}

.upcoming-date strong {
	font-size: 35px;
	line-height: 1em;
}

.upcoming-title {
	margin: 0 23px;
	width: calc(100% - 88px - 46px);
	align-self: center;
	font: 16px Montserrat;
	line-height: 1.4em;
	color: #292625;
	padding: 14px 0;
}

.highlights h4 {
	color: #292625;
	margin: 0;
	line-height: 1em;
}

.stories-area {
	margin: 0 -4.5% 0 0;
	width: 70.9%;
}

.story-video {
	position: relative;
	height: 0;
	padding: 0 0 51.666% 0;
}

.poster {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 15;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.playing .poster {
	opacity: 0;
	pointer-events: none;
}

.story-video:not(:last-child) {
	margin-bottom: 18px;
}

.stories-area h4 {
	margin-right: 60px;
}

.story-video video, .story-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	outline: none;
	border: none;
}

.story-video-caption {
	position: absolute;
	top: 70px;
	left: 20px;
	right: 20px;
	text-align: center;
	z-index: 20;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.playing .story-video-caption {
	opacity: 0;
	pointer-events: none;
}

.video-headline {
	font: 700 24px Montserrat;
	text-transform: uppercase;
}

.video-headline img {
	vertical-align: middle;
	margin: -11px 0 0 5px;
}

.video-title {
	font: 400 50px Montserrat;
}

.play-button {
	margin: 22px auto 0 auto;
	display: block;
	width: 0;
	height: 0;
	text-indent: -100em;
	overflow: hidden;
	border-left: 45px solid #d6d1c4;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	opacity: 0.35;
}

.play-button:hover {
	opacity: 0.7;
}

.pattern-background {
	background: url('i/pattern.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.testimonials-area .frame {
	padding: 80px 0 100px 0;
}

.testimonials-slider {
	position: relative;
}

.testimonial {
	position: absolute;
	left: 50% !important;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 90% !important;
	max-width: 900px;
	height: 100% !important;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	color: #58595b;
}

.testimonial p {
	line-height: 1.35em;
}

.author {
	font: 700 14px Montserrat;
	text-transform: uppercase;
}

.testimonials-image {
	position: absolute;
	bottom: -75px;
	left: 15px;
}

.testimonials-image img {
	display: block;
}

.slider-prev, .slider-next {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	text-indent: -100em;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 110;
}

.slider-prev {
	border-right: 16px solid #d6d1c4;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: 10px;
}

.slider-next {
	border-left: 16px solid #d6d1c4;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	right: 10px;
}

.slider-prev:focus, .slider-next:focus {
	outline: none;
}

.slider-prev:hover, .slider-next:hover {
	border-left-color: #faa61a;
	border-right-color: #faa61a;
}

.cta {
	background: #faa61a;
	text-align: right;
	font-size: 34px;
	font-weight: 900;
}

.cta .frame {
	padding: 17px 45px 17px 0;
}

.cta a {
	position: relative;
	padding: 0 45px 0 0;
}

.cta a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	border-left: 16px solid #fbd390;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.footer {
	background: #e1e1e1;
	padding: 28px 0 30px 0;
}

.footer-widgets {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 0 30px 0
}

ul.footer-links {
	margin: 0 0 0 1.4%;
	width: 64.2%;
	display: flex;
	flex-flow: row wrap;
}

ul.footer-links li {
	list-style: none;
	margin: 0 13px 30px 13px;
	width: calc(25% - 26px);
	text-align: center;
	font: 16px Montserrat;
}

.footer-link-image {
	display: block;
	width: 81px;
	height: 81px;
	border: 2px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 17px auto;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 10px 0 #888;
	box-shadow: 1px 1px 10px 0 #888;
}

.footer-link-image img {
	display: block;
}

.footer-links p {
	line-height: 1.35em;
}

.footer-contacts {
	margin: 23px 1% 0 0;
	width: 29.1%;
	display: flex;
	flex-flow: column nowrap;
}

.footer-social {
	align-self: center;
}

.social a:link, .social a:visited {
	width: 45px;
	height: 45px;
	font-size: 24px;
}

.footer-social {
	margin: 0 0 22px 0;
}

.footer-social ul li {
	margin: 0 0 0 10px;
}

.footer-social li:first-child {
	margin-left: 0;
}

.footer-address-area {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.footer-address {
	margin: 0 0 0 15px;
	text-align: center;
	font-size: 18px;
	color: #58595b;
}

.footer-address a:link, .footer-address a:visited {
	color: #58595b;
}

.footer-address p {
	margin-bottom: 2px;
	line-height: 1.35em;
}

.footer-phone {
	font-size: 22px;
}

.footer-logo img {
	display: block;
}

.copyright-area {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	font: 12px Montserrat;
}

.copyright-area a:link, .copyright-area a:visited {
	color: #c1c1c1;
}

.copyright-area a:hover {
	color: #faa61a;
}

.copyright-area p {
	margin: 0;
}

.designer {
	margin: 0 0 0 41px;
}

.hero {
	background: #3fbfb6;
}

.hero .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.hero-overlay {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 86% 50%;
	background-size: auto 100%;
	z-index: 20;
}

.hero-left .hero-overlay {
	background-position: 14% 50%;
}

.hero-overlay img {
	display: block;
	width: 100%;
	height: auto;
}

.hero-image {
	width: 71.63%;
	margin: 0 0 0 -4.54%;
	position: relative;
	overflow: hidden;
}

.hero-stripe {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0.5;
	z-index: 10;
}

.hero-stripe-left {
	background: #3fbfb6;
	right: 0;
	width: 10%;
}

.hero-left .hero-stripe-left {
	right: auto;
	left: 0;
}

.hero-stripe-right {
	background: #faa61a;
	right: 10%;
	width: 19%;
}

.hero-left .hero-stripe-right {
	right: auto;
	left: 10%;
}

.hero-image img {
	display: block;
	min-width: 100%;
	max-width: 200%;
	min-height: 100%;
}

.hero-text {
	padding: 15px 0;
	align-self: center;
	width: 29%;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	z-index: 30;
}

.hero-text h1 {
	margin-bottom: 37px;
}

.hero-text p {
	line-height: 1.2em;
}

.hero-text>:last-child {
	margin-bottom: 0;
}

.hero-left .hero-text {
	order: 1;
}

.hero-left .hero-image {
	order: 2;
	margin-left: 0;
	margin-right: -4.54%;
}

.callout-area {
	padding: 55px 0 32px 0;
}

.callout {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.callout-more {
	margin: 18px 0 0 0;
	padding: 0 56px 0 0;
}

.callout-more>:last-child {
	margin-bottom: 0;
}

.tai .frame {
	padding: 25px 0 70px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.tai-image {
	width: 37.8%;
}

.tai-image img {
	display: block;
}

.tai-text {
	width: 54.2%;
	margin: 10px 3% 0 0;
}

.tai-text>:last-child {
	margin-bottom: 0;
}

.tai-left .tai-image {
	order: 2;
}

.tai-left .tai-text {
	order: 1;
	margin-right: 0;
	margin-left: 3%;
}

.tai-wide-image .tai-image {
	width: 65.72%;
}

.tai-wide-image .tai-text {
	width: 27.5%;
}

.gallery {
	width: calc(100% + 90px);
	margin: 0 -45px 67px -45px;
	position: relative;
}

.gallery-slide {
	position: absolute;
	width: 100% !important;
	display: flex !important;
	flex-flow: row nowrap;
}

.gallery-image {
	flex: 1 1 auto;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.gallery-image img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	max-width: 400%;
	height: auto;
}

.posts-area {
	padding-top: 0;
}

ul.posts {
	display: flex;
	flex-flow: row wrap;
	margin: 30px -15px -30px -15px;
	width: calc(100% + 30px);
}

ul.posts li {
	margin: 0 15px 60px 15px;
	width: calc(33.33% - 30px);
	background: #e1e1e1;
	list-style: none;
	padding: 0 20px;
	color: #626262;
	display: flex;
	flex-flow: column nowrap;
	font-size: 16px;
}

.post-thumbnail {
	margin: 0 -20px 18px -20px;
	overflow: hidden;
}

.post-thumbnail a {
	display: block;
}

.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: transform 350ms ease-in-out;
	transition: transform 350ms ease-in-out;
}
/*
.post-thumbnail a:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
*/
.post-title {
	margin-bottom: 15px;
}

.posts li p {
	line-height: 1.45em;
}

h6.post-more {
	margin: auto -20px 0 -20px;
}

.post-more a:link, .post-more a:visited {
	background: #3fbfb6;
	width: 100%;
}

.post-more a:hover {
	background: #faa61a;
}

.post-image {
	margin: 0 0 25px 0;
}

ul.tribe-events-c-view-selector__list li, ul.tribe-events-c-top-bar__nav-list li, ul.tribe-events-c-messages__message-list li {
	list-style: none;
}

.product-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.product-image {
	position: relative;
	max-width: 902px;
}

.product-image img {
	display: block;
}

.feature {
	position: absolute;
	z-index: 98;
}

.feature:hover {
	z-index: 99;
}

.trigger {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(242,132,49,0.7);
	font: 700 22px Montserrat;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.trigger:hover {
	background: rgba(242,132,49,1);
}

.details {
	position: absolute;
	top: 50%;
	left: -356px;
	width: 322px;
	background: #f7f7f7;
	color: #262626;
	font-size: 14px;
	z-index: 9;
	padding: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	pointer-events: none;
}

.details>:last-child {
	margin-bottom: 0;
}

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

.details p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

.feature:hover .details {
	opacity: 1;
	pointer-events: inherit;
}

.trigger-left .details {
	left: auto;
	right: -312px;
}

.trigger-bottom .details {
	left: 0;
	top: auto;
	bottom: 77px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.trigger-top .details {
	left: 0;
	top: 35px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.mobile-features {
	display: none;
}

h4.question {
	font-size: 18px;
	font-weight: 700;
	color: #fff !important;
	background: #58595b;
	padding: 10px 45px 10px 25px;
	cursor: pointer;
	margin: 0 0 15px 0;
	position: relative;
	text-align: left;
	-webkit-transition: background-color 350ms ease-in-out;
	transition: background-color 350ms ease-in-out;
}

.white-text h4.question {
	color: #3fbfb6 !important;
	background: #fff;
}

h4.question:before {
	content: '\f067';
	position: absolute;
	top: 50%;
	right: 13px;
	font: 900 10px 'Font Awesome 5 Free';
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background: #3fbfb6;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

h4.question.open:before {
	content: '\f068';
}

h4.question:hover {
	background: #3fbfb6;
}

h4.question:hover:before {
	background-color: #58595b;
	color: #fff;
}

.answer {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	margin: 0;
	padding: 0 25px;
	line-height: 1.5em;
}

.answer p:empty {
	display: none;
}

.answer iframe {
	width: 100%;
}

h4.question.open+.answer, h4.question.open+p+.answer {
	max-height: 9999px;
	-webkit-transition: all 550ms ease;
	transition: all 550ms ease;
	margin: 0 0 25px 0;
}

h4.question+p {
	margin: 0;
}

ul.team {
	margin: 35px -35px -25px -35px;
	width: calc(100% + 70px);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

ul.team>li {
	list-style: none;
	margin: 0 35px 35px 35px;
	width: calc(25% - 70px);
	text-align: center;
}

.team-headshot {
	margin: 0 0 15px 0;
}

.team-headshot img {
	display: block;
	margin: 0 auto;
}

.team-name {
	font-weight: 700;
	color: #faa61a;
}

.white-text .team-name {
	color: #fff;
}

.team-title {
	font-style: italic;
}

.team-popup {
	display: none;
}

.team-columns {
	display: flex;
	justify-content: space-between;
	max-width: 940px;
}

.team-photo {
	width: 40%;
}

.team-photo img {
	display: block;
}

.team-bio {
	width: 55%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 0 0 40px 0 !important;
	min-height: 1px !important;
}

#gtranslate_wrapper {
	top: 0 !important;
	right: auto !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,0) !important;
	transform: translate(-50%,0) !important;
	display: flex !important;
	justify-content: flex-end !important;
}

.admin-bar #gtranslate_wrapper {
	top: 0 !important;
}

.glink.nturl {
	margin: 0 0 0 10px;
}

div.woocommerce {
	padding-top: 30px;
}

/* Camps */

ul.camps {
	margin: 20px 0 30px 16px;
}

.week, .camps li {
	font-size: 1.05em;
	margin: 0 0 10px 0;
	position: static !important;
	-webkit-transform: none !important;
	transform: none !important;
	transition-duration: 0.01s !important;
	color: #3fbfb6;
}

.program-columns {
	display: flex;
	justify-content: space-between;
}

.program-sidebar {
	width: 310px;
}

.program-content {
	width: calc(100% - 410px);
}

.widget {
	margin: 0 0 50px 0;
}

ul.filter {
	margin-left: 0;
}

ul.filter li {
	list-style: none;
	margin: 0 0 16px 0;
}

.filter li em {
	font-style: normal;
}

.filter label {
	cursor: pointer;
}

.filter label span {
	position: relative;
	padding: 4px 0 4px 42px;
}

.filter label input {
	display: none;
}

.filter label span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #bbb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.filter label span:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0083a9;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.filter label input:checked + span:after {
	opacity: 1;
}

.week {
	margin-bottom: 40px;
}

.program-intro {
	margin: 0 0 70px 0;
}

.program-intro>:last-child {
	margin-bottom: 0;
}

.camp-headline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 25px 0;
}

.camp-headline h3 {
	margin: 0;
}

.camp-headline h6 {
	margin: 0 0 0 40px;
}

h6.back-button {
	text-align: center;
	margin: 45px 0 0 0;
}

.camp-area {
	text-align: center;
}

.camp-title {
	text-transform: uppercase;
}

.camp-dates {
	text-transform: uppercase;
	color: #a63300;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.camp-dates p {
	margin-bottom: 0;
}

.camp-dates>p:nth-child(even), .time-title {
	color: #faa61b;
}

.week-title {
	color: #a63300;
}

.tribe-events-single-section.tribe-events-event-meta {
    display: none !important;
}

/* Form */

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

.footer-form ul.gform_fields {
	display: flex !important;
	flex-flow: column wrap !important;
	max-height: 165px !important;
	align-content: space-between !important;
}

ul.gform_fields>li,
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 15px 0 !important;
	font-weight: 400 !important;
	background: transparent;
	list-style: none !important;
}

.footer-form ul.gform_fields>li {
	width: 35% !important;
}

.footer-form ul.gform_fields>li.checkbox-field {
	width: 24.5% !important;
	margin-top: 5px !important;
}

.ginput_container_address,
body .gform_wrapper label.gfield_label+div.ginput_container.ginput_container_address {
	margin-bottom: -10px !important;
}

.ginput_full, .ginput_left, .ginput_right {
	margin-bottom: 10px !important;
}

.ginput_left, .ginput_right {
	display: inline-block !important;
}

.ginput_full {
	display: block !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 16px !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
	padding-left: 16px !important;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	width: 50% !important;
	max-width: 50% !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.gform_fields .gfield_label {
	display: none !important;
}

.show-label .gfield_label {
	display: inline-block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select, .post-password-form input[type=password] {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 9px 15px !important;
	text-indent: 0 !important;
	font: 18px Tinos !important;
	letter-spacing: 0 !important;
	color: #292625 !important;
	background: #FFF !important;
	border: 1px solid #999 !important;
	width: 100% !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.post-password-form input[type=password] {
	width: 220px !important;
	display: inline-block !important;
	vertical-align: baseline !important;
	padding-bottom: 10px !important;
}

.post-password-form input[type=submit] {
	vertical-align: top;
}

.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
	outline: none !important;
	border-color: #171044 !important;
}

.ginput_container input[type=checkbox], .ginput_container input[type=radio] {
	width: auto !important;
	display: inline-block !important;
}

div.ginput_container input[type=checkbox] {
	display: none !important;
}

.ginput_container input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
}

.ginput_container input[type=checkbox] + label:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 18px;
	margin: 2px 11px 0 0;
	background: #d6d1c4 !important;
	vertical-align: top;
}

.white-text .ginput_container input[type=checkbox] + label:before {
	background: #FFF;
}

.ginput_container input[type=checkbox] + label:after {
	content: '';
	display: block;
	width: 12px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: 4px;
	border: 2px solid #353535;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.white-text .ginput_container input[type=checkbox] + label:after {
	border-color: #2777ab;
}

.ginput_container input[type=checkbox]:checked + label:after {
	opacity: 1;
}

ul.gfield_checkbox {
	margin: 0;
}

ul.gfield_checkbox li {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	font-size: 18px !important;
	font-weight: 400 !important;
	margin: 0 0 12px 0 !important;
}

.ginput_container select {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.ginput_container input[type=checkbox], .ginput_container input[type=radio] {
	display: inline-block !important;
	margin: 2px 7px 0 0 !important;
}

.ginput_recaptcha textarea {
	display: none !important;
}

.dark-text .ginput_container input, .dark-text .ginput_container textarea, .dark-text .ginput_container select,
.dark-text .field-large .ginput_container input, .dark-text .field-large .ginput_container textarea, .dark-text .field-large .ginput_container select {
	background: transparent !important;
	color: #000 !important;
	border-color: rgba(0,0,0,0.48) !important;
}

.textarea.medium {
	height: 93px !important;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #c4cadb !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

body ::-webkit-input-placeholder {
	color: #353535 !important;
}

body ::-moz-placeholder {
	color: #353535 !important;
}

body ::-ms-placeholder {
	color: #353535 !important;
}

body ::placeholder {
	color: #353535 !important;
}

.gform_footer {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.footer-form .gform_footer {
	margin: 0 !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	margin: 0 !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

/* Responsive Menu */

html, .container, .scroller {
	height: 100%;
}
.scroller {
	overflow: hidden;
}
.mp-pushed .scroller {
	overflow-y: hidden;
}
.scroller,
.scroller-inner {
	position: relative;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.pusher {
	position: relative;
	left: 0;
	height: 100%;
	perspective: 1000px;
}

/* Side Menu Layout */
.side-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mp-level:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}
.pusher::after {
	z-index: 999;
}
.pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
	z-index: -1;
}
.pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}
.pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
/* First level */
.side-menu > .mp-level,
.side-menu > .mp-level.mp-level-open,
.side-menu.mp-overlap > .mp-level,
.side-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* Side Menu Styling */
.side-menu {
	display: block;
	font-family: Montserrat;
}
.side-menu li:before, .side-menu li:after {
	display: none;
}
.the-side-menu {
	margin: 0 0 40px 0;
}
.the-side-menu>.mp-level ul li>a:link, .the-side-menu>.mp-level ul li>a:visited {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #3fbfb6 !important;
	text-decoration: none;
	text-align: center;
	padding: 14px 10px;
	letter-spacing: 1px;
}
a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #3fbfb6;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
	position: relative;
	letter-spacing: 1px;
}
a.mp-back:link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-right: 6px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: -4px 0 0 0;
}
.the-side-menu>.mp-level ul li>a>span {
	position: relative;
}
.the-side-menu ul li:before {
	display: none;
}
.the-side-menu ul li {
	padding-left: 0;
	position: static;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span {
	padding-right: 39px;
	margin: 0 -30px 0 0;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 5px solid #e2e2e2;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: -3px 0 0 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.the-side-menu>.mp-level ul li.current-menu-item>a, .the-side-menu>.mp-level ul li.current-menu-parent>a, .the-side-menu>.mp-level ul li.current-menu-ancestor>a,
.the-side-menu>.mp-level ul li.open {
	background: #3fbfb6;
	color: #fff !important;
}
.the-side-menu>.mp-level ul li>a:hover {
	background: #3fbfb6;
	color: #fff !important;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a:hover>span:before,
.the-side-menu>.mp-level ul li.open>a>span:before {
	border-top-color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-item a:visited,
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-parent a:visited,
.the-side-menu>.mp-level ul li.current-menu-ancestor a:link, .the-side-menu>.mp-level ul li.current-menu-ancestor a:visited,
.the-side-menu>.mp-level ul li.open a:link, .the-side-menu>.mp-level ul li.open a:visited {
	color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-parent>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-anestor>a>span:after,
.the-side-menu>.mp-level ul li.current_page_item>a>span:after,
.the-side-menu>.mp-level ul li.current_page_parent>a>span:after,
.the-side-menu>.mp-level ul li.current_page_anestor>a>span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:after {
	right: 39px;
}
.mp-menu-open {
	z-index: 200;
}
.mp-level ul {
	margin: 0;
}
.mp-level li {
	list-style: none;
	margin: 0;
}

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

/* 960px */
@media (max-width: 1159px) {
	.frame, #gtranslate_wrapper {
		width: 920px;
	}
	.logo {
		margin-left: 0;
	}
	a.search-button:link, a.search-button:visited {
		margin-right: 0;
	}
	.main-nav>ul {
		margin-right: 0;
	}
	.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
		padding: 10px 12px;
	}
	.search-form {
		margin: 0;
	}
	.indent {
		margin: 0;
	}
	.cta {
		font-size: 26px;
	}
	h1 {
		font-size: 38px;
	}
	.hero-text h1, .hero-text h1 span {
		font-size: 38px !important;
	}
	h1 em {
		font-size: 32px;
	}
	h1 strong {
		font-size: 60px;
	}
	.program-sidebar {
		width: 220px;
	}
	.program-content {
		width: calc(100% - 250px);
	}
}

/* Tablet */
@media (max-width: 959px) {
	.frame {
		width: auto !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		position: relative;
	}
	#gtranslate_wrapper {
		width: auto !important;
		left: 0 !important;
		right: 0 !important;
		-webkit-transform: none !important;
		transform: none !important;
		justify-content: center !important;
	}
	.glink.nturl {
		margin: 0 5px !important;
	}
	.header {
		padding-top: 30px;
	}
	#menu-button {
		display: block;
		color: #FFF;
		font-size: 1.4em;
		background: #3fbfb6;
		width: 50px;
		height: 50px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 20px;
	}
	a#menu-button:link, a#menu-button:visited {
		text-decoration: none;
	}
	.main-nav, .top-nav:not(.logout-nav), .header .social {
		display: none;
	}
	.logout-nav {
		margin-left: 15px;
	}
	.slider {
		/* min-height: 470px; */
	}
	.slide-text {
		width: 240px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 18px;
	}
	.adventures-intro {
		margin-bottom: 20px;
	}
	.adventures-image {
		margin-top: 30px;
	}
	ul.adventures {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
	}
	.adventure-description {
		width: 100%;
		font-size: 12px;
	}
	.adventures-5 h2 {
		font-size: 14px;
	}
	.indented-visit .frame {
		-webkit-transform: none;
		transform: none;
	}
	.visit-headline:before {
		width: 50px;
		height: 55px;
		background-size: contain;
	}
	.number {
		font-size: 40px;
	}
	.events-stories-area .frame, .callout {
		flex-flow: column nowrap;
	}
	.stories-area h4 {
		margin-right: 0;
	}
	.events-area {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 30px auto;
	}
	.stories-area {
		width: 100%;
		margin: 0;
	}
	.testimonial {
		font-size: 16px;
	}
	.cta {
		font-size: 18px;
		text-align: center;
	}
	.testimonials-area + .cta .frame {
		padding-top: 60px;
	}
	.cta .frame {
		padding-right: 0;
	}
	.footer-widgets {
		flex-flow: column nowrap;
	}
	ul.footer-links {
		width: 100%;
	}
	.footer-contacts {
		width: 100%;
		align-items: center;
		margin: 0;
	}
	.footer-social {
		text-align: center;
	}
	.footer-social ul li, .footer-social ul li:first-child {
		margin: 0 6px;
	}
	.copyright-area {
		flex-flow: column nowrap;
		text-align: center;
	}
	.designer {
		margin: 0;
	}
	.hero .frame {
		flex-flow: column nowrap;
	}
	.hero-overlay {
		display: none;
	}
	.hero-image {
		width: calc(100% + 40px) !important;
		margin: 0 -20px !important;
		order: 1 !important;
	}
	.hero-image img {
		width: 100%;
		height: auto;
	}
	.hero-text {
		width: 100%;
		position: relative;
		order: 2 !important;
	}
	/*.hero-text:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url('i/film.png') no-repeat 86% 50% !important;
		background-size: auto 100%;
		z-index: 20;
	}*/
	.hero-text * {
		position: relative;
		z-index: 30;
	}
	.play-button {
		opacity: 0.8;
	}
	.play-button:hover {
		opacity: 1;
	}
	.callout-more {
		padding-right: 0;
	}
	.tai-left .tai-image {
		width: 45%;
	}
	.tai-text {
		margin-top: 0;
	}
	.tai-left .tai-text {
		width: 45%;
	}
	.tai .frame {
		padding: 25px 0;
	}
	.gallery {
		margin: 0 -20px;
		width: calc(100% + 40px);
	}
	h4 {
		font-size: 16px;
	}
	a.search-button:link, a.search-button:visited {
		color: #3fbfb6;
	}
	ul.footer-links {
		margin-left: 0;
	}
	ul.posts li {
		font-size: 14px;
	}
	.visit-image {
		top: 50%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.details {
		display: none !important;
	}
	.mobile-features {
		display: block;
		max-width: 902px;
		margin: 40px auto 0 auto;
	}

	.mobile-feature-number {
		background-color: #f28431;
		justify-content: flex-start;
		padding: 20px 10px;
		font-size: 40px;
	}
	.trigger {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	ul.team {
		margin: 20px -15px -15px -15px;
		width: calc(100% + 30px);
	}
	ul.team>li {
		margin: 0 15px 25px 15px;
		width: calc(25% - 30px);
	}
}

@media (max-width: 640px) {
	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0 !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
		padding-left: 0 !important;
	}
	body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Mobile */
@media (max-width: 599px) {
	body {
		font-size: 16px;
	}
	.header-widgets {
		width: auto;
	}
	.logo {
		width: 150px;
	}
	.slider {
		height: auto;
		min-height: 1px;
	}
	.slide {
		background-image: none !important;
		height: auto !important;
	}
	.slide-video {
		position: static;
	}
	.slide-image {
		display: block;
	}
	.slide-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide>.frame {
		position: static;
		background: #58595b;
		margin: 0 !important;
		padding: 20px;
		height: auto;
	}
	.slide-text {
		width: 100%;
		margin: 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
	}
	.visit .frame {
		flex-flow: column nowrap;
	}
	.visit-headline {
		width: auto;
		margin: 0 0 20px 0;
	}
	.visit-text {
		width: 100%;
		margin: 0;
	}
	.visit-headline:before {
		width: 25px;
		height: 27px;
		background-size: contain;
	}
	.adventures-intro {
		flex-flow: column nowrap;
	}
	.adventures-image {
		margin: 20px auto;
		max-width: 300px;
	}
	.adventures-text {
		width: 100%;
		margin: 0;
	}
	ul.adventures {
		flex-flow: row wrap;
	}
	ul.adventures li {
		width: auto !important;
		margin: 0 !important;
		flex: 1 0 50%;
	}
	.adventures li a {
		max-height: 200px;
	}
	.adventures li h2 {
		font-size: 16px;
		width: 100%;
	}
	ul.numbers li {
		font-size: 14px;
	}
	ul.numbers li:not(:first-child) {
		margin-left: 30px;
	}
	.number {
		font-size: 20px;
	}
	.number:after {
		width: 30px;
		height: 2px;
		margin-top: 3px;
	}
	.video-headline {
		font-size: 16px;
	}
	.video-headline img {
		max-width: 30px;
	}
	.video-title {
		font-size: 22px;
	}
	.story-video-caption {
		top: 30px;
	}
	.cta {
		font-size: 14px;
		font-weight: 400;
	}
	.cta a {
		padding-right: 25px;
	}
	ul.footer-links li {
		width: calc(50% - 26px);
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	.play-button {
		border-left-width: 24px;
		border-top-width: 12px;
		border-bottom-width: 12px;
	}
	.testimonials-area .slider-prev {
		left: -10px;
	}
	.testimonials-area .slider-next {
		right: -10px;
	}
	.keyword {
		font-size: 14px;
	}
	.search-form button {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	.hero-text h1 {
		margin-bottom: 15px;
	}
	.hero-text {
		font-size: 18px;
	}
	h1 {
		font-size: 29px;
	}
	.hero-text h1, .hero-text h1 span {
		font-size: 29px !important;
	}
	h1 strong {
		font-size: 45px;
	}
	h1 em {
		font-size: 24px;
	}
	.tai .frame {
		flex-flow: column nowrap;
	}
	.tai-image {
		width: 100% !important;
		max-width: 300px;
		margin: 0 auto 20px auto !important;
		order: 1 !important;
	}
	.gallery-slide {
		flex-flow: column nowrap;
	}
	.gallery-slide img {
		width: 100%;
		height: auto;
	}
	.tai-text {
		width: 100% !important;
		order: 2 !important;
		margin: 0 !important;
	}
	ul.posts {
		flex-flow: column nowrap;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	ul.posts>li {
		width: 100%;
		margin: 0 0 40px 0;
		font-size: 16px;
	}
	ul.posts>li:last-child {
		margin-bottom: 10px;
	}
	.visit-image {
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	.graphic-visit .visit-headline {
		margin-left: 0;
	}
	.adventures-area {
		padding-top: 20px;
	}
	.trigger {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	ul.team {
		margin: 20px -35px -25px -35px;
		width: calc(100% + 70px);
	}
	ul.team>li {
		margin: 0 35px 35px 35px;
		width: calc(50% - 70px);
	}
	.program-columns {
		flex-flow: column nowrap;
	}
	.program-sidebar {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.program-content {
		width: 100%;
	}
	ul.filter {
		display: flex;
		flex-flow: row wrap;
	}
	ul.filter {
		margin-bottom: 0;
	}
	ul.filter>li {
		margin: 0 0 25px 0;
	}
	ul.filter>li:not(:last-child) {
		margin-right: 40px;
	}
	.desktop {
		display: none;
	}
	.widget {
		margin-bottom: 30px;
	}
	.widget:last-child {
		margin-bottom: 0;
	}
	h6.small-button {
		font-size: 20px;
	}
	h6.back-button {
		text-align: left;
		margin: 30px 0 0 0;
	}
	td {
		padding: 15px 0 !important;
	}
	table.table {
		display: table !important;
		max-width: 580px;
		margin: 0 auto 20px auto !important;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}
}