/*
Theme Name: yBoot
Theme URI: http://www.ydop.com/
Author: Mike Clay
Author URI: http://www.ydop.com/
Description: A super light-weight Wordpress theme built with Bootstrap 4
Version: 2
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: yBoot
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* Zero Based Css Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* WORDPRESS CORE */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.attachment-post-thumbnail {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

/* Universal Box Sizing with Inheritance */
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
*,
*:focus {
	outline: none;
}
a,
a:active,
a:focus,
a:active:focus {
	text-decoration: none;
}

/* NORTHWELL ALT */
@font-face {
	font-family: "northwell-ydop";
	src: url("/wp-content/themes/yboot/assets/fonts/northwell/northwell_alt-webfont.woff2")
			format("woff2"),
		url("/wp-content/themes/yboot/assets/fonts/northwell/northwell_alt-webfont.woff")
			format("woff");
	font-weight: normal;
	font-style: normal;
}

/* ICOMOON */
@font-face {
	font-family: "icomoon";
	src: url("/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.eot?ss227i");
	src: url("/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.eot?ss227i#iefix")
			format("embedded-opentype"),
		url("/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.ttf?ss227i")
			format("truetype"),
		url("/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.woff?ss227i")
			format("woff"),
		url("/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.svg?ss227i#icomoon")
			format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-normal-down:before {
	content: "\e904";
	color: #fff;
}
.icon-arrow-dir:before {
	content: "\e902";
}
.icon-calendar-events:before {
	content: "\e903";
}
.icon-heart:before {
	content: "\e900";
}
.icon-phone:before {
	content: "\e901";
}
.icon-about:before {
	content: "\e92f";
}
.icon-activities:before {
	content: "\e930";
}
.icon-arrow-lg:before {
	content: "\e931";
}
.icon-arrow-sm:before {
	content: "\e932";
}
.icon-arrow-text-cta:before {
	content: "\e933";
}
.icon-bullet:before {
	content: "\e934";
}
.icon-contact:before {
	content: "\e935";
}
.icon-enlarge:before {
	content: "\e936";
}
.icon-events:before {
	content: "\e937";
}
.icon-facebook:before {
	content: "\e938";
}
.icon-facilities:before {
	content: "\e939";
}
.icon-fish:before {
	content: "\e93a";
}
.icon-flashlight:before {
	content: "\e93b";
}
.icon-google-plus:before {
	content: "\e93c";
}
.icon-groups:before {
	content: "\e93d";
}
.icon-lodging:before {
	content: "\e93e";
}
.icon-pdf:before {
	content: "\e93f";
}
.icon-play:before {
	content: "\e940";
}
.icon-reserve:before {
	content: "\e941";
}
.icon-single-tree:before {
	content: "\e942";
}
.icon-twitter:before {
	content: "\e943";
}
.icon-upcoming-events:before {
	content: "\e944";
}
.icon-youth-camps:before {
	content: "\e945";
}
.icon-youtube:before {
	content: "\e946";
}
.icon-instagram:before {
	content: "\e905";
}

/* GENERAL */
a,
a:visited {
	color: #69a46e;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:hover {
	color: #69a46e;
}
i {
	font-style: italic;
}
.clearfix:before {
	width: 100%;
	clear: both;
	display: block;
	content: "";
}
.wf-loading {
	visibility: hidden;
}
body {
	font-family: "ff-basic-gothic-pro", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "proxima-nova", sans-serif;
}
.split-title {
	color: #4d463d;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 56px;
	text-transform: uppercase;
	/*border-bottom: 3px solid #766A5E;*/
	position: relative;
	margin-bottom: 40px;
}
.split-title:before {
	width: 100%;
	max-width: 330px;
	height: 3px;
	background: #4d463d;
	position: absolute;
	bottom: -3px;
	content: "";
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.split-title:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #4d463d;
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.split-title > span:not(.icon-facilities) {
	color: #766a5e;
	font-size: 20px;
	line-height: 11px;
	display: block;
	font-weight: 700;
}
.split-title > span[class^="icon-"] {
	float: right;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	font-size: 55px;
	position: relative;
	top: -19px;
	font-weight: 100;
}

.page-template-parent-child-camp .split-title > span[class^="icon-events"] {
	top: 1px;
}

h3 {
	text-transform: uppercase;
	color: #766a5e;
	font-size: 23px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 45px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
h3.carret {
	position: relative;
	margin-bottom: 22px;
}
h3.carret:before {
	width: 100%;
	max-width: 450px;
	height: 3px;
	background: #4d463d;
	position: absolute;
	bottom: -8px;
	left: 0;
	content: "";
	display: block;
}
h3.carret:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #4d463d;
	content: "";
	display: block;
	position: absolute;
	bottom: -14px;
	left: 225px;
}

.container {
	width: 100%;
	max-width: 1440px;
}
.pattern-bg {
	background: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
}
.pattern-cutoff {
	position: relative;
}
.pattern-cutoff-top:before,
.pattern-cutoff:before {
	width: 100%;
	height: 119px;
	position: absolute;
	top: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-pattern-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.pattern-cutoff-bottom:after,
.pattern-cutoff:after {
	width: 100%;
	height: 69px;
	position: absolute;
	bottom: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-pattern-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.cutoff-bottom {
	z-index: 90;
}
.cutoff-bottom:after {
	width: 100%;
	height: 88px;
	position: absolute;
	bottom: -88px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.cutoff-top {
	z-index: 90;
	position: relative;
}
.cutoff-top:before {
	width: 100%;
	height: 88px;
	position: absolute;
	top: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.np {
	padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.dib {
	display: inline-block;
}
.center-block {
	float: none;
	margin: 0 auto;
}
.bg {
	background: rgba(255, 255, 255, 0.9);
	height: 100%;
	padding: 30px;
}
.bg.less {
	max-width: 550px;
}
.triple-lines {
	display: inline-block;
	margin: 0 10px;
	letter-spacing: 2px;
}
hr.carret {
	border-width: 3px;
	border-color: #5c5d60;
	position: relative;
	margin: 7px 0 30px;
}
hr.carret:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #5c5d60;
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.55555%;
	flex: 0 0 33.55555%;
}
.no-cutoff-bottom:after {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
strong {
	font-weight: 500;
}
p {
	color: #5e5954;
	font-family: "ff-basic-gothic-pro", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px;
}
p > small {
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
}
ul.list {
	margin-bottom: 20px;
	padding-left: 40px;
}
ul.list.centered {
	margin: 0 auto;
	display: block;
}
ul.list.split {
	margin-top: 35px;
	margin-bottom: 0;
}
ul.list.split:before,
ul.list.split:after {
	width: 100%;
	display: block;
	content: "";
	clear: both;
}
ul.list li {
	color: #5e5954;
	font-family: "ff-basic-gothic-pro", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 10px;
	text-indent: -14px;
}
ul.list li:before {
	width: 15px;
	height: 22px;
	font-family: "icomoon";
	content: "\e934";
	font-size: 15px;
	color: #f54222;
	display: inline-block;
	font-style: normal;
}
ul.list li:last-child {
	margin-bottom: 0;
}
ul.list.split li {
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 20px;
}
ul.list.split li a,
ul.list.split li a:visited {
	text-transform: uppercase;
	font-style: normal;
	font-size: 17px;
	line-height: 23px;
}
ul.list li a:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	text-decoration: none;
}
ul.plain-list {
	color: #5e5954;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
ul.table-view {
	margin-bottom: 30px;
}
ul.table-view li {
	display: inline-block;
	color: #5e5954;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 28px;
	margin-right: 35px;
	min-width: 175px;
}
ul.table-view li:nth-of-type(3n) {
	margin-right: 0;
}
hr {
	margin: 28px 0;
	border-width: 2px;
	opacity: 0.35;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	border-color: #3c3b3b;
	display: block;
}
.hamburger {
	font: inherit;
	display: none;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	float: right;
	position: relative;
	top: -2px;
}
.menu-txt {
	color: #ddd;
	position: relative;
	top: -6px;
	font-size: 14px;
	text-transform: uppercase;
}
.hamburger:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #ddd;
}
.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner:before {
	top: -10px;
}
.hamburger-inner:after {
	bottom: -10px;
}
.hamburger--3dx .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
	-webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1)
			0.1s,
		-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
		-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
		-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
	-webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1)
		0.1s;
	transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
		-webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* SLICK SLIDER */
.slick-next:before,
.slick-prev:before {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.slick-prev {
	width: auto;
	height: 38px;
	left: 25px;
	max-height: 30px;
	top: 3px;
	z-index: 100;
}
.slick-next {
	width: auto;
	height: 38px;
	right: 25px;
	max-height: 30px;
	top: 3px;
	z-index: 100;
}
.slick-next:before {
	font-family: "icomoon";
	content: "\e931";
	font-size: 66px;
	max-height: 38px;
	line-height: 0;
	display: block;
}
.slick-prev:before {
	font-family: "icomoon";
	content: "\e931";
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	display: block;
	font-size: 66px;
	max-height: 38px;
	line-height: 0;
}
.slick-dots {
	bottom: -40px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	font-size: 15px;
	color: #fff;
}

/* HEADER */
.site-header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.site-header img {
	position: relative;
	top: 35px;
}
.site-header img.mobile-logo {
	display: none;
}
.site-header hr {
	max-width: 665px;
	margin-top: 11px;
	margin-bottom: 29px;
	clear: both;
	position: relative;
	left: 85px;
}
.site-header a[href^="tel"] {
	color: #328bf0;
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.mobile-footer-links {
	display: none;
}
.mobile-give {
	padding: 30px 30px 30px 20px;
}
.mobile-give p {
	margin-bottom: 0;
}
.mobile-give .icon-heart {
	font-size: 40px;
	margin-right: 10px;
}
.mobile-give .icon-heart + span {
	position: relative;
	top: -10px;
	font-size: 20px;
}
.top-bar {
	margin-top: 28px;
	float: right;

	border-bottom: 2px solid #9da2a6;
}
.top-bar + .site-navigation {
	margin-top: 29px;
}
.top-bar ul li {
	display: block;
	float: left;
	margin-right: 30px;
}
.top-bar ul li:last-child {
	margin-right: 0;
}
.top-bar ul li a,
.top-bar ul li a:visited {
	color: #3c3b3b;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	position: relative;
}
.top-bar ul li a:after {
	width: 0;
	height: 1px;
	background: #766a5e;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
}
.top-bar ul li:nth-of-type(6) a:hover {
	color: #328bf0;
}
.top-bar ul li:nth-of-type(6) a:after {
	display: none;
}
.top-bar ul li a:hover:after {
	width: 100%;
}
.top-bar ul li a:hover {
	color: #766a5e;
	text-decoration: none;
}
.top-bar ul li:nth-of-type(1) {
	padding-left: 13px;
}
.top-bar ul li:nth-of-type(1) a,
.top-bar ul li:nth-of-type(1) a:visited {
	color: #fff;
}
.top-bar ul li:nth-of-type(1) a:after {
	display: none;
}
.top-bar ul li:nth-of-type(1) a > span {
	position: relative;
	z-index: 100;
}
.top-bar ul li:nth-of-type(1) a:before {
	width: 60px;
	height: 66px;
	/*background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-give.png);*/
	background-color: #03141d;
	content: "";
	display: block;
	position: absolute;
	top: -31px;
	left: -14px;
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.top-bar ul li:nth-of-type(1) a:hover:before {
	background-color: #328bf0;
}
.top-bar ul li a.cta-reserve {
	position: relative;
	top: -10px;
	color: #fff;
	font-size: 14px;
}

.site-navigation {
	float: right;
	z-index: 900;
}
.site-navigation ul li {
	display: block;
	float: left;
	margin-right: 66px;
	position: relative;
}
.site-navigation .mm-panel ul li {
	width: 100%;
	margin-right: 0;
	float: none;
}
.site-navigation .mm-panel .col-6 {
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: block;
	padding: 0;
}
.site-navigation .mm-panel .col-6 li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #4d463d;
	display: block;
	padding: 10px 10px 10px 35px;
	margin: 0;
}
.site-navigation .mm-panel .row {
	margin: 0 -30px;
}
.site-navigation .mm-panel .col-6 li a:after {
	content: "";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-color: #ccc;
}
.site-navigation ul li.top-level a.mm-btn_next:after {
	width: 8px;
	height: 8px;
	bottom: 0;
	left: auto;
	display: block;
}
#mm-4:before {
	display: none;
}
.mm-listitem:after {
	border-color: #ccc;
}
.mm-panel_has-navbar {
	padding-top: 94px;
}
.mm-panels .mm-navbar {
	height: 94px;
}
.mm-panels .mm-navbar a {
	padding: 0;
}
.mm-listitem:after {
	left: 0;
}
.mm-panels {
	background: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
}
.mm-navbar img {
	margin-top: 3px;
	max-width: 250px;
}
#mm-2,
#mm-3,
#mm-4,
#mm-5 {
	padding-top: 40px;
}
#mm-2 .mm-navbar,
#mm-3 .mm-navbar,
#mm-4 .mm-navbar,
#mm-5 .mm-navbar {
	height: 40px;
}
.mm-menu .mm-navbar a.mm-navbar__title {
	color: #4d463d;
	font-weight: 700;
	text-transform: uppercase;
}
#mm-2 a.mm-navbar__title,
#mm-3 a.mm-navbar__title,
#mm-4 a.mm-navbar__title,
#mm-5 a.mm-navbar__title {
	padding: 10px 0;
}
.mm-menu a.cta-reserve {
	color: #fff;
}
.mm-listview .cta-reserve {
	display: block;
	max-width: 261px;
	margin: 20px auto;
}
.mm-navbars_bottom {
	background: #fff;
	border-color: #ccc;
}
.mm-navbars_bottom a > span {
	color: #328bf0;
	font-weight: 700;
}

.site-navigation ul li:last-child {
	margin-right: 0;
}
.site-navigation ul li a:not(.cta-reserve),
.site-navigation ul li a:not(.cta-reserve):visited {
	color: #3c3b3b;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
}
.site-navigation ul li a:not(.cta-reserve):hover {
	color: #766a5e;
	text-decoration: none;
}
.dropdown-arrow {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #3c3b3b;
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	right: -17px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.site-navigation ul li.top-level a:after {
	width: 100%;
	width: calc(100% + 30px);
	height: 20px;
	background: transparent;
	position: absolute;
	left: 0;
	bottom: -13px;
	content: "";
	display: none;
}
.site-navigation ul li.top-level a:hover:after {
	display: block;
}
.site-navigation ul li.top-level:hover .dropdown-arrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #766a5e;
}
.site-navigation ul li.top-level a + div {
	position: absolute;
	left: -999em;
	top: 37px;
	width: 320px;
	background: #f3efe7;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
	padding: 25px 0;
	z-index: 100;
	border-top: 3px solid #766a5e;
	transition: all 0s ease 0.4s;
	/* overflow: hidden; */
}
.site-navigation ul li.top-level:hover a + div {
	transition: all 0s ease 0.2s;
}
.site-navigation ul li.top-level a + div:before {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #766a5e;
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 110;
}
.site-navigation ul li.top-level a + div:after {
	width: 100%;
	top: 0;
	height: 23px;
	left: 0;
	position: absolute;
	content: "";
	transform: translateY(-100%);
}
.site-navigation ul li.top-level a + div > i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.site-navigation ul li.top-level a + div > i:after {
	font-family: "icomoon";
	content: "\e93d";
	position: absolute;
	top: 142px;
	left: -30px;
	font-size: 317px;
	z-index: 1;
	color: #e7e3da;
	font-style: normal;
}
.site-navigation ul li.top-level:nth-of-type(2) a + div > i:after {
	content: "\e93e";
	top: 134px;
	left: -13px;
}
.site-navigation ul li.top-level:nth-of-type(3) a + div > i:after {
	content: "\e945";
	font-size: 390px;
	top: 170px;
	left: -10px;
}
.site-navigation ul li.top-level:nth-of-type(4) a + div > i:after {
	content: "\e944";
	top: 105px;
	left: -13px;
}
.site-navigation ul li.top-level a + div ul {
	max-width: 120px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.site-navigation ul li.top-level a + div ul li {
	width: 100%;
	display: block;
	margin: 0;
	text-transform: none;
	position: relative;
	margin-bottom: 10px;
}
.site-navigation ul li.top-level a + div ul li:last-child {
	margin-bottom: 0;
}
.site-navigation ul li.top-level a + div ul li a:after {
	display: none;
}
.site-navigation ul li.top-level a + div ul li a,
.site-navigation ul li.top-level a + div ul li a:hover {
	text-decoration: underline;
}
.site-navigation ul li.top-level a + div ul li:nth-of-type(even):after {
	display: none;
}
.site-navigation ul li.top-level a + div ul li a,
.site-navigation ul li.top-level a + div ul li a:visited {
	padding: 0;
	color: #4d463d;
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0;
}

.site-navigation ul li.top-level a + div ul li a:hover {
	color: #84776d;
	text-decoration: none;
}
.site-navigation ul li.top-level:nth-of-type(3) a + div {
	width: 670px;
}
.site-navigation ul li.top-level:hover > div {
	left: -123px;
}
.site-navigation ul li.top-level:nth-of-type(2):hover > div {
	left: -88px;
}
.site-navigation ul li.top-level:nth-of-type(3):hover > div {
	left: -277px;
}
.site-navigation ul li.top-level:nth-of-type(4):hover > div {
	left: -71px;
}
.site-navigation ul li.top-level:nth-of-type(2) a + div ul {
	max-width: 200px;
}
.site-navigation ul li.top-level:nth-of-type(3) a + div ul {
	max-width: 100%;
}
.site-navigation ul li.top-level:nth-of-type(3) a + div ul {
	padding-left: 80px;
}
.site-navigation ul li.top-level:nth-of-type(4) a + div ul {
	max-width: 148px;
}

/* HERO */
.hero {
	position: relative;
	margin-bottom: -7px;
}
.internal-hero-bg {
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-hero-internal.jpg);
	background-size: cover;
	min-height: 418px;
}
.hero .scroller {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -75px;
	left: 0;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}
@media (max-width: 600px) {
	.hero .scroller {
		display: none;
	}
}
.hero .scroller span {
	display: block;
}
.hero .scroller span[class^="icon"] {
	font-size: 30px;
	margin-top: 3px;
}
.hero img.img-fluid {
	width: 100%;
}
/* UPCOMING EVENTS SLIDER */
.upcoming-events {
	width: 100%;
	position: absolute;
	bottom: 7px;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 0;
	text-align: center;
}
.upcoming-events .events-list p {
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
}
.upcoming-events .events-list a,
.upcoming-events .events-list a:visited {
	color: #8bc390;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 27px;
}
.upcoming-events .events-list a > span {
	text-transform: uppercase;
}
.upcoming-events .events-list a > span.icon-arrow-text-cta {
	position: relative;
	top: 2px;
	left: 5px;
}
.upcoming-events .events-list a:hover {
	color: #fff;
	text-decoration: none;
}
.events-slide {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.events-slide.slick-initialized {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* CTA'S */
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.cta-reserve,
.cta-reserve:visited {
	text-transform: uppercase;
	max-height: 40px;
	overflow: hidden;
	display: inline-block;
	padding: 9px 0 9px 20px;
	background-color: #8bc390;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	/*background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cta-left.png);*/
	text-decoration: none !important;
}
.cta-reserve.large {
	font-size: 17px;
}
.cta-reserve > span {
	background-color: #69a46e;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	position: relative;
	top: 11px;
	line-height: 0;
	margin-left: 10px;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	/*background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cta-right.png);*/
}
button.cta-reserve > span {
	margin-left: 15px;
}
.cta-reserve:hover {
	text-decoration: none;
	color: #fff;
}
.cta-reserve:hover {
	/*background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cta-left.png);*/
	background-color: #69a46e;
}
.cta-text,
.cta-text:visited {
	color: #69a46e;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	text-decoration: none !important;
}
div.cta-text {
	text-align: center;
}
div.cta-text img {
	display: none !important;
}
div.cta-text.fl {
	position: relative;
	top: 6px;
}
div.cta-text.fl span.icon-arrow-text-cta {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}
div.cta-text.fl + button {
	float: right;
	margin-right: 15px;
}
.cta-text button {
	color: #69a46e;
	font-size: 17px;
	font-weight: 300;
	line-height: 23px;
	background: none;
	border: none;
	font-family: "proxima-nova", sans-serif;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.cta-text button:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.cta-text > span {
	position: relative;
	top: 1px;
	left: 5px;
	font-size: 15px;
}
.cta-text:hover {
	text-decoration: none;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.cta-text.pdf,
.cta-text.pdf:visited,
.cta-text.audio,
.cta-text.audio:visited,
.cta-text.video,
.cta-text.video:visited,
.cta-text.presentation,
.cta-text.presentation:visited {
	color: #328bf0;
}

.resource-type .cta-text.audio:before,
.resource-type .cta-text.video:before,
.resource-type .cta-text.presentation:before {
	display: inline-block;
	width: 25px;
	height: 25px;
	content: "";
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
}
.resource-type .cta-text.audio:before {
	background-image: url("./assets/img/icons/icon-audio.svg");
}
.resource-type .cta-text.powerpoint:before {
	background-image: url("./assets/img/icons/icon-powerpoint.svg");
}
.resource-type .cta-text.video:before {
	background-image: url("./assets/img/icons/icon-video.svg");
}
.cta-text.pdf > span {
	font-size: 24px;
	top: 4px;
	margin-right: 8px;
	left: 0;
}
.cta-text.pdf + .cta-text.pdf,
.resource-type .cta-text + .cta-text {
	margin-top: 20px;
}
.shadow {
	box-shadow: 0 2px 15px 4px rgba(31, 31, 31, 0.2);
}
.cta-text.pdf .icon-pdf,
.cta-text.audio .icon-audio,
.cta-text.video .icon-video,
.cta-text.powerpoint .icon-powerpoint,
.cta-text.pdf .icon-arrow-text-cta {
	display: none;
}
.cta-text.pdf:before {
	content: "\e93f";
	font-family: icomoon;
	font-size: 24px;
	top: -3px;
	margin-right: 8px;
	left: 0;
	vertical-align: middle;
	position: relative;
}

/* SEGMENTATION */
.segmentation {
	padding: 40px 0 165px;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
}
.segmentation h3 {
	border-bottom: 3px solid #766a5e;
	margin-bottom: 16px;
	position: relative;
	padding-bottom: 4px;
	transition: all 0.25s ease;
	color: #4d463d;
}
@media (max-width: 1279px) {
	.segmentation h3 {
		padding-right: 0;
	}
}
.segmentation h3 a,
.segmentation h3 a:visited {
	color: #4d463d;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	display: block;
}
.segmentation h3 a:hover {
	text-decoration: none;
}
.segmentation h3:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #766a5e;
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.25s ease;
}
.segmentation h3 a > span {
	float: right;
	font-size: 40px;
	position: absolute;
	top: -18px;
	right: 0;
}
.segmentation img {
	box-shadow: 0 3px 16px 12px rgba(31, 31, 31, 0.1);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transform: scale(1);
}
/* .segmentation img:hover {
    box-shadow: 0 3px 16px 12px rgba(31,31,31,0.2);
} */
.segmentation .col-sm-3:last-child h3 a > span {
	font-size: 48px;
}
.segmentation h3:hover + a > img {
	box-shadow: 0 3px 16px 12px rgba(31, 31, 31, 0.2);
}
.segmentation a:hover img {
	box-shadow: 0 3px 16px 12px rgba(31, 31, 31, 0.2);
	transform: scale(1.02);
}
.segmentation a:hover h3 {
	color: #749658;
	border-color: #749658;
}
.segmentation a:hover h3:after {
	border-top: 9px solid #749658;
}
.segmentation .col-sm-3 {
	text-decoration: none;
}
.segmentation .col-sm-3 h3 span {
	position: absolute;
	right: 0;
	font-size: 40px;
	top: -60%;
}
@media (max-width: 1279px) {
	.segmentation .col-sm-3 h3 span {
		right: 50%;
		font-size: 40px;
		top: 0;
		transform: translate(50%, -120%);
	}
	.segmentation .col-sm-3 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 30px;
	}
}
/* HOMEPAGE INTRO CONTENT */
.homepage-intro-content {
	padding: 100px 0;
	position: relative;
}
.homepage-intro-content:before {
	width: 100%;
	height: 88px;
	position: absolute;
	top: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.homepage-intro-content:after {
	width: 100%;
	height: 88px;
	position: absolute;
	bottom: -88px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.homepage-intro-content h1 {
	color: #749658;
	font-size: 25px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
	top: 6px;
}
.homepage-intro-content h1:before {
	position: absolute;
	top: -13px;
	left: 71px;
	font-family: "icomoon";
	content: "\e92f";
	font-size: 200px;
	font-weight: 200;
	color: #443d35;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";

}
.homepage-intro-content h2 {
	color: #4d463d;
	font-size: 50px;
	line-height: 56px;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 3px solid #766a5e;
	position: relative;
	margin-bottom: 30px;
	font-weight: 900;
}
.homepage-intro-content h2:before {
	content: "41.2260° N, 75.2676° W";
	position: absolute;
	top: -16px;
	right: 15px;
	text-transform: uppercase;
	color: #749658;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.homepage-intro-content h2:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #766a5e;
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.homepage-intro-content p {
	margin-bottom: 30px;
	color: #5e5954;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	font-family: "ff-basic-gothic-pro", sans-serif;
	font-weight: 300;
}
.homepage-intro-content p:last-child {
	margin-bottom: 0;
}
.homepage-intro-content .col-sm-4 img {
	float: right;
	position: relative;
	z-index: 100;
}
.homepage-intro-content.youth h1:before,
.homepage-intro-content.youth h2:before {
	display: none;
}
.img-with-drop:after {
	width: 310px;
	height: 220px;
	background: #4d463d;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position: absolute;
	right: -15px;
	bottom: -30px;
	content: "";
	z-index: 1;
}
.img-with-drop img {
	position: relative;
	z-index: 10;
}

/* OUR FACILITY */
.our-facility > div.padded {
	padding: 170px 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-our-facility.jpg);
	background-size: cover;
	background-position: center center;
}
.page-id-12090 .our-facility > div.padded {
	background-size: auto;
}
.our-facility.campground > div.padded {
	padding-bottom: 200px;
}
.our-facility.campground .bg.less {
	max-width: 100%;
}
.our-facility .bg p em {
	font-style: italic;
}
.our-facility h4 {
	color: #4d463d;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 46px;
	text-transform: uppercase;
	border-bottom: 3px solid #4d463d;
	position: relative;
	margin-bottom: 20px;
}
.our-facility h4:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #4d463d;
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.our-facility h4 > span:not(.icon-facilities) {
	color: #766a5e;
	font-size: 20px;
	line-height: 11px;
	display: block;
	font-weight: 700;
}
.our-facility h4 > span[class^="icon-"] {
	float: right;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	font-size: 55px;
	position: relative;
	top: -19px;
	font-weight: 100;
}
.our-facility.campground h4 > span[class^="icon-"] {
	top: 5px;
}
.page-id-11780 .our-facility h4 > span[class^="icon-"] {
	font-size: 95px;
	top: 4px;
}
.our-facility p:last-child {
	margin-bottom: 0;
}
.our-facility hr {
	border-color: #4d463d;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.our-facility.campground .col-6 {
	min-width: 705px;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: 705px;
}
.page-id-12044 .our-facility.campground .col-6 {
	min-width: 1px;
	max-width: 430px;
}

/* TESTIMONIALS */
.testimonials {
	position: relative;
	padding: 100px 0;
}
.testimonials:after {
	width: 100%;
	height: 91px;
	position: absolute;
	top: -91px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-top-alt.png);
	background-repeat: no-repeat;
	background-position: top center;
	content: "";
	display: block;
}
.testimonials p {
	color: #777777;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto 20px;
}
.testimonials p.name {
	color: #777777;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
}
.testimonials .slick-dots li button:before,
.testimonials .slick-dots li.slick-active button:before {
	color: #aaa;
}
.testimonials span[class^="icon-"] {
	width: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 148px;
	text-align: center;
	color: #4d463d;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
#testimonials-slider {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#testimonials-slider.slick-initialized {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ADDITIONAL CONTENT BAND */
.additional-content-band {
	padding: 65px 0 80px;
	position: relative;
}
.page-template-outdoor-education .cutoff-bottom:after {
	bottom: 0;
}
.page-id-11835 .additional-content-band {
	padding: 85px 0 180px;
}
.additional-content-band h3 {
	margin-bottom: 15px;
	margin-top: 0;
}

/* RESOURCES */
.resources {
	padding: 100px 0 150px;
	position: relative;
}
.resources + .enews-signup {
	margin-top: -60px;
	z-index: 100;
}
.page-id-12545 .resources .col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.resources.cutoff-bottom:after {
	bottom: 29px;
}
.resources .text-center p {
	max-width: 670px;
	margin: 0 auto;
}
.resources h5 {
	color: #5e5954;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 2px solid #909090;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.resources ul li {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
}
.resources ul li a {
	font-size: 1em;
}
.resources .resource-type {
	margin-bottom: 45px;
}
.resources .text-center + .resource-type {
	margin-top: 30px;
}
.resources .resource-type:last-child {
	margin-bottom: 0;
}

/* CONTACT US */
.contact-us {
	padding: 107px 0 200px;
	position: relative;
}
.contact-us .contact-info h5 {
	text-transform: uppercase;
	color: #4d463d;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 22px;
}
#map {
	width: 100%;
	height: 480px;
	margin-top: 23px;
}
label {
	color: #766a5e;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
input,
textarea,
.form-control {
	height: 46px;
	border: 1px solid #766a5e;
	background-color: #ffffff;
	color: #5e5954;
	font-family: "ff-basic-gothic-pro", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 46px;
	border-radius: 0;
}
textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 185px;
	min-height: 185px;
	max-height: 185px;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 3px !important;
}
.gform_wrapper .gf_step.gf_step_active {
	color: #766a5e;
}
.gform_wrapper
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
		[type="button"]
	):not([type="image"]):not([type="file"]) {
	padding: 5px 10px !important;
}
input:focus,
textarea:focus,
.form-control:focus {
	border-color: #766a5e;
	color: #5e5954;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}
.gform_wrapper {
	margin: 0 !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 34px !important;
}
body .gform_wrapper ul li#field_11_1.gfield {
	margin-top: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 4px;
}
.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 40px 0 0 !important;
}
.gform_wrapper .gform_footer .gform_button {
	cursor: pointer;
}

/* EXPEDITIONS */
.expeditions {
	padding: 115px 0 200px;
}
.page-template-summer-camp .expeditions {
	padding: 30px 0 200px;
}
.expeditions .header-img {
	margin-bottom: 35px;
}
.expeditions .header-img img {
	display: block;
	margin: 0 auto;
}
.expeditions .row > .col-lg-10 > .row {
	margin-bottom: 45px;
}
.expeditions .row > .col-lg-10 > .row:last-child {
	margin-bottom: 0;
}
.expeditions h3 {
	border-bottom: 3px solid #4d463d;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 0;
}
.expeditions h3:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #4d463d;
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.expeditions h3 > span {
	color: #4d463d;
	font-family: "proxima-nova", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
}
.expeditions .bg {
	background: #f2f2f2;
	padding: 20px 25px;
	height: auto;
}
.expeditions .bg a {
	text-align: center;
	display: block;
}
.expeditions .bg hr {
	border-color: #606060;
	margin: 0 0 20px;
}
.expeditions .col-lg-10 {
	margin-top: 35px;
}
.expeditions .row.align-items-center {
	margin-bottom: 80px;
}
.expeditions .row.align-items-center:last-child {
	margin-bottom: 0;
}

/* ABOUT */
.quick-facts {
	padding: 118px 0 70px;
}
.quick-facts .bg {
	background: #69a46e;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cta-right.png);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	font-family: "proxima-nova", sans-serif;
	padding: 70px 15px;
}
.quick-facts .bg span {
	display: block;
	font-size: 70px;
	line-height: 76px;
}
.quick-facts .split-title {
	margin-bottom: 58px;
}
.memberships {
	padding: 20px 0 150px;
}
.memberships .logo-container {
	max-width: 260px;
	padding-left: 30px;
	padding-right: 30px;
}
.memberships .image-container {
	height: 150px;
}
.memberships .text-container {
	height: calc(100% - 150px);
}
/* .memberships img:first-of-type {
    margin-right: 100px;
} */
.leadership {
	padding: 40px 0 50px;
}
.leadership ul.list.split {
	margin-top: 20px;
}
.leadership ul.split li {
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	font-style: normal;
}
.leadership ul.split li a,
.leadership ul.split li a:visited {
	color: #5e5954;
}
.page-template-about .our-facility h4 {
	position: relative;
	z-index: 100;
}
.page-template-about .our-facility h4 + span.icon-about {
	float: none;
	font-size: 125px;
	position: absolute;
	top: -1px;
	z-index: 1;
	left: 0;
	width: 100%;
	display: inline-block;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	font-weight: 100;
	color: #4d463d;
}
.page-template-about .our-facility .bg {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-template-about .alternating-content .img-with-drop:after {
	left: 25px;
}
.page-template-about .alternating-content ul.split a:first-of-type {
	display: block;
	width: 50%;
	float: left;
}
.page-template-about .pre-footer h3 {
	color: #766a5e;
}
.page-template-about .pre-footer p {
	max-width: 970px;
}

/* MAKE A RESERVATION */
.centered-form {
	width: 100%;
	padding: 0 15px;
	max-width: 500px;
	margin: 0 auto;
}
.radio-wrap {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	margin-right: 9px;
	position: relative;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 50%;
}
.radio-wrap.checked:after {
	background-color: #f54222;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.gform_wrapper ul.gfield_radio li .radio-wrap input[type="radio"] {
	width: 100% !important;
	height: 100%;
	position: absolute;
	margin: 0 !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.radio-wrap + label {
	width: calc(100% - 2.25em);
	vertical-align: top;
}
.gform_wrapper .top_label input.medium.datepicker {
	width: 100% !important;
	display: block;
}
body .gform_wrapper .top_label div.ginput_container_date {
	position: relative;
}
body .gform_wrapper .top_label div.ginput_container_date:after {
	content: "\e903";
	font-family: "icomoon";
	color: #4d463d;
	opacity: 0.45;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	position: absolute;
	top: 12px;
	right: 15px;
	pointer-events: none;
	font-size: 26px;
}
body .gform_wrapper img.ui-datepicker-trigger {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gform_wrapper .gform_page_footer {
	border: none !important;
}
.gform_wrapper .top_label li#field_12_19 .gfield_label {
	color: #5e5954;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 0;
}
.gform_wrapper ul.gfield_radio li label {
	font-size: 16px;
}
.pre-footer.reservations h5 {
	color: #766a5e;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: left;
}
.pre-footer.reservations p {
	color: #5e5954;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
}
.select-wrap,
.file-wrap {
	height: 46px;
	border: 1px solid #766a5e;
	background-color: #ffffff;
	border-radius: 0;
	line-height: 46px;
	color: #4a4a4a;
	font-weight: 300;
	padding-left: 10px !important;
	position: relative;
}
.select-wrap ins,
.file-wrap ins {
	text-decoration: none;
	color: #aaa;
}
.select-wrap ins:after {
	font-family: "icomoon";
	content: "\e902";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.select-wrap select,
.file-wrap input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gform_wrapper .gfield_required {
	color: #766a5e !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description.validation_message {
	padding-top: 0 !important;
}

.gform_required_legend {
	display: none;
}

/* EVENTS */
.contain-events-categories {
	padding: 120px 0 50px;
}
.contain-events-table {
	padding-bottom: 280px;
}
.contain-events-table .col-12 {
	text-align: center;
}
.contain-events-table .events-table {
	text-align: left;
}
a.contain-single-event {
	display: block;
	color: #5e5954;
	padding: 13px 0 13px 10px;
}
a#load,
a#load:visited {
	color: #bbbbbb;
	margin-top: 30px;
	display: inline-block;
}
a#load:hover {
	text-decoration: underline;
}
a.contain-single-event:hover {
	color: #69a46e;
	text-decoration: none;
}
a.contain-single-event .brief p {
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
a.contain-single-event:hover .brief p {
	color: #69a46e;
}
a.contain-single-event:nth-of-type(even) {
	background: rgba(118, 106, 94, 0.15);
}
#spinner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#spinner img {
	max-width: 50px;
}
ul.events-categories {
	display: inline-block;
	margin-top: 80px;
}
ul.events-categories li {
	display: block;
	float: left;
	margin-right: 50px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
}
ul.events-categories li:last-child {
	margin-right: 0;
}
ul.events-categories li a,
ul.events-categories li a:visited {
	color: #33444d;
	position: relative;
}
ul.events-categories li a:after {
	width: 0;
	height: 3px;
	background: #328bf0;
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	overflow: hidden;
	-webkit-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
}
ul.events-categories li a:hover,
ul.events-categories li a.active {
	color: #328bf0;
	text-decoration: none;
}
ul.events-categories li a:hover:after,
ul.events-categories li a.active:after {
	width: 100%;
}
.events-table-header {
	border-bottom: 2px solid #766a5e;
}
.events-table-header p {
	margin-bottom: 5px;
}
.events-table-header .dates {
	padding-left: 25px;
}
.single-event h3 {
	max-width: 600px;
	margin-bottom: 0;
}
.single-event h3 > span {
	color: #4d463d;
	font-family: "proxima-nova", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
	text-transform: none;
}
.single-event h3 + h5 {
	margin-top: 0;
	margin-bottom: 10px;
}
.single-event h5 {
	color: #4d463d;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 5px;
	margin-top: 50px;
}
.single-event h5.nm {
	margin-top: 0;
}
.single-event .cta-reserve {
	margin-top: 10px;
}
.single-event .packages .list {
	margin-bottom: 0;
}
.single-event hr {
	margin: 20px 0;
}
.event-gallery a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	line-height: 0;
}
.event-gallery a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	content: "";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.event-gallery a:after {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 64px;
	content: "\e936";
	font-family: "icomoon";
	z-index: 20;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.event-gallery a.video:after {
	content: "\e940";
}
.event-gallery a:hover:before,
.event-gallery a:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.event-gallery .col-4 {
	padding: 0 5px;
	left: -10px;
}
.content-band.single-event {
	padding: 120px 0 170px;
}

.page-template-landing-page .content-band.single-event {
	padding: 120px 0 0;
}

.page-template-landing-page-alt .content-band.single-event {
	padding: 120px 0 60px;
}

.page-template-landing-page .form-section {
	padding: 120px 0 180px;
}

.page-template-landing-page-alt .form-section {
	padding: 60px 0 180px;
}

.page-template-landing-page .form-section .gfield_checkbox li {
	display: inline-block;
	width: 33.33333%;
}

.page-template-landing-page .form-section .gfield_checkbox li .checkbox-wrap {
	display: inline-block;
}

.page-template-landing-page .form-section .gfield_checkbox li label {
	position: relative;
	top: 3px;
}

.event-gallery ul li {
	display: block;
	float: left;
	width: 33.33333%;
}

/* ADVENTURE PROGRAMS */
.with-pdfs a.pdf {
	display: block;
	margin-bottom: 10px;
}
.with-pdfs h5 {
	color: #4d463d;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 5px;
}
.with-pdfs h5:last-of-type {
	margin-top: 40px;
}
.options-list.content-section-1 {
	padding: 115px 0 50px;
}
.page-id-12066 .options-list.content-section-1 {
	background-image: url(/wp-content/uploads/2018/05/sprucelake-lodge.jpg);
}
.options-list.content-section-1 .split-title + p {
	max-width: 925px;
	margin: 0 auto 60px;
}
.options-list.content-section-2 {
	padding: 40px 0 20px;
}
.options-list.content-section-3 {
	padding: 115px 0 0;
}
.options-list.content-section-4 {
	padding: 155px 0 50px;
}
.options-list.content-section-5 {
	padding: 70px 0 170px;
}
.page-id-12064 .options-list {
	background-image: url(/wp-content/uploads/2018/03/bg-make-a-reservation.jpg);
}

/* EMAIL CAMPER */
body.page-template-email-camper .gform_wrapper ul li.gfield:first-of-type {
	margin-top: 0 !important;
}

/* PLAIN TEXT */
body.page-template-plain-text .our-facility h3:first-of-type {
	margin-top: 0;
}

/* FEATURED IMAGE */
.featured-image {
	padding-top: 120px;
}
.featured-image img {
	display: block;
	margin: 0 auto;
}

/* SUMMER CAMP */
body.page-template-summer-camp
	.expeditions
	.row.align-items-center
	.col-sm-7
	a.cta-text {
	display: inline-block;
	margin-right: 30px;
}
body.page-template-summer-camp
	.expeditions
	.row.align-items-center
	.col-sm-7
	a.cta-text:last-child {
	margin-right: 0;
}
body.page-template-summer-camp .site-footer,
body.page-template-expeditions .site-footer,
body.page-template-parent-child-camp .site-footer,
body.page-template-adventure-program .site-footer,
body.page-template-youth-weekend .site-footer,
body.page-id-12545 .site-footer {
	margin-top: -50px;
}

/* YOUTH WEEKEND */
body.page-template-youth-weekend .cutoff-bottom:after {
	bottom: 0;
}

/* FAQs */
.faqs {
	padding: 120px 0;
}
.faqs .wrap-faq {
	margin-bottom: 25px;
	background: #fff;
	padding: 25px;
}
.faqs .wrap-faq:last-child {
	margin-bottom: 0;
}
.faqs .wrap-faq h5 {
	font-family: "proxima-nova", sans-serif;
	font-size: 22px;
	line-height: 28px;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.295s all ease-in-out;
	transition: 0.295s all ease-in-out;
}

.faqs .wrap-faq h5:hover {
	color: #868888;
}

.faqs .wrap-faq h5.active {
	margin-bottom: 15px;
}

.faqs .wrap-faq .faq-content .wrap-faq {
	padding-left: 10px;
	padding-right: 10px;
}

.faqs .wrap-faq .faq-content .inner-question {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
}

.faqs .wrap-faq .faq-content h5:last-of-type {
	margin-bottom: 0;
}
.faqs .wrap-faq h5:after {
	position: absolute;
	top: -11px;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-transition: 0.295s all ease-in-out;
	transition: 0.295s all ease-in-out;
}

.faqs .wrap-faq h5:hover:after {
	color: #a3a3a3;
}

.faqs .wrap-faq h5.active:after {
	line-height: 48px;
}

.faqs h5.inner-question:after {
	width: 25px;
	height: 25px;
	top: 0;
	position: absolute;
	line-height: 25px;
}

.faqs .wrap-faq h5.active.inner-question {
	margin-bottom: 10px;
}

.faqs .wrap-faq h5.active.inner-question:after {
	line-height: 23px;
}

.faqs .wrap-faq .faq-container {
	margin-bottom: 25px;
}
.faqs .wrap-faq .faq-content {
	display: none;
}

@media (max-width: 650px) {
	.faqs .wrap-faq .faq-content .wrap-faq {
		padding-left: 0;
		padding-right: 0;
	}

	.faqs .wrap-faq .faq-content .inner-question {
		font-size: 16px;
		line-height: 22px;
	}

	.faqs h5.inner-question:after {
		width: 15px;
		height: 15px;
		top: 10px;
		position: absolute;
		line-height: 15px;
		right: -18px;
	}

	.faqs .wrap-faq .faq-content h5.inner-question.active:after {
		content: "-";
		line-height: 13px;
	}
}
/* PREFOOTER */
.pre-footer {
	padding: 150px 0 160px;
	background-color: transparent;
	color: #fff;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-adventure-awaits.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -75px;
}
.page-id-11846 .pre-footer {
	padding: 120px 0 140px;
}
.pre-footer.pattern-bg {
	background: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
	position: relative;
	padding-top: 40px;
	margin-top: 0;
}
.pre-footer.pattern-bg:before {
	width: 100%;
	height: 119px;
	position: absolute;
	top: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-pattern-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.pre-footer.pattern-bg h3 {
	color: #766a5e;
}
.pre-footer.pattern-bg p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	max-width: 900px;
}
.pre-footer.taller {
	margin-top: 0;
	padding: 150px 0 240px;
}
.pre-footer p {
	color: #4d463d;
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto 25px;
}
.page-id-11822 .pre-footer {
	padding: 100px 0 190px;
}
.page-id-11822 .pre-footer p {
	max-width: 1020px;
}
.pre-footer h5 {
	color: #4d463d;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 66px;
	text-transform: uppercase;
	text-align: center;
}
.pre-footer h5 > span {
	display: block;
	position: relative;
	top: -14px;
	left: 13px;
	font-size: 70px;
	text-transform: none;
	color: #fff;
	font-family: "northwell-ydop";
	font-weight: 100;
	letter-spacing: 0;
}
.pre-footer h3 {
	color: #33444d;
	font-size: 25px;
	font-weight: 700;
	line-height: 31px;
	text-align: center;
	margin-bottom: 15px;
}

/* YOUTH CAMPS */
.page-template-youth-camps .rates-info {
	padding: 120px 0;
}
.page-template-youth-camps .rates-info .row.justify-content-between {
	margin-bottom: 20px;
}
.page-template-youth-camps .rates-info .row.justify-content-between ul.list {
	margin-top: 10px;
}
.page-template-youth-camps .rates-info .row.justify-content-between ul.list li {
	margin-bottom: 20px;
}
.page-template-youth-camps
	.rates-info
	.row.justify-content-between
	ul.list
	li:last-child {
	margin-bottom: 0;
}
.page-template-youth-camps .homepage-intro-content h2 span {
	color: #766a5e;
}
.rates-info .col-lg-6 h4.split-title {
	border: none;
}
.rates-info .col-lg-6 h4.split-title:before,
.rates-info .col-lg-6 h4.split-title:after {
	display: none;
}

/* OPTIONS LIST */
.options-list {
	padding: 100px 0 150px;
}
.options-list.row {
	padding: 0;
	margin-top: 130px;
}
.options-list h2 {
	color: #4d463d;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 56px;
	text-transform: uppercase;
	/*border-bottom: 3px solid #766A5E;*/
	position: relative;
	margin-bottom: 40px;
}
.options-list h2:before {
	width: 100%;
	max-width: 330px;
	height: 3px;
	background: #4d463d;
	position: absolute;
	bottom: -3px;
	content: "";
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.options-list h2:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #4d463d;
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.options-list h2 > span:not(.icon-facilities) {
	color: #766a5e;
	font-size: 20px;
	line-height: 11px;
	display: block;
	font-weight: 700;
}
.options-list h2 > span[class^="icon-"] {
	float: right;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	font-size: 55px;
	position: relative;
	top: -19px;
	font-weight: 100;
}
/*.page-id-11780 .our-facility h2 > span[class^="icon-"] {
    font-size: 95px;
    top: 4px;
}*/
.options-list h3 {
	margin-top: 0;
}
.options-list .col-lg-10 > .row {
	margin-bottom: 55px;
}
.options-list .col-lg-10 > .row p {
	margin-bottom: 10px;
}
.options-list .col-lg-10 > .row .col-sm-9 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.options-list hr {
	border-width: 2px;
	border-color: #909090;
	max-width: 800px;
	margin: 0 auto 35px;
}
.page-id-11835 .options-list {
	padding-bottom: 100px;
	padding-top: 10px;
}
.page-id-11835 .options-list.row {
	padding-bottom: 0;
}
.options-list .col-lg-10.center-block .col-sm-7 ul.list {
	max-width: 448px;
}
.options-list .col-lg-10.center-block .col-sm-7 ul.list li span.text-right {
	float: right;
}

/* ALTERNATING CONTENT WITH OPTIONS */
.alternating-content-with-options {
	padding: 40px 0 80px;
}
.alternating-content-with-options .img-with-drop:after {
	right: auto;
	left: -15px;
}

/* ALTERNATING CONTENT */
.alternating-content {
	padding: 120px 0 115px;
	position: relative;
}
.alternating-content h3 {
	margin-bottom: 15px;
}
.alternating-content .img-with-drop:after {
	left: -15px;
	bottom: -23px;
	right: auto;
}
.alternating-content .row.align-items-center {
	margin-bottom: 100px;
}
.alternating-content .row.align-items-center:last-child {
	margin-bottom: 0;
}

/* RATES */
.rates-titles {
	padding: 100px 0 35px;
	position: relative;
}
.rates-titles p.max {
	max-width: 890px;
	margin: 0 auto;
}
.well {
	position: absolute;
	bottom: -205px;
	padding: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	width: calc(100% - 30px);
	z-index: 100;
	/*background: #FFF;*/
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
}
.well.no-pos {
	width: 100%;
	height: 100%;
	position: static;
	-webkit-transform: none;
	transform: none;
	padding: 25px;
}
.well.no-pos p.text-center {
	margin-top: 20px;
	margin-bottom: 0;
}
.well.no-bg {
	background: none;
	padding: 0;
	margin-bottom: 35px;
	margin-top: 5px;
}
.well.no-bg ul.list {
	padding-left: 30px;
}
.well ul {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
.well ul li {
	text-align: left;
	font-size: 20px;
	line-height: 28px;
}
.well ul.meals {
	display: block;
}
.well ul.meals li {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	font-weight: 300;
}
.well ul.meals li:nth-of-type(4) {
	margin-bottom: 50px;
}
.well ul.meals li strong {
	font-weight: 600;
	display: block;
	padding-left: 12px;
}
.well .split-title {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 10px;
}
.well .split-title > span[class^="icon-"] {
	top: 5px;
}
.well.smaller-list {
	text-align: left;
}
.well.smaller-list ul li {
	color: #4d463d;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	font-style: normal;
}
.well.smaller-list ul li ul {
	display: block;
}
.well.smaller-list ul li ul:before,
.well.smaller-list ul li ul:after {
	width: 100%;
	display: block;
	content: "";
	clear: both;
}
.well.smaller-list ul li ul li {
	color: #766a5e;
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
	text-transform: none;
	font-style: normal;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	text-indent: 0;
}
.well.smaller-list ul li ul li:last-child {
	margin-right: 0;
}
.well.smaller-list ul li ul {
	padding-left: 6px;
}
.well.smaller-list ul li ul li:before {
	display: none;
}
.rates-info {
	padding: 230px 0 160px;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-lodging-rates.jpg);
	background-size: cover;
	background-position: center center;
}
.rates-info .row.justify-content-between {
	margin-bottom: 85px;
}
.rates-info .split-title:not(.with-border) {
	border-bottom: 3px solid #4d463d;
}
.rates-info .split-title:before:not(.with-border) {
	display: none;
}
body:not(.page-template-directions)
	.rates-info
	.row.justify-content-between
	.col-lg-5:last-child {
	float: none;
	margin: 100px auto 0;
}
.rates-info .row.justify-content-between .col-lg-6 {
	margin-top: 30px;
}
.rates-info .row.justify-content-between .col-lg-5:last-child .well.no-pos {
	height: auto;
}

/* DIRECTIONS */
body.page-template-directions
	.rates-info
	.row.justify-content-between
	.col-lg-5 {
	margin-bottom: 50px;
}

/* GIVE */
body.page-template-give .site-footer {
	margin-top: 0;
}
.additional-title {
	padding: 120px 0 50px;
}
.additional-title + .alternating-content {
	padding-top: 0;
}
.page-template-give .intro-content .cta-text,
.page-template-give .intro-content .cta-text:visited {
	color: #03141d;
}

/* DAYCAMP */
.page-template-daycamp .alternating-content:before {
	width: 100%;
	height: 88px;
	position: absolute;
	top: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.page-template-daycamp .site-footer {
	margin-top: 0;
}
.page-template-daycamp .our-facility ul.list li a {
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	font-style: normal;
}

/* EMPLOYMENT */
body.page-template-employment
	.rates-info
	.row.justify-content-between
	.col-lg-5:last-child {
	margin-top: 0;
}

/* FOOTER */
.site-footer {
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-footer.png);
	padding: 170px 0 10px;
	margin-top: -138px;
	margin-bottom: -4px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 200;
	background-size: cover;
	/*background-color: #2D2F32;*/
}
.page-template-summer-staff .site-footer {
	margin-top: -40px;
}
.site-footer p {
	color: #cccccc;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
}
.site-footer p a[href^="tel"] {
	color: #328bf0;
}
.site-footer .top-info .logo {
	margin-right: 60px;
}
.site-footer .top-info .address {
	margin-right: 60px;
	padding-top: 33px;
}
.site-footer .top-info .address a.dir {
	color: #fff;
}
.site-footer .top-info .with-social {
	padding-top: 23px;
}
.site-footer h6 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: left;
}
.site-footer h6 a,
.site-footer h6 a:visited {
	color: #cccccc;
}
.site-footer ul li {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 7px;
	text-align: left;
}
.site-footer ul li:last-child {
	margin-bottom: 0;
}
.site-footer ul li a,
.site-footer ul li a:visited {
	color: #aaaaaa;
}
.site-footer ul.social li {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}
.site-footer ul.social li:last-child {
	margin-right: 0;
}
.site-footer ul.social li a,
.site-footer ul.social li a:visited {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 50%;
	border: 2px solid #888;
	font-size: 20px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.site-footer ul.social li a:hover {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	text-decoration: none;
}
.site-footer .with-links .fl:nth-of-type(1) {
	margin-right: 70px;
}
.site-footer .with-links .fl:nth-of-type(2) {
	margin-right: 97px;
}
.site-footer .with-links .fl:nth-of-type(3) {
	margin-right: 90px;
}
.site-footer .with-links .fl:nth-of-type(4) {
	margin-right: 97px;
}
.site-footer .with-links .fl:nth-of-type(4) h6 {
	margin-bottom: 30px;
}
.site-footer .copyright p {
	color: #777777;
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	margin-top: 12px;
	margin-bottom: 0;
}
.site-footer .copyright a,
.site-footer .copyright a:visited {
	color: #777777;
}

/* BREADCRUMBS */
#breadcrumbs {
	color: #909090;
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}
#breadcrumbs .breadcrumb_last {
	font-weight: 600;
}
#breadcrumbs a,
#breadcrumbs a:visited {
	color: #909090;
	font-weight: 100;
}

/* INTRO CONTENT */
.intro-content {
	background: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
	padding: 20px 0 40px;
	position: relative;
	margin-top: 32px;
	z-index: 100;
}
.intro-content:before {
	width: 100%;
	height: 119px;
	position: absolute;
	top: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-pattern-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.intro-content:after {
	width: 100%;
	height: 69px;
	position: absolute;
	bottom: -69px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-pattern-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.intro-content #breadcrumbs {
	position: absolute;
	top: -42px;
	left: 18px;
}
.intro-content .content {
	padding-top: 60px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.intro-content .content h1 {
	color: #749658;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}
.intro-content .content h2 {
	color: #4d463d;
	font-size: 50px;
	font-weight: 900;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -8px;
}
.intro-content .content h3 {
	margin-bottom: 15px;
}

.intro-content .content h4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.intro-content .content p.coord {
	color: #749658;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 10px;
}
.intro-content .content .cta-reserve {
	box-shadow: 0 2px 15px 4px rgba(31, 31, 31, 0.2);
	position: relative;
	z-index: 100;
}
.intro-content .content span.faded {
	width: 100%;
	font-size: 150px;
	color: #4d463d;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	position: absolute;
	top: -25px;
	left: 0;
	text-align: center;
	display: block;
}
.intro-content .content hr.carret {
	border-color: #4d463d;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	max-width: 600px;
	margin: 0 auto 15px;
}
.intro-content .content hr.carret:after {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #4d463d;
}

/* CONTENT BAND */
.content-band {
	padding: 115px 0;
	position: relative;
}
.content-band p {
	margin-bottom: 10px;
}
.content-band-alt {
	padding: 40px 0 60px;
	position: relative;
}
.content-band .img-with-drop:after,
.content-band-alt .img-with-drop:after {
	right: auto;
	left: -15px;
	bottom: -23px;
}
.content-band h3,
.content-band-alt h3 {
	margin-bottom: 10px;
}
.content-band .row {
	padding-top: 100px;
}
.content-band .row:nth-child(1) {
	padding-top: 0px;
}
.content-band:after {
	width: 100%;
	height: 77px;
	position: absolute;
	bottom: -65px;
	left: 0;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cutoff-bottom-alt.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	display: block;
}
.content-band-promo {
	margin-bottom: 100px;
}
.content-band .col-lg-7 .row {
	padding-top: 0px;
}

/* IE */
.ie11 .site-navigation ul li.top-level:nth-of-type(3) a + div ul {
	max-width: 50%;
}
.ie11 .site-navigation ul li.top-level a + div:after {
	top: 143px;
}
.ie11 .intro-content .content h2 {
	font-size: 49px;
}

/* MEDIA QUERIES */
@media (max-width: 1600px) {
	.upcoming-events {
		position: relative;
		background: rgba(0, 0, 0, 0.9);
	}
}
@media (max-width: 1480px) {
	.img-with-drop:after {
		display: none;
	}
}
@media (max-width: 1440px) {
	.site-header {
		background: rgba(255, 255, 255, 0.6);
		padding-bottom: 15px;
	}
}
@media (max-width: 1420px) {
	.site-navigation ul li.top-level:hover > div {
		left: -128px;
	}
	.leadership .col-8.center-block {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
}
@media (max-width: 1377px) {
	.site-header .col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.site-header .col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.site-header hr {
		margin: 15px 0 20px;
	}
	.homepage-intro-content h2 {
		font-size: 44px;
		line-height: 52px;
	}
	.well {
		padding: 55px 15px;
	}
	.well ul li {
		font-size: 17px;
		line-height: 24px;
	}
}
@media (max-width: 1279px) {
	.mobile-footer-links {
		display: block;
		margin-top: 30px;
	}
	.mobile-footer-links a,
	.mobile-footer-links a:visited {
		display: block;
		color: #aaaaaa;
		text-transform: uppercase;
		text-align: left;
		margin-bottom: 30px;
	}
	.mobile-footer-links a:last-child {
		margin-bottom: 0;
	}
	.hamburger {
		display: block;
	}
	.top-bar,
	.site-navigation,
	.site-header hr {
		display: none;
	}
	.upcoming-events {
		padding: 20px 0;
	}
	.segmentation {
		padding: 45px 0 105px;
	}
	.segmentation h3 {
		text-align: center;
	}
	.segmentation h3 a > span {
		top: -48px;
		right: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}
	.homepage-intro-content {
		padding: 50px 0 0;
	}
	.our-facility > div.padded {
		padding: 130px 0;
	}
	.site-header img {
		max-width: 200px;
		top: 8px;
	}
	.site-header img:not(.mobile-logo) {
		display: none;
	}
	.site-header img.mobile-logo {
		display: block;
	}
	.site-header {
		background-color: #2d2f32;
		height: 80px;
	}
	.site-header .col-3 {
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: 260px;
	}
	.site-header .col-9 {
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: 40px;
		position: absolute;
		top: 21px;
		right: 0;
	}
	.homepage-intro-content h2:before {
		display: none;
	}
	.site-footer .top-info .logo {
		margin-right: 30px;
	}
	.site-footer .top-info .address {
		margin-right: 30px;
	}
	.site-footer ul.social li {
		margin-right: 15px;
	}
	.site-footer ul.social li a,
	.site-footer ul.social li a:visited {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	footer.site-footer .row.with-links ul.open {
		display: block;
	}
	footer.site-footer .row.with-links ul {
		display: none;
		padding-left: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.site-footer .with-links .fl {
		width: 100%;
		float: none;
	}
	footer.site-footer .row.with-links .dib {
		display: block;
	}
	footer.site-footer .row.with-links h6:first-of-type {
		width: 100%;
		display: block;
		background: transparent;
		border: 2px solid #888;
		padding: 12px;
		padding-bottom: 9px;
		position: relative;
	}
	footer.site-footer .row.with-links h6:first-of-type:after {
		width: 22px;
		height: 22px;
		text-align: center;
		line-height: 22px;
		font-size: 20px;
		content: "+";
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		border-radius: 50%;
		border: 1px solid #fff;
		color: #fff;
	}
	footer.site-footer .row.with-links .fl:nth-of-type(4) {
		display: none;
	}
	.site-navigation ul li a:not(.cta-reserve),
	.site-navigation ul li a:not(.cta-reserve):visited {
		color: #4d463d;
	}
	.internal-hero-bg {
		min-height: 32.683vw;
	}
	.content-band {
		padding: 85px 0 20px;
	}
	.rates-info .col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.well ul li {
		font-size: 16px;
		line-height: 22px;
	}
	.expeditions .col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.options-list.row {
		margin-top: 30px;
	}
	.leadership .col-8.center-block {
		max-width: 83.333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}

	.page-template-landing-page .form-section .gfield_checkbox li {
		display: inline-block;
		width: 50%;
	}
}
@media (max-width: 1200px) {
	.homepage-intro-content h2 {
		font-size: 35px;
		line-height: 41px;
	}
	.homepage-intro-content h1 {
		font-size: 21px;
		line-height: 26px;
	}
	.quick-facts {
		padding: 85px 0 0;
	}
	.quick-facts .col-3 {
		max-width: 33.33333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		margin-bottom: 30px;
	}
}
@media (max-width: 1100px) {
	.site-navigation ul li a,
	.site-navigation ul li a:visited {
		font-size: 14px;
	}
	.site-header hr {
		max-width: 100%;
	}
	.our-facility .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.segmentation {
		padding-bottom: 85px;
	}
	.segmentation .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.segmentation .col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.segmentation .col-sm-3:last-child {
		margin-top: 40px;
	}
	.contact-us .col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.memberships .col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.leadership ul.split li {
		font-size: 18px;
		line-height: 24px;
	}
	.events-table {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 1100px) {
	.site-footer .top-info .logo {
		float: none;
		margin-right: 0;
	}
	.site-footer .top-info .address {
		float: none;
		margin-right: 0;
		padding-top: 5px;
	}
	.site-footer .top-info .with-social {
		float: none;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.site-footer .top-info .with-social ul {
		display: inline-block;
	}
	.site-footer .row.with-links {
		margin-bottom: 30px;
	}
	.site-footer .row.with-links .dib {
		display: block;
	}
	.site-footer .row.with-links .fl {
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.intro-content .content h2 {
		font-size: 44px;
		line-height: 37px;
		margin-top: 0;
	}
	.intro-content .content h1 {
		font-size: 20px;
		line-height: 26px;
	}
	body.page-template-give .site-footer {
		margin-top: -70px;
	}
}
@media (max-width: 1023px) {
	.homepage-intro-content .col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.homepage-intro-content .col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.homepage-intro-content .col-sm-4 img {
		float: none;
		margin-top: 20px;
	}
	.homepage-intro-content h2 {
		max-width: 100%;
	}
	.upcoming-events {
		padding: 40px 0;
	}

	.our-facility.cutoff {
		padding: 85px 0;
	}
	.testimonials {
		padding: 50px 0 90px;
	}
	.pre-footer.taller {
		padding: 100px 0 180px;
	}
	.rates-info .col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.well {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-top: 35px;
	}
	.rates-info {
		padding-top: 100px;
	}
	.rates-info .row.justify-content-between > .col-lg-5 {
		margin-bottom: 35px;
	}
	.rates-info .row.justify-content-between .col-lg-5:last-child {
		margin-top: 10px;
	}
	.well.smaller-list ul li ul {
		display: block;
	}
	.well.smaller-list ul li ul:before,
	.well.smaller-list ul li ul:after {
		width: 100%;
		display: block;
		clear: both;
		content: "";
	}
	.well.no-pos {
		height: auto;
	}
	.content-band.single-event {
		padding: 80px 0 150px;
	}
	.col-2.dates:before {
		content: "Date(s): ";
		display: block;
		font-weight: 700;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.col-2.times:before {
		content: "Time: ";
		display: block;
		font-weight: 700;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.col-3.event:before {
		content: "Event: ";
		display: block;
		font-weight: 700;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.col-5.brief:before {
		content: "Brief: ";
		display: block;
		font-weight: 700;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.col-2.dates {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.col-2.times {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.col-3.event {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.col-5.brief {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.row.events-table-header {
		display: none;
	}
	.events-table-body div[class^="col-"] {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	body.page-template-directions
		.rates-info
		.row.justify-content-between
		.col-lg-5 {
		margin-bottom: 0;
	}
	.page-template-daycamp .site-footer {
		margin-top: -70px;
	}
	.content-band-promo {
		margin-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.content-band-alt .col-lg-4 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px;
	}
	.content-band .row {
		padding-top: 20px;
	}
	.content-band-alt {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.pattern-cutoff:before {
		top: -29px;
	}
	.content-band .row.align-items-center .img-with-drop.fr,
	.alternating-content .row.align-items-center .img-with-drop.fr {
		float: none;
	}
	.alternating-content .row.align-items-center .img-with-drop img,
	.content-band .row.align-items-center .img-with-drop img,
	.content-band .row.align-items-center .img-with-drop.fr img,
	.alternating-content .row.align-items-center .img-with-drop.fr img {
		display: block;
		margin: 0 auto;
	}
	.alternating-content {
		text-align: center;
	}
	.alternating-content ul.list {
		text-align: left;
	}
	.content-band .row.align-items-center {
		text-align: center;
		margin-bottom: 30px;
	}
	.content-band .row.align-items-center .col-lg-4,
	.alternating-content .row.align-items-center .col-lg-4 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.content-band .row.align-items-center .col-lg-7,
	.alternating-content .row.align-items-center .col-lg-7 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.page-template-youth-camps .rates-info {
		padding: 60px 0 100px;
	}
	.page-template-youth-camps .rates-info .row.justify-content-between + .row {
		margin-top: 0;
	}
	.page-template-youth-camps
		.rates-info
		.row.justify-content-between
		+ .row
		.well {
		margin-top: 15px;
	}
	.page-template-youth-camps
		.rates-info
		.row.justify-content-between
		> .col-lg-5 {
		margin-bottom: 0;
	}
	.page-template-youth-camps .homepage-intro-content {
		padding: 0;
	}
	.page-template-about .our-facility .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.leadership .col-8.center-block {
		text-align: center;
	}
	.leadership ul.split {
		display: inline-block;
	}
	.leadership ul.split li {
		width: 100%;
		float: none;
		text-align: left;
	}
	.col-lg-4.event-gallery {
		margin-top: 30px;
		max-width: 600px;
	}
	.event-gallery .col-4 {
		left: 0;
		padding: 0 15px;
	}
	.event-gallery a {
		margin-bottom: 30px;
	}
	.options-list.content-section-1 {
		padding: 75px 0 0;
	}
	.options-list.content-section-2 {
		padding: 40px 0 0;
	}
	.options-list.content-section-3 {
		padding: 85px 0 0;
	}
	.options-list.content-section-4 {
		padding: 125px 0 20px;
	}
	.options-list.content-section-5 {
		padding: 40px 0 130px;
	}
	.contain-events-categories {
		padding: 70px 0 30px;
	}
	ul.events-categories {
		margin-top: 40px;
	}
	.contain-events-table {
		padding-bottom: 190px;
	}
	.rates-info {
		padding-bottom: 80px;
	}

	.page-template-landing-page .img-with-drop {
		margin-bottom: 40px;
	}
}
@media (max-width: 960px) {
	.internal-hero-bg {
		min-height: 300px;
	}
	.additional-content-band {
		padding-bottom: 20px;
	}
	.resources {
		padding: 50px 0 100px;
	}
	.quick-facts .col-3 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
@media (max-width: 860px) {
	.upcoming-events .events-list a,
	.upcoming-events .events-list a:visited {
		font-size: 19px;
		line-height: 25px;
	}
	.segmentation .col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.segmentation .col-sm-3:nth-of-type(3) {
		margin-top: 40px;
	}
	.site-header {
		height: 50px;
	}
	.site-header img {
		max-width: 110px;
	}
	.menu-txt {
		display: none;
	}
	.hamburger {
		top: -8px;
	}
	.alternating-content {
		padding: 80px 0 0;
	}
	.additional-title {
		padding: 80px 0 20px;
	}
	.alternating-content.cutoff-bottom {
		padding-bottom: 100px;
	}
	.alternating-content .row.align-items-center {
		margin-bottom: 20px;
	}
	.contact-us .col-lg-9 .col-sm-5,
	.contact-us .col-lg-9 .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	body .gform_wrapper ul li.gfield {
		margin-top: 16px !important;
	}
	.contact-us .contact-info {
		margin-top: 40px;
	}
	.expeditions {
		padding: 85px 0 150px;
	}
	.expeditions .col-lg-10 .col-sm-7,
	.expeditions .col-lg-10 .col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.expeditions .col-lg-10 .col-sm-4 {
		margin-top: 30px;
	}
	.expeditions .row.align-items-center {
		margin-bottom: 25px;
	}
	.expeditions .col-lg-10 {
		margin-top: 0;
	}
	.alternating-content-with-options {
		padding: 10px 0 50px;
	}
	.page-id-11835 .additional-content-band {
		padding: 25px 0 130px;
	}
	.pre-footer.pattern-bg {
		padding-top: 0;
	}
	.memberships {
		padding-top: 80px;
	}
	/* .memberships img:first-of-type {
        margin-right: 67px;
    } */
	.content-band.single-event {
		padding: 40px 0 90px;
	}

	.page-template-landing-page .content-band.single-event {
		padding: 80px 0 0;
	}

	.page-template-landing-page .alternating-content {
		padding: 80px 0 30px;
	}
}
@media (max-width: 768px) {
	.resources ul li {
		width: 100%;
		float: none;
	}
}
@media (max-width: 767px) {
	.pre-footer h5 {
		font-size: 50px;
		line-height: 56px;
	}
	.pre-footer {
		padding: 100px 0 120px;
	}
	.pre-footer h5 > span {
		font-size: 60px;
		top: -8px;
	}
	.site-footer .row.with-links .dib {
		display: inline-block;
	}
	.site-footer .row.with-links .fl:last-child {
		clear: both;
	}
	.bg.less {
		max-width: 100%;
	}
	.col-6.less {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.testimonials p {
		font-size: 17px;
		line-height: 23px;
	}
	.testimonials p.name {
		font-size: 16px;
		line-height: 22px;
	}
	.options-list {
		padding: 80px 0 100px;
	}
	.options-list h2 {
		margin-bottom: 40px;
	}
	.options-list .col-lg-10 > .row {
		text-align: center;
		margin-bottom: 27px;
	}
	.options-list .col-lg-10 > .row .col-sm-7 {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		display: block;
	}
	.options-list .col-lg-10 > .row .col-sm-9,
	.options-list .col-lg-10 > .row .col-sm-4 {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		display: block;
		border-bottom: 1px solid #909090;
	}
	.options-list .col-lg-10 > .row:last-child .col-sm-4 {
		border: none;
	}
	.options-list .col-lg-10 > .row .col-sm-4 img.fr {
		float: none;
		display: block;
		margin: 0 auto 30px;
		max-width: 200px;
	}
	.our-facility.campground .row {
		margin: 0;
	}
	.our-facility.campground .col-6 {
		min-width: 100%;
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: 100%;
	}
	ul.table-view li:nth-of-type(3n) {
		margin-bottom: 10px;
	}
	ul.table-view li:nth-of-type(3n + 1) {
		width: 100%;
		display: block;
		font-weight: 600;
	}
	.alternating-content-with-options .options-list h3 {
		max-width: 100%;
	}
	.alternating-content-with-options .options-list .col-lg-10 > .row .col-sm-4 {
		border: none;
	}
	.page-template-about .alternating-content ul.split a:first-of-type,
	.page-template-about .alternating-content ul.split a {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.memberships {
		padding-top: 40px;
	}
	.pre-footer.reservations {
		padding: 140px 0 180px;
	}
	.page-template-adventure-program h3.carret:before,
	.page-template-adventure-program h3.carret:after {
		display: none;
	}
	.page-template-adventure-program .options-list ul.list {
		display: inline-block;
	}
	.page-template-adventure-program .options-list ul.list li {
		text-align: left;
	}
	.with-pdfs hr {
		display: none;
	}
	ul.events-categories li {
		margin-right: 30px;
		font-size: 13px;
	}
}

@media (max-width: 700px) {
	.site-footer .row.with-links .fl {
		width: 100%;
		float: none;
	}
	.site-footer .copyright p {
		text-align: center;
	}
	.site-footer .copyright p .triple-lines {
		display: none;
	}
	.site-footer .copyright a,
	.site-footer .copyright a:visited {
		display: block;
		margin-top: 10px;
	}
	.site-footer .top-info .address p .triple-lines,
	.site-footer .top-info .address p .border {
		display: none;
	}
	.site-footer .top-info .address p a {
		display: block;
	}

	.toll,
	.site-footer .top-info .address p .toll + a {
		display: inline-block;
	}
}

@media (max-width: 640px) {
	.our-facility .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.homepage-intro-content h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.homepage-intro-content h1 {
		font-size: 19px;
		line-height: 25px;
	}
	.internal-hero-bg {
		min-height: 200px;
	}
	.our-facility .container,
	.our-facility .col-sm-12 {
		padding: 0;
	}
	.page-id-11822 .pre-footer {
		padding-bottom: 120px;
	}
	.packages.fl {
		float: none;
	}
	.pdfs.fr {
		float: none;
		margin-top: 20px;
	}
	ul.events-categories li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	ul.events-categories li a,
	ul.events-categories li a:visited {
		display: block;
		border: 1px solid #999;
		padding: 3px 5px;
	}
	ul.events-categories li a.active,
	ul.events-categories li a.active:visited {
		background: #328bf0;
		border-color: #328bf0;
		color: #fff;
	}
	ul.events-categories li a.active:after,
	ul.events-categories li a:hover:after {
		display: none;
	}
	ul.events-categories li a:hover {
		background: #328bf0;
		border-color: #328bf0;
		color: #fff;
	}
}
@media (max-width: 600px) {
	.segmentation h3 a,
	.segmentation h3 a:visited {
		font-size: 15px;
		letter-spacing: 0;
	}
	.segmentation {
		padding-top: 40px;
	}
	.segmentation .col-sm-3:nth-of-type(3) {
		margin-bottom: 0;
	}
	.pre-footer h5 {
		font-size: 36px;
		line-height: 42px;
	}
	.pre-footer h5 > span {
		font-size: 50px;
		top: 0px;
		left: -20px;
	}
	.pre-footer .cta-reserve {
		margin-top: 20px;
	}
	.upcoming-events .events-list a,
	.upcoming-events .events-list a:visited {
		font-size: 13px;
		line-height: 19px;
	}
	.upcoming-events .events-list p {
		margin-bottom: 0;
	}

	.intro-content .content h2 {
		font-size: 36px;
		line-height: 31px;
		margin-bottom: 4px;
	}
	.intro-content .content h1 {
		font-size: 18px;
		line-height: 24px;
	}
	.intro-content {
		padding-bottom: 0;
	}
	.intro-content .content {
		padding-top: 20px;
	}
	.intro-content .content span.faded {
		top: 0;
	}
	ul.list.split {
		margin-top: 25px;
	}
	ul.list.split li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	ul.list.split li a,
	ul.list.split li a:visited {
		font-size: 15px;
		line-height: 22px;
	}
	.pre-footer p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.pre-footer.taller {
		padding-bottom: 130px;
	}
	.rates-info .row.justify-content-between > .col-lg-5 {
		margin-bottom: 0;
	}
	.well.smaller-list ul li {
		font-size: 15px;
		line-height: 22px;
	}
	.split-title {
		font-size: 38px;
		line-height: 44px;
	}
	body:not(.page-template-youth-camps)
		.split-title
		> span:not(.icon-facilities) {
		font-size: 17px;
		line-height: 6px;
	}
	body:not(.page-template-youth-camps)
		.rates-info
		.split-title
		> span.icon-lodging {
		font-size: 35px;
		top: 11px;
	}
	.contact-us {
		padding: 75px 0 120px;
	}
	.expeditions h3 > span {
		display: block;
		float: none;
	}
	.quick-facts .col-3 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.quick-facts .bg {
		padding: 35px 15px;
	}
	.leadership ul.split li {
		font-size: 16px;
		line-height: 22px;
	}
	div.cta-text.fl {
		float: none;
	}
	div.cta-text.fl + button {
		float: none;
		display: block;
		margin: 20px auto 0;
	}
	.pre-footer.reservations {
		padding: 140px 0 120px;
	}
	.event-gallery a {
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 30px;
	}
	.event-gallery .col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.event-gallery .col-4 img {
		width: 100%;
	}
	.rates-info .row.justify-content-between .col-lg-5:last-child {
		margin-top: 30px;
	}
	.page-template-summer-camp .content-band {
		padding-top: 45px;
		padding-bottom: 1px;
	}
	.featured-image {
		padding-top: 80px;
	}
	body.page-template-summer-camp
		.expeditions
		.row.align-items-center
		.col-sm-7
		a.cta-text {
		clear: both;
		display: block;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.segmentation .col-sm-3:nth-of-type(3),
	.segmentation .col-sm-3:last-child {
		margin-top: 0;
	}
	.segmentation .col-sm-3:last-child {
		margin-bottom: 0;
	}
	.segmentation .col-sm-3 {
		margin-bottom: 25px;
	}
	.segmentation .col-sm-3 img {
		margin: 0 auto;
		display: block;
	}
	.intro-content .content h2 {
		font-size: 28px;
		line-height: 27px;
	}
	.intro-content .content h1 {
		font-size: 16px;
		line-height: 22px;
	}
	.intro-content .content p.coord {
		font-size: 14px;
		line-height: 18px;
	}
	.our-facility h4 {
		font-size: 34px;
		line-height: 40px;
	}
	.our-facility h4 > span:not(.icon-facilities) {
		font-size: 17px;
	}
	.page-id-11780 .our-facility h4 > span[class^="icon-"] {
		font-size: 80px;
	}
	.contact-us .contact-info .fl,
	.contact-us .contact-info .fr {
		float: none;
	}
}
@media (max-width: 400px) {
	.our-facility h4 {
		font-size: 27px;
		line-height: 34px;
	}
	.our-facility h4 > span:not(.icon-facilities) {
		font-size: 14px;
		line-height: 7px;
	}
	.pre-footer p {
		font-size: 16px;
		line-height: 22px;
	}
	.pre-footer.taller {
		padding-bottom: 90px;
		padding-top: 80px;
	}
	.page-template-youth-camps .pre-footer.taller {
		padding-top: 120px;
	}
	body.page-template-youth-camps .split-title > span:not(.icon-facilities) {
		display: none;
	}
	body.page-template-youth-camps
		.rates-info
		.split-title:not(.with-border)
		> span:nth-of-type(1) {
		display: block;
	}
	.rates-info {
		padding-bottom: 20px;
	}
	.page-template-landing-page .form-section .gfield_checkbox li {
		display: inline-block;
		width: 100%;
	}
}
@media (max-width: 359px) {
	.segmentation .col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.segmentation .col-sm-3:nth-of-type(3) {
		margin-bottom: 25px;
	}
	.intro-content .content h2 {
		font-size: 25px;
		line-height: 24px;
	}
	.our-facility h4 {
		font-size: 23px;
		line-height: 34px;
	}
	.our-facility h4 > span:not(.icon-facilities) {
		font-size: 12px;
		line-height: 4px;
	}
	.page-id-11780 .our-facility h4 > span[class^="icon-"] {
		font: 67px;
	}
}

.alert-banner {
	padding: 20px 0px;
	text-align: center;
	background-color: #3e3c39;
}
.alert-banner h2 {
	color: #749658;
	font-size: 30px;
	line-height: 56px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
}
.alert-banner p {
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 0px;
}
.alert-banner a {
	margin-top: 20px;
	display: inline-block;
}

#gform_wrapper_9 {
	max-width: 700px;
	margin: 0 auto !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	display: flex;
	align-items: center;
}
.gform_wrapper ul.gfield_checkbox li label {
	font-size: 16px;
}
.checkbox-wrap {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	margin-right: 9px;
	position: relative;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 0;
}
.checkbox-wrap.checked:after {
	background-color: #f54222;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
}
.gform_wrapper ul.gfield_checkbox li {
	margin-bottom: 20px;
}
.gform_wrapper ul.gfield_checkbox li:last-child {
	margin-bottom: 0px;
}
.gform_wrapper ul.gfield_checkbox li .checkbox-wrap input[type="checkbox"] {
	width: 100% !important;
	height: 100%;
	position: absolute;
	margin: 0 !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ALERT BAR */

.alert-bar {
	height: 80px;
	display: flex;
	align-items: center;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
	border-bottom: 2px solid #5e5954;
}
.alert-bar__row {
	display: flex;
	align-items: center;
}
.alert-bar p {
	margin: 0;
	padding-right: 20px;
	font-weight: 600;
}
.alert-bar + .site-header {
	top: 80px;
}
@media (max-width: 768px) {
	.alert-bar {
		height: 100px;
	}
	.alert-bar__row {
		flex-direction: column;
	}
	.alert-bar p {
		padding-right: 0px;
		padding-bottom: 10px;
		text-align: center;
		font-size: 13px;
		line-height: 1.3em;
	}
	.alert-bar + .site-header {
		top: 100px;
	}
}
iframe {
	max-width: 100% !important;
}

body
	.ginput_container_list
	table.gfield_list
	tbody
	tr
	td.gfield_list_icons
	img {
	opacity: 1 !important;
}

/*------ Override ------*/

.cta-reserve,
.cta-reserve:visited {
	border: none !important;
}

/*------ NEW ------*/

.pre-footer--no-bg {
	background-image: none;
}
.page-template-reservations .cta-text button.gform_next_button {
	text-transform: uppercase;
	height: 41px;
	overflow: hidden;
	display: inline-block;
	padding: 9px 30px 9px 30px;
	background-color: #8bc390;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-right: 0 !important;
	cursor: pointer;
}
.page-template-reservations
	.cta-text
	button.gform_next_button
	+ .icon-arrow-text-cta {
	background-color: #69a46e;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	position: relative;
	height: 41px;
	top: 12px;
	margin-left: -4px;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.page-template-reservations
	.cta-text
	button.gform_next_button
	+ .icon-arrow-text-cta:before {
	content: "\e931";
}
.page-template-reservations .cta-text:hover {
	opacity: 1;
}
.page-template-reservations
	.cta-text
	button.gform_next_button
	+ .icon-arrow-text-cta {
	opacity: 1;
	background-color: #69a46e;
}
.page-template-reservations .centered-form {
	max-width: 700px;
}
#field_17_27 {
	margin-top: 15px !important;
}
#field_17_9,
#field_17_43 {
	margin-top: 10px !important;
}
.page-template-reservations .gform_wrapper .gf_step {
	display: none !important;
	color: #817569;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}
.page-template-reservations .gform_wrapper .gf_step span.gf_step_number {
	display: none !important;
}
.page-template-reservations .gform_wrapper .gf_step.gf_step_active {
	display: block !important;
}
.page-template-reservations .gform_wrapper .gform_page_footer {
	text-align: center;
}
.page-template-reservations .gform_page_footer div.cta-text.fl {
	float: none;
	margin-bottom: 30px;
}
.page-template-reservations .gform_page_footer div.cta-text.fl + button {
	float: none;
	margin: 0 auto;
}
.page-template-reservations .ginput_container.ginput_recaptcha > div {
	margin: 0 auto;
}
.page-template-reservations .gfield_description {
	color: #766a5e;
	line-height: 1.5em !important;
	margin-bottom: 10px;
	margin-top: 5px;
}
.page-template-reservations .selected-text {
	color: #766a5e;
}
.gform_wrapper .gfield_required {
	color: #328bf0 !important;
}
br + .cta-text {
	margin-top: 10px;
	display: inline-block;
}
.page-template-meeting-rooms .alternating-content.cutoff-bottom:after {
	display: none !important;
}
@media (max-width: 767px) {
	ul.list {
		text-align: left;
	}
}

p a span.icon-pdf {
	margin-right: 7px;
	display: inline-block;
}

/* Make nav use WP */
header .top-bar.wpnav ul li:nth-of-type(1) a:before {
	z-index: -1;
}
header.site-header .top-bar.wpnav {
	z-index: 10;
	position: relative;
}
header.site-header hr {
	max-width: 965px;
}
header .top-bar.wpnav ul li.cta-reserve-li a {
	position: relative;
	top: -10px;
	color: #fff;
	font-size: 14px;
}
header .top-bar.wpnav .cta-reserve-li a,
.cta-reserve a:visited {
	text-transform: uppercase;
	max-height: 40px;
	overflow: hidden;
	display: inline-block;
	padding: 9px 0 9px 20px;
	background-color: #8bc390;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	/*background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cta-left.png);*/
	text-decoration: none !important;
}
header .top-bar.wpnav .cta-reserve-li a:hover {
	background: #69a46e;
}
header .top-bar.wpnav .cta-reserve-li a:after {
	content: "\e931";
	font-family: icomoon;
	background-color: #69a46e;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	position: relative;
	top: 11px;
	line-height: 0;
	margin-left: 15px;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-font-smoothing: antialiased;
	/*background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-cta-right.png);*/
}
header .site-navigation.wpnav .menu .menu-item.menu-item-has-children {
	position: relative;
}
header .site-navigation.wpnav .menu .menu-item.menu-item-has-children:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #3c3b3b;
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	right: -17px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
header
	.site-navigation.wpnav
	.menu
	.menu-item.menu-item-has-children:hover:after {
	border-top: 6px solid #766a5e;
}
header .site-navigation.wpnav .menu .sub-menu {
	position: absolute;
	left: -999em;
	top: 37px;
	width: 320px;
	background: #f3efe7;
	background-image: url(/wp-content/themes/yboot/assets/img/backgrounds/bg-pattern.png);
	padding: 25px 0;
	z-index: 100;
	border-top: 3px solid #766a5e;
	transition: all 0s ease 0.4s;
}
header .site-navigation.wpnav .menu .menu-item:hover .sub-menu {
	left: -123px;
}
header .site-navigation.wpnav .menu .menu-item:nth-child(2):hover .sub-menu {
	left: -88px;
}
header .site-navigation.wpnav .menu .menu-item:nth-child(3):hover .sub-menu {
	left: -277px;
}
header .site-navigation.wpnav .menu .menu-item:nth-child(4):hover .sub-menu {
	left: -61px;
}

header .site-navigation.wpnav .menu .menu-item .sub-menu:before {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #766a5e;
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 110;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu:after {
	content: "";
	left: 0;
	top: 0;
	transform: translateY(-100%);
	height: 23px;
	background: none;
	position: absolute;
	width: 100%;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 320px;
	padding: 20px;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	opacity: 0.9;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu i:after {
	font-family: "icomoon";
	position: absolute;
	z-index: 1;
	color: #e7e3da;
	font-style: normal;
	font-size: 317px;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu i.compass:after {
	content: "\e93d";
	top: 142px;
	left: -30px;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu i.lodge:after {
	content: "\e93e";
	top: 134px;
	left: -13px;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu i.backpack:after {
	content: "\e945";
	font-size: 390px;
	top: 170px;
	left: -10px;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu i.mountains:after {
	content: "\e944";
	top: 105px;
	left: -13px;
}
header .site-navigation.wpnav .menu .menu-item:nth-child(3) .sub-menu {
	width: 670px;
	flex-wrap: wrap;
	flex-direction: row;
}
header .site-navigation.wpnav .menu .menu-item:nth-child(3) .sub-menu li {
	width: 50%;
	padding: 0 40px;
}
header .site-navigation.wpnav .menu .menu-item:nth-child(4) .sub-menu li {
	width: 160px;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu li {
	display: block;
	margin: 0;
	text-transform: none;
	position: relative;
	margin-bottom: 10px;
	width: 120px;
	z-index: 2;
}
header .site-navigation.wpnav .menu .menu-item:nth-child(2) .sub-menu li {
	width: 200px;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu li:last-child {
	margin-bottom: 0;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu li a {
	padding: 0;
	color: #4d463d;
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0;
}
header .site-navigation.wpnav .menu .menu-item .sub-menu li a:hover {
	color: #766a5e;
}
#mm-nav .mobile-hidden {
	display: none !important;
}
.mm-listview .cta-reserve {
	display: block;

}
@media (max-width: 336px) {
	.mm-listview .cta-reserve {
		max-width: 198px;
		max-height: unset;
		text-align: left;
	}
}
#mm-nav .mm-panel {
	padding: 0;
}
#mm-nav .mm-panel:before {
	display: none;
}
#mm-nav .mm-panel .mm-navbar {
	position: relative;
	margin-bottom: 20px;
	height: 40px;
}
#mm-nav .mm-panel .mm-navbar a.mm-navbar__title {
	padding: 10px 0;
}
#mm-nav .mm-panel .mm-listview {
	margin: 0;
}
#mm-nav .mm-panel .mm-listview > i {
	display: none;
}
#mm-nav #mm-menu-main-menu.mm-panel .mm-navbar {
	position: relative;
	margin-bottom: 0;
	height: auto;
	padding-bottom: 30px;
}
.mm-navbar img {
	width: 100%;
}
.footer-site-links__main > ul {
	display: flex;
	padding: 0 5px;
	justify-content: space-between;
}
@media (max-width: 1050px) {
	.footer-site-links__main > ul {
		flex-direction: column;
		justify-content: unset;
	}
}
@media (max-width: 1440px) {
	.footer-site-links__main > ul {
		padding: 0;
	}
}
.footer-site-links__main > ul > li {
	margin: 0 35px;
	position: relative;
}
@media (min-width: 1051px) {
	.footer-site-links__main > ul > li .sub-menu {
		display: block !important;
	}
}
.footer-site-links__main > ul > li:not(.column) .toggle-footer-mobile {
	display: none;
	width: 60px;
	height: 100%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-style: normal;
	/* border-left: solid 1px #AAA; */
}
.footer-site-links__main > ul > li:not(.column) .toggle-footer-mobile:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border: solid 1px #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 900;
}
.footer-site-links__main > ul > li:not(.column) .toggle-footer-mobile:after {
	content: "\2B";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	left: 51.5%;
}
.footer-site-links__main > ul > li.is-active .toggle-footer-mobile:after {
	content: "\2D";
	top: 49.5%;
}
@media (max-width: 1050px) {
	.footer-site-links__main > ul > li:not(.column) .toggle-footer-mobile {
		display: block;
	}
}
@media (max-width: 1440px) {
	.footer-site-links__main > ul > li {
		margin: 0 15px;
	}
}
@media (max-width: 1050px) {
	.footer-site-links__main > ul > li {
		margin: 0 0 10px 0;
	}
	.footer-site-links__main > ul > li > a {
		padding: 15px;
		display: block;
		width: 100%;
		border: solid 1px #aaa;
		text-decoration: none;
	}
}
@media (max-width: 1050px) {
	.footer-site-links__main > ul > li:not(.column) .sub-menu {
		padding: 15px;
		display: none;
	}
}
.footer-site-links__main > ul > li.column > a {
	display: none;
}
@media (max-width: 1050px) {
	.footer-site-links__main > ul > li.column {
		order: 4;
		margin-top: 30px;
	}
}
.footer-site-links__main > ul > li.column li {
	margin-bottom: 26px;
}
.footer-site-links__main > ul > li.column li > a,
.footer-site-links__main > ul > li > a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: left;
	color: #ccc !important;
	display: inline-block;
}
@media (max-width: 1050px) {
	.footer-site-links__main > ul > li > a {
		margin-bottom: 0;
	}
	.footer-site-links__main > ul > li {
		padding-right: 60px;
	}
}
@media (max-width: 1050px) {
	.footer-site-links__main > ul > li.column li > a {
		font-weight: normal;
	}
}
.enews-signup {
	padding: 8px 0 150px;
}

.enews-signup .gform_wrapper .gform_footer {
	padding: 0;
	margin: 31px 0 0 0 !important;
	position: relative;
	clear: none;
}
body .enews-signup .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
.enews-signup .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 3px;
}
.enews-signup .gform_wrapper.gravity-theme .gfield_header_item,
.enews-signup .gform_wrapper.gravity-theme .gform_fileupload_rules,
.enews-signup .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 1em;
	padding-top: 0;
	margin-bottom: 4px;
}
.enews-signup .title {
	margin-bottom: 25px;
}
.enews-signup .gform_wrapper .gform_footer {
	justify-content: center;
}
.enews-signup-inner {
	max-width: 924px;
	margin: 0 auto;
}
.enews-signup .footnote {
	font-size: 0.688em;
	color: #323232;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.182em;
	text-align: center;
	margin-top: 35px;
	display: block;
}

@media (min-width: 1024px) {
	.enews-signup .gform_wrapper form {
		display: flex;
		justify-content: center;
	}
	.enews-signup .gform_wrapper .gform_body .gfield + .gfield {
		padding-left: 15px;
	}
	.enews-signup .gform_wrapper .gform_body {
		width: 714px;
	}

	.enews-signup .gform_wrapper .gform_footer {
		margin: 31px 0 0 30px !important;
	}
}
body .gform_wrapper .gfield_required {
	font-size: 16px;
}

.ui-datepicker-header {
	background-color: #ffffff !important;
	text-shadow: none !important;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker)
	.ui-datepicker-header
	select {
	background-position: 100% center !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
	.ui-datepicker-header
	select.ui-datepicker-month {
	width: 120px !important;
}

.gallery {
	margin-bottom: 50px !important;
}
.gallery img,
#gallery-1 img {
	max-width: 100% !important;
	height: auto !important;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

.page-template-outdoor-education .faqs .wrap-faq {
	background-color: transparent;
	padding: 25px 0 0;
}

.page-template-outdoor-education .faqs .wrap-faq > h5 {
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	pointer-events: none;
}
.page-template-outdoor-education .faqs .wrap-faq > h5:after {
	display: none;
}
.page-template-outdoor-education .faq-container {
	margin-bottom: 25px;
	background: #fff;
	padding: 25px;
}

.page-template-outdoor-education .faqs .wrap-faq > h5 + .faq-content {
	display: block !important;
}
.faqs h5:after {
	content: url("./assets/img/icons/icon-chevron-down.svg");
	border: 0;
}
.faqs h5:hover:after {
	content: url("./assets/img/icons/icon-chevron-down-gray.svg");
}
.faqs h5.active:after {
	transform: rotate(180deg);
	content: url("./assets/img/icons/icon-chevron-down-gray.svg");
}
.page-template-outdoor-education .faqs .wrap-faq .faq-content > :first-child {
	margin-top: 0 !important;
}
.page-template-outdoor-education .faqs .wrap-faq .faq-content > :last-child {
	margin-bottom: 0 !important;
}
.page-template-contact-us .contact-us {
	padding-bottom: 100px;
}
.page-template-contact-us .enews-signup {
	padding-top: 70px;
}
.page-template-contact-us .enews-signup:before {
	top: -37px;
}
.packages-container .packages {
	width: 50%
}
.packages-container .pdfs {
	width: 45%;
	padding-top: 10px;
	text-align: right;
}

@media (max-width: 1024px) {
	.packages-container .packages {
		width: 100%
	}
	.packages-container .pdfs {
		width: 100%;
		padding-top: 10px;
		text-align: left;
	}
}