@import url("https://use.typekit.net/piz3urx.css");
body {
	font-family: "semplicitapro", sans-serif;
	font-size: 21px;
	color: #676767;
	font-weight: 400px;
}
.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

a {
	color:#475c31;
}
a:hover {
	color:#659335;
	text-decoration: underline;
}
p {
	line-height: 28px;
	margin-bottom: 25px;
}
h1 {
	font-family: "goudy-old-style", serif;
	font-size:44px;
	color:#475c31;
	margin-bottom:15px;
	font-weight: bold;
}
h2 {
	font-family: "goudy-old-style", serif;
	font-size:34px;
	color:#475c31;
	margin-bottom:15px;
	font-weight: bold;
}
h3 {
	font-family: "goudy-old-style", serif;
	font-size:26px;
	color:#475c31;
	margin-bottom:15px;
	font-weight: bold;
}
h4 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #f38901;
	font-weight: bold;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
.button {
	padding: 10px 20px;
	background: #475c31;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
td .button {
	display: inline-block;
	text-align: center;
}
.buttons .button {
	display: inline-block;
	text-align: center;
	max-width: 400px;
}
.button:hover {
	background: #659335;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a.button.orange {
	background-color:#b76b31;
}
.form .submit:hover,
a.button:hover {
	background-color:#659335;
}
a.button.orange:hover {
	background-color:#945627;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		position:fixed;
		top:0px;
		z-index:4;
		width:100%;
		background:#fff;
		border-bottom:0px solid #475c31;
		padding-top: 10px;
	}
	.scroll header {
		background: #fff;
		border-bottom:1px solid #475c31;
	}
	#header:after {
		content:'';
		display:block;
		clear:both;
	}
	header #header {
		padding: 15px 0;
		text-align: center;
	}
	header #nav-wrapper {
		padding: 0px 0;
		border-top: 1px solid #475c31;
		border-bottom: 1px solid #475c31;
		background: #ececea;
	}
	#header .logo img {
		max-width: 375px;
	}
	#header #link {
		position: absolute;
		top: 0;
		right: 50px;
	}
	#header #link div {
		float: left;
		margin: 0 10px;
		color: #475c31;
	}

/* ^ HEADER */
/* NAVIGATION */
	#navigation {
		padding: 0px 0;
		border-top: 1px solid #475c31;
		border-bottom: 1px solid #475c31;
		background: #ececea;
	}
	header .nav > ul {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #fff;
	}
	header .nav ul li:hover {
		background: #999;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	header .nav ul li:hover a {

	}
	header nav.mainmenu {
		text-align:center;
		background: transparent;
		color: #475c31;
		margin-top: 0px;
	}
	
	header .nav > ul {
		list-style:none;
		width:100%;
		display:block;
		margin:0px auto;
		font-size: 0px; /*elimiates spacing between li*/
	}
	header .nav ul li {
		margin-bottom:0px;
	}
	header .nav > ul > li {
		display:inline-block;
	}
	header .nav ul li a {
		text-decoration:none;
		display:block;
		padding:10px 0px;
		font-size:20px;
		color: #000;
	}
	header .nav > ul > li > a {
		border-right:0px solid #fff;
		padding:0px 30px;
		margin:10px 0px;
		text-transform: uppercase;
		color: #475c31;
	}
	header .nav ul li:last-of-type a {
		border-right:0px;
	}
	header .nav > ul > li:hover {
		background: #cecece;
	}
	header .nav > ul > li:hover > a {
	}
	header .nav > ul > li ul  {
		display:none;
		position:absolute;
		text-align:left;
		margin-left:0px;
		background-color:#fff;
		min-width: 250px;
		border-right: 1px solid #dedede;
		border-left: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	header .nav > ul > li ul li {
		display:block;
	}
	header .nav > ul > li ul li a {
		font-weight:300;
		padding:10px 20px;
		display:block;
		white-space: nowrap;
		color: #000;
		text-transform: none;
	}
	header .nav > ul > li > ul > li a:hover {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		background: #676767;
		color: #fff;
	}
/* ^ NAVIGATION */
/* BLOCKS */
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #5a5f56;
		color: #fff;
		padding: 20px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
		font-size: 16px;
	}
	#footer a {
		color: #fff;
	}
	#footer .flex {
		align-items: center;
	}
	#footer .map-responsive {
		padding-bottom: 95%;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .left {
		width: 33%;
		margin-right: 2%;
		padding: 0;
	}
	#footer .right {
		width: 65%;
		text-align: left;
		padding: 0 30px;
	}
	#footer .right img {
		max-width: 270px;
	}
	#footer .left ul {
		list-style: none;
		width: 100%;
		text-align: right;
	}
	#footer .left ul li {
		text-align: right;
		text-transform: uppercase;
		font-size: 23px;
		margin: 15px 0;
	}
	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
	#footer .siteby img {
		max-width: 130px;
	}
		/* ^ FOOTER */
.banner-slider,
.banner {
	max-height: 1700px;
}
.staticText .banner_overlay_container, .banner_overlay_container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.staticText .banner_overlay_header, .banner_overlay_header {
	font-size: 60px;
	font-family: "goudy-old-style", serif;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.banner_overlay_subhead {
	position: relative;
	top: 0;
	width: 100%;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	font-style: italic;
	max-width: 800px;
	margin: 0 auto;
}
.curved .blockSlideshow .banner_slide.dark .banner_image {
	clip-path: circle(2250px at 50% calc(100% - 2250px));
}
.category-buttons .categoryButton {
	width: 19%;
	margin-right: 1%;
	float: left;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.category-buttons .categoryButton a {
	background: #475c31;
	color: #fff;
	font-size: 18px;
	display: block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding: 30px 20px;
}
.category-buttons .categoryButton a:hover {
	background: #669336;
	text-decoration: none;
}
.staticText, .banner_overlay {
	top: 40%;
}
#formLeft {
	width: 45%;
	margin-right: 5%;
}
#formRight {
	width: 45%;
}
#formLeft .field {
	display: block;
	width: 100% !important;
}
#formRight .field {
	display: block;
	width: 100% !important;
}
.formWrapper textarea {
	height: 175px;
}
.blockform .form-wrapper p {
	font-weight: bold;
	color: #475c31;
}







@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:1000px) {
	#header .logo img {
		max-width: 375px;
		width: 100%;
	}
	header .nav > ul > li ul {
		position: relative;
	}
	header {position: relative;}
	.category-buttons .categoryButton {
		width: 100%;
		margin: 5px 0;
		float: none;
	}
	header .nav > ul {
		display: none;
	}
	header .nav > ul > li {
		border-right: 1px solid #475c31;
		border-left: 1px solid #475c31;
	}
	#mobile-nav div.bar {
		background-color: #475c31;
	}
	header .nav > ul > li:hover > a,
	#mobile-nav {
		color: #475c31;
	}
	#header #link {
		position: relative;
		top: auto;
		right: auto;
		margin: 10px 0;
		width: 100%;
	}
	#header #link div {
		float: none;
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	p a {
		overflow-wrap: break-word; /* Standard property */
		word-wrap: break-word; /* Older, but still widely used alias */
	}
	h1 {
		font-size: 38px;
		line-height: 44px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
	}
	.button {
		display: block;
		text-align: center;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.button,
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
	/* ^ HEADER */
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
