@charset "utf-8";
/* Sundance Gardens - Mobile Essentials */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--main-color: #548A57;
	--main-color-trans: rgba(84, 138, 87, 0.60);
	--dark-color: #193219;
	--dark-color-trans: rgba(25, 50, 25, 0.60);
	--accent-color: #F2B419;
	--complement-color: #8c5629;
	--main-font: "acumin-pro-wide", sans-serif;
	--title-font: "basic-sans", sans-serif;
}
img {
	vertical-align: middle;
}
.sans {
	font-family: var(--main-font);
}
.serif {
	font-family: var(--serif-font);
}
.white, .white p, .white h2, .white h3, .white h4 .page-title.white {
	color: #FFF !important;
}
.white-bg {
	background-color: #FFF;
}
.main-color {
	color: var(--main-color) !important;
}
.main-bg {
	background-color: var(--main-color);
}
.dark-color {
	color: var(--dark-color) !important;
}
.dark-bg {
	background-color: var(--dark-color) !important;
}
.shadow {
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
}
.group:after {
	display: block;
	width: 100%;
	clear: both;
}
.wrapper {
	overflow-x: hidden;
	max-width: 2100px;
	margin: auto;
}
body, html {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	color: var(--dark-color);
	font-family: var(--main-font);
	font-size: 20px;
}
html {
	scroll-padding-top: 76px;
}
/*.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}*/
.logo, .logo img, .transitional, .header, .top-bar, .top-bar a, .top-bar div, .mainnav a, .button, .button:after, .cta-container .button:before {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.logo {
	display: block;
	padding: 12px;
	max-width: 200px;
}
.logo img {
	width: 100%;
}
.yoink {
	position: fixed;
	display: block;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.top-bar div {
	font-size: 16px;
}
.top-bar a, .top-bar a:visited {
	display: block;
	color: #FFF;
	padding: 8px;
	text-decoration: none;
}
.top-bar div:first-of-type, .top-bar div:last-of-type {
	padding: 8px;
}
.mainnav, .dropdown ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mainnav a, .mainnav a:visited {
	color: var(--dark-color);
	text-decoration: none;
}
.mainnav a:hover {
	color: var(--light-color);
}
.toplink > a, .toplink > a:visited, .dropdown > a, .dropdown > a:visited, .header-link {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 36px 12px;
}
#hidenav:checked ~ .header .header-link, #hidenav:checked ~ .header .header-link:visited {
	display: block;
}
.dropdown ul a, .dropdown ul a:visited {
	padding: 4px 0 4px 12px;
	font-size: 20px;
	font-weight: 500;
}
.page {
	position: relative;
	padding-top: 24px;
	z-index: 3;
}
.relative, .relative-box {
	position: relative;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.full-width {
	width: 100%;
}
.nine-sixty, .container.nine-sixty {
	max-width: 960px;
}
.seven-twenty, .container.seven-twenty {
	max-width: 720px;
}
.content {
	padding: 32px;
}
.content.short-content, .short-content {
	padding: 12px 32px;
}
.content-block {
	margin-bottom: 64px;
}
.padding-block {
	padding-top: 64px;
	padding-bottom: 64px;
}
h1, h2, h3 {
	margin: 0 auto;
	font-family: var(--title-font);
	font-size: 48px;
	font-weight: 900;
}
h3 {
	font-size: 36px;
	font-weight: 700;
}
h2.small, h3.small {
	margin: 24px auto;
	font-size: 24px;
}
.team-member {
	margin-bottom: 24px;
}
.team-member h3 {
	margin-top: 12px;
	line-height: 28px;
}
.team-member h3 span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none !important;
}
p.small, .small p {
	font-size: 16px;
}
.hero-image h1 {
	padding: 12px;
	width: 100%;
	color: var(--light-color);
	background-color: var(--dark-color);
}
.hero-image h1 span, .lead-title span {
	display: table;
	margin: auto;
	padding: 12px;
	border-top: solid 2px var(--light-color);
	font-size: 24px;
}
.intro-content p {
	margin: 0 auto;
	font-size: 20px;
	line-height: 26px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
}
.normalcase {
	text-transform: unset;
}
.spaced {
	letter-spacing: 2px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.medium {
	font-size: 24px;
}
p.big, .big p {
	font-size: 28px;
	font-weight: 600;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-start, .flex.flex-start {
	justify-content: flex-start;
}
.flex-center, .flex.flex-center {
	justify-content: center;
}
.flex-end, .flex.flex-end {
	justify-content: flex-end;
}
.flex-vertical-justify {
	flex-direction: column;
	justify-content: space-between
}
.hero-image {
	position: relative;
}
.hero-image img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 2000px;
	z-index: 1;
}
.hero-image:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(46, 58, 65, 0.5) 1%, rgba(46, 58, 65, 0.5) 25%, rgba(46, 58, 65, 0) 100%);
	z-index: 2;
}
.no-overlay.hero-image:before {
	display: none;
}
.underlayed {
	position: relative;
	z-index: 2;
}
.overlayed {
	position: relative;
	z-index: 4;
}
.page-image {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 500px;
}
.overlay:after, .page-image img, .absolute-image img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.absolute-image img {
	height: 90%;
	margin: auto;
}
.overlay:after {
	content: "";
	background-color: var(--dark-color-trans);
	z-index: 2;
}
.page-image img, .absolute-image img {
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
	z-index: 1;
}
.page-image .container {
	position: relative;
	z-index: 3;
}
.page-title {
	color: var(--dark-color);
	font-size: 36px;
	line-height: 44px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.page-title span {
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}
.flower-title {
	position: relative;
}
.flower-title:before, .flower-title:after, .top-flower:before {
	position: relative;
	width: 140px;
	height: 80px;
	margin: 8px auto;
	background-repeat: no-repeat;
	background-position: top center;
}
.flower-title:after {
	margin-top: 16px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.icon:before, .flower-title:before, .flower-title:after, .top-flower:before {
	display: block;
	content: "";
	width: 140px;
	background-image: url("../elements/images/icon-spritesheet.png");
}
.icon-title:before {
	height: 125px;
	margin: auto;
	background-position: 0 -455px;
}
.call-icon {
	position: relative;
	padding-left: 174px;
	margin-top: 36px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
}
.dark-color .call-icon {
	color: var(--dark-color);
}
.call-icon span {
	display: block;
	color: var(--dark-color);
	font-size: 28px;
	font-family: var(--title-font);
}
.icon.call-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 80px;
	border-top: solid 20px var(--main-color);
	border-bottom: solid 20px var(--main-color);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-position: 0 -486px;
}
.button-row {
	margin-bottom: 32px;
}
.home-button, .home-button:visited {
	position: relative;
	display: block;
	color: #FFF;
	font-family: var(--title-font);
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 60px;
}
.home-button span {
	position: relative;
	display: block;
}
.home-button > span {
	padding: 40px 8px 40px 88px;
}
.home-button > span span {
	z-index: 3;
}
.home-button > span span:after, .button:before, .mainnav > li > a:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-bottom: solid 4px #FFF;
	pointer-events: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.mainnav > li > a {
	position: relative;
}
.mainnav > li > a:after {
	bottom: 8px;
	border-bottom: solid 4px var(--dark-color);
}
.button:before {
	bottom: -4px;
	border-bottom: solid 4px var(--accent-color);
}
.home-button:hover > span span:after, .button:hover::before, .mainnav > li > a:hover::after {
	width: 80%;
	pointer-events: all;
}
.button:hover::before {
	width: 100%;
}
.home-button.icon:before {
	position: absolute;
	width: 140px;
	height: 125px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 4;
}
.icon-garden-center:before {
	background-position: 0 -80px;
}
.icon-garden-store:before {
	background-position: 0 -205px;
}
.icon-our-services:before {
	background-position: 0 -330px;
}
.gifts-icon:before {
	background-position: 0 -580px;
}
.home-button:hover .overlay:after {
	opacity: 0.5;
}
.footer {
	position: relative;
	padding-top: 64px;
	color: #FFF;
	background-color: var(--dark-color);
	z-index: 4;
}
.divider {
	width: 100%;
	margin: 64px 0;
	border-top: solid 2px var(--main-color);
}
.footer-logo {
	max-width: 200px;
}
.footer a, .footer a:visited {
	color: var(--main-color);
}
.footer a:hover {
	color: #FFF;
}
.footer .social-icons {
	margin-right: 48px;
}
.social-icons a, .social-icons a:visited {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../elements/images/social-icons.png");
	background-repeat: no-repeat;
	background-size: 72px;
	background-position: top left;
	overflow: hidden;
	text-indent: 50px;
	margin-right: 8px
}
.social-icons a.facebook, .dark-social .social-icons a.facebook:hover {
	background-position: 0 0;
}
.social-icons a.facebook:hover {
	background-position: -24px 0;
}
.dark-social .social-icons a.facebook {
	background-position: -48px 0;
}
.social-icons a.facebook:hover {
	background-position: -24px 0;
}
.social-icons a.instagram, .dark-social .social-icons a.instagram:hover {
	background-position: 0 -24px;
}
.dark-social .social-icons a.instagram {
	background-position: -48px -24px;
}
.social-icons a.instagram:hover {
	background-position: -24px -24px;
}
.complement a, .complement a:visited {
	color: var(--complement-color);
}
.complement a:hover {
	color: var(--light-color);
}
/*Interactives*/
.hide-field[data-content=""], .hide-field[data-content="0"], .hide-field[data-content="$"], .form-field label {
	display: none;
}
.FORM {
	margin-top: 24px;
}
input[type="text"], input[type="email"], textarea {
	display: block;
	width: 100%;
	font-family: var(--main-font);
	font-size: 20px;
	padding: 8px;
	border: solid 3px #FFF;
}
.FORM textarea {
	min-height: 150px;
}
#results {
	min-height: 80px;
}
.form-field {
	position: relative;
	margin-bottom: 16px !important;
}
.attribution {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 8px;
	text-align: right;
}
.bg-box {
	position: relative;
	margin: 24px auto;
	padding: 24px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bg-box-content {
	position: relative;
	z-index: 3;
}
.bg-box-content#contact-form {
	margin-bottom: 32px;
}
.bg-box .bg-box-content#contact-form {
	margin-bottom: 0;
}
.mountain-overlay {
	padding-top: 90px;
	padding-bottom: 60px;
}
.mountain-overlay:before, .grass-overlay:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	background-repeat: repeat-x;
	z-index: 4;
}
.mountain-overlay:before {
	top: -2px;
	height: 165px;
	background-image: url("../elements/images/mountain-bg.png");
	background-size: cover;
	background-position: top center;
}
.grass-overlay:after {
	bottom: -1px;
	height: 110px;
	background-image: url("../elements/images/grass-pattern.png");
}
.left-border {
	border-left: solid 8px var(--accent-color);
}
.event-thumb, .event-thumb:visited {
	display: flex;
	flex-wrap: wrap;
	vertical-align: middle;
	margin-bottom: 24px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--dark-color);
	text-decoration: none;
}
.event-page-thumbs .event-thumb {
	width: 49%;
	align-self: top;
}
.event-thumb span {
	display: block;
}
.event-date {
	width: 80px;
	text-align: center;
	margin-right: 12px;
}
.event-thumb-image, .event-thumb-image img {
	display: block;
	width: 100%;
	vertical-align: middle;
}
.event-thumb-image {
	margin-bottom: 16px;
}
.date-month {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	border: solid 4px var(--main-color);
}
.date-day {
	font-size: 36px;
	font-weight: 700;
	border: solid 4px var(--main-color);
	border-top: none;
}
.event-info span {
	font-family: var(--title-font);
	font-size: 24px;
	font-weight: 700;
}
.button, .button:visited {
	position: relative;
	display: table;
	color: #FFF;
	background-color: var(--main-color);
	padding: 12px 80px 12px 24px;
	margin: auto;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.button:hover {
	background-color: var(--dark-color);
}
.button.dark-bg:hover {
	background-color: var(--complement-color) !important;
}
.cta-container .button:before, .button:after {
	position: absolute;
	content: "";
	display: block;
}
.cta-container .button:before {
	width: 90%;
	height: 36px;
	left: 0;
	right: 0;
	bottom: -4px;
	margin: auto;
	background-color: var(--complement-color);
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom: none;
	z-index: 2;
}
.cta-container .button:hover::before {
	bottom: 0;
	background-color: var(--main-color);
}
.cta-container .button, .cta-container .button:visited {
	font-family: var(--title-font);
	font-size: 40px;
	letter-spacing: 3px;
	padding: 8px 96px 8px 32px;
}
.cta-container .button i {
	position: relative;
	display: block;
	font-style: normal;
	z-index: 3;
}
.cta-container p {
	margin-bottom: 0;
}
.cta-container h4 {
	margin-bottom: 8px;
}
.button:after {
	top: 0;
	right: 24px;
	bottom: 0;
	width: 36px;
	height: 28px;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAcCAYAAAAJKR1YAAAACXBIWXMAAAsSAAALEgHS3X78AAAAyElEQVRIic3XwQ2DMAyF4Z+qxx7YoQN0BbpRR2CEjsBIZZNu8HoocEBIKY5N/aScEMonTBIHSQSMXlJreTcCM+iblwUVhZmzG+Vdpq3sQnmC2mnyKpR3yapR3qBqVASoChUFMqMiQSZUNGg3qpHUEZ8L8ASuG89GoAPeAI0kHQAqZUFlAcGEOv1bsU4W0FKyM3A/YMKff+p0yz4VJhqU6uhIdbimaj9SNWguLaznxvgAbsV9phTnkg3WLxNRsjUqxUVxHr0FI4kP1j9gD8Pz/3EAAAAASUVORK5CYII=);
	z-index: 4;
}
.button:hover::after {
	right: 28px;
}
a.disabled {
	pointer-events: none !important;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		/* Translate by the width of 4 images (3 visible, 1 scrolled off) */
		transform: translateX(calc(-133.333% - 24px * 4));
	}
}
@media (max-width: 1200px) {
	.home-button, .home-button:visited, .flex-third.home-button, .flex-third.home-button:visited {
		width: 100%;
		margin-bottom: 24px;
	}
}
@media (max-width: 768px) {
	h1, h2, h3 {
		font-size: 28px;
	}
	.header .flex-end {
		justify-content: flex-start;
	}
	#main-nav {
		display: block;
		overflow: hidden;
		visibility: hidden;
		max-height: 0;
		padding-top: 0;
		width: 100%;
		pointer-events: none;
	}
	#hidenav:checked ~ .header #main-nav {
		visibility: visible;
		max-height: 1000px;
		padding-top: 32px;
		pointer-events: all;
	}
	.hidenav-toggle {
		position: absolute;
		top: 20px;
		right: 12px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.hidenav-toggle::before, .hidenav-toggle::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 0;
		border-top: solid 2px var(--dark-color);
		transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
	}
	.hidenav-toggle::before {
		top: 12px;
	}
	.hidenav-toggle::after {
		bottom: 12px;
	}
	#hidenav:checked ~ .header .hidenav-toggle::before {
		transform: rotate(45deg);
		top: 50%;
	}
	#hidenav:checked ~ .header .hidenav-toggle::after {
		transform: rotate(-45deg);
		bottom: 50%;
	}
	.toplink > a, .toplink > a:visited, .dropdown > a, .dropdown > a:visited, .header-link {
		padding: 12px;
	}
	.dropdown > a, .dropdown > a:visited {
		position: relative;
		padding-right: 24px;
	}
	.dropdown > a:after {
		position: absolute;
		display: block;
		content: "";
		color: var(--complement-color);
		top: 20px;
		right: 0;
		margin: auto;
		width: 16px;
		height: 16px;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAhCAYAAAA/F0BXAAAACXBIWXMAAAsSAAALEgHS3X78AAABGklEQVRIic2UvY2DQBBGH9blJkNkPokCKMEluAMCF+AWuBK2gJW8HVEAksksZ+6ACwx3/Cy7s+DAEyFg3nw78+1EbduyNXabCVOI0So2Wh1CIVF/HKPVCbgCe8AAZXG+NKFK8g4AUAA3o9VVoszXExFM2lgnLHQ6Q1i8FjKE5VshAM8tEAN8F+dL1b/4Cky2ekcC8RrPBRG7NhreYqNVCRykyVbI2nj/Klgbo8Y+7vUROEoSkzQr++e/njzudQw0/K8DX/z0oOFx4gAAvKb.ICJKkWcPLG9IoZ5DpB0+YrugcEqBmVMw2Yp+akQorRKBmVmTJbEtqZioWIQ41VrjL9tMEqwonxKLGqgI8q6C7CjnwTNKsWvrvc/bJL0OFa7AGMSzOAAAAAElFTkSuQmCC);
		background-repeat: no-repeat;
		background-position: top center;
	}
	.dropdown.active > a {
		color: var(--light-color);
	}
	.dropdown.active > a:after {
		background-position: bottom center;
	}
	.dropdown ul {
		display: none;
	}
	.dropdown.active > ul {
		display: block;
	}
	.mainnav > li, .mainnav a, .mainnav a:visited {
		width: 100%;
	}
	.header.scrolled > .content, #hidenav:checked ~ .header > .content {
		padding: 8px 12px;
	}
	.flex-third, .flex-half {
		width: 100%;
	}
	.partner-logo {
		border-right: none;
	}
}