@import url("https://use.typekit.net/swx6mhm.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
	font-family: "semplicitapro", sans-serif;
	color: #484848;
	font-size: 20px;
	line-height: 28px;
}
a {
	color:#0066ff;
}
a:hover {
	color:#0f1330;
}
h1,h2,h3 {
	color: #212a6b;
	margin-bottom: 15px;
}

img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1460px;
	margin:0px auto;
	padding:0px 30px;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
.mobile {
	display: none;
}
.nomobile {
	display: block;
}

/* ERRORS & ALERTS */
	.Alert {
		background-color: #F7D3A5;
	}
	.alert {
		background-color: #F7D3A5;
		padding: 20px;
	}

	.red,
	.alert.bad {
		color: red;
		font-weight: bold;
	}
	.green,
	.alert.good {
		color: green;
		font-weight: bold;
	}

	div.Errors,
	.BadNews {
		border: 1px solid red;
		height: auto;
		background: #EFE0E0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 10px;
		margin-bottom: 10px;
	} 

	.BadNews {
		color: red;
	}
	.GoodNews {
		color: green;
	}

	.GoodNews {
		padding: 10px;
		border: 1px solid green;
		height: auto;
		background: #E2EFE0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}
/* ^ ERRORS & ALERTS */
/* TOP FORM */
	#service-drop {
		position: absolute;
		width:100%;
		top:0px;
		left:0px;
		font-size: 18px;
		z-index: 93;
	}
	#service-form {
		background-color:#f2eee1;
		padding:0px 30px 30px 30px;
		color:#000;
		box-shadow: 0px 15px 10px rgba(0,0,0,.7);
		display:none;
	}
	#service-form .split-2:last-of-type {
		padding-top:0px;
	}
	#service-form .option td input[type=text],
	#service-form .form .formField label,
	#service-form .form .formField input[type=text],
	#service-form .form .formField select,
	#service-form .form .formField textarea {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	#service-header {
		background-color:#043d02;
		color:#fff;
		padding:20px;
		text-align:center;
		font-size:22px;
		margin-bottom:15px;
	}
	#service-header a {
		color: #fff;
		text-decoration: underline;
	}
	#service-header p {
		color: #fff;
		margin-bottom: 0;
	}
	#service-header h2 {
		color: #fff;
		margin-bottom: 10px;
	}
	#service-header > div {
		font-size:28px;
		font-weight:700;
	}
	#service-btn {
		background-color:#e9bb10;
		color:#043d02;
		max-width:400px;
		margin:0px auto;
		text-align:center;
		font-weight:700;
		padding:10px;
		cursor: pointer;
		-webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
		clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
	}
/* ^ TOP FORM */
/* HEADER */
	header {
		position:fixed;
		top:0px;
		z-index:4;
		width:100%;
		background:transparent;
		padding-top: 0px;
	}
	#header:after {
		content:'';
		display:block;
		clear:both;
	}
/* ^ HEADER */
/* NAVIGATION */
	header nav.mainmenu {
		color: #000;
	}
	
	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 {
		padding:4px 20px 3px;
		margin:10px 0px;
	}
	header .nav ul li:last-of-type a {
		border-right:0px;
	}
	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: #efefef;
	}
