/* Wraps
-------------------------------------------------- */

.wrap {
	width: 100%;
	position: relative;
	padding: 85px 0 70px;
	background-color: #fff;
	z-index: 1;
}
.wrap.lessPad {
	padding: 45px 0 30px;
}
.wrap.header {
	position: fixed;
	top: 0;
	padding: 20px 0;
	z-index: 100;
	background: rgba(26,51,13,0);
	/*background: linear-gradient(rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 95%);*/
	transition: background 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000), padding 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	box-sizing: border-box;
}
	.noHeader .wrap.header {
	}
	.wrap.header.shadow,
	.noHeader .wrap.header.shadow {
		background: rgba(26,51,13,0.92);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 10px 0;
	}
.wrap.header .container .twelve {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap.breadcrumb {
	background: #b2df77;
	padding: 10px 0 12px 0;
	z-index: 10;
}
.mapHolder {
	padding: 0;
}
.wrap.content {
	z-index: 2;
}
.wrap.content.light {
	background: #f2f2f2;
	border-top: 1px solid rgba(132,143,138,0.15);
}
.wrap.content.noBg {
	border-top: 1px solid rgba(132,143,138,0.15);
}
.wrap.map {
	padding: 0;
}
.wrap.notice {
	padding: 30px 0 15px;
	background: #90bd55;
	text-align: center;
}
.wrap.notice a {
	color: #266c3f;
}
.wrap.grass {
	padding: 0;
	height: 120px;
	margin-top: -1px;
	background: transparent url('../images/bg-grass.svg') center bottom repeat-x;
}
.wrap.footer {
	background: #1A330D;
	margin-top: -10px;
	z-index: 2;
}
#luxy {
	position: relative;
	z-index: 2;
	/*pointer-events: none;*/
}
/*#luxy * {
	pointer-events: all;
}*/
.mainImg {
	height: 100vh;
	min-height: 550px;
	background: #000;
	background-size: cover !important;
	background-position: center !important;
	box-sizing: border-box;
	position: relative;
}
	/*.mainImg.title {
		height: 80vh;
	}*/
.mainImg .overlay {
	background: rgba(0,0,0,0.3);
	/*background: url(../images/bg-overlay.png);*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
	mix-blend-mode: multiply;
}
.mainImg .vBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	/*filter: grayscale(1)*/
}
.mainImg .vBg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: fadeIn 5s;
}
.mainImg .container {
	z-index: 3;
	height: 100%;
}
.mainImg .columns {
	position: relative;
    bottom: 0;
	box-sizing: border-box
}
#slideText {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 1em;
	transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	box-sizing: border-box;
}
#slideText img {
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
	width: 40%;
	max-width: 100px;
}
.mainImg h1,
.mainImg p {
	transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	color: #fff;
	/*text-shadow: 0 1px 5px rgba(0,0,0,0.5);*/
}
.mainImg h1 {
	font-family: "veneer-three", sans-serif;
	font-size: 4rem;
	margin-bottom: 0;
}
.mainImg p {
	font-size: 1.2rem;
}
.mainImg a.button {
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
.wrap.luxy-el.strip {
	min-height: auto;
	padding: 20px 0;
	background-color: transparent;
	background-size: cover !important;
	background-position: center 90% !important;
	mix-blend-mode: multiply;
}
	.wrap.luxy-el.strip .overlay {
		background: rgba(26,51,13,0.6);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 3;
		
	}

.bgBlack {
	background: #111;
}
.invert * {
	color: #fff !important;
}
	.invert a p.icon::after,	
	.invert p.icon a::after,
	.invert p.icon.left a::before {
		filter: brightness(5);
	}
.bgWhite {
	background: #fff;
}


/* Header
-------------------------------------------------- */

#logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	z-index: 2;
/*	height: 80px;
*/	opacity: 1;
	transition: height 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000), padding 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#logo a.logo {
	display: block;
	align-items: center;
	background: url("../images/logo.png") center top no-repeat;
	background-size: cover;
	width: 400px;
	height: 80px;
	transition: height 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000), width 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000)
}
/*#logo.hideForOverlay,
.wrap.header.shadow #logo {
	height: 0;
	padding: 0;
	opacity: 0;
}*/
#menu {
	display: flex;
	flex: 1;
	align-self: center;
	align-content: center;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
} 
#cssmenu {
	display: flex;
}
#menuOverlay {
	height: 100%;
	width: 100%;
	position:fixed;
	left: -9999px;
	top: 0;
	background:rgba(20,45,7,0.98);
	z-index:1;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	pointer-events: none;
	overflow-y: scroll;
}
#menuOverlay .container {
	height: 100%;
}
#menuOverlay.showing {
	opacity: 1;
	left: 0;
	pointer-events: visible;
}

