@import url("/css/fck_editorarea.css");


/* GENERAL */

form {
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	overflow: hidden;
	}

.wf-loading form {
	visibility: hidden;
	opacity: 0;
	}

.wf-active form, .wf-inactive form {
	visibility: visible;
	opacity: 1;
	}

.media-wrapper {
	position: relative;
	display: block
	}

.media-wrapper.sb9 {
	padding-bottom: 56.25%;
	}

.media-wrapper.square {
	padding-bottom: 100%;
	display: block
	}

.media {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background-size: cover;
	overflow: hidden;
	background-position: center;
	}

.media > div {
	height: 100%;
	}

.valign-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
	}

.valign-wrapper::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	}

.valign {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	width: 100%;
	}

.leftright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  }

.leftright :first-child {
  margin-right: 20px;
  }

.onlyprint {
	display: none;
	}

.scroll-to-top {
	cursor: pointer;
	position: fixed;
	z-index: 98;
	right: 20px;
	bottom: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #9fa374;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	transition: 400ms;
	}

.scrolled .scroll-to-top {
	opacity: 0.9;
	visibility: visible;
	pointer-events: all;
	}

.scroll-to-top:hover {
	opacity: 1;
	}

.middot-divider {
	padding-left: 0.45em;
	padding-right: 0.45em;
	}

.middot-divider::after {
	content: "\b7";
	}

.hide {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none;
	}

.scrollfx-preactivate {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    }

.scrollfx-activate-transition {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    }

.scrollfx-activated {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    }
		/* ALERT */

		aside.alert {
			position: fixed;
			z-index: 9999;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			opacity: 0;
			visibility: hidden;
			-webkit-transition: visibility 0, opacity 200ms;
			-webkit-transition-delay: 200ms, 0;
			}

		aside.alert.active {
			visibility: visible;
			opacity: 1;
			-webkit-transition: opacity 200ms;
			}

		aside.alert .overlay {
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			background: black;
			opacity: 0.9;
			}

		aside.alert .box {
			position: absolute;
			z-index: 2;
			left: 50%;
			top: 50%;
			width:450px;
			max-width: 60vw;
			max-height:75vh;
			overflow-y:auto;
			padding-top: 35px;
			padding-left: 40px;
			padding-right: 40px;
			padding-bottom: 15px;
			background: #ffffff;
			font-size: 120%;
			line-height: 1.3em;
			-webkit-transform: translate(-50%,-50%) scale(0);
			-webkit-transition: none;
			-moz-transform: translate(-50%,-50%) scale(0);
			-moz-transition: none;
			transform: translate(-50%,-50%) scale(0);
			transition: none;
			}

		aside.alert .box p {
			line-height: 1.2em;
			}

		aside.alert .box h4 {
			}

		aside.alert.active .box {
			-webkit-transform: translate(-50%,-50%) scale(1);
			-webkit-transition: -webkit-transform 200ms ease;
			-moz-transform: translate(-50%,-50%) scale(1);
			-moz-transition: -moz-transform 200ms ease;
			transform: translate(-50%,-50%) scale(1);
			transition: transform 200ms ease;
			}

		.close-alert {
			cursor: pointer;
			position: absolute;
			right: 0;
			top: 0;
			width: 48px;
			height: 48px;
			background-color: #9fa374;
			background-image: url(/images/icon-search-close.png);
			background-position: center;
			background-repeat: no-repeat;
			}

		.close-alert:hover {
			background-color: #bb3828;
			}

/* HEADER */

header[role="banner"] {
	position: relative;
	height: 110px;
	background: #ffffff;
	z-index: 3;
	}

header[role="banner"] .logo {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 600px;
  height: 65px;
  margin-top: -35px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-size: 600px 65px;  }

header[role="banner"] .search-wrapper {
	position: absolute;
	right: 30px;
	top: 50%;
	line-height: 48px;
	border: 1px solid #cdcdcb;
	margin-top: -25px;
	}

header[role="banner"] .search-trigger {
	padding: 0 20px;
	cursor: pointer;
	color: rgba(56,55,49,0.65);
			-webkit-transition: 200ms;
		-moz-transition: 200ms;
		transition: 200ms;

}

header[role="banner"] .search-trigger::before,
header[role="banner"] .search-trigger::after {
	color: #9fa374;
			-webkit-transition: 200ms;
		-moz-transition: 200ms;
		transition: 200ms;
	}



header[role="banner"] .search-trigger:hover {
	background: #dfe2be;
	}

.search-wrapper .input-wrapper {
	margin-bottom: 0;
	border: 1px solid #cdcdcb;
	}

.popup-content .input-wrapper input[type="text"] {
	background:white !important
	}


.search-wrapper .input-wrapper a {
	margin-top: -24px;
	}

	@media screen and (min-width:1240px) {
		header[role="banner"] .logo {
		  position: absolute;
		  left: 30px;
		  top: 50%;
		  width: 625px;
		  height: 68px;
		  margin-top: -36px;
			background-image: url(/images/logo.png);
			background-repeat: no-repeat;
			background-size: 625px 68px;  }
	}

	@media screen and (min-width:1400px) {
		header[role="banner"] .logo {
	    transform: scale(1.125);
	    transform-origin: left center;
	    }
	}

	@media screen and (max-width:840px) {
		header[role="banner"] .logo {
	    transform: scale(0.8);
	    transform-origin: left center;
	    }
	}
