body {
	background-color: #FFFFFF;
}

body, p, input, h1, h2, h3, h4, h5, h6 {
	color: #2D2D2D;
}

.primary p {
	color: #FFFFFF;
}

.container p {
	font-size: 120%;
}

.wrapper {
	padding: 2em 0 1em 0;
}

section.wrapper {
	padding: 0.25em 0 1em 0;
}

h1 {
	font-size: 2em;
}

a {
	color: #7F4D00;
}

/*#navButton .toggle:before {
	background-color: #EDAB38;
}*/

/*** HEADER ***/
#header {
	/*background-color: #EDAB38;
	background-color: #608D3C;
	background-color: #689743;*/
	background-color: #FFFFFF;
	border-bottom: 5px solid #374F39;
	height: 8em;
	line-height: 8em;
	position: static;
	color: #689743;
}

#header #logo {
	font-size: 1.25em;
	height: inherit;
	left: 0;
	line-height: inherit;
	position: absolute;
	top: 0;
}

#header .container > #logo span {
	display: none;
}

#header .container > #logo div {
	/*height: 3.4em;
	width: 3.4em;*/
	height: 9.5em;
	line-height: 9.5em;
	width: 9.5em;
	margin: 0.05em 0;
}

#header .container > #logo div img {
	width: 100%;
}

#header #nav {
	line-height: 8em;
	height: 8em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	
}

#header #nav ul {
	line-height: 1em;
	margin-top: 1.2em;
}

#header #nav ul li.current {
	background-color: #374F39;
}

#header #nav ul li.current a {
	color: #FFFFFF;
}

#header #nav ul li a {
	/*color: #689743;*/
	color: #374F39;
}

header.major {
	margin: 0 0 1em 0;
}

.phone {
	font-size: 32px;
	float: right;
	line-height: 1em;
}

#page-wrapper {
	padding-top: 0;
}

/*** BANNER ***/
#banner header {
	display: flex;
	flex-direction: column;
}

/*#banner header p {
	width: 50%;
}*/

.wrapper.style1 {
	background-color: #fff;
}

/*.wrapper.style1.split .secondary > section:nth-child(2n+1)::before {*/
/*	background-color: #EEEEEE;*/
/*}*/
/**/
/*.wrapper.style1.split .secondary > section h3 {*/
/*	color: #374F39;*/
/*}*/

/*.wrapper.style4.special {*/
/*	background-color: #FFDD64;*/
/*}*/
/**/
/*.wrapper.style4.special h2, .wrapper.style4 blockquote.testimonial cite span {*/
/*	color: #374F39 !important;*/
/*}*/

/*** BUTTONS ***/
.button {
	background-color: #EDAB38;
	border: 2px solid #EDAB38;
	color: #FFFFFF !important;
}

.button:hover {
	color: #EDAB38 !important;
}

/*** FEATURES ***/
.icon.major:before {
	color: #374F39;
	top: -5px;
}

.feature .icon.major:before {
	top: 10px;
}

.icon.major:after {
	width: 0;
	background: none;
}

#hex {
	position: relative;
	transform: rotate(90deg) scale(75%);
	top: -120px;
}

.wrapper.style3.special .feature #hex {
	transform: rotate(90deg) scale(50%);
	top: -92px;
}

#hex-top {
	width: 0;
	border-bottom: 30px solid #FFDD64;
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
}

#hex-middle {
	width: 104px;
	height: 60px;
	background-color: #FFDD64;
}

#hex-bottom {
	width: 0;
	border-top: 30px solid #FFDD64;
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
}

/*** BUTTONS ***/
input[type="submit"].primary {
	background-color: #EDAB38;
}

input[type="submit"].primary:hover {
	background-color: rgba(237, 171, 56, 0.75);
}

/*** TESTIMONIALS ***/
blockquote.testimonial p {
	margin: 0 auto 1.75em auto;
}

blockquote.testimonial cite .image {
	margin: 1em 0;
}

blockquote.testimonial cite .name {
	margin: 0;
}

.image.style2, .image.style2 img {
	filter: grayscale(100%);
	border-radius: 25%;
	max-height: 100px;
}

.image.left, .image.right {
	max-width: 100%;
}

/*** FOOTER ***/
footer {
	background-color: #374F39;
}

footer p, footer a {
	color: #FFFFFF;
}

#footer .actions {
	justify-content: center;
}

#footer ul.actions li:first-child .button {
	background-color: #374F39;
	border: 2px solid #FFFFFF;
}

#footer ul.actions li:last-child .button {
	background-color: #374F39;
	border: 2px solid #FFFFFF;
}

//#footer ul.actions li:first-child .button:hover {
//	color: #EDAB38 !important;
//}

.hideOnDesktop {
	display: none !important;
}

@media screen and (max-width: 1280px) { 
	#header .container {
		width: 98% !important;
	}
	
	#header #nav ul {
		margin-top: 2.5em;
	}
	
	#header #nav {
		font-size: 0.8em !important;
	}
}

@media screen and (max-width: 980px) { 
	#header, #navButton .toggle, #navButton .toggle:before {
		height: 5.5em;
	}
	
	#navButton {
		position: static;
	}
	
	/*#header .container > h1 div {
		height: 2.75em;
		width: 2.75em;
	}*/
	
	#header .container > #logo div {
		height: 0.15em;
		line-height: 0.15em;
		margin: 0;
	}
	
	#header .container > #logo div img {
		content: url("../../images/pineappleFull.png");
		width: 70%;
	}
	
	#banner header p {
		width: 100%;
	}
	
	#header #nav {
		display: none;
	}
	
	#navButton {
		background-color: #374F39;
	}
	
	#page-wrapper {
		padding-bottom: 0 !important;
	}
	
	#footer {
		padding: 4em 2em;
	}
	
	#footer a img {
		min-width: 200px;
	}
	
	.image.left, .image.right {
		top: 0;
		float: none !important;
		display: block;
		max-width: 100%;
		/*width: 100%;
		margin: 1.5em 0;
		margin: 0 auto;*/
		margin: 1.5em auto;
		padding: 0 !important;
	}
	
	.image.left img, .image.right img {
		/*object-fit: cover;
		width: 100%;
		height: 100%;*/
		float: none !important;
		object-fit: contain;
		padding: 0 !important;
	}
}

@media screen and (max-width: 736px) { 
	.icon.major:before {
		top: -9px;
	}
	
	.feature .icon.major:before {
		top: 6px;
		font-size: 20px;
	}
	
	.hideOnDesktop {
		display: block;
	}
	
	#header #logo {
		font-size: 0.9em;
	}
	
	#header .container > #logo div img {
		width: 95%;
	}
}


/* SPECIFIC BLOCKS/SECTIONS */
#content293.wrapper {
	padding: 2em 0 1em 0;
}

#iconfeature294, #iconfeature295, #iconfeature296 {
	margin: 3em 0 2em 0;
}