/* burger */

.hamburger {
	position: absolute;
	right: 0;
	top: 25px;
	height: 25px;
	padding: 0;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	opacity: 1;
	z-index: 200;
}
.hamburger:active,
.hamburger:focus {
	outline: none;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}
.hamburger-box {
	width: 32px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 32px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #fff;
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	background-color: #fff;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Breadcrumb
-------------------------------------------------- */
	
.breadcrumb ul, .breadcrumb li {
	list-style: none;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	font-size: 0.85em;
	font-weight: 400;
	display: inline-block;
	margin: 0;
	color: #1a330d
}
.breadcrumb li .divider {
	color: #1a330d
}
.breadcrumb li a {
	text-decoration: none;
}
	.breadcrumb li a:hover {
		color: #111;
		background: none;
		text-decoration: underline;
	}


/* Map
-------------------------------------------------- */

#gMap {
	max-width: 100%;
	height: 550px;
	background: #eee;
	margin: 2em 0;
}
.scrollFix {
	overflow: hidden;
	white-space: nowrap;
	padding: 1rem;
}

	.scrollFix p {
		margin-bottom: 0;
	}

	.scrollFix h3,
	.scrollFix h4 {
		margin-bottom: 2px;
	}
		
		
/* Content
-------------------------------------------------- */

.mouse {
	max-width: 2.5rem;
	width: 100%;
	height: auto;
}

.scroll {
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	will-change: transform;
}

.scroll-link {
	position: absolute;
	bottom: 3vH;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 8000;
	background: none;
}

	.scroll-link:hover {
		background: none;
	}

@keyframes scroll {
	0% {
		opacity: 0;
	}
	0%, 20% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	10% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0.01;
	}
}

.motif {
	max-width: 100px;
	max-height: 50px;
	object-fit: contain;
	margin-bottom: 20px;
}

.intro {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 3em;
}
.intro.left {
	text-align: left;
}
div.twelve > div.intro,
div.twelve.intro{
	margin-top: 0;
}

#mainContent {
	box-sizing: border-box;
}
#mainContent.alpha {
	padding-right: 60px;
}
#mainContent.omega {
	padding-left: 60px;
}

/* sub navigation */

#sideBar {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
    background: none;
}
ul.subNav {
	margin: 0 0 30px;
}
ul.subNav li {
	border-bottom: 1px solid rgba(132,143,138,0.3);
}
ul.subNav li:last-child {
	border-bottom: none;
}
	ul.subNav li a {
		font-size: 1em;
		display: block;
		padding: 12px 30px 10px 10px;
		background: #fff;
		transition: color 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000), padding 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		text-decoration: none;
	}