@media screen and (max-width:767px) {
  header[role="banner"] .logo {
    transform: scale(0.8);
    transform-origin: left center;
    }
  header[role="banner"] .search-wrapper {
    right: 95px;
    }
  header[role="banner"] .search-trigger {
    padding: 0;
    width: 48px;
    text-align: center;
    }
  header[role="banner"] .search-trigger span {
    display: none;
    }
  header[role="banner"] .search-trigger::before {
    margin: 0;
    }
  header[role="banner"] .search-trigger::after {
    display: none;
    }
  header[role="banner"] .menu-trigger {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #cdcdcb;
    margin-top: -25px;
    cursor: pointer;
    }
  header[role="banner"] .menu-trigger span {
    display: block;
		position: absolute;
		left: 12px;
		right: 12px;
		top: 50%;
		height: 2px;
		margin-top: -1px;
		background: #9fa374;
		-webkit-transition: 120ms;
		-moz-transition: 120ms;
		transition: 120ms;
		}
	header[role="banner"] .menu-trigger span::before,
	header[role="banner"] .menu-trigger span::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background: #9fa374;
		-webkit-transition: 120ms;
		-moz-transition: 120ms;
		transition: 120ms;
		}
	header[role="banner"] .menu-trigger span::before {
		top: -7px;
		}
	header[role="banner"] .menu-trigger span::after {
		bottom: -7px;
		}
	.menu-active header[role="banner"] .menu-trigger span {
		background: transparent;
		}
	.menu-active header[role="banner"] .menu-trigger span::before {
		top: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
	.menu-active header[role="banner"] .menu-trigger span::after {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		}
  }

@media screen and (max-width:700px) {
  header[role="banner"] {
    height: 90px;
    }
  header[role="banner"] .logo {
    left: 15px;
    transform: scale(0.7);
		transform-origin: left center;
		margin-top: -32px;
    }
  header[role="banner"] .menu-trigger {
    right: 15px;
    }
  header[role="banner"] .search-wrapper {
    right: 73px;
    }
	}

	@media screen and (max-width:580px) {
		header[role="banner"] .logo {
			background-image: url(/images/mark.png);
			background-size: 60px 60px;
			width: 60px;
			height:60px;
			margin-top: -31px;
			transform: scale(1.0);
			}
		}



/* HERO */

.section.hero .slideshow {
  position: absolute;
  left: 280px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #dfe2be;
  }

.section.hero .slideshow .caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 8%;
  right: 8%;
  bottom: -40px;
  background: #ffffff;
  padding: 24px 36px;
  }

.section.hero .slideshow .caption h2 {
  margin-bottom: 0;
  }

.section.hero .slideshow .caption .left {
  margin-right: 16px;
  }

.section.hero .slideshow .label {
  opacity: 0.5;
  }

.section.hero .menu-wrapper {
  position: relative;
  z-index: 5;
  width: 280px;
  background: #ffffff;
  }

.section.hero > .media-wrapper {
  position: absolute;
  left: 280px;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 5%;
  }

.section.hero h1 {
  margin: 0;
  color: #ffffff;
	font-weight: 100;
	font-family: 'mr-eaves-xl-modern', sans-serif
  }

@media screen and (max-width:767px) {
  .section.hero > .media-wrapper {
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%;
    }
  }



/* MAIN NAV */

.section.hero nav ul {
  margin: 0;
  list-style: none;
  }

.section.hero nav li {
  position: relative;
  }

.section.hero nav a {
  display: block;
  }

.section.hero nav > ul {
  margin-left: 60px;
  }

.section.hero nav > ul:not(:only-child) {
  margin-bottom: 25px;
  }

.section.hero nav > ul > li > a {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #9fa374;
  padding: 2px 0 2px 15px;
  }


.section.hero nav > ul > li > a:hover {
  color: #8c8f68;
  background: #fafafa;
  }

.section.hero nav .dropdown {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  margin-left: 0px;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 200ms;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transform: translateX(-15px);
  }

.section.hero nav li:hover .dropdown {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 150ms;
  }

.section.hero nav .dropdown a {
  padding: 8px 50px 8px 20px;
  color: #1d2a10;
  }

.section.hero nav .dropdown a:hover {
  background: #fafafa;
  }

.section.hero .gallery-hours [class*="icon-tjconly"],
.section.hero .gallery-location [class*="icon-tjconly"] {
  font-size: 32px;
  }

.section.hero .gallery-hours,
.section.hero .gallery-location {
  position: relative;
  padding: 21px 20px;
  text-align: center;
  line-height: 1.25;
  }

.section.hero .gallery-hours h6,
.section.hero .gallery-location h6 {
  margin-bottom: 6px
  }

.section.hero .gallery-hours {
  background: #9fa374;
  color: #ffffff;
  margin-right: -20px;
  margin-top: 20px;
  }

.section.hero .gallery-location {
  background: #dfe2be;
  }

.section.hero .gallery-location h6,
.section.hero .gallery-location [class*="icon-tjconly"] {
  color: #9fa374;
  }

@media screen and (max-width:960px) {
  .section.hero .menu-wrapper {
    width: 220px;
    }
  .section.hero > .media-wrapper {
    left: 220px;
    }
  .section.hero .slideshow {
    left: 220px;
    }
  .section.hero nav > ul {
    margin-left: 40px;
    }
  .section.hero nav > ul > li > a {
    font-size: 1.1rem;
    }
  }

@media screen and (max-width:767px) {
  .section.hero .menu-wrapper {
    width: auto;
    flex-wrap: wrap;
    display: none;
    }
  .menu-active .section.hero .menu-wrapper {
    display: flex;
    }
  .section.hero .slideshow {
    position: relative;
    height: 480px;
    }
  .section.hero > .media-wrapper {
    left: 0;
    }
  .section.hero .slideshow {
    left: 0;
    }
  .section.hero nav {
    width: 100%;
    order: 2;
    padding-bottom: 20px;
    }
  .section.hero nav > ul {
    margin-left: 0;
    }
  .section.hero .additional-details {
    order: 1;
    display: flex;
    padding-bottom: 20px;
    width: 100%;
    }
  .section.hero .gallery-hours,
  .section.hero .gallery-location {
    margin: 0;
    flex-grow: 1;
    }
  .section.hero nav .dropdown {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: none;
    left: auto;
    margin: 0;
    box-shadow: none;
    }
  .section.hero nav a {
    padding: 2px 5% !important;
    }
  .section.hero nav ul ul a {
    padding: 2px 5% 2px 8% !important;
    }
  .section.hero .slideshow .caption {
    display: block;
    }
  .section.hero .slideshow .caption .label {
    display: block;
    line-height: 1.3em;
    }
  .section.hero .slideshow .caption .left {
    margin: 0;
    }
  .section.hero .slideshow .caption .right {
    transform: scale(0.8);
    transform-origin: left center;
    }
  }