/* ^ NAVIGATION */
/* CONTENT */
	main {
	}
	#main {
		position: relative;
		z-index:2;
		padding-top:0px;
		padding-bottom:0px;
	}
	#main:after {
		content:'';
		display: block;
		clear:both;
	}
	h1 {
		font-size:44px;
		margin-bottom:15px;
		font-weight: bold;
		line-height: 54px;
	}
	h2 {
		line-height: 44px;
		font-size:34px;
		margin-bottom:15px;
		font-weight: bold;
	}
	h3 {
		line-height: 38px;
		font-size:28px;
		margin-bottom:15px;
		font-weight: bold;
	}
	p {
	  margin-bottom:15px;
	}
	a {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		text-decoration:none;
	}
	a:hover {
		text-decoration: underline;
	}
	a.button,
	input[type="submit"] {
		background: #54a28f;
		padding: 5px 10px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		border: 1px solid #fff;
		font-size: 22px;
		cursor: pointer;
	}
	a.button:hover,
	input[type="submit"]:hover {
		background: #296d5c;
	}

	#tinymce ol, 
	#tinymce ul, 
	main ol, 
	main ul {
		list-style-position: outside;
		margin-left: 25px;
	}	
	#tinymce ol li, 
	#tinymce ul li, 
	main ol li, 
	main ul li {
		margin-bottom: 10px;
	}	
	
	.left {
		float:left;
		width:80%;
		padding-right:50px;
	}
	.right {
		float:left;
		width:20%;
	}
	.hidden {
		display: none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
/* ^ CONTENT */
.testimonial {
	color: #044703;
}
.testimonial .quote {
	color: #044703;
	font-size: 28px;
	font-family: Georgia, Constantia, 'Lucida Bright', 'DejaVu Serif', 'serif';
	font-style: italic;
	margin-bottom: 15px;
	line-height: 38px;
}
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
/* BLOCKS */
	.block {}
	.block:after {
		content:'';
		display: block;
		clear:both;
	}
	.block .left {
		width: 60%;
		margin-right: 5%;
		padding: 0;
	}
	.block .right {
		width: 35%;
		margin: 0;
		padding: 0;
	}
	.block .singlecolumn {}
	.block .singlecolumn.withbg {
		padding: 40px 0;
		color: #fff;
	}
	.block .singlecolumn.withbg h2 {
		color: #fff;
	}
	.block .doublecolumn {}
	.block .doublecolumn.wideright .left {
		width: 25%;
		margin-right: 5%;
		padding: 0;
	}
	.block .doublecolumn.wideright .right {
		width: 70%;
		margin: 0;
		padding: 0;
	}
	.block .doublecolumn.wideleft .left {
		width: 70%;
		margin-right: 5%;
		padding: 0;
	}
	.block .ColorBox.wideleft .left {
		width: 75%;
		margin-right: 5%;
		padding: 0;
	}
	.block .doublecolumn.wideleft .right {
		width: 25%;
		margin: 0;
		padding: 0;
	}
	.block .ColorBox.wideleft .right {
		width: 20%;
		margin: 0;
		padding: 0;
	}
	.block .doublecolumn.equal .left {
		width: 48%;
		margin: 0 2% 0 0;
		padding: 0;
	}
	.block .doublecolumn.equal .right {
		width: 48%;
		margin: 0 0 0 2%;
		padding: 0;
	}
	.block .doublecolumn.equal-narrow .left {
		width: 32%;
		margin: 0 2% 0 20%;
		padding: 0;
	}
	.block .doublecolumn.equal-narrow .right {
		width: 32%;
		margin: 0 12% 0 2%;
		padding: 0;
	}
	.block .doublecolumn.equal.withbg .right {
		padding-left: 25px;
	}
	.block.small-bottom-padding {
		padding-bottom: 20px;
	}
	.block.large-bottom-padding {
		padding-bottom: 40px;
	}
	.small-top-padding,
	.block.small-top-padding {
		padding-top: 20px;
	}
	.block.large-top-padding {
		padding-top: 40px;
	}
	.block .withbg {
		background-size: cover;
		background-repeat: no-repeat;
		padding: 30px 0;
	}
	.block .white-text * { 
		color:#fff;
	}
	.block .ColorBox {
		padding: 20px;
		max-width: 60%;
		margin: 0 auto;
		font-weight: normal;
	}
	.block .withbg.Green {
		background: #043d02;
		color: #fff;
	}
	.block .withbg.Green * {
		color: #fff;
	}
	.block .withbg.Light-Green {
		background: #dee6de;
	}
	.block .withbg.Blue {
		background: #212b6c;
		color: #fff;
	}
	.block .withbg.LightBlue {
		background: #8fbcc8;
		color: #fff;
	}
	.block .withbg.LightGreen {
		background: #c9d6d1;
		color: #fff;
	}
	.block .withbg.BlueGreen {
		background: #458fa0;
		color: #fff;
	}
	.block .withbg.Purple {
		background: #bbb8c1;
		color: #fff;
	}
	.block .ColorBox h2,
	.block .ColorBox h3	{
		color: #fff;
		margin: 0;
	}
	.block .ColorBox p	{
		margin: 20px 0 0 0;
		color: #fff;
	}
	.block .ColorBox.None h2,
	.block .ColorBox.None h3	{
		color: #484848;
	}
	.block .ColorBox.None p	{
		color: #484848;
	}
	
	/* TRIPLE */
		.TripleColumn .container {
			display: table;
		}
		.TripleColumn .right,
		.TripleColumn .center,
		.TripleColumn .left {
			width: 31%;
			float: none;
			text-align: center;
			margin: 0;
			display: table-cell;
			vertical-align: top;
		}
		.TripleColumn .right p,
		.TripleColumn .center p,
		.TripleColumn .left p {
			margin-bottom: 0px;
		}
		.TripleColumn .center {
			margin: 0 3%;
		}
		.TripleColumn.double .left {
			margin: 0 3% 0 17%;
		}
		.TripleColumn.double .right {
			margin: 0 18% 0 0%;
		}
		.TripleColumn .Blue,
		.TripleColumn .Purple,
		.TripleColumn .Brown,
		.TripleColumn .Green {
			margin-left: 20px;
			border-bottom-left-radius: 40px;
			border-bottom-right-radius: 40px;
			border-top-right-radius: 40px;
		}
		.TripleColumn .Blue div,
		.TripleColumn .Purple div,
		.TripleColumn .Brown div,
		.TripleColumn .Green div {
			padding: 30px;
		}
		.TripleColumn div img,
		.TripleColumn div img,
		.TripleColumn div img,
		.TripleColumn div img {
			display: block;
			margin: 0 auto;
		}
		.TripleColumn .Green div {
			color: #668110;
		}
	/* ^ TRIPLE */
	/* FOUR COLUMN */
		.FourColumn {}
		.FourColumn .container {
			display: flex;
			flex-wrap: wrap;
		}
		.FourColumn .col {
			width: 25%;
			padding: 15px;
		}
		.block[rel="202"] .FourColumn .col span {
			margin: 0px 10px;
			background-color: #044703;
			padding: 15px 10px 15px 10px;
			border-bottom-right-radius: 50%;
			border-bottom-left-radius: 50%;
			display: block;
			color: #fff;
			font-size: 24px;
			font-weight: bold;
		}
	/* ^ FOUR COLUMN */
	/* GALLERY */
		.gallery-slider {
			position: relative;
			padding: 0px;
			margin: 0 auto;
		}
		.gallery-slider #gallerys-frame {
			position: relative;
			overflow: hidden;
		}
		.gallery-slider #gallerys-frame-slider {
			position: absolute;
			width: 100%;
		}
		.gallery-slider .scroll-left {
			position: absolute;
			left: -50px;
			top: 40%;
			cursor: pointer;
			z-index: 99;
		}
		.gallery-slider .scroll-right {
			position: absolute;
			right: -50px;
			top: 40%;
			cursor: pointer;
			z-index: 99;
		}
		.gallery-slider .gallery {
			padding: 0px;
			position: absolute;
			width: 100%;
			max-width: 1000px;
			min-width: 600px;
			text-align: center;
			overflow: hidden;
		}
		.gallery-slider .gallery img {
			width: 100%;
		}
		.gallery-slider #gallery-frame {
			position: relative;
			overflow: hidden;
			padding: 0px;
			max-width: 1000px;
			margin: 0 auto;
		}
	/* ^ GALLERY */
	/* ACCORDION */
		.block-accordion .wrap {
			width: 70%;
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid #afafaf;
		}
		.accordion-title {
			font-weight: bold;
			padding-bottom: 10px;
			cursor: pointer;
			color: #333;
		}
		.accordion-title span {
			padding-left: 10px;
		}
		.accordion-title span i {
			color: #999;
		}
		.accordion-title span .fa-caret-up {
			display: none;
		}
		.accordion-body {
			padding: 10px 0;
			display: none;
		}
	/* ^ ACCORDION */