ul.subNav li a::after {
	display: block;
	content: "";
	float: right;
	background: url('../images/icons/arrow-right.svg');
	background-size: 8px 14px;
	width: 8px;
	height: 14px;
	margin-right: -15px;
	margin-top: 7px;
	transition: transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	ul.subNav li a:not(.selected):hover::after {
		transform: translateX(10px);
	}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	padding-left: 10px;
	/*background: rgba(132,143,138,0.05)*/
}
ul.subNav li a:hover {
	color: #848f8a;
	background: #fff;
	padding-left: 15px;
}
	ul.subNav li a:hover::after {
		filter: grayscale(1);
	}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	color: #111;
	padding-left: 10px;
}
ul.subNav li a.selected::after {
	filter: grayscale(1) brightness(0.4)
}

	/* sub sub */
	ul.subNav li ul {
		margin: 0;
	}

	ul.subNav li li a {
		text-transform: none;
		color: #615d59;
		background: #f5f4f4;
		display: block;
		padding: 11px 0 11px 15px;
		border-bottom: 1px solid #ccc;
	}
		ul.subNav li li a:after {
			display: none;
		}
	ul.subNav li li a:hover {
		color: #000;
		border-bottom: 1px solid #ccc;
		padding: 11px 0 11px 20px;
	}
	ul.subNav li li a.selected, ul.subNav li li a.selected:hover {
		background: rgba(132,143,138,0.1);
		color: #615d59;
		padding-left: 20px;
	}
	
/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	/*max-width: 100%;*/
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* call out box */

.callOut {
	padding: 2em 2em 0.5em 2em;
	margin-bottom: 30px !important;
	background: rgba(132,143,138,0.1);
	border: 1px solid rgba(132,143,138,0.2);
	border-radius: 4px;
	box-sizing: border-box;
}
	.callOut h3 {
		margin-bottom: 0;
	}
	.callOut ul, .callOut ol {
		margin-left: 16px;
	}
	
/* feature */