/* SECTION */

.section {
	position: relative;
	}

.bg-white {
  background: #ffffff;
  }

.bg-alt {
background: #f8f7f4;
	}

.bg-lightgreen {
  background: #9fa374;
  }

.section .bounds > .padding-less {
	padding: 4% 0;
	}

.section .bounds > .padding {
	padding: 6% 0;
	}

.section .bounds > .padding-more {
	padding: 12% 0;
	}

@media screen and (max-width:767px) {

	.section .bounds > .padding-less {
		padding-top: 28px;
		padding-bottom: 28px;
		}

	.section .bounds > .padding {
		padding-top: 55px;
		padding-bottom: 55px;
		}

	.section .bounds > .padding-more {
		padding-top: 83px;
		padding-bottom: 83px;
		}

	}



/* SECTION: INTRO */

.section.intro .padding {
  padding-top: 90px !important;
  }

@media screen and (max-width:640px) {
  .section.intro .row.flex {
    display: block;
    }
  .section.intro .text-center {
    text-align: left !important;
    }
  .section.intro [class*="column"] {
    display: block;
    width: auto;
    padding: 0 2% !important;
    }
  .section.intro [class*="column"] + [class*="column"] {
    margin-top: 30px;
    }
  }



/* SECTION: DOUBLE FEATURE */

.section.double-feature {
  display: flex;
  }

.section.double-feature .item {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex-grow: 1;
  color: #ffffff;
  pointer-events: none;
	overflow: hidden;
  }

.section.double-feature.margins {
  padding: 2.5% 5%;
  }

.section.double-feature.margins .item {
  box-sizing: border-box;
  padding: 2.5% 10px;
  }

.section.double-feature:not(.margins) .item:not(:first-child) {
  border-left: 1px solid #ffffff;
  }

.section.double-feature .media-wrapper {
  height: 365px;
  pointer-events: all;
	overflow: hidden;
  }

.section.double-feature .text {
  position: relative;
  padding: 30px;
  flex-grow: 1;
  pointer-events: all;
  }

.section.double-feature .text::after {
  position: absolute;
  right: 30px;
  top: auto;
  bottom: 34px;
  color: #dfe2be;
  }

.section.double-feature .item:nth-child(odd) .text {
  background: #535e7b;
  }

.section.double-feature .item:nth-child(even) .text {
  background: #9fa374;
  }

.section.double-feature .label {
  margin-bottom: 8px;
	font-family: 'mrs-eaves-xl-serif', serif;
  }

.section.double-feature .caption {
  padding-right: 24px;
  }

.section.double-feature .item .media-wrapper .media {
		-webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
	}
.section.double-feature .item:hover .media-wrapper .media {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
		}

@media screen and (max-width:767px) {
  .section.double-feature {
    display: block;
    }
  .section.double-feature .item {
    display: block;
    width: auto;
    }
  .section.double-feature:not(.margins) .item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffffff;
    }
  }



/* SECTION: HAPPENINGS */

.section.happenings .items {
  margin: 0;
  list-style: none;
  }

.section.happenings .media-wrapper,
.section.happenings .timing,
.section.happenings .title,
.section.happenings .copy,
.section.happenings .action {
  display: block;
  }

.section.happenings a {
  color: inherit;
  }

.section.happenings .item {
  margin: 50px 0;
  }

.section.happenings .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  }

.section.happenings .text {
  max-width: 600px;
  margin-right: 30px;
  }

.section.happenings .time {
  display: inline-block;
  margin-right: 15px;
  }

.section.happenings .title {
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
  }

.section.happenings .action::after {
  position: relative;
  top: 19px;
  font-size: 48px;
  color: #dfe2be;
  line-height: 0;
  margin-left: 0;
  }

.section.happenings .item .media-wrapper .media {
		-webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
	}
.section.happenings .item:hover .media-wrapper .media {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
		}


@media screen and (max-width:640px) {
		.section.happenings .action span {
			display: none;
		}
		.section.happenings .text {
			margin-right: 0;
		}
	}

	@media screen and (max-width:540px) {

		.section.happenings .bounds .padding .items .item .flex {
				display: block;
		}
		.section.happenings .bounds .padding .items .item .flex .column3, .section.happenings .bounds .padding .items .item .flex .column9 {
			width: 100%;
		}
		.section.happenings .bounds .padding .items .item .flex .column3 {
			width: 100%;
			padding-bottom: 20px;
		}
  }

/* TEMPLATE: HERO */

.section.hero-space {
	padding-bottom: 45%;
	text-align: center;
	background: #f8f7f4;
	}

.section.hero-space:not(.center-textbox) {
	z-index: 1;
	}

.section.hero-space .text-wrapper {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	}

.section.hero-space:not(.center-textbox):not(.has-form) .text-wrapper {
	bottom: -40px;
	}

.section.hero-space.center-textbox .text-wrapper {
	top: 0;
	bottom: 0;
	font-size: 0;
	}

.section.hero-space.center-textbox .text-wrapper::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	}

.section.hero-space .text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	font-family: 'mrs-eaves-xl-serif', serif;
	padding: 30px 60px;
	max-width: 960px;
	background: rgba(159,163,116,.9);
	}

.section.hero-space.has-form .text-wrapper {
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  }