/* ^ BLOCKS */
/* FORMS */
	input[type="number"], 
	input[type="password"], 
	input[type="text"], 
	textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
		background-color:#f3f3f3;
		border:0px;
		padding:10px;
		width:100%;
		margin-bottom:15px;
	}
/* ^ FORMS */

/* FOOTER */
	#scroll-up {
		position:fixed;
		opacity:.5;
		z-index:99999999999;
		right:20px;
		bottom:30px;
		width:30px;
		height:30px;
		border-radius:50%;
		text-align:center;
		cursor:pointer;
		color:#fff;
		background-color:#000;
		display:none;
		font-size:30px;
		font-family:verdana, sans-serrif;
	}
	#scroll-up:hover {
		opacity:1;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .siteby {
		padding: 20px;
	}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
	color: #fff;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media (max-width:1320px) {
	header .nav > ul > li > a {
		padding:4px 12px 3px;
	}
}
@media (max-width:1200px) {
	header .nav > ul > li > a {
		font-size: 18px;
	}
}
@media (max-width:1100px) {
	header .nav > ul > li > a {
		padding:4px 8px 3px;
	}
}
@media (max-width:1000px) {
	header {
		position: relative;
	}
	#header {
		padding:0px;
	}
	#header #left #logo {
		position: relative;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	header nav.mainmenu {
		width:100%;
		float:none;
		margin-top: 10px;
		clear:both;
		cursor: pointer;
	}
	#mobile-nav {
		display:block;
	}
	#footer #mobile-nav {
		display: none;
	}
	header .nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
		width:100%;
	}
	header .nav ul li {
		display:block;
		border-top:1px solid #ccc;
		text-align:left;
		width: 100%;
		text-align: center;
	}
	header .nav > ul > li > a {
		padding:10px 20px;
		margin:0px;
		color: #000;
		font-size: 20px;
	}
	header .nav > ul > li ul {
		position:relative;
	}
	header .nav > ul > li:hover {
		background-color: #0766b8;
	}
	header .nav > ul > li:hover > a {
		color: #fff;
		border:0px;
	}
	#header #right #top {
		text-align: center;
	}
	.block.small-bottom-padding {
		padding-bottom: 10px;
	}
	.block.large-bottom-padding {
		padding-bottom: 20px;
	}
	.FourColumn .col,
	.block .ColorBox .left,
	.block .ColorBox .right,
	.block .ColorBox.wideleft .left,
	.block .ColorBox.wideleft .right,
	.block .doublecolumn.wideleft .left,
	.block .doublecolumn.wideleft .right,
	.block .doublecolumn .left,
	.block .doublecolumn .right,
	.block .doublecolumn.equal .left,
	.block .doublecolumn.equal .right,
	.block .doublecolumn.wideright .left,
	.block .doublecolumn.wideright .right,
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center,
	.TripleColumn.double .left,
	.TripleColumn.double .right,
	#header .left,
	#header .right,
	#footer .left,
	#footer .right,
	.left,
	.right {
		width:100%;
		margin: 10px 0;
		padding: 0;
	}
	.block .ColorBox {
		max-width: 100%;
		width: 100%;
	}
	.TripleColumn .right, .TripleColumn .center, .TripleColumn .left {
		display: block;
	}
	h2 {
		font-size: 28px;
	}
	footer {
		text-align: center;
	}
	#footer .left,
	#footer .right {
		margin: 0;
		text-align: center;
	}
	#footer .right {
		padding-top: 30px;
	}
	#footer .table {
		padding: 0px;
		margin: 0px;
	}
}
@media (max-width:800px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	.mobile {display: block;}
	.no-mobile {display: none;}
}