.flexrow {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 10px 3em;
	justify-content: center;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.columns .flexrow {
	margin-left: 0;
	margin-right: 0;
}
.flexitem {
	display: flex;
	flex: 0 1 calc(50% - 1.5em);
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	position: relative;
	box-sizing: border-box;
}
.flexitem.col {
	flex-direction: column;
	flex: 0 1 calc(75% - 40px);
}
	.flexitem.col.quarter {
		flex: 0 1 25%;
	}
.flexitem.text {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-self: center;
	padding-right: 3em;
}
	.flexitem p.arrow {
		margin-bottom: 0;
	}

.flexitem.image figure {
	width: 100%;
	padding-bottom: 60%;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
}
.flexitem.image a {
	flex: 1;
	padding-bottom: 60%;
	background: none;
}
.flexitem img {
	z-index: 1;
	margin-bottom: 0;
	transition: filter 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

/* split box */
.flexrow.reverse {
	flex-direction: row-reverse;
}
.flexrow.reverse .flexitem.text {
	padding-left: 3em;
	padding-right: 0;
}

/* feature */

.flexitem.feature {
	box-sizing: border-box;
	padding: 1em 2em 0;
	display: flex;
	flex: 0 1 25%;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
	border-right: 1px solid #ccc;
}
	.flexrow.featureholder.three .flexitem.feature {
		flex: 0 1 33.333%;
	}
	.flexitem.feature:last-child {
		border-right: none;
	}

/* logos */

.flexrow.logos {
	justify-content: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.flexrow.logos figure {
	display: flex;
	flex: 0 0 auto;
	margin: 1em 0 0;
	padding: 0 3em;
	justify-content: center;
	align-items: center;
}

.flexrow.logos figure img {
	width: 100%;
	max-width: 300px;
	max-height: 100px;
	object-fit: contain;
}

/* grid */
.galleryGrid,
.gridHolder {
	width: 100%;
	margin: 0 0 2em;
	display: grid;
	grid-template-columns: repeat(12, minmax(0,1fr));
	grid-gap: 2rem;
	gap: 2rem;
	justify-content: center;
	justify-items: center;
	grid-auto-rows: auto;
}
p ~ .gridHolder,
ul ~ .gridHolder {
	margin-top: 2em;
}
#grazeCalc {
	margin: 0 0 2em;
	grid-gap: 0;
	gap: 0;
}
.callOut > .gridHolder {
	margin: 0;
	grid-gap: 0 3em;
	gap: 0 3em;
}
.callOut p.bigNumber {
	font-family: "veneer-three", sans-serif;
	font-size: 8em;
}
.gridHolder.reverse .gridItem:nth-child(1) { order: 2; }
.gridHolder.reverse .gridItem:nth-child(2) { order: 1; }

.gridHolder .gridHolder {
	margin: 0;
	grid-gap: 0 1.5rem;
}
.gridHolder.start {
	justify-items: flex-start;
}
.gridHolder.end {
	justify-items: flex-end;
}
.gridItem {
	grid-column: auto / span 4;
	display: flex;
	flex-direction: column; 
	align-content: flex-start;
	width: 100%;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), box-shadow 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.boxed .gridItem {
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
}
	.boxed .gridItem:hover {
		background: #f5f5f5;
		box-shadow: 0 1px 10px 3px rgba(0,0,0,0.2);
	}
.gridItem.full {
	grid-column: auto / span 12;
}
.gridItem.nine {
	grid-column: auto / span 9;
}
.gridItem.eight {
	grid-column: auto / span 8;
}
.gridItem.six {
	grid-column: auto / span 6;
}
.gridItem.four {
	grid-column: auto / span 4;
}
.gridItem.three {
	grid-column: auto / span 3;
}
.gridItem.two {
	grid-column: auto / span 2;
}
.galleryGrid figure,
.gridHolder figure {
	width: 100%;

	transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), filter 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem figure {
	padding-bottom: 60%;
	background-position: center;
	background-size: 100%;
	transition: background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem.six figure {
	padding-bottom: 50%;
}
.gridItem figure.square {
	padding-bottom: 100%;
}
.gridItem:hover figure {
	background-size: 105%;
}
.gridItem.image figure {
	padding-bottom: 0;
	background-size: auto;
	overflow: hidden;
}
.gridItem .text {
	flex: 1;
	padding: 1.5em 1.5em 0.3em;
	transition: background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem .text h2,
.gridItem .text h3 {
	margin-bottom: 0;
}

.gridItem .text p {
	font-size: 1em;
}

/* gallery */

.galleryGrid {
	grid-gap: 20px;
	gap: 20px;
	margin: 30px 0;
}

.galleryGrid figure {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	break-inside: avoid;
}

	.galleryGrid figure:hover {
		background: #242430;
	}
	.galleryGrid figure:hover img {
		opacity: 0.5;
		filter: grayscale(1);
	}
	.galleryGrid figure > img {
		grid-row: 1 / -1;
		grid-column: 1;
	}

.galleryGrid a::before {
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url("../images/icons/magnify.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(0.8);
	transition: 0.5s cubic-bezier(0.690, -0.500, 0.260, 1.500);
}

.galleryGrid a:hover::before {
	transform: scale(1);
	opacity: 1;
}
	


/* photoswipe image */

.enlarge img {
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover img {
	filter: grayscale(1) brightness(0.7);
}
.enlarge a::before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url("../images/icons/magnify.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(1);
	transition: 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover::before {
	transform: scale(1.2);
	opacity: 1;
}
		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/icons/arrow-up.svg') 0 5px no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	float: right;
	border: none !important;
}

#goTop a:hover {
	background: url('../images/icons/arrow-up.svg') 0 0 no-repeat;
}

.footer li,
.footer p {
	font-size: 0.9em;
	color: #fff;
}

.footer ul, #footer li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.footer * {

}
.footer li {
	margin: 0 0 10px;
}
.footer li a,
.footer p a {
	padding: 0;
	background: none;
}
.footer a {
	color: #69ae2d;
	text-decoration: none;
}
.footer a:hover {
	color: #fff !important;
}
.footer ul.linklist li::before {
	margin-top: 3px;
	filter: brightness(0) invert(56%) sepia(100%) saturate(422%) hue-rotate(47deg) brightness(98%) contrast(74%);
}
#footerLogo svg {
	width: 100%;
	max-width: 120px !important;
}
.footer hr {
	background: #6eba21
}


/* social buttons */

#social, #social li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#social li {
	margin-bottom: 10px;
}
	#social li a {
		text-decoration: none !important;
	}
#social li a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 1.5em;
	width: 20px;
	height: 20px;
	background-size: 20px 20px !important;
}
	#social li a.fb::before {
		background: url(../images/icons/i-facebook.svg)
	}
	#social li a.in::before {
		background: url(../images/icons/i-instagram.svg)
	}
	#social li a.li::before {
		background: url(../images/icons/i-linkedin.svg)
	}
	#social li a.tw::before {
		background: url(../images/icons/i-twitter.svg)
	}