.section.hero-space.has-form .text {
  width: 320px;
  padding: 50px 60px;
  }

.section.hero-space.has-form .left-heading {
  position: absolute;
  z-index: 2;
  left: 35px;
  top: 60%;
  width: calc(100% - 500px);
  max-width: 560px;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  }

@media screen and (max-width:1020px) {
  .section.hero-space.has-form .text {
    width: 300px;
    padding: 40px 30px;
    }
  .section.hero-space.has-form .left-heading {
    width: calc(100% - 410px);
    }
  }

.section.hero-space.has-form .subheading {
  color: #f0eec1;
  }

.section.hero-space.has-form [class*="zetta"] {
  font-size: 2.75rem;
  line-height: 2.975rem;
  }

.section.hero-space.has-form .form-heading {
  color: #ffffff;
  margin-bottom: 16px;
  }

.section.hero-space.has-form .form-subheading {
  margin-bottom: 6px;
  }

.section.hero-space.has-form .input-wrapper {
  padding-bottom: 15px;
  }

.section.hero-space.has-form .input-wrapper label {
  left: 12px;
  right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 15px;
  }

.section.hero-space.has-form .input-wrapper input:focus + label,
.section.hero-space.has-form .input-wrapper input.active + label {
  left: 0;
  top: -4px;
  font-size: 12px;
  }

.section.hero-space.has-form .input-wrapper input {
  background: rgba(255,255,255,0.8);
  padding: 12px;
  font-size: 15px;
  }

.section.hero-space.has-form .input-wrapper .bar {
  display: none;
  }

.section.hero-space.has-form .validator {
  top: 22px;
  background: none;
  }

.section.hero-space.has-form .action {
  margin-top: 15px;
  }

@media screen and (max-width: 1080px) {
  .section.hero-space.has-form {
    padding-bottom: 0;
    height: 540px;
    }
  .section.hero-space.has-form [class*="zetta"] {
    font-size: 2rem;
    line-height: 2.45rem;
    }
  }

@media screen and (min-width: 1280px) {
  .section.hero-space.has-form {
    padding-bottom: 0;
    height: 640px;
    }
  }

.section.hero-space .text::before {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border: 1px solid rgba(255,255,255,0.35);
	pointer-events: none;
	}

.section.hero-space .heading {
	color: #ffffff;
	margin-top: 8px;
	}

.section.hero-space .heading + a {
	margin-top: 15px;
	}

@media screen and (max-width:767px) {
	.section.hero-space {
		padding-bottom: 50%;
		}
	.section.hero-space::before {
		bottom: auto;
		padding-bottom: 50%;
		}
	.section.hero-space .logo {
		left: 20px;
		top: 24px;
		}
	.section.hero-space .text-wrapper {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		}
	.section.hero-space:not(.center-textbox) .text-wrapper {
		bottom: auto;
		}
	.section.hero-space .text {
		display: block;
		max-width: none;
		}
  .section.hero-space.has-form {
    height: auto;
    }
  .section.hero-space.has-form .left-heading {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: none;
    padding: 5% 5% 2%;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }
  .section.hero-space.has-form .text-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }
  .section.hero-space.has-form .text {
    width: auto;
    transform: scale(0.85);
    }
  .section.hero-space.has-form .text-wrapper > div {
    transform: none !important;
    height: auto !important;
    margin-top: 0 !important;
    }
	}


/* OVERHANGING MEDIA */

.section.overhanging-media {
  display: flex;
  }

.section.overhanging-media.reverse {
	direction: rtl;
  }

.section.overhanging-media.reverse.reverse p {
    direction: ltr;
    text-align: right;
}

.section.overhanging-media .media-wrapper {
  flex-grow: 1;
  }

.section.overhanging-media .text {
  width: 42%;
  box-sizing: border-box;
  padding: 10% 5%;
  }

@media screen and (max-width:767px) {
  .section.overhanging-media {
    display: block;
    }
  .section.overhanging-media .media-wrapper {
    padding-bottom: 40%;
    }
  .section.overhanging-media .text {
    width: auto;
    }
  }

.section.richtext {
	overflow: hidden;
	}


/* ALPHABET */

.alphabet-wrapper {
  overflow: auto;
  padding: 35px 0;
  margin-bottom: -35px;
  }

.alphabet {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  font-family: 'mr-eaves-xl-modern', sans-serif;
  min-width: 697px;
  }

.alphabet .letter {
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
  color: #114432;
  opacity: 0.4;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
  }

.alphabet .letter.letterDisabled  {
	opacity:0.15
	}

.alphabet .letter.selected, .alphabet .letter:hover {
  opacity: 1;
  }

@media screen and (max-width: 1140px) {
  .alphabet .letter {
    font-size: 44px;
    }
  }

@media screen and (max-width: 960px) {
  .alphabet .letter {
    font-size: 36px;
    }
	}

@media screen and (max-width: 770px) {
	.alphabet .letter {
		padding: 5px;
		font-size: 26px;
		}
	.alphabet {
		min-width: 0;
		flex-wrap: wrap;
		justify-content: center;
		}
	.sticky {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}



/* SECTION: LISTING VIEWPORT */

.section.listing-viewport {
	font-size: 0;
	padding: 5% 0;
	}

.section.listing-viewport .panel {
	display: inline-block;
	font-size: 1rem;
	width: 50%;
	vertical-align: top;
	}

.section.listing-viewport .panel.info:first-child {
	padding: 0 2.5% 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.section.listing-viewport .panel.info:last-child {
		padding: 0 5% 0 2.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}


.section.listing-viewport .panel.info h4:not(:first-child) {
	margin-top: 60px;
	}

.section.listing-viewport .collage-wrapper {
	overflow: hidden;
	}

.section.listing-viewport .collage {
	padding: 4px 4px 0;
	}

.section.listing-viewport .collage a {
	display: block;
	background: #9fa374
	}

.section.listing-viewport .collage a::after {
	font-family: 'ycpicons';
	content: "\e00f";
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
	opacity: 0;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	pointer-events: none;
	}

.section.listing-viewport .collage img {
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	}

.section.listing-viewport .collage img:hover {
	opacity: 0.5;
	}

.section.listing-viewport .collage a:hover::after {
	opacity: 1;
	}

@media screen and (max-width:960px) {
	.collage figure:nth-child(1n+11) {
		display: none !important;
		}
	.collage figure:nth-child(11) {
		display: block !important;
		width: auto !important;
		height: auto !important;
		}
	.collage figure:nth-child(11) a {
		margin: 20px;
		background: none;
		padding: 0.6em 1.5em;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #464c5a;
		border-style: solid;
		border-width: 1px;
		border-color: #464c5a;
		background: none !important;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: 150ms;
		-moz-transition: 150ms;
		transition: 150ms;
		}
	.collage figure:nth-child(11) a:hover {
		background: #464c5a !important;
		color: #ffffff;
		}
	.collage figure:nth-child(11) a::before {
		content: "View More Photos";
		}
	.collage figure:nth-child(11) a::after {
		display: none !important;
		}
	.collage figure:nth-child(11) img {
		display: none !important;
		}
	}

@media screen and (max-width:767px) {
	.section.listing-viewport .panel {
		width: 100%;
		}
	.collage figure:nth-child(1n) {
		display: none !important;
		}
	.collage figure:nth-child(1) {
		display: block !important;
		width: auto !important;
		height: auto !important;
		}
	.collage figure:nth-child(1) a {
		margin: 20px;
		background: none;
		padding: 0.6em 1.5em;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #464c5a;
		border-style: solid;
		border-width: 1px;
		border-color: #464c5a;
		background: none !important;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: 150ms;
		-moz-transition: 150ms;
		transition: 150ms;
		}
	.collage figure:nth-child(1) a:hover {
		background: #464c5a !important;
		color: #ffffff;
		}
	.collage figure:nth-child(1) a::before {
		content: "View Photos";
		}
	.collage figure:nth-child(1) a::after {
		display: none !important;
		}
	.collage figure:nth-child(1) img {
		display: none !important;
		}
	.section.listing-viewport .panel.info {
		padding-top: 0;
		}
	.section.listing-viewport .panel.info h4:not(:first-child) {
		margin-top: 40px;
		}
	}

/* MACY */

.section.macy {
  padding: 35px 5%;
  }
.macy-item {
	overflow: hidden;
	transition: transform 150ms;
  }

.macy-item:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
  }
.macy-image {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 5px;
  }
.macy-item .leftright {
  margin-bottom: 20px;
  }

/* Contact */
.locations {
	padding-bottom: 34px;
	position: relative;
}
.locations .media-wrapper {
height: 150px;
margin-bottom: 14px;
	}
.contactUsSection {
	background-color: #FFF;
}

.contact-checkbox ul {
	margin: 0 0 15px;
	list-style: none;
	}
#recaptcha {
	margin: 15px 0;
	display: block;
	}

.column9 .locations {
	padding-right:80px
	}

@media screen and (max-width:1067px) {
	.column9 .locations {
		padding-right:40px;
		}
	}

@media screen and (max-width:800px) {
	.contactUsSection .bounds .padding .row .column9 {
		width: 100%;
	}
	.contactUsSection .bounds .padding .row .column3 {
		width: 35%;
	}
	.column9 .locations {
			padding-right:0px;
	}
}

@media screen and (max-width:578px) {
	.contactUsSection .bounds .padding .row .column3 {
		width: 55%;
	}
}

@media screen and (max-width:400px) {
	.contactUsSection .bounds .padding .row .column3 {
		width: 75%;
	}
}

/* SECTION: LOCATIONS */

.section.locations {
  font-size: 0;
  padding-bottom: 4%;
  }

.section.locations .item {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  width: 50%;
  padding-bottom: 50px;
  margin-bottom: 20px;
  box-sizing: border-box;
  }


.section.locations .item:nth-child(odd) {
  padding-right: 10px;
  }

.section.locations .item:nth-child(even) {
  padding-left: 10px;
  }

.section.locations .media-wrapper {
  padding-bottom: 56.25%;
  }

.section.locations .label-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  }

.section.locations .label {
  display: inline-block;
  background: #ffffff;
  padding: 20px 5%;
  margin: 0 5%;
  }

.section.locations .name::after {
  color: #dfe2be;
  }

.section.locations .item .media-wrapper .media {
		-webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
	}

.section.locations .item:hover .media-wrapper .media {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
	}

@media screen and (max-width:960px) {
  .section.locations .label {
    transform: scale(0.8);
    }
  }

@media screen and (max-width:767px) {
  .section.locations .item {
    width: 100%;
    padding: 0 !important;
    }
  }



/* FOOTER */

footer.site-footer {
	position: relative;
	background: #f8f7f4;
	text-align: center;
	overflow: hidden
	}

footer.site-footer .main {
  display: flex;
  }

footer.site-footer .col {
  display: flex;
  align-items: center;
  position: relative;
  width: 33.33333%;
  }

footer.site-footer .main .content {
  width: 100%;
  box-sizing: border-box;
  padding: 10%;
  }

footer.site-footer .contact-details {
  margin: 20px 0;
  }


footer .content p a {
	color: #383731
	}

footer.site-footer .main .map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f8f7f4;
	overflow: hidden
  }

footer.site-footer .signup-form {
  margin-bottom: 10px;
  }

footer.site-footer h6 {
  margin-bottom: 5px;
  }

footer.site-footer ul {
	margin: 0;
	list-style: none;
	}

footer.site-footer ul li {
	display: inline-block;
	}

footer.site-footer ul a {
	display: block;
	}