/* #Media Queries
================================================== */
@media only screen and (max-width: 1600px) {
	#slideText {
		width: 80%;
	}
}

@media only screen and (max-width: 1480px) {
	#paymentFrame {
		height: 1240px;
	}
	.mainImg h1 {
		font-size: 3.6rem;
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (max-width: 1279px) {
	body {
		font-size: 16px;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
		padding: 9px 10px;
	}
	.insetL,
	.insetR {
		max-width: calc(50% - 20px);
		height: auto;
		display: block;
	}
	.insetL {
		float: left;
		margin: 0 30px 20px 0;
	}
	.insetR {
		float: right;
		margin: 0 0 20px 30px;
	}
	.button.warn, input[type="submit"].warn, input[type="button"].warn,
	.button.warn:hover, input[type="submit"].warn:hover, input[type="button"].warn:hover {
		font-size: 22px;
		line-height: 19px;
	}
	.wrap {
		padding: 55px 0 45px;
	}
		.wrap.lessPad {
			padding: 35px 0 25px;
		}
	#logo {
		height: 50px;

	}
	#logo a.logo {
		width: 250px;
		height: 50px;
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

	.twoCol.csText img,
	.twoCol .insetL,
	.twoCol .insetR {
		max-width: 100%;
		margin: 0 30px 20px 0;
	}
	
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three,
	.gridHolder .gridItem.four,
	.gridHolder .gridItem.six {
		grid-column: auto / span 6;
	}
	.gridHolder .gridItem.full,
	.gridHolder .gridItem.four:nth-child(1) {
		grid-column: auto / span 12;
	}
	#mainContent.alpha {
		padding-right: 40px;
	}
	#mainContent.omega {
		padding-left: 40px;
	}
	.accordion h2 button:before,
	.accordion h3 button:before {
		top: 27px;
	}
}

@media only screen and (max-width: 959px) {
	body {
		font-size: 15px;
	}
	blockquote {
		font-size: 1.5em;
	}
	hr {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	hr.mini {
		width: calc(50% - 20px);
	}
	.accordion h2 button:before,
	.accordion h3 button:before {
		top: 27px;
	}
	.twoCol.csText img,
	.twoCol .insetL,
	.twoCol .insetR {
		max-width: 100%;
		margin: 0 0 20px 0;
	}
	.wrap.header {
		padding: 20px 0
	}
	#logo {
		width: 100%;
		padding: 0
	}
	#logo.hideForOverlay,
	.wrap.header.shadow #logo,
	#logo {
		opacity: 1;
		height: 40px
	}
	#logo a.logo {
		width: 200px;
		height: 40px;
	}
	#menu,
	#cssmenu {
		display: none;
	}
	.hamburger {
		display: block;
		top: 8px;
	}
	nav.pagination {
		width: 100%;
	}
	.infogrid img {
		width: 16px !important;
	}
	
	.gridItem,
	.gridItem.two,
	.gridItem.three,
	.gridItem.four,
	.gridItem.five,
	.gridItem.six,
	.gridItem.seven,
	.gridItem.eight,
	.gridItem.nine {
		grid-column: auto / span 6;
	}
	.gridHolder .gridItem.full,
	.gridHolder .gridItem.four:nth-child(1),
	.gridItem.buttons {
		grid-column: auto / span 12;
	}
}