footer.site-footer .tagline {
  color: #dfe2be;
  text-align: center;
  padding: 50px 5%;
	position: relative;
	display: inline-block;
  }

footer.site-footer .tagline:before, footer.site-footer .tagline:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 600px;
    top: 50%;
    margin-top: -2px;
    border-bottom: 1px solid #bdc096;
}

footer.site-footer .tagline:before {
    right: 100%;
		margin-right: 15px
}


footer.site-footer .tagline:after {
    left: 100%;
		margin-left: 15px
}


footer.site-footer .secondary {
  padding: 3% 5%;
  }

footer.site-footer .copyright {
	display: inline-block;
	}

footer.site-footer nav {
  display: inline-block;
  }

footer.site-footer nav li::before {
  content: "|";
  margin: 0 6px;
  pointer-events: none;
  }

footer.site-footer nav li a {
  display: inline-block;
  }

footer.site-footer ul.social {
	font-size: 24px;
	}

footer.site-footer ul.social li:not(:first-child) {
	margin-left: 8px;
	}

footer.site-footer ul.social a, footer.site-footer ul.social span {
  color: inherit;
  opacity: 0.35;
  }

footer.site-footer ul.social span {
	font-size: 20px;
	}

footer.site-footer ul.social a:hover {
  opacity: 0.5;
  }

.signature {
	color: #bfbfbf;
	}

.signature a {
	color: #bfbfbf;
	}

.signature a:hover {
	color: #888888;
	}

.signature a:after {
	font-size: 24px;
	vertical-align: -5px;
	margin-left: 4px;
	margin-right: 10px;
	}

.icon-tjconly-wheelchair {
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	top: -12px;
	opacity:0.6
	}

@media screen and (max-width:1140px) {
  footer.site-footer .col:nth-child(1) {
    border-right: 1px solid rgba(0,0,0,0.1);
    }
  footer.site-footer .col {
    width: 50%;
    }
  footer.site-footer .col:nth-child(2) {
    display: none;
    }
  }

@media screen and (max-width:767px) {
  footer.site-footer .main {
    display: block;
    }
  footer.site-footer .col:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.1)
    }
  footer.site-footer .col {
    width: 100%;
    }
  }



/* POPUP */

html.popup-active {
	overflow: hidden;
	}

.site {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin: 0 auto;
	max-width:2000px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.05)
	}

html.popup-active .site {
	-webkit-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
	}

.popup-wrapper {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(159,163,116,0.74);
	color: #ffffff;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	}

.popup-wrapper .popup-content {
	padding: 25px;
	}

.popup-wrapper.popup-page .popup-content {
	padding: 40px;
	background: #ffffff;
	color: #333333;
	}

.popup-wrapper .popup-x {
	cursor: pointer;
	/*position: absolute;*/
	z-index: 2;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	opacity: 0;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
	-webkit-transform: rotate(-90deg) scale(0.75);
	-moz-transform: rotate(-90deg) scale(0.75);
	-o-transform: rotate(-90deg) scale(0.75);
	transform: rotate(-90deg) scale(0.75);
	}

.popup-wrapper.popup-page .popup-x {
	left: auto;
	right: 0;
	width: 40px;
	height: 40px;
	}

.popup-wrapper.popup-active .popup-x {
    opacity: 01;
    -webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
    }

.popup-wrapper .popup-x::before,
.popup-wrapper .popup-x::after {
	content: "";
	position: absolute;
	background: #ffffff;
	left: 12px;
	right: 12px;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	}

.popup-content .input-wrapper:before, .popup-content a:before{
	color: #1d2a10
	}


.popup-wrapper .popup-x::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

.popup-wrapper .popup-x::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.popup-wrapper .popup-x:hover {
	opacity: 1;
	}

.popup-wrapper.popup-active {
	visibility: visible;
	opacity: 1;
	}

.popup-scroller {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 20px 0;
	overflow-y: scroll;
	font-size: 0;
	}

.popup-wrapper.popup-active .popup-scroller {
	-webkit-overflow-scrolling: touch;
	}

.popup-scroller::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	}

.popup-wrapper .popup {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	text-align: left;
	max-width: 800px;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	}

.popup-wrapper.popup-active .popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}

.popup-wrapper .input-wrapper {
    background: #ffffff;
    color: #333333;
    }

.popup-wrapper .input-wrapper:last-child {
	margin-bottom: 0;
	}

.popup-wrapper .input-wrapper input {
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}