@media only screen and (orientation: portrait) and (max-width: 1280px) {
	.mainImg {
		height: 60vh;
		min-height: 550px;
	}
	#slideText {
		width: 100%;
	}
}

/* Tablet Portrait size to standard 960  */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.no-mob-all{
		display: none;
	}
	.mob-only-all {
		display: block !important;
	}
	.no-tab {
		display: none !important;
	}
	.tab-only {
		display: block !important;
	}
	h1 {
		font-size: 2.3em;
	}
	h2 {
		font-size: 1.9em;
	}
	h3 {
		font-size: 1.6em;
		margin-bottom: 0.3rem;
	}
	h4 {
		font-size: 1.3em;
	}
	#mainContent.alpha {
		padding-right: 10px;
	}
	#mainContent.omega {
		padding-left: 10px;
	}
	ul.subNav li a {
		font-size: 1.05em;
	}
	ul.subNav li a:after {
		margin-top: 6px;
	}
}

/* All Mobile Sizes  */
@media only screen and (max-width: 767px) {
	body {
		line-height: 1.5;
		font-size: 16px;
	}
	.no-mob, .no-mob-all {
		display: none !important;
	}
	.mob-only, .mob-only-all {
		display: block !important;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: veneer, sans-serif;
	}
	h1 {
		font-size: 2.3em;
	}
	h2 {
		font-size: 1.9em;
	}
	.legal h2 {
		font-size: 1.6em;
		line-height: 1.3;
	}
	h3 {
		font-size: 1.6em;
		line-height: 1.25;
	}
	h4 {
		font-size: 1.3em;
	}
	.mainImg h1 {
		font-size: 3rem;
	}
	hr, hr.narrow {
		margin-right: 0;
		margin-left: 0;
	}
	hr.underTitle {
		margin-bottom: 30px;
	}
	.insetL,
	.insetR {
		max-width: 100%;
		margin: 0 0 25px;
	}
	.twoCol {
		column-gap: 1.5em;
	}
	.tab-container [role=tab] {
		font-size: 1em;
	}
	.tab-container .main {
		padding: 1em 1.4em 0.4em;
	}
	.accordion h2 button,
	.accordion h3 button {
		font-size: 1.05em;
		padding-left: 32px;
	}
	.accordion h2 button:before,
	.accordion h3 button:before {
		left: 0;
		top: 26px;
		background-size: 20px 10px;
	}
	.accordion .accordion-panel {
		padding-left: 32px;
	}
	.divider.mob-only {
		display: inline-block !important;
	}
	.wrap,
	.wrap.lessPad {
		padding: 30px 0 20px;
	}
	.wrap.breadcrumb {
		padding: 8px 0 12px 0;
	}
	.hamburger,
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 32px;
	}
	.intro {
		margin-bottom: 2.5em;
	}
	#slideText {
		width: 100%;
	}
	#gMap {
		height: 450px;
		margin-bottom: 0;
	}
	#mainContent{
		padding: 0 !important;
	}
	#sideBar.alpha {
		margin-top: -10px;
		margin-bottom: 1.5rem;
	}
	.flexrow,
	.flexrow.reverse {
		flex-direction: column;
		flex-wrap: nowrap;
		margin-top: 0;
	}
	.flexitem,
	.flexitem.text,
	.flexrow.reverse .flexitem.text,
	.flexitem.image {
		width: 100%;
		flex: 1;
		padding: 0;
	}
	.flexitem.image {
		margin-top: 10px;
	}
	.flexitem.feature {
		padding: 2em 1em 1em;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	.gridHolder {
		margin: 0 0 1.6em 0;
		grid-gap: 1rem;
		gap: 1rem;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
	}
		.gridHolder .gridItem,
		.gridHolder .gridItem.two,
		.gridHolder .gridItem.three,
		.gridHolder .gridItem.four,
		.gridHolder .gridItem.six,
		.gridHolder .gridItem.half {
			grid-column: auto / span 1;
		}
		.gridHolder .gridItem.full,
		.gridHolder .gridItem.four:nth-child(1) {
			grid-column: auto / span 2;
		}
	.gridItem .text {
		padding: 1.5em 1.2em 0.1em;
	}
	.galleryGrid  {
		column-count: 2;
	}
	ul.subNav {
		flex-direction: column !important;
		margin-bottom: 0;
	}
		.subNav {
			display: none;
			height: auto;
			padding: 0;
			text-align: left;
		}
			.subNav li:first-child a {
				border-top: none;
			}
	
		#sideBar a#pull,
		#sideBar a#pull:hover,
		#sideBar a#pull:active {
			display: block;
			position: relative;
			height: 48px;
			font-size: 1em;
			font-weight: 400;
			line-height: 17px;
			color: #36741E;
			background: none;
			margin-bottom: 20px;
			text-decoration: none;
			border: 1px solid #ccc;
			box-sizing: border-box;
			padding: 10px;
		}
			#sideBar a#pull.open {
				color: #fff;
				border: 1px solid #36741E;
				background: #36741E
			}
			#sideBar a#pull:after {
				font-size: 1.2em;
				content: "Also in this section";
				display: block;
				position: relative;
				left: 0;
				top: 4px;
				background: url(../images/icons/arrow-down.svg) right center no-repeat;
				background-size: 16px 8px;
			}
			#sideBar a#pull.open:after {
				background: url(../images/icons/arrow-up.svg) right center no-repeat;
				background-size: 16px 8px;
				filter: brightness(0) invert(1);
			}
		.subNav:after {
			display: none;
		}
		ul.subNav li a{
			font-size: 1em;
			padding-top: 10px;
			padding-bottom: 9px;
		}
		ul.subNav li a:after {
			margin-right: -16px;
		}
		ul.subNav li a.selected {
			border-right: none;
		}
		ul.subNav li a.selected:after {
			transform: rotate(90deg);
		}
		.mouse {
			transform: rotate(180deg)
		}
	.callOut {
		padding: 2em 1.6em 1em 1.6em;
	}
	.callOut > .gridHolder {
		grid-gap: 0 1.6em;
		gap: 0 1.6em;
	}
	.footer li,
	.footer p {
		font-size: 0.95em;
	}
}