.popup-prev,
.popup-next {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -18px;
	color: #ffffff;
	opacity: 0.8;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.popup-prev:hover,
.popup-next:hover {
	opacity: 1;
	}

.popup-prev::before,
.popup-next::before {
	font-family: "ycpicons";
	font-size: 36px;
	line-height: 1;
	display: block;
	}

.popup-prev {
	left: 0;
	}

.popup-prev::before {
	content: "\e000";
	}

.popup-next {
	right: 0;
	}

.popup-next::before {
	content: "\e001";
	}

@media screen and (max-width:560px) {
    .popup-wrapper .popup-scroller {
        padding: 10px 10px 0;
        }
    .popup-wrapper:not(.popup-page) .popup-x {
        width: 30px;
        height: 30px;
        }
    .popup-wrapper:not(.popup-page) .popup-x::before,
    .popup-wrapper:not(.popup-page) .popup-x::after {
        left: 4px;
        right: 4px;
        }
    .popup-wrapper .popup {
        margin-bottom: 10px;
        }
    .popup-wrapper.popup-page .popup-content {
	    padding: 20px;
    	}
    .popup-wrapper.popup-page .popup-x {
	    right: -4px;
	    top: -4px;
    	}
    }



/* BUTTONS */

.btns {
	margin: 32px -6px;
	}

.btns:last-child {
	margin-bottom: 0;
	}

.btns [class*="button"] {
	margin: 5px 6px;
	}

[class*="button"] {
  font-family: 'mr-eaves-xl-modern', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0.4em 1em;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #9fa374;
	color: #ffffff;
	border: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.hero-space [class*="button"] {
  font-family: 'mr-eaves-xl-modern', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0.4em 1em;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #898b68;
	color: #ffffff;
	border: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}


[class*="button"]:hover {
	background-color: #898b68;
	color: #ffffff;
	}

[class*="button"][class*="full"] {
	display: block;
	width: 100%;
	text-align: center;
	}

[class*="button"][class*="smaller"] {
	padding: 0.35em 1em;
	}

[class*="button"][class*="smallest"] {
	padding: 0.2em 0.8em;
	}

[class*="button"][class*="outline"] {
	padding: 0.35em 1em;
	border: 1px solid white;
	background: rgba(0,0,0,0.25);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	}

[class*="button"][class*="outline"]:hover {
	background: rgba(0,0,0,0.33)
	}


.hero [class*="button"] {
	margin-left: 33px
	}





/* FORM ELEMENTS */

.input-wrapper,
.ss-wrapper {
	position: relative;
	margin-bottom: 20px;
	background: #d9d8d5;
	color: #383731;
	border: none;
	}

.input-wrapper label {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	color: #383731;
	border: none;
	opacity: 0.6;
	}

.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
	font-family: 'mr-eaves-xl-modern', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #d9d8d5;
	outline: none;
	border: none;
	width: 100%;
	color: #383731;
	}

.input-wrapper label,
.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
	display: block;
	font-size: 100%;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
	}

.input-wrapper.dollars:before {
	content: "$";
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	width: 46px;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	border-right: 1px solid #cacaca;
	color: #757575;
	}

.input-wrapper.dollars:after {
	content: ".00";
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 46px;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	border-left: 1px solid #cacaca;
	color: #757575;
	}

.input-wrapper.dollars input {
	padding-left: 60px;
	padding-right: 60px;
	}

.input-wrapper[class*="icon-ycpbefore"]:before,
.input-wrapper[class*="icon-ycpafter"]:after {
	position: absolute;
	top: 10px;
	pointer-events: none;
	}

.input-wrapper[class*="icon-ycpbefore"] input,
.input-wrapper[class*="icon-ycpbefore"] label {
	padding-left: 32px !important;
	}

.input-wrapper[class*="icon-ycpbefore"]:before {
	left: 10px;
	}

.input-wrapper[class*="icon-ycpafter"]:after {
	right: 10px;
	}

.input-wrapper a {
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 50%;
	margin-top: -14px;
	}

.input-wrapper a ~ input,
.input-wrapper a ~ label,
.input-wrapper[class*="icon-ycpafter"] input,
.input-wrapper[class*="icon-ycpafter"] label {
	padding-right: 32px !important;
	}

.input-wrapper textarea {
	display: block;
	height: 150px;
	resize: none;
	}

.ss-wrapper {
	padding: 5px 28px 4px 10px;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	}

.ss-wrapper select {
	z-index: 1;
	}

.ss-wrapper.initial {
	color: #383731;
	}

.ss-wrapper.focus,
.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="password"]:focus,
.input-wrapper input[type="email"]:focus,
.input-wrapper input[type="number"]:focus,
.input-wrapper textarea:focus {
	-webkit-box-shadow: 0 0 4px 1px rgba(61,145,185,0.3);
	-moz-box-shadow: 0 0 4px 1px rgba(61,145,185,0.3);
	box-shadow: 0 0 4px 1px rgba(61,145,185,0.3);
	}

.ss-wrapper::after {
	font-family: 'ycpicons';
	content: "\e00c";
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -14px;
	}

.checkbox-group {
	margin-bottom: 20px;
	}

.checkbox-group {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.checkbox-group ul li {
	position: relative;
	display: block;
	white-space: nowrap;
	padding-left: 28px;
	margin: 3px 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}

.checkbox-group ul li input + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #758283;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.checkbox-group ul li input[type="radio"] + label::before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.checkbox-group ul li label {
	display: inline-block;
	white-space: normal;
	}

.checkbox-group ul li input {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 2px;
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	opacity: 0;
	}

.checkbox-group ul li input + label::after {
	position: absolute;
	display: block;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-webkit-transition: 150ms;
	-moz-transform: scale(0.5);
	-moz-transition: 150ms;
	transform: scale(0.5);
	transition: 150ms;
	}

.checkbox-group ul li input[type="checkbox"] + label::after {
	font-family: "ycpicons";
	content: "\e010";
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	display: block;
	color: #444444;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	}

.checkbox-group ul li input[type="radio"] + label::after {
	content: "";
	left: 5px;
	top: 7px;
	width: 12px;
	height: 12px;
	background: #444444;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.checkbox-group ul li input:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	}

select {
	font-size: 16px;
	}

.validator {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 100%;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-color: #9fa374;
	color: #ffffff;
	}

.validator::before {
	font-family: "ycpicons";
	content: "\e004";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -9px;
	font-size: 18px;
	display: block;
	line-height: 1;
	}

.error {
	display: block;
	border: 1px solid #93595c;
	background: #e7d3d4;
	color: #912028;
	padding: 6px 10px;
	margin-bottom: 20px;
	}



/* LOADER */

.loader {
	position: fixed;
	left: 50%;
	top: 50%;
	font-size: 10px;
	text-indent: -9999em;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	background: #9fa374;
	background: -moz-linear-gradient(left, #9fa374 10%, rgba(248, 247, 244, 0) 42%);
	background: -webkit-linear-gradient(left, #9fa374 10%, rgba(248, 247, 244, 0) 42%);
	background: -o-linear-gradient(left, #9fa374 10%, rgba(248, 247, 244, 0) 42%);
	background: -ms-linear-gradient(left, #9fa374 10%, rgba(248, 247, 244, 0) 42%);
	background: linear-gradient(to right, #9fa374 10%, rgba(248, 247, 244, 0) 42%);
	-webkit-animation: load3 1s infinite linear;
	animation: load3 1s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	}

.processing {
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	margin: -28px 0 0 -28px;
	background: #f8f7f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	}

.processing .loader {
	position: absolute;
	visibility: visible;
	opacity: 1;
	}

.wf-loading body > .loader {
	visibility: visible;
	opacity: 1;
	}

.wf-active body > .loader,
.wf-inactive body > .loader {
	visibility: hidden;
	opacity: 0;
	}

.loader:before {
	width: 50%;
	height: 50%;
	background: #9fa374;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	}

.loader:after {
	background: #f8f7f4;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		}
	}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		}
	}



/* GRID FRAMEWORK */

.bounds {
	position: relative;
	max-width: 1500px;
	padding: 0 5%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.inner {
	position: relative;
	height: 100%;
	}

.row {
	font-size: 0;
	margin-left: -2%;
	margin-right: -2%;
	}

.row.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

.row.flex .flex-start {
	align-self: flex-start;
	}

[class*="column"] {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	direction: ltr;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.row:not(.reverse) [class*="column"].extra-padding:first-child,
.row.reverse [class*="column"].extra-padding:last-child {
	padding-right: 4%;
	}

.row:not(.reverse) [class*="column"].extra-padding:last-child,
.row.reverse [class*="column"].extra-padding:first-child {
	padding-left: 4%;
	}

.row:not(.reverse) [class*="column"].more-extra-padding:first-child,
.row.reverse [class*="column"].more-extra-padding:last-child {
	padding-right: 8%;
	}

.row:not(.reverse) [class*="column"].more-extra-padding:last-child,
.row.reverse [class*="column"].more-extra-padding:first-child {
	padding-left: 8%;
	}

.row.align-bottom [class*="column"] {
	vertical-align: bottom;
	}

.row.reverse {
	direction: rtl;
	}

[class*="column"][class*="center"] {
	display: block;
	margin: 0 auto;
	}

[class*="column1"] { width: 8.33333% }
[class*="column2"] { width: 16.66667% }
[class*="column3"] { width: 25% }
[class*="column4"] { width: 33.33333% }
[class*="column5"] { width: 41.66667% }
[class*="column6"], [class*="half"] { width: 50% }
[class*="column7"] { width: 58.33333% }
[class*="column8"] { width: 66.66667% }
[class*="column9"] { width: 75% }
[class*="column10"] { width: 83.33333% }
[class*="column11"] { width: 91.66667% }
[class*="column12"] { width: 100% }

.max-width640 {
  max-width: 640px;
  margin: 0 auto;
  }

.max-width720 {
  max-width: 720px;
  margin: 0 auto;
  }

.max-width900 {
  max-width: 900px;
  margin: 0 auto;
  }



/* RETINA */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	}


/* MEDIA QUERIES */

@media screen and (min-width:1500px) {

	.bounds {
		width: 1500px;
		padding-left: 62px;
		padding-right: 62px;
		}

		.max-width900 {
		  max-width: 1140px;
		  margin: 0 auto;
		  }
			.section.hero-space {
			    padding-bottom: 33%;
			}
			.section.macy {
			    padding: 35px 62px;
			}
			.alphabet {
			    padding: 0 62px;
			}
			.section.listing-viewport .panel.info:first-child {
			    padding: 0 31px 0 62px;
			}
			.section.listing-viewport .panel.info:last-child {
			    padding: 0 62px 0 31px;
			}
			.section.listing-viewport {
				padding: 62px 0;
				}
				.section.double-feature.margins {
				  padding: 2.5% 62px;
				  }
		}
@media screen and (max-width: 720px) {
	table.custom .label {
		display: inline;
		}
	table.custom thead {
		display: none;
		}
	table.custom thead.responsive-show {
		display: block;
		}
	table.custom tbody {
		width: 100%;
		}
	table.custom thead tr {
		display: block;
		}
	table.custom td {
		display: block;
		text-align: left !important;
		border-width: 0 !important;
		padding-top: 0;
		padding-bottom: 0;
		}
	table.custom th {
		display: block;
		text-align: left !important;
		border-width: 0 0 3px !important;
		}
	table.custom td.narrow {
		width: auto;
		}
	table.custom .button-smaller {
		margin-top: 8px;
		}
	table.custom.radios td:first-child {
		width: 1px !important;
		}
	table.custom td:first-child {
		padding-top: 20px;
		}
	table.custom td:last-child {
		padding-bottom: 20px;
		}
	table.custom tr:not(:last-child) td:last-child {
		border-bottom-width: 1px !important;
		}
	table.custom.radios td:first-child {
		padding-top: 0;
		display: table-cell;
		border-right-width: 1px !important;
		}
	table.custom.radios tr:not(:last-child) td:first-child {
		border-bottom-width: 1px !important;
		}
	table.custom.radios td:nth-child(2) {
		padding-top: 20px;
		}
	table.custom tbody tr:first-child td:first-child {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
		}
	table.custom tbody tr:last-child td:last-child {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		}
	table.custom a [class*="icon-only"] {
		font-size: 130%;
		}
	table.custom a [class*="icon-only"]:before {
		display: inline-block;
		vertical-align: middle;
		padding-right: 6px;
		}
	table.custom .input-wrapper {
		padding-bottom: 10px;
		}
	}


	/* STAFF */
	@media screen and (max-width: 840px) {
		.staff-member .column4 {
			width: 41.66667%;
		}
		.staff-member .column8 {
			width: 58.33333%;
		}
	}
	@media screen and (max-width: 630px) {
		.staff-member .column4, .staff-member .column8 {
			width: 100%;
		}
	}

	/* Artist */