/* Mobile Landscape Size to Tablet Portrait  */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {
	.wrap:not(.footer) .twoCol {
		column-count: 1;
		column-gap: 0;
	}
	.no-mob-p {
		display: none !important;
	}
	.mob-only-p {
		display: block !important;
	}
	ul.linklist li::before {
		margin-top: 2px;
	}
	label, legend, input[type="text"], input[type="password"], input[type="email"], textarea,  select {
		width: 100%
	}
	.hamburger {
    	top: 8px;
	}
	.mainImg {
		height: 100vH;
		min-height: 600px;
		max-height: 700px
	}
	.mainImg p {
		font-size: 1em;
	}
	#slideText img {
		max-width: 110px;
	}
	
	.flexrow.logos {
		flex-direction: row;
		flex-wrap: wrap
	}
	.flexrow.logos figure {
		flex: 1;
		margin: 2em 0 0;
		padding: 0 1em;
	}
	.flexrow.logos figure img {
		max-width: 250px;
		max-height: 70px;
	}
	form legend {
		font-size: 1.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	.feature {
		flex: 1;
		width: 100%;
	}
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three,
	.gridHolder .gridItem.four,
	.gridHolder .gridItem.six,
	.gridHolder .gridItem.full {
		grid-column: auto / span 2;
	}
	
	.callOut p.bigNumber {
		font-size: 6em;
	}
